4 lines
116 B
JavaScript

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