Neuanfang mit französischem Modul

This commit is contained in:
2025-05-05 23:25:00 +02:00
parent cf24ef97df
commit 3f74b8dfdd
3135 changed files with 38383 additions and 93206 deletions
-14
View File
@@ -1,14 +0,0 @@
// An imbiber must take a Consume Alcohol Test.
this.actor.setupSkill(game.i18n.localize("NAME.ConsumeAlcohol"), {skipTargets: true, appendTitle : ` - ${this.effect.name}`}).then(async test => {
await test.roll()
// If they succeed,
// as a result of whatever potential futures they glimpse,
// they can spend a Fortune Point within the next hour to reverse the dice of any failed Test.
if (test.succeeded) {
this.script.scriptMessage(`As a result of whatever potential futures they glimpse, <strong>${this.actor.prototypeToken.name}</strong> can spend a Fortune Point within the next hour to reverse the dice of any failed Test.`,
{
whisper: ChatMessage.getWhisperRecipients("GM"),
blind: true
})
}
})