Checkbox et regles d'appel au moral
This commit is contained in:
@ -74,8 +74,8 @@ export const referenceAjustements = {
|
||||
},
|
||||
moral: {
|
||||
isVisible: (rollData, actor) => RdDCarac.isActionPhysique(rollData.selectedCarac),
|
||||
isUsed: (rollData, actor) => rollData.use?.moral,
|
||||
getLabel: (rollData, actor) => 'Moral',
|
||||
isUsed: (rollData, actor) => rollData.use?.appelAuMoral,
|
||||
getLabel: (rollData, actor) => 'Appel au moral',
|
||||
getValue: (rollData, actor) => 1
|
||||
},
|
||||
moralTotal: {
|
||||
|
Reference in New Issue
Block a user