Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/5lc1eHIYQNpSRWip.js
Normal file
8
reference_scripts/5lc1eHIYQNpSRWip.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (["death", "necromancy"].includes(args.spell?.system.lore.value))
|
||||
{
|
||||
args.fields.successBonus += 1
|
||||
}
|
||||
else if(["life", "light", "heavens"].includes(args.spell?.system.lore.value))
|
||||
{
|
||||
args.fields.modifier -= 10;
|
||||
}
|
Reference in New Issue
Block a user