aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/mace.json
blob: 1127209d3a739701dd613b0b3355cfc0d103ca4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "entry": "item",
  "type": "weapons",
  "name": "mace",
  "cost": 500,
  "damage": [
    {
      "dmg_type": "bludgeoning",
      "is_or": false,
      "dmg_die_count": 1,
      "dmg_die_sides": 6
    }
  ],
  "weight": 4.0,
  "range": [
    0,
    0
  ],
  "reach": 5,
  "properties": [],
  "weapon_type": "simple melee weapons",
  "text": "Provided from PHB.",
  "toHitOverride": null,
  "dmgBonusOverride": null,
  "abilityOverride": null
}