Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/hwHpIunCq3ifk2QU.js
Normal file
8
reference_scripts/hwHpIunCq3ifk2QU.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (args.item.type == "spell")
|
||||
{
|
||||
let range = parseInt(args.item.Duration)
|
||||
if (Number.isNumeric(range))
|
||||
{
|
||||
args.item.system.duration.value = "2 * " + args.item.system.duration.value
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user