aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/lance.json
blob: 1a9172fc90cbc678f416a8c64c6144174b7d203b (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
29
30
{
  "entry": "item",
  "type": "weapons",
  "name": "lance",
  "cost": 1000,
  "damage": [
    {
      "dmg_type": "piercing",
      "is_or": false,
      "dmg_die_count": 1,
      "dmg_die_sides": 12
    }
  ],
  "weight": 6.0,
  "range": [
    0,
    0
  ],
  "reach": 10,
  "properties": [
    "reach",
    "special",
    "You have disadvantage when you use a lance to attack a target within 5 feet of you. Also, a lance requires two hands to wield when you aren't mounted."
  ],
  "weapon_type": "martial melee weapons",
  "text": "Provided from PHB.",
  "toHitOverride": null,
  "dmgBonusOverride": null,
  "abilityOverride": null
}