1[
2  {
3    "type": "PET_ARMOR",
4    "id": "kevlar_harness",
5    "symbol": "[",
6    "looks_like": "tacvest",
7    "color": "blue",
8    "name": { "str": "Kevlar dog harness", "str_pl": "Kevlar dog harnesses" },
9    "description": "A blue bulletproof harness, designed to be worn by canines in the service of local law enforcement, that protects from shoulders to abdomen.  You could put this on a friendly dog.",
10    "price": 30000,
11    "price_postapoc": 1000,
12    "material": [ "kevlar_layered" ],
13    "weight": "4290 g",
14    "volume": "4500 ml",
15    "bashing": 5,
16    "to_hit": -1,
17    "flags": [ "IS_PET_ARMOR", "NO_SALVAGE" ],
18    "material_thickness": 2.0,
19    "max_pet_vol": "60 L",
20    "min_pet_vol": "25000 ml",
21    "pet_bodytype": "dog",
22    "pocket_data": [
23      {
24        "pocket_type": "CONTAINER",
25        "max_contains_volume": "5 L",
26        "max_contains_weight": "10 kg",
27        "max_item_length": "60 cm",
28        "moves": 200
29      },
30      {
31        "pocket_type": "CONTAINER",
32        "max_contains_volume": "5 L",
33        "max_contains_weight": "10 kg",
34        "max_item_length": "60 cm",
35        "moves": 200
36      },
37      {
38        "pocket_type": "CONTAINER",
39        "max_contains_volume": "1250 ml",
40        "max_contains_weight": "2 kg",
41        "max_item_length": "20 cm",
42        "moves": 200
43      },
44      {
45        "pocket_type": "CONTAINER",
46        "max_contains_volume": "1250 ml",
47        "max_contains_weight": "2 kg",
48        "max_item_length": "20 cm",
49        "moves": 200
50      }
51    ]
52  },
53  {
54    "type": "PET_ARMOR",
55    "id": "acidchitin_harness_dog",
56    "copy-from": "kevlar_harness",
57    "color": "green",
58    "name": { "str": "biosilicified chitin dog mesh harness", "str_pl": "biosilicified chitin dog mesh harnesses" },
59    "description": "A makeshift harness of biosilicified chitin fitted to a thin mesh protecting the neck to flank of canines.  You could put this on a friendly dog.",
60    "price": 50000,
61    "price_postapoc": 2500,
62    "material": [ "acidchitin" ],
63    "weight": "5362 g",
64    "environmental_protection": 7
65  },
66  {
67    "type": "PET_ARMOR",
68    "id": "chitin_harness_dog",
69    "copy-from": "acidchitin_harness_dog",
70    "name": { "str": "chitin dog mesh harness", "str_pl": "chitin dog mesh harnesses" },
71    "description": "A makeshift harness of chitin fitted to a thin mesh protecting the neck to flank of canines.  You could put this on a friendly dog.",
72    "price": 35000,
73    "price_postapoc": 2000,
74    "material": [ "chitin" ],
75    "environmental_protection": 4
76  },
77  {
78    "type": "PET_ARMOR",
79    "id": "chainmail_harness_dog",
80    "copy-from": "kevlar_harness",
81    "color": "light_red",
82    "name": { "str": "chainmail dog coat" },
83    "description": "Protecteth yon hund fram ful daemons!  You could put this on a friendly dog.",
84    "//": "Description is reference to Churl scenario text - 'protect your dog from foul undead'.",
85    "price": 25000,
86    "price_postapoc": 3500,
87    "material": [ "iron", "budget_steel" ],
88    "weight": "6434 g",
89    "material_thickness": 0.5
90  },
91  {
92    "type": "PET_ARMOR",
93    "id": "leather_harness_dog",
94    "copy-from": "kevlar_harness",
95    "color": "brown",
96    "name": { "str": "leather dog harness", "str_pl": "leather dog harnesses" },
97    "description": "A neck to hip harness made from leather that can be attached to a canine for protection.  You could put this on a friendly dog.",
98    "price": 17500,
99    "price_postapoc": 1750,
100    "material": [ "leather" ],
101    "weight": "2145 g",
102    "extend": { "flags": [ "NO_SALVAGE" ] }
103  },
104  {
105    "type": "PET_ARMOR",
106    "id": "leatherbone_harness_dog",
107    "copy-from": "leather_harness_dog",
108    "name": { "str": "leather dog harness with bones", "str_pl": "leather dog harnesses with bones" },
109    "description": "Decorative bones affixed to a leather dog harness for that true post-apocalyptic style, even with a skull bone headpiece!  You could put this on a friendly dog.",
110    "price": 19000,
111    "price_postapoc": 1900,
112    "material": [ "leather" ],
113    "weight": "2645 g"
114  },
115  {
116    "type": "PET_ARMOR",
117    "id": "rubber_harness_dog",
118    "copy-from": "kevlar_harness",
119    "color": "dark_gray",
120    "name": { "str": "rubber dog rainsuit" },
121    "description": "A thin plastic covering adapted for dogs to protect from acid rain and other caustic sources.  You could put this on a friendly dog.",
122    "price": 10000,
123    "price_postapoc": 1000,
124    "material": [ "neoprene", "plastic", "rubber" ],
125    "weight": "1960 g",
126    "material_thickness": 0.1,
127    "environmental_protection": 10,
128    "min_pet_vol": "15000 ml",
129    "extend": { "flags": [ "NO_SALVAGE" ] }
130  },
131  {
132    "type": "PET_ARMOR",
133    "id": "superalloy_harness_dog",
134    "copy-from": "kevlar_harness",
135    "color": "light_cyan",
136    "name": { "str": "superalloy tactical dog outfit" },
137    "description": "A thin mesh interwoven with superalloy plates and pouches for military working dogs that covers from the dewlap to the croup, down to the elbows.  You could put this on a friendly dog.",
138    "price": 130000,
139    "price_postapoc": 5000,
140    "material": [ "superalloy" ],
141    "weight": "3125 g",
142    "min_pet_vol": "20000 ml",
143    "pocket_data": [
144      {
145        "pocket_type": "CONTAINER",
146        "max_contains_volume": "10 L",
147        "max_contains_weight": "20 kg",
148        "max_item_length": "80 cm",
149        "moves": 200
150      },
151      {
152        "pocket_type": "CONTAINER",
153        "max_contains_volume": "10 L",
154        "max_contains_weight": "20 kg",
155        "max_item_length": "80 cm",
156        "moves": 200
157      },
158      {
159        "pocket_type": "CONTAINER",
160        "max_contains_volume": "2500 ml",
161        "max_contains_weight": "5 kg",
162        "max_item_length": "30 cm",
163        "moves": 200
164      },
165      {
166        "pocket_type": "CONTAINER",
167        "max_contains_volume": "2500 ml",
168        "max_contains_weight": "5 kg",
169        "max_item_length": "30 cm",
170        "moves": 200
171      }
172    ]
173  }
174]
175