aboutsummaryrefslogtreecommitdiff
path: root/armor.json
blob: 37deeb69ce80725e5ba768339f3982607c88bd93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
[
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "maid_dress",
        "name" : "Victorian maid dress",
        "name_plural" : "Victorian maid dresses",
        "weight" : 800,
        "color" : "black",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "to_hit" : 0,
        "storage" : 10,
        "symbol" : "[",
        "description" : "A classic maid outfit with a white apron, frills and a black one piece. It has some storage space thanks to the many pockets, including space for throwing knives. Since it comes with bloomers, you can take off your underwear and not feel embarrassed about it!",
        "price" : 5000,
        "material" : ["cotton"],
        "volume" : 17,
        "warmth" : 20,
        "environmental_protection" : 1,
        "encumbrance" : 10,
        "flags" : ["VARSIZE", "FANCY", "OVERSIZE"],
        "coverage" : 95,
        "material_thickness" : 4
    },
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "maid_dress_french",
        "name" : "French maid dress",
        "name_plural" : "French maid dresses",
        "weight" : 100,
        "color" : "blue",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "storage" : 2,
        "symbol" : "[",
        "description" : "The French maid dress, blue with a frilly white apron.",
        "price" : 5000,
        "material" : ["cotton"],
        "volume" : 1,
        "warmth" : 5,
        "encumbrance" : 7,
        "flags" : ["VARSIZE", "SUPER_FANCY", "OVERSIZE"],
        "coverage" : 75,
        "material_thickness" : 1,
        "artifact_data" : {
        "effects_worn":
        ["AEP_STEALTH"]
      }
    },
    {
        "type" : "TOOL_ARMOR",
        "id" : "survivor_maid_dress",
        "category" : "armor",
        "name" : "survivor Victorian maid dress",
        "weight" : 2300,
        "color" : "black",
        "covers" : ["LEGS", "HEAD", "TORSO", "ARMS"],
        "storage" : 22,
        "symbol" : "[",
        "description" : "A Victorian maid dress tailored specifically for post-cataclysm maids. Besides protecting key parts with kevlar lining, it has more storage space.",
        "price" : 110000,
        "material" : ["kevlar", "cotton"],
        "volume" : 42,
        "warmth" : 20,
        "environmental_protection" : 3,
        "encumbrance" : 15,
        "flags" : ["VARSIZE","HOOD","WATERPROOF","RAINPROOF","STURDY","FANCY","OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 4
    },
    {
        "type" : "ARMOR",
        "category" : "clothing",
        "id" : "jokyu_fuku",
        "name" : "Jokyū dress",
        "name_plural" : "Jokyū dresses",
        "weight" : 1200,
        "color" : "brown",
        "covers" : ["TORSO", "ARMS", "LEGS"],
        "storage" : 2,
        "symbol" : "[",
        "description" : "Women's servant clothes worn in Japanese cafes a long time ago. Essentially a white apron over a kimono.",
        "price" : 5000,
        "material" : ["cotton"],
        "volume" : 20,
        "warmth" : 20,
        "environmental_protection" : 1,
        "encumbrance" : 8,
        "flags" : ["VARSIZE", "FANCY", "OVERSIZE"],
        "coverage" : 95,
        "material_thickness" : 4,
        "artifact_data" : {
        "effects_worn":
        ["AEP_DEX_UP"]
      }
    },
    {
        "type" : "ARMOR",
        "category" : "clothing",
        "id" : "stockings_lace",
        "name" : "lace stockings with garterbelt",
        "name_plural" : "lace stockings with garterbelts",
        "weight" : 90,
        "color" : "white",
        "covers" : ["FEET", "LEGS"],
        "symbol" : "[",
        "description" : "A set of pure white lace stockings with a garterbelt and panties, decorated with elegant lacing.",
        "price" : 500,
        "material" : ["cotton"],
        "volume" : 1,
        "warmth" : 6,
        "flags" : ["VARSIZE", "SKINTIGHT", "SUPER_FANCY", "OVERSIZE"],
        "coverage" : 85,
        "material_thickness" : 1
    },
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "tux",
        "name" : "tuxedo",
        "weight" : 1587,
        "color" : "dark_gray",
        "covers" : ["LEGS", "TORSO", "ARMS"],
        "storage" : 10,
        "symbol" : "[",
        "description" : "A full-body tuxedo.  Makes the apocalypse feel a little more classy.",
        "price" : 21000,
        "material" : ["cotton"],
        "volume" : 22,
        "warmth" : 30,
        "environmental_protection" : 1,
        "encumbrance" : 12,
        "flags" : ["VARSIZE", "SUPER_FANCY", "OVERSIZE"],
        "coverage" : 95,
        "material_thickness" : 4,
        "max_charges": 12,
        "ammo": "assassins_throwing_dagger"
    },
    {
        "type" : "TOOL_ARMOR",
        "id" : "survivor_tux",
        "category" : "armor",
        "name" : "survivor tuxedo",
        "weight" : 3050,
        "color" : "dark_gray",
        "covers" : ["LEGS", "HEAD", "TORSO", "ARMS"],
        "storage" : 22,
        "symbol" : "[",
        "description" : "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.",
        "price" : 110000,
        "material" : ["kevlar", "cotton"],
        "volume" : 45,
        "warmth" : 30,
        "environmental_protection" : 3,
        "encumbrance" : 15,
        "flags" : ["VARSIZE","HOOD","WATERPROOF","RAINPROOF","STURDY","SUPER_FANCY","OVERSIZE"],
        "coverage" : 100,
        "material_thickness" : 4,
        "max_charges": 12,
        "ammo": "assassins_throwing_dagger"
    },
    {
        "type" : "ARMOR",
        "category" : "clothing",
        "id" : "maid_cap",
        "name" : "maid cap",
        "weight" : 50,
        "color" : "white",
        "covers" : ["HEAD"],
        "symbol" : "[",
        "description" : "A frilly white cap commonly used by maids.",
        "price" : 2000,
        "material" : ["cotton"],
        "volume" : 1,
        "warmth" : 30,
        "flags" : ["VARSIZE"],
        "coverage" : 60,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "category" : "clothing",
        "id" : "cat_maid_cap",
        "name" : "cat eared maid cap",
        "weight" : 60,
        "color" : "white",
        "covers" : ["HEAD"],
        "symbol" : "[",
        "description" : "A frilly white cap commonly used by maids. There's two bumps on top of it that look like cat ears. It's very cute.",
        "price" : 2000,
        "material" : ["cotton"],
        "volume" : 1,
        "warmth" : 30,
        "flags" : ["VARSIZE", "FANCY"],
        "coverage" : 60,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "category" : "clothing",
        "id" : "petticoat",
        "name" : "petticoat",
        "name_plural" : "petticoats",
        "weight" : 90,
        "color" : "white",
        "symbol" : "[",
        "description" : "A type of frilly undergarment usually worn under skirts.",
        "price" : 500,
        "material" : ["cotton"],
        "volume" : 1,
        "flags" : ["SUPER_FANCY"],
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "category" : "clothing",
        "id" : "panties_kemo",
        "name" : "panties (for beasts)",
        "name_plural" : "panties (for beasts)",
        "weight" : 100,
        "color" : "white",
        "covers" : ["LEGS"],
        "storage" : 2,
        "symbol" : "[",
        "description" : "A special type of underwear meant for people with tails. Although it's incredibly thin, it's the last line of defense against your dignity.",
        "price" : 5000,
        "material" : ["cotton"],
        "volume" : 1,
        "warmth" : 5,
        "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "type" : "ARMOR",
        "id" : "briefs_kemo",
        "name" : "briefs (for beasts)",
        "name_plural" : "briefs (for beasts)",
        "weight" : 32,
        "color" : "white",
        "covers" : ["LEGS"],
        "symbol" : "[",
        "description" : "A special type of underwear meant for people with tails. It stands as the difference between being a gentleman and being a beast.",
        "price" : 1000,
        "material" : ["cotton"],
        "volume" : 1,
        "warmth" : 5,
        "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
        "coverage" : 15,
        "material_thickness" : 1
    },
    {
        "id": "maids_scarf",
        "type": "TOOL_ARMOR",
        "category" : "clothing",
        "symbol": "[",
        "color": "light_gray",
        "name": "maid's scarf",
        "description": "A very long light cloth scarf, worn over the mouth for warmth.  With the extra length, it's enough to handle nonstandard facial features and accommodate your hands too.  Use it to loosen it if you get too warm.",
        "price": 1500,
        "material": ["cotton"],
        "weight": 120,
        "volume": 4,
        "to_hit" : -3,
        "covers" : ["MOUTH"],
        "flags" : ["OVERSIZE", "POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"],
        "warmth" : 20,
        "environmental_protection" : 5,
        "encumbrance" : 0,
        "coverage" : 100,
        "material_thickness" : 1
    }
]