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

@ -9,7 +9,7 @@ if (caster && (this.actor.has(game.i18n.localize("NAME.Undead")) || this.actor.h
else {
fromUuid("Compendium.wfrp4e-core.items.D0ImWEIMSDgElsnl").then(item => {
this.actor.createEmbeddedDocuments("Item", [item.toObject()], { fromEffect: this.effect.id })
ChatMessage.create({ content: `Added Unstable to ${this.actor.prototypeToken.name}`, speaker: { alias: caster.name } })
ChatMessage.create({ content: `Ajout de Instable à ${this.actor.prototypeToken.name}`, speaker: { alias: caster.name } })
})
}
}