Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/JeThJbOf6Xmbtgo1.js
Normal file
8
reference_scripts/JeThJbOf6Xmbtgo1.js
Normal file
@ -0,0 +1,8 @@
|
||||
this.script.scriptMessage(await this.actor.applyBasicDamage(8 + parseInt(this.effect.sourceTest.result.SL), {suppressMsg : true}))
|
||||
|
||||
let test = await this.actor.setupSkill("Athletics", {skipTargets: true, appendTitle : ` - ${this.effect.name}`})
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
this.actor.addCondition("prone")
|
||||
}
|
Reference in New Issue
Block a user