Add all systems effects scripts + translations
This commit is contained in:
9
reference_scripts/Hq1G30lhJYvtOSNb.js
Normal file
9
reference_scripts/Hq1G30lhJYvtOSNb.js
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
if (args.test.failed)
|
||||
{
|
||||
let applicableCharacteristics = ["ws", "bs", "s", "fel", "ag", "t", "dex"];
|
||||
if (applicableCharacteristics.includes(args.preData.characteristic))
|
||||
{
|
||||
this.actor.addCondition("stunned");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user