aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/light_hammer.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/weapons/light_hammer.json')
-rw-r--r--parsed/weapons/light_hammer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/parsed/weapons/light_hammer.json b/parsed/weapons/light_hammer.json
new file mode 100644
index 0000000..87c3a33
--- /dev/null
+++ b/parsed/weapons/light_hammer.json
@@ -0,0 +1,29 @@
+{
+ "entry": "item",
+ "type": "weapons",
+ "name": "light hammer",
+ "cost": 200,
+ "damage": [
+ {
+ "dmg_type": "bludgeoning",
+ "is_or": false,
+ "dmg_die_count": 1,
+ "dmg_die_sides": 4
+ }
+ ],
+ "weight": 2.0,
+ "range": [
+ 20,
+ 60
+ ],
+ "reach": 5,
+ "properties": [
+ "light",
+ "thrown"
+ ],
+ "weapon_type": "simple melee weapons",
+ "text": "Provided from PHB.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+} \ No newline at end of file