aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/shortsword.json
blob: 6b99fa6dca4dcde1864c6bc912977c4896ca9da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
}