4 lines
116 B
JavaScript

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