Add all systems effects scripts + translations
This commit is contained in:
9
reference_scripts/AWgZnm9xLyIWCDnp.js
Normal file
9
reference_scripts/AWgZnm9xLyIWCDnp.js
Normal file
@ -0,0 +1,9 @@
|
||||
let robust = args.modifiers.other.find(i => i.key == "robust")
|
||||
if (robust)
|
||||
{
|
||||
robust.value--;
|
||||
}
|
||||
else
|
||||
{
|
||||
args.modifiers.other.push({key: "robust", label : this.effect.name, value : -1})
|
||||
}
|
Reference in New Issue
Block a user