aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/flail.json
blob: f0b7face9c767302e32c0f8c801942992c2c4a21 (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": "flail",
  "cost": 1000,
  "damage": [
    {
      "dmg_type": "bludgeoning",
      "is_or": false,
      "dmg_die_count": 1,
      "dmg_die_sides": 8
    }
  ],
  "weight": 2.0,
  "range": [
    0,
    0
  ],
  "reach": 5,
  "properties": [],
  "weapon_type": "martial melee weapons",
  "text": "Provided from PHB.",
  "toHitOverride": null,
  "dmgBonusOverride": null,
  "abilityOverride": null
}