4 lines
272 B
JavaScript
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"});
|
|
} |