forked from public/foundryvtt-wh4-lang-fr-fr
Sync to latest WFRP release
This commit is contained in:
11
scripts/LjpuZam0IYIbOhFs.js
Normal file
11
scripts/LjpuZam0IYIbOhFs.js
Normal file
@@ -0,0 +1,11 @@
|
||||
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();
|
||||
Reference in New Issue
Block a user