#67 Ajout d'un bouton de création d'objet sur les fiches de personnage
This commit is contained in:
parent
b4ed460030
commit
62f2a21c01
@ -1820,6 +1820,8 @@ export class RdDActor extends Actor {
|
|||||||
forceValue : attackerRoll ? this.getForceValue() : 0, // Utilisé pour le jet de recul
|
forceValue : attackerRoll ? this.getForceValue() : 0, // Utilisé pour le jet de recul
|
||||||
diffLibre: (attackerRoll) ? attackerRoll.diffLibre : 0,
|
diffLibre: (attackerRoll) ? attackerRoll.diffLibre : 0,
|
||||||
attackerRoll: attackerRoll,
|
attackerRoll: attackerRoll,
|
||||||
|
editLibre: true,
|
||||||
|
editConditions: true,
|
||||||
finalLevel: 0,
|
finalLevel: 0,
|
||||||
coupsNonMortels: false,
|
coupsNonMortels: false,
|
||||||
malusArmureValue: 0,
|
malusArmureValue: 0,
|
||||||
|
@ -48,7 +48,7 @@ export class RdDRoll extends Dialog {
|
|||||||
encValueForNatation: actor.encombrementTotal ? Math.floor(actor.encombrementTotal) : 0,
|
encValueForNatation: actor.encombrementTotal ? Math.floor(actor.encombrementTotal) : 0,
|
||||||
ajustementAstrologique: actor.ajustementAstrologique()
|
ajustementAstrologique: actor.ajustementAstrologique()
|
||||||
}
|
}
|
||||||
mergeObject(rollData, defaultRollData, { overwrite: false, insertValues:false } );
|
mergeObject(rollData, defaultRollData, { overwrite: false } );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user