aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/shortsword.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/items/weapons/shortsword.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/items/weapons/shortsword.json')
-rw-r--r--parser/items/weapons/shortsword.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/parser/items/weapons/shortsword.json b/parser/items/weapons/shortsword.json
new file mode 100644
index 0000000..6b99fa6
--- /dev/null
+++ b/parser/items/weapons/shortsword.json
@@ -0,0 +1,21 @@
+{
+ "name": "shortsword",
+ "cost": 1000,
+ "damage": {
+ "dmg_type": "piercing",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6
+ },
+ "weight": 2.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse",
+ "light"
+ ],
+ "type": "martial melee weapons",
+ "text": "Provided from PHB"
+} \ No newline at end of file