Add all systems effects scripts + translations
This commit is contained in:
@ -2,6 +2,6 @@ this.actor.setupSkill(game.i18n.localize("NAME.Cool"), {appendTitle: ` - ${this.
|
||||
await test.roll()
|
||||
if (test.failed) {
|
||||
this.actor.modifyWounds(-1);
|
||||
this.script.scriptMessage("Takes 1 Damage")
|
||||
this.script.scriptMessage("Subit 1 Dégat")
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user