4 lines
175 B
JavaScript
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;
|
|
} |