2024-05-16 17:57:51 +02:00
|
|
|
if (args.test.result.critical && args.test.result.roll % 10 == 0)
|
|
|
|
{
|
|
|
|
game.wfrp4e.tables.findTable("knuckleduster-diseases").roll().then(roll => {
|
|
|
|
let results = roll.results[0]
|
|
|
|
|
2024-05-17 12:46:44 +02:00
|
|
|
this.script.scriptMessage(`<strong>${this.actor.name}</strong> subit @UUID[Compendium.${results.documentCollection}.${results.documentId}]{${results.text}}`, {blind : true, whisper: ChatMessage.getWhisperRecipients("GM") })
|
2024-05-16 17:57:51 +02:00
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|