if (this.actor.status.advantage.value > 0 && args.item.system.attackType)
{
    args.item.system.qualities.value.push({name : "penetrating"})
}