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

10 lines
326 B
JavaScript
Raw Normal View History

2024-10-08 20:52:09 +02:00
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();