1[
2  {
3    "id": "pistol_tiny_rifle",
4    "copy-from": "marlin_9a",
5    "type": "GUN",
6    "name": { "str": "plinker carbine" },
7    "ammo": [ "ammo_pistol_tiny" ],
8    "description": "With near non-existent recoil and inexpensive ammunition, rifles like this one are popular introductory firearms.  It has a built in magazine, capable of holding an impressive amount of its small cartridges.  You could take small game with this, but anything bigger might not even notice.",
9    "clip_size": 19,
10    "pocket_data": [
11      {
12        "pocket_type": "MAGAZINE_WELL",
13        "holster": true,
14        "max_contains_volume": "20 L",
15        "max_contains_weight": "20 kg",
16        "item_restriction": [ "pistol_tiny_mag" ],
17        "rigid": true
18      }
19    ]
20  },
21  {
22    "id": "pistol_tiny_target",
23    "copy-from": "sw_22",
24    "type": "GUN",
25    "name": "target pistol",
26    "ammo": [ "ammo_pistol_tiny" ],
27    "description": "This medium sized pistol fires cheap and plentiful plinking ammo, and is exceptionally popular for practice or target shooting.  This pistol is unsuited for taking on anything but small game, as it is meant to poke holes in paper.  Accepts box magazines.",
28    "pocket_data": [
29      {
30        "pocket_type": "MAGAZINE_WELL",
31        "holster": true,
32        "max_contains_volume": "20 L",
33        "max_contains_weight": "20 kg",
34        "item_restriction": [ "pistol_tiny_mag" ],
35        "rigid": true
36      }
37    ]
38  },
39  {
40    "id": "pistol_tiny_zip",
41    "copy-from": "moss_brownie",
42    "type": "GUN",
43    "name": "zip gun",
44    "ammo": [ "ammo_pistol_tiny" ],
45    "description": "A crude single shot firearm made from improvised or homemade components, chambered for tiny plinking ammunition.  Zip guns like these often turned up in the hands of criminals and insurgents.  There's no extractor, so it might be slow to reload, and its construction leaves its longevity in question.",
46    "clip_size": 1,
47    "pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "ammo_pistol_tiny": 1 }, "rigid": true } ]
48  }
49]
50