Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
if (args.totalWoundLoss > 0)
{
args.opposedTest.result.other.push(
`@Corruption[minor]{Exposition Mineure à la Corruption}`
`@Corruption[minor]{Minor Exposure to Corruption}`
)
this.script.scriptMessage(
`<strong>${this.effect.name}</strong>:
@Corruption[minor]{Exposition Mineure à la Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> doit réaliser un Test
<strong>Accessible (+20%) de Corruption (Mineur)</strong>`,
@Corruption[minor]{Minor Exposure to Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> must take an
<strong>Average (+20%) Corruption (Minor) Test</strong>`,
{whisper: ChatMessage.getWhisperRecipients("GM")})
}