forked from public/foundryvtt-wh4-lang-fr-fr
11 lines
356 B
JavaScript
11 lines
356 B
JavaScript
const test = await args.actor.setupSkill(game.i18n.localize("NAME.Navigation"), {
|
|
skipTargets: true,
|
|
appendTitle: ` — ${this.effect.name}`,
|
|
fields: {difficulty: "vhard"},
|
|
context: {
|
|
failure: "Can't perform an action other than wander in a random direction at normal walking pace.",
|
|
success: "Can act normally."
|
|
}
|
|
});
|
|
|
|
await test.roll(); |