Manage possession

This commit is contained in:
2021-11-21 12:04:42 +01:00
parent 8f890dad66
commit ada4aadf24
9 changed files with 200 additions and 68 deletions

View File

@ -9,11 +9,10 @@ export class RdDItemCompetenceCreature extends Item {
rollData.carac = { "carac_creature": { label: rollData.competence.name, value: rollData.competence.data.carac_value } };
rollData.competence.data.defaut_carac = "carac_creature";
rollData.competence.data.categorie = "creature";
rollData.selectedCarac = rollData.carac.carac_creature;
rollData.selectedCarac = rollData.carac.carac_creature;
if (rollData.competence.data.iscombat) {
rollData.arme = RdDItemCompetenceCreature.toArme(rollData.competence);
}
}
/* -------------------------------------------- */