The calculation for Sigmar's Fiery Hammer formular is missing the original weapon damage of the weapon. The script only includes SB + fellowship bonus and leaves out the original base damage of the weapon.
It currently reads like this:
args.item.system.damage.value = SB + ${this.actor.system.characteristics.fel.bonus};
The rule reads like this:
"You chant benedictions of Sigmar’s might. If wielding a warhammer, it counts as Magical, deals +Fellowship Bonus Damage, and any target struck receives the Ablaze and Prone Conditions." From: Discord Tag: luxor0973 foundry: 12.331 wfrp4e: 8.2.2 wfrp4e-archives1: 6.0.1 wfrp4e-archives2: 6.0.1 wfrp4e-archives3: 6.0.1 wfrp4e-core: 6.0.1 wfrp4e-dotr: 6.0.1 wfrp4e-eis: 6.0.2 wfrp4e-horned-rat: 6.0.1 wfrp4e-pbtt: 6.0.0 wfrp4e-rnhd: 6.0.2 wfrp4e-starter-set: 6.0.1 wfrp4e-ua1: 6.0.1 wfrp4e-ua2: 6.0.0 wfrp4e-up-in-arms: 6.0.2 wfrp4e-wom: 6.0.2 wfrp4e-zoo: 6.0.0 Active Modules: backgroundless-pins, combat-tracker-dock, dice-so-nice, dragupload, foundryvtt-simple-calendar, gm-screen, lib-wrapper, pin-cushion, popout, quick-insert, simple-dice-roller, socketlib, token-frames, vtta-tokenizer, warhammer-lib, wfrp4e-character-details, wfrp4e-gm-toolkit, wfrp4e-ubersreik-maps
The calculation for Sigmar's Fiery Hammer formular is missing the original weapon damage of the weapon. The script only includes SB + fellowship bonus and leaves out the original base damage of the weapon.
It currently reads like this: args.item.system.damage.value =
SB + ${this.actor.system.characteristics.fel.bonus}
;The rule reads like this: "You chant benedictions of Sigmar’s might. If wielding a warhammer, it counts as Magical, deals +Fellowship Bonus Damage, and any target struck receives the Ablaze and Prone Conditions."
From: Discord Tag: luxor0973
foundry: 12.331
wfrp4e: 8.2.2
wfrp4e-archives1: 6.0.1
wfrp4e-archives2: 6.0.1
wfrp4e-archives3: 6.0.1
wfrp4e-core: 6.0.1
wfrp4e-dotr: 6.0.1
wfrp4e-eis: 6.0.2
wfrp4e-horned-rat: 6.0.1
wfrp4e-pbtt: 6.0.0
wfrp4e-rnhd: 6.0.2
wfrp4e-starter-set: 6.0.1
wfrp4e-ua1: 6.0.1
wfrp4e-ua2: 6.0.0
wfrp4e-up-in-arms: 6.0.2
wfrp4e-wom: 6.0.2
wfrp4e-zoo: 6.0.0
Active Modules: backgroundless-pins, combat-tracker-dock, dice-so-nice, dragupload, foundryvtt-simple-calendar, gm-screen, lib-wrapper, pin-cushion, popout, quick-insert, simple-dice-roller, socketlib, token-frames, vtta-tokenizer, warhammer-lib, wfrp4e-character-details, wfrp4e-gm-toolkit, wfrp4e-ubersreik-maps