2024-05-16 17:57:51 +02:00
|
|
|
if (args.totalWoundLoss > 0)
|
|
|
|
{
|
|
|
|
args.opposedTest.result.other.push(
|
2024-05-17 09:19:48 +02:00
|
|
|
`@Corruption[minor]{Exposition Mineure à la Corruption}`
|
2024-05-16 17:57:51 +02:00
|
|
|
)
|
|
|
|
this.script.scriptMessage(
|
|
|
|
`<strong>${this.effect.name}</strong>:
|
2024-05-17 09:19:48 +02:00
|
|
|
@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>`,
|
2024-05-16 17:57:51 +02:00
|
|
|
{whisper: ChatMessage.getWhisperRecipients("GM")})
|
|
|
|
}
|