aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/war_pick.json
blob: b17aa5f92d5171a2db8423dac48600238ad57cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "war pick",
  "cost": 500,
  "damage": {
    "dmg_type": "piercing",
    "dmg_die_count": 1,
    "dmg_die_sides": 8
  },
  "weight": 2.0,
  "range": [
    0,
    0
  ],
  "reach": 5,
  "properties": [],
  "type": "martial melee weapons",
  "text": "Provided from PHB"
}