forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/hwOZxgt7e65iWvYz.js
Normal file
8
reference_scripts/hwOZxgt7e65iWvYz.js
Normal file
@ -0,0 +1,8 @@
|
||||
let test = await this.actor.setupCharacteristic("t", {skipTargets: true, appendTitle : ` - ${this.effect.name}`})
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
let damage = this.effect.sourceTest.result.damage
|
||||
|
||||
this.script.scriptMessage(await this.actor.applyBasicDamage(damage, {damageType : game.wfrp4e.config.DAMAGE_TYPE.IGNORE_ALL, suppressMsg : true}))
|
||||
}
|
Reference in New Issue
Block a user