forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
17
reference_scripts/OcQe0zfksf1DCJYe.js
Normal file
17
reference_scripts/OcQe0zfksf1DCJYe.js
Normal file
@ -0,0 +1,17 @@
|
||||
args.actor.system.characteristics.s.value += 30
|
||||
args.actor.system.characteristics.t.value += 30
|
||||
|
||||
args.actor.system.characteristics.s.bonus += 3
|
||||
args.actor.system.characteristics.t.bonus += 3
|
||||
|
||||
if (args.actor.system.characteristics.s.value > 100)
|
||||
{
|
||||
args.actor.system.characteristics.s.value = 100
|
||||
args.actor.system.characteristics.s.bonus = 10
|
||||
}
|
||||
|
||||
if (args.actor.system.characteristics.t.value > 100)
|
||||
{
|
||||
args.actor.system.characteristics.t.value = 100
|
||||
args.actor.system.characteristics.t.bonus = 10
|
||||
}
|
Reference in New Issue
Block a user