Files
foundryvtt-wh4-lang-fr-fr/scripts/uEVSUTTam4Z96JJ2.js

7 lines
279 B
JavaScript

if (this.item.equipped.value
&& args.opposedTest.attackerTest.item
&& (args.opposedTest.attackerTest.item.isProjectiles || args.opposedTest.attackerTest?.spell)
)
{
args.modifiers.other.push({label : this.effect.name, details : "Réduction des Dégâts", value : -2})
}