Update powers

This commit is contained in:
2023-02-08 19:38:09 +01:00
parent cae8cd5ae8
commit d7dc6fbb42
11 changed files with 1475 additions and 64 deletions

View File

@@ -4,6 +4,7 @@ export const WARHERO_CONFIG = {
short: {damage: "1d6", label: "WH.conf.short"},
long: {damage: "1d8", label: "WH.conf.long"},
twohanded: {damage: "3d6", label: "WH.conf.twohanded"},
polearm: {damage: "1d6", label: "WH.conf.polearm"},
shooting: {damage: "2d6", label: "WH.conf.shooting"},
throwing: {damage: "1d8", label: "WH.conf.throwing"},
},