aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/hand_crossbow.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/items/weapons/hand_crossbow.json')
-rw-r--r--parser/items/weapons/hand_crossbow.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/parser/items/weapons/hand_crossbow.json b/parser/items/weapons/hand_crossbow.json
new file mode 100644
index 0000000..4f9ec5c
--- /dev/null
+++ b/parser/items/weapons/hand_crossbow.json
@@ -0,0 +1,22 @@
+{
+ "name": "hand crossbow",
+ "cost": 7500,
+ "damage": {
+ "dmg_type": "piercing",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6
+ },
+ "weight": 3.0,
+ "range": [
+ 30,
+ 120
+ ],
+ "reach": 0,
+ "properties": [
+ "ammunition",
+ "light",
+ "loading"
+ ],
+ "type": "martial ranged weapons",
+ "text": "Provided from PHB"
+} \ No newline at end of file