1[
2  {
3    "id": "chicken_cage",
4    "type": "TOOL",
5    "name": { "str": "chicken cage" },
6    "description": "A wire container made for transporting chickens, but you can use it to hold any tiny animal.  Use it on a suitable animal to capture, use it on an empty tile to release.",
7    "weight": "250 g",
8    "volume": "2500 ml",
9    "price": 100,
10    "price_postapoc": 100,
11    "bashing": 1,
12    "cutting": 1,
13    "material": [ "steel" ],
14    "symbol": "#",
15    "color": "light_gray",
16    "properties": [ [ "creature_size_capacity", "TINY" ] ],
17    "use_action": [ "CAPTURE_MONSTER_ACT" ],
18    "flags": [ "TRADER_AVOID" ]
19  },
20  {
21    "id": "dog_whistle",
22    "type": "TOOL",
23    "name": { "str": "dog whistle" },
24    "description": "This is a small whistle.  When used, it produces a high tone that causes nearby friendly dogs to either follow you closely and stop attacking, or start attacking enemies if they are currently docile.",
25    "weight": "22 g",
26    "volume": "5 ml",
27    "price": 1000,
28    "price_postapoc": 100,
29    "material": [ "aluminum" ],
30    "symbol": ";",
31    "color": "yellow",
32    "use_action": [ "DOG_WHISTLE" ]
33  },
34  {
35    "id": "shears",
36    "type": "TOOL",
37    "name": { "str_sp": "shears" },
38    "description": "This is a set of shears designed to obtain wool from sheep.",
39    "weight": "820 g",
40    "volume": "750 ml",
41    "price": 500,
42    "price_postapoc": 250,
43    "to_hit": -1,
44    "cutting": 3,
45    "material": [ "steel", "plastic" ],
46    "symbol": ";",
47    "color": "light_gray",
48    "qualities": [ [ "CUT", 1 ], [ "SHEAR", 1 ], [ "BUTCHER", 3 ] ],
49    "flags": [ "STAB" ]
50  },
51  {
52    "id": "elec_shears",
53    "type": "TOOL",
54    "name": { "str_sp": "electric shears" },
55    "description": "These electric shears can be used to shear animals quicker.",
56    "weight": "1200 g",
57    "volume": "1200 ml",
58    "price": 2400,
59    "price_postapoc": 250,
60    "to_hit": -1,
61    "bashing": 2,
62    "material": [ "plastic", "steel" ],
63    "symbol": ";",
64    "color": "dark_gray",
65    "qualities": [ [ "SHEAR", 3 ] ],
66    "ammo": [ "battery" ],
67    "initial_charges": 100,
68    "max_charges": 100,
69    "charges_per_use": 25,
70    "pocket_data": [
71      {
72        "pocket_type": "MAGAZINE_WELL",
73        "holster": true,
74        "max_contains_volume": "20 L",
75        "max_contains_weight": "20 kg",
76        "item_restriction": [ "light_minus_battery_cell", "light_minus_disposable_cell", "light_battery_cell", "light_disposable_cell" ]
77      }
78    ]
79  },
80  {
81    "id": "horse_tack",
82    "type": "TOOL",
83    "name": { "str": "horse tack" },
84    "description": "A saddle, bridle, and associated tack that can be placed on a tamed animal that is capable of being ridden.",
85    "weight": "2 kg",
86    "volume": "7 L",
87    "price": 0,
88    "price_postapoc": 1000,
89    "to_hit": -1,
90    "bashing": 5,
91    "material": [ "leather", "steel" ],
92    "symbol": "M",
93    "color": "yellow",
94    "flags": [ "TACK" ]
95  },
96  {
97    "id": "pet_carrier",
98    "type": "TOOL",
99    "name": { "str": "pet carrier" },
100    "description": "A plastic container meant to hold pets for transport.  Use it on a suitable animal to capture, use it on an empty tile to release.",
101    "weight": "1000 g",
102    "volume": "5 L",
103    "price": 1000,
104    "price_postapoc": 100,
105    "bashing": 1,
106    "cutting": 1,
107    "material": [ "steel", "plastic" ],
108    "symbol": "#",
109    "color": "light_gray",
110    "properties": [ [ "creature_size_capacity", "SMALL" ] ],
111    "use_action": [ "CAPTURE_MONSTER_ACT" ],
112    "flags": [ "TRADER_AVOID" ]
113  },
114  {
115    "id": "pet_carrier_wooden",
116    "copy-from": "pet_carrier",
117    "type": "TOOL",
118    "name": { "str": "wooden pet carrier" },
119    "description": "A wooden container meant to hold pets for transport.  Use it on a suitable animal to capture, use it on an empty tile to release.",
120    "weight": "1500 g",
121    "volume": "6250 ml",
122    "price": 800,
123    "price_postapoc": 50,
124    "material": [ "wood" ],
125    "symbol": "#",
126    "color": "brown",
127    "looks_like": "pet_carrier"
128  },
129  {
130    "id": "dog_whistle_wood",
131    "type": "TOOL",
132    "name": { "str": "wooden dog whistle" },
133    "description": "This is a whistle carved out of hardwood.  When used, it produces a high tone that causes nearby friendly dogs to either follow you closely and stop attacking, or start attacking enemies if they are currently docile.",
134    "weight": "50 g",
135    "volume": "20 ml",
136    "price": 800,
137    "price_postapoc": 100,
138    "material": [ "wood" ],
139    "symbol": ";",
140    "color": "yellow",
141    "looks_like": "dog_whistle",
142    "use_action": [ "DOG_WHISTLE" ]
143  }
144]
145