forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
11
reference_scripts/TxfmxDGBj04AQQpt.js
Normal file
11
reference_scripts/TxfmxDGBj04AQQpt.js
Normal file
@ -0,0 +1,11 @@
|
||||
let weapon = args.opposedTest.defenderTest.weapon
|
||||
if (
|
||||
!args.opposedTest.result.swapped &&
|
||||
args.opposedTest.result.winner == "defender" &&
|
||||
args.opposedTest.attackerTest.result.damage &&
|
||||
weapon &&
|
||||
weapon?.system.properties.qualities.fast
|
||||
)
|
||||
{
|
||||
args.opposedTest.swap(this.effect.label);
|
||||
}
|
Reference in New Issue
Block a user