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