Ajout de la commande /voyage et grosse MAJK de la commande /auberge

This commit is contained in:
2026-01-07 15:04:49 +01:00
parent c8119601d8
commit f525b6c07a
1329 changed files with 24138 additions and 4397 deletions

View File

@@ -1,11 +1,11 @@
if (args.totalWoundLoss > 0) {
args.opposedTest.result.other.push(
`@Corruption[minor]{Exposition Mineure à la Corruption}`
`@Corruption[minor]{Moderate Exposure to 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>`,
this.script.message(`<strong>${this.effect.name}</strong>:
@Corruption[moderate]{Moderate Exposure to Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> must take an
<strong>Corruption (Moderate) Test</strong>`,
{whisper: ChatMessage.getWhisperRecipients("GM")}
)
}