foundryvtt-wh4-lang-fr-fr/scripts/3sfD1nedXLzuYoXJ.js

5 lines
228 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
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())
}