1[
2  {
3    "type": "AMMO",
4    "id": "barb_paralysis",
5    "price": 400,
6    "name": { "str": "paralyzing barb" },
7    "symbol": "=",
8    "color": "green",
9    "description": "Tiny droplets of venom trickle out of the sponge-like tissue of this sharp barb.",
10    "material": [ "bone" ],
11    "volume": "250ml",
12    "weight": "37 g",
13    "bashing": 6,
14    "cutting": 2,
15    "ammo_type": "barb",
16    "damage": { "damage_type": "stab", "amount": 5, "armor_penetration": 5 },
17    "dispersion": 120,
18    "loudness": 0,
19    "count": 10,
20    "show_stats": true,
21    "effects": [ "PARALYZEPOISON" ]
22  }
23]
24