This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
if (this.item.equipped.value
|
||||
&& args.opposedTest.attackerTest.item
|
||||
&& (args.opposedTest.attackerTest.item.isProjectiles || args.opposedTest.attackerTest?.spell)
|
||||
&& args.sourceItem
|
||||
&& (args.sourceItem.isRanged || args.opposedTest.attackerTest?.spell)
|
||||
)
|
||||
{
|
||||
args.modifiers.other.push({label : this.effect.name, details : "Réduction des Dégâts", value : -2})
|
||||
|
||||
Reference in New Issue
Block a user