1[
2  {
3    "type": "AMMO",
4    "id": "paintball",
5    "price": 1000,
6    "price_postapoc": 50,
7    "name": { "str_sp": "paintball" },
8    "symbol": "=",
9    "color": "red",
10    "description": "A tube of small paintballs.  They deal virtually no damage.",
11    "material": [ "plastic" ],
12    "volume": "250 ml",
13    "weight": "1 g",
14    "ammo_type": "paintball",
15    "damage": { "damage_type": "stab", "amount": 2 },
16    "dispersion": 100,
17    "count": 100,
18    "stack_size": 100,
19    "loudness": 9,
20    "effects": [ "NOGIB", "NEVER_MISFIRES" ]
21  }
22]
23