aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/light_hammer.json
blob: 12775cb15263703b11a4f05fc31ef92f72744047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "light hammer",
  "cost": 200,
  "damage": {
    "dmg_type": "bludgeoning",
    "dmg_die_count": 1,
    "dmg_die_sides": 4
  },
  "weight": 2.0,
  "range": [
    20,
    60
  ],
  "reach": 5,
  "properties": [
    "light",
    "thrown"
  ],
  "type": "simple melee weapons",
  "text": "Provided from PHB"
}