4 lines
133 B
JavaScript
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 ; |