Add all systems effects scripts
This commit is contained in:
6
scripts/cYPIXzl86a3LFsTE.js
Normal file
6
scripts/cYPIXzl86a3LFsTE.js
Normal file
@ -0,0 +1,6 @@
|
||||
if (args.item.type == "spell")
|
||||
{
|
||||
args.item.cn.value -=2
|
||||
if (args.item.cn.value < 0)
|
||||
args.item.cn.value = 0
|
||||
}
|
Reference in New Issue
Block a user