Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

View File

@ -4,7 +4,7 @@ if (this.actor.getFlag("wfrp4e", "isAttached"))
await roll.toMessage(this.script.getChatData());
if (roll.total == 9 || roll.total == 10)
{
this.script.scriptMessage(`<strong>${this.actor.name}</strong> attached to <strong>${this.actor.getFlag("wfrp4e", "isAttached")}</strong> gorges and falls off.`)
this.script.scriptMessage(`<strong>${this.actor.name}</strong> attaché à <strong>${this.actor.getFlag("wfrp4e", "isAttached")}</strong> tombe.`)
await this.actor.unsetFlag("wfrp4e", "isAttached")
}
}