Files
wfrp-4e-de/reference_scripts/fEFfHFeJxkR0aIJK.js
T
2025-05-10 00:11:46 +02:00

5 lines
372 B
JavaScript

if (args.opposedTest.result.differenceSL >= 0 && args.opposedTest.result.differenceSL <= 3 && args.opposedTest.result.winner == "attacker")
{
this.script.scriptMessage(`Everyone within 20 feet loses 1 Wound and makes a <strong>Difficult (-10) Endurance</strong> or gains @Condition[Deafened]`, {blind : true, whisper : ChatMessage.getWhisperRecipients("GM")})
}