aboutsummaryrefslogtreecommitdiff
path: root/parser/items/weapons/sling.json
blob: fa896492dad152d52cc794cc3d3f7d898f46a286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "sling",
  "cost": 10,
  "damage": {
    "dmg_type": "bludgeoning",
    "dmg_die_count": 1,
    "dmg_die_sides": 4
  },
  "weight": 0.0,
  "range": [
    30,
    120
  ],
  "reach": 0,
  "properties": [
    "ammunition"
  ],
  "type": "simple ranged weapons",
  "text": "Provided from PHB"
}