aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/shortbow.json
blob: a299bc3fee12d29f6bb9b3155cc12650bddac58a (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
{
  "entry": "item",
  "type": "weapons",
  "name": "shortbow",
  "cost": 2500,
  "damage": [
    {
      "dmg_type": "piercing",
      "is_or": false,
      "dmg_die_count": 1,
      "dmg_die_sides": 6
    }
  ],
  "weight": 2.0,
  "range": [
    80,
    320
  ],
  "reach": 0,
  "properties": [
    "ammunition",
    "two-handed"
  ],
  "weapon_type": "simple ranged weapons",
  "text": "Provided from PHB.",
  "toHitOverride": null,
  "dmgBonusOverride": null,
  "abilityOverride": null
}