foundryvtt-wh4-lang-fr-fr/scripts/sjnoYbWpAugyDilW.js

10 lines
326 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.

let test = await args.actor.setupSkill("Charm", {
appendTitle: ` ${this.effect.name}`,
skipTargets: true,
fields: {difficulty: 'average'},
characteristic: 'fel',
context: {
success: "Animal becomes docile towards Humans, Elves who honour Isha, and similar allies."
}
});
await test.roll();