diff options
Diffstat (limited to 'parsed/weapons/club.json')
-rw-r--r-- | parsed/weapons/club.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/parsed/weapons/club.json b/parsed/weapons/club.json new file mode 100644 index 0000000..13bb6f3 --- /dev/null +++ b/parsed/weapons/club.json @@ -0,0 +1,28 @@ +{ + "entry": "item", + "type": "weapons", + "name": "club", + "cost": 10, + "damage": [ + { + "dmg_type": "bludgeoning", + "is_or": false, + "dmg_die_count": 1, + "dmg_die_sides": 4 + } + ], + "weight": 2.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "light" + ], + "weapon_type": "simple melee weapons", + "text": "Provided from PHB.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null +}
\ No newline at end of file |