aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/lance.json
blob: ea88c2fe1cacac88f893abec26bb6a02f5d38734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "lance",
  "cost": 1000,
  "damage": {
    "dmg_type": "piercing",
    "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."
  ],
  "type": "martial melee weapons",
  "text": "Provided from PHB"
}