Files
2025-05-10 00:11:46 +02:00

9 lines
177 B
JavaScript

let penalty = 0
if (args.item?.system.attackType)
{
penalty -= 30
}
if (args.actor.has("Second Sight", "talent"))
penalty += 10
args.prefillModifiers.modifier += penalty