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

4 lines
133 B
JavaScript

const crowd = this.effect.getFlag("wfrp4e", "crowd") ?? 0;
const bonus = 2 + Math.floor(crowd * 0.1);
args.fields.slBonus += bonus ;