aboutsummaryrefslogtreecommitdiff
path: root/parsed/weapons/blowgun.json
blob: cb233dfc36ce59e4d52a9b9111b74d1028af65a8 (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": "blowgun",
  "cost": 1000,
  "damage": [
    {
      "dmg_type": "piercing",
      "is_or": false,
      "dmg_die_count": 1,
      "dmg_die_sides": 1
    }
  ],
  "weight": 1.0,
  "range": [
    25,
    100
  ],
  "reach": 0,
  "properties": [
    "ammunition",
    "loading"
  ],
  "weapon_type": "martial ranged weapons",
  "text": "Provided from PHB.",
  "toHitOverride": null,
  "dmgBonusOverride": null,
  "abilityOverride": null
}