Files
foundryvtt-wh4-lang-fr-fr/scripts/JToUa1mDQ2h3ILKF.js

10 lines
358 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const test = await actor.setupSkill('Cool', {
appendTitle: ` ${this.effect.name}`,
skipTargets: true,
fields: {difficulty: 'difficult'},
characteristic: 'wp',
context: {
failure: "You became beguiled by the eerie singing and unable to perform any action except moving towards the Oceanid. You count as Helpless."
}
});
await test.roll();