aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/battleaxe.json
blob: 31e93e76effa56d2bcc4a6307331928a4cac0096 (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
27
28
{
  "entry": "item",
  "type": "weapons",
  "name": "battleaxe",
  "cost": 1000,
  "damage": [
    {
      "dmg_type": "slashing",
      "is_or": false,
      "dmg_die_count": 1,
      "dmg_die_sides": 8
    }
  ],
  "weight": 4.0,
  "range": [
    0,
    0
  ],
  "reach": 5,
  "properties": [
    "versatile"
  ],
  "weapon_type": "martial melee weapons",
  "text": "Provided from PHB.",
  "toHitOverride": null,
  "dmgBonusOverride": null,
  "abilityOverride": null
}