forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/x9G6Du5EWV6byf4C.js
Normal file
8
reference_scripts/x9G6Du5EWV6byf4C.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (parseInt(this.effect.sourceTest.result.SL) >= 3)
|
||||
{
|
||||
this.actor.modifyWounds(this.actor.system.characteristics.t.bonus * 2)
|
||||
}
|
||||
else
|
||||
{
|
||||
this.actor.modifyWounds(this.actor.system.characteristics.t.bonus)
|
||||
}
|
Reference in New Issue
Block a user