forked from chaosvolt/cdda-arcana-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapgen_basements.json
304 lines (304 loc) · 11.7 KB
/
mapgen_basements.json
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
[
{
"id": "chalice_cult_casualties_fresh",
"type": "item_group",
"subtype": "collection",
"entries": [
{ "group": "clothing_outdoor_set", "damage": [ 1, 4 ] },
{ "group": "chalice_cult_gear", "prob": 15, "damage": [ 1, 4 ] },
{ "group": "chalice_cult_consumables", "prob": 25 },
{ "group": "arcanist_corpses_adult_random" }
]
},
{
"id": "sanguine_cult_casualties_fresh",
"type": "item_group",
"subtype": "collection",
"entries": [
{ "group": "clothing_outdoor_set", "damage": [ 1, 4 ] },
{ "group": "sanguine_cult_gear", "prob": 10, "damage": [ 1, 4 ] },
{ "group": "arcanist_corpses_adult_random" }
]
},
{
"id": "cleansing_flame_casualties_basement",
"type": "item_group",
"subtype": "collection",
"entries": [
{ "group": "clothing_outdoor_set", "damage": [ 1, 4 ] },
{ "group": "cleansing_flame_gear", "prob": 10, "damage": [ 1, 4 ] },
{ "group": "cleansing_flame_gear_magic", "prob": 15, "damage": [ 1, 4 ] },
{ "group": "cleansing_flame_gear_consumables", "prob": 25 },
{ "group": "arcanist_corpses_adult_random" }
]
},
{
"id": "arcanist_corpses_adult_random",
"//": "Various adult corpses, no restriction on how they died.",
"type": "item_group",
"items": [
[ "corpse", 25 ],
[ "corpse_bloody", 15 ],
[ "corpse_generic_male", 10 ],
[ "corpse_generic_female", 10 ],
[ "rmi2_corpse", 5 ],
[ "corpse_oldwoman_jewelry", 5 ],
[ "corpse_painful", 5 ],
[ "corpse_scorched", 5 ],
[ "corpse_stabbed", 5 ],
[ "corpse_gunned", 5 ],
[ "corpse_halved_upper", 5 ],
[ "corpse_half_beheaded", 5 ]
]
},
{
"id": "reading_lights",
"type": "item_group",
"items": [
[ "candle", 20 ],
[ "oil_lamp", 20 ],
[ "flashlight", 15 ],
[ "wearable_light", 15 ],
[ "electric_lantern", 10 ],
[ "gasoline_lantern", 10 ],
[ "survivor_light", 5 ],
[ "atomic_lamp", 1 ]
]
},
{
"id": "magic_crafting",
"type": "item_group",
"items": [
[ "gold_small", 1 ],
[ "gold_small", 10 ],
[ "silver_small", 2 ],
[ "silver_small", 20 ],
[ "scrap", 15 ],
[ "feather", 5 ],
[ "copper", 15 ],
[ "diamond", 1 ],
{ "item": "essence", "prob": 25, "count": [ 1, 3 ] },
{ "item": "essence_blood", "prob": 25, "count": [ 2, 6 ] },
{ "item": "essence_dull", "prob": 25, "count": [ 4, 8 ] }
]
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "arcanist_basement" ],
"weight": 75,
"object": {
"fill_ter": "t_rock",
"rotation": [ 0, 3 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" -------------------- ",
" |].................| ",
" |].................| ",
" |].................| ",
" |].........|---+---| ",
" |].........|{......| ",
" |--++--|-+-|{.....C| ",
" |......|...|{....hC| ",
" |.b..b.|.<.|{...CCC| ",
" |......|------------ ",
" |..CC..| ",
" |......| ",
" -------- ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "arcana_palette" ],
"place_loot": [
{ "group": "cult_sacrifice", "x": 4, "y": 13, "chance": 100 },
{ "group": "cult_sacrifice", "x": 7, "y": 13, "chance": 100 },
{ "group": "sanguine_cult_casualties_fresh", "x": 19, "y": 12, "chance": 75 },
{ "group": "sanguine_cult_books", "x": 3, "y": [ 6, 10 ], "chance": 75, "repeat": 5 },
{ "group": "sanguine_cult_spells", "x": 3, "y": [ 6, 10 ], "chance": 10 },
{ "item": "book_syncretism", "x": 3, "y": [ 6, 10 ], "chance": 5 },
{ "item": "human_flesh", "x": 20, "y": [ 11, 13 ], "chance": 50, "repeat": 5 },
{ "item": "blood_athame", "x": [ 18, 19 ], "y": 13, "chance": 50 },
{ "group": "sanguine_cult_consumables", "x": 14, "y": 10, "chance": 30, "repeat": 3 },
{ "group": "sanguine_cult_crafting", "x": 14, "y": 10, "chance": 40, "repeat": 5 },
{ "item": "essence_blood", "x": [ 5, 6 ], "y": 15, "chance": 50, "repeat": 10 },
{ "item": "note_sanguine_tenet", "x": 3, "y": [ 6, 10 ], "chance": 90 }
],
"place_monster": [
{ "monster": "mon_dementia", "x": 9, "y": 7, "repeat": [ 1, 4 ] },
{ "monster": "mon_dementia", "x": 17, "y": 11, "repeat": [ 1, 3 ] },
{ "monster": "mon_homunculus", "x": 5, "y": 16, "repeat": 1 }
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "arcanist_basement" ],
"weight": 100,
"object": {
"fill_ter": "t_rock",
"rotation": [ 0, 3 ],
"rows": [
" --------------------- ",
" |]......rrrrr......]| ",
" |]....b.rrCrr.b....]| ",
" |]......rrrrr......]| ",
" |].......rrr.......]| ",
" |].ppppp.rrr.ppppp.]| ",
" |........rrr........| ",
" |..ppppp.rrr.ppppp..| ",
" |........rrr........| ",
" |..ppppp.rrr.ppppp..| ",
" |...................| ",
" |{{{{{..|-+-|..{{{{{| ",
" --------|...|-------- ",
" |.<.| ",
" ----- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "arcana_palette" ],
"place_loot": [
{ "item": "holy_symbol", "x": 11, "y": 2, "chance": 90 },
{ "item": "note_flame_tenet", "x": 11, "y": 2, "chance": 90 },
{ "group": "cleansing_flame_spells", "x": 11, "y": 2, "chance": 10 },
{ "group": "cleansing_flame_casualties_basement", "x": [ 2, 20 ], "y": [ 1, 10 ], "chance": 50, "repeat": 4 },
{ "group": "cleansing_flame_books", "x": 2, "y": [ 1, 5 ], "chance": 50, "repeat": 5 },
{ "group": "cleansing_flame_books", "x": 20, "y": [ 1, 5 ], "chance": 50, "repeat": 5 },
{ "item": "book_syncretism", "x": 20, "y": [ 1, 5 ], "chance": 5 },
{ "group": "cleansing_flame_gear_consumables", "x": [ 2, 6 ], "y": 11, "chance": 30, "repeat": 3 },
{ "group": "cleansing_flame_crafting", "x": [ 16, 20 ], "y": 11, "chance": 50, "repeat": 5 },
{ "item": "CF_golden_scale", "x": [ 16, 20 ], "y": 11, "chance": 25, "repeat": 3 }
],
"place_monsters": [ { "monster": "GROUP_PREPPER_HOUSE", "x": [ 2, 20 ], "y": [ 1, 10 ], "density": 0.15 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "arcanist_basement" ],
"weight": 50,
"object": {
"fill_ter": "t_rock",
"rotation": [ 0, 3 ],
"rows": [
" ",
" ",
" ",
" ",
" ----------- ",
" |.........| ",
" |.........| ",
" |+-|-+-|-+| ",
" |rr|...|rr| ",
" |rr|.<.|rr| ",
" |rr|...|rr| ",
" -|rr|-+-|rr|- ",
" |rr--...--rr| ",
" |rr-]...]-rr| ",
" |rr--]{]--rr| ",
" -|rr-----rr|- ",
" |---+-]]]-+---| ",
" |.............| ",
" |.p.p..b..p.p.| ",
" |.p.p.....p.p.| ",
" |......P......| ",
" --------------- ",
" ",
" "
],
"palettes": [ "arcana_palette" ],
"place_loot": [
{ "item": "offering_chalice_used", "x": 11, "y": 19 },
{ "item": "note_chalice_tenet", "x": 11, "y": 19, "chance": 90 },
{ "group": "chalice_cult_spells", "x": 11, "y": 19, "chance": 10 },
{ "group": "chalice_cult_casualties_fresh", "x": 11, "y": 13, "chance": 100 },
{ "group": "chalice_cult_casualties_fresh", "x": [ 2, 20 ], "y": [ 1, 10 ], "chance": 75, "repeat": 3 },
{ "group": "chalice_cult_books", "x": [ 10, 12 ], "y": 16, "chance": 40, "repeat": 5 },
{ "item": "book_syncretism", "x": [ 10, 12 ], "y": 16, "chance": 5 },
{ "group": "chalice_cult_books", "x": 9, "y": 13, "chance": 30, "repeat": 3 },
{ "group": "chalice_cult_books", "x": 13, "y": 13, "chance": 30, "repeat": 3 },
{ "group": "chalice_cult_books", "x": 10, "y": 14, "chance": 30, "repeat": 3 },
{ "group": "chalice_cult_books", "x": 12, "y": 14, "chance": 30, "repeat": 3 },
{ "group": "chalice_cult_consumables", "x": 11, "y": 14, "chance": 30, "repeat": 3 },
{ "group": "chalice_cult_crafting", "x": 11, "y": 14, "chance": 30, "repeat": 4 },
{ "group": "cult_sacrifice", "x": 11, "y": 18, "chance": 100 }
],
"place_monsters": [
{ "monster": "GROUP_CF_BASEMENT", "x": [ 5, 17 ], "y": [ 17, 20 ], "density": 0.15 },
{ "monster": "GROUP_CF_BASEMENT", "x": [ 7, 15 ], "y": [ 5, 6 ], "density": 0.05 }
],
"place_monster": [
{ "monster": "mon_dementia", "x": 11, "y": 13, "repeat": [ 1, 2 ] },
{ "monster": "mon_flesh_angel", "x": 11, "y": 19 }
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "arcanist_basement" ],
"weight": 125,
"object": {
"fill_ter": "t_rock",
"rotation": [ 0, 3 ],
"rows": [
" -------------------- ",
" |B.........CCCCC..]| ",
" |D................]| ",
" |.................]| ",
" |.................]| ",
" |.................]| ",
" |{.................| ",
" |{................C| ",
" |{...............hd| ",
" |{.................| ",
" |{................}| ",
" |------|-+-|-------| ",
" |...| ",
" |.<.| ",
" ----- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "arcana_palette" ],
"place_loot": [
{ "item": "matches", "x": 20, "y": 7, "chance": 50 },
{ "group": "reading_lights", "x": 20, "y": 7, "chance": 90 },
{ "group": "cannedfood", "x": [ 13, 17 ], "y": 1, "chance": 75, "repeat": 5 },
{ "group": "homebooks", "x": 20, "y": [ 1, 5 ], "chance": 75, "repeat": 6 },
{ "group": "unaligned_arcanist_books", "x": 20, "y": [ 1, 5 ], "chance": 50, "repeat": 6 },
{ "group": "magic_crafting", "x": 3, "y": [ 6, 10 ], "chance": 35, "repeat": 8 },
{ "group": "magic_consumables", "x": 20, "y": 10, "chance": 50, "repeat": 3 },
{ "item": "book_syncretism", "x": 20, "y": 10, "chance": 75 },
{ "group": "unaligned_arcanist_spells", "x": 20, "y": 10, "chance": 15 }
],
"place_monsters": [
{ "monster": "GROUP_CF_BASEMENT", "x": [ 3, 20 ], "y": [ 1, 10 ], "density": 0.15 },
{ "monster": "GROUP_PREPPER_HOUSE", "x": [ 3, 20 ], "y": [ 1, 10 ], "density": 0.15 }
]
}
}
]