forked from public/foundryvtt-wh4-lang-fr-fr
10 lines
358 B
JavaScript
10 lines
358 B
JavaScript
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(); |