Files
foundryvtt-wh4-lang-fr-fr/scripts/0H2syk6qc0sCY0pj.js

4 lines
272 B
JavaScript

if ( args.actor.has(game.i18n.localize("NAME.AA"), "talent") ||
args.actor.has(game.i18n.localize("NAME.SecondSight"), "talent") ) {
args.modifiers.other.push({label : this.effect.name, value : 5, details : "La Cible possède Harmonisation Aethyrique ou Seconde Vue"});
}