Add all systems effects scripts + translations
This commit is contained in:
4
reference_scripts/3sfD1nedXLzuYoXJ.js
Normal file
4
reference_scripts/3sfD1nedXLzuYoXJ.js
Normal file
@ -0,0 +1,4 @@
|
||||
if (this.actor.hasCondition("surprised"))
|
||||
{
|
||||
this.actor.setupSkill(game.i18n.localize("NAME.Cool"), {fields : {difficulty : "average"}, skipTargets: true, appendTitle : " - " + this.effect.name}).then(test => test.roll())
|
||||
}
|
Reference in New Issue
Block a user