This commit is contained in:
2025-05-02 12:24:44 +02:00
commit 39e925cc1b
3238 changed files with 110472 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
if (args.totalWoundLoss > 0) {
args.opposedTest.result.other.push(
`@Corruption[minor]{Exposition Mineure à la Corruption}`
)
this.script.scriptMessage(`<strong>${this.effect.name}</strong>:
@Corruption[moderate]{Exposition Modérée à la Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> doit réussir un
<strong>Test de Corruption (Modéré)</strong>`,
{whisper: ChatMessage.getWhisperRecipients("GM")}
)
}