forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
9
reference_scripts/M2FshTX4PjKFVU8y.js
Normal file
9
reference_scripts/M2FshTX4PjKFVU8y.js
Normal file
@ -0,0 +1,9 @@
|
||||
args.flags.earCount = Number.isNumeric(args.flags.earCount) ? args.flags.earCount+1 : 1;
|
||||
if (args.characteristic == "fel")
|
||||
{
|
||||
args.fields.modifier -= 5;
|
||||
}
|
||||
if (args.flags.earCount == 2 && args.skill?.name == game.i18n.localize("NAME.Perception"))
|
||||
{
|
||||
args.fields.modifier -= 20;
|
||||
}
|
Reference in New Issue
Block a user