4 lines
116 B
JavaScript
Raw Normal View History

if (args.item.type == "skill" && args.item.name == "Melee (Basic)")
{
args.item.system.modifier.value += 20;
}