Files
foundryvtt-wh4-lang-fr-fr/scripts/CUBpU1imu2eRS06C.js

5 lines
255 B
JavaScript

if (args.opposedTest.attackerTest.weapon?.system.properties?.qualities.hack && !args.hackReminder)
{
args.hackReminder = true;
args.opposedTest.result.other.push(`<strong>${this.effect.name}</strong>: Hack causes ${this.item.Advances} extra damage`)
}