Files
foundryvtt-wh4-lang-fr-fr/scripts/kYiDBPRKIokFkr4Z.js

4 lines
175 B
JavaScript

if (args.item.type == "skill" && args.item.name == `${game.i18n.localize("NAME.Ranged")} (${game.i18n.localize("SPEC.Bow")})`)
{
args.item.system.modifier.value += 20;
}