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

10 lines
346 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("Charme", {
appendTitle: ` ${this.effect.name}`,
skipTargets: true,
fields: {difficulty: 'average'},
characteristic: 'fel',
context: {
success: "L'animal devient docile envers les Humains, les Elfes qui honorent Isha, et des alliés similaires."
}
});
await test.roll();