Skip to content

Commit

Permalink
chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Apr 3, 2021
1 parent cec9de3 commit fc293a1
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 28 deletions.
11 changes: 11 additions & 0 deletions data/mods/Aftershock/itemgroups/arcology_groups.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"id": "vitamin_shop",
"type": "item_group",
"items": [
[ "cream_prot_cold", 25 ],
[ "cream_greater_prot_cold", 5 ],
[ "homeopathic_pills", 80 ]
]
},
]
4 changes: 2 additions & 2 deletions data/mods/Aftershock/maps/mapgen/arcology_ground.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"________________||,,,,,,",
"________________||,,,,,,",
"________________||,,,,,,",
"________________||,,,,,,",
"______________..||,,,,,,",
"________________óó,,,,,,",
"________________óó,,,,,,",
"_______2________||,,,,,,",
Expand All @@ -295,7 +295,7 @@
"palettes": [ "arcology_exterior" ],
"nested": {
"1": { "chunks": [ [ "arcology_8x8_tbd", 20 ], [ "arcology_8x8_tbd", 20 ] ] },
"2": { "chunks": [ [ "arcology_9x9_tbd", 20 ], [ "arcology_9x9_tbd", 20 ] ] },
"2": { "chunks": [ [ "arcology_9x9_candy_shop", 20 ], [ "city_block_9x9_beauty_shop", 20 ], [ "arcology_9x9_vitamin_shop", 20 ] ] },
"3": { "chunks": [ [ "arcology_7x7_tbd", 20 ], [ "arcology_7x7_tbd", 20 ] ] }
},
"place_loot": [ { "group": "TBD", "x": [ 0, 23 ], "y": [ 0, 23 ], "chance": 50, "repeat": [ 1, 4 ] } ],
Expand Down
64 changes: 58 additions & 6 deletions data/mods/Aftershock/maps/mapgen_pallete/arcology.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,67 @@
"%": "f_console_broken",
"5": "f_console",
"B": "blank",
"?": "f_sofa",
"S": "f_sink",
"b": "f_bench",
"?": "blank",
"S": "blank",
"b": "blank",
"c": "f_counter",
"d": "f_desk",
"h": "f_chair",
"d": "blank",
"h": "blank",
"H": "f_utility_shelf",
"l": "f_locker",
"k": "f_bookcase",
"k": "blank",
"r": "f_trashcan",
"s": "blank",
"t": "blank",
"f": "blank",
"^": "blank"
},
"toilets": { "&": { } }
},
{
"type": "palette",
"id": "arcology_mall_chunks",
"terrain": {
" ": "t_linoleum_white",
"_": [ "t_thconc_floor", "t_thconc_r", "t_thconc_y" ],
",": [ "t_pavement", "t_region_groundcover_urban", "t_railroad_rubble" ],
"!": "t_door_locked_interior",
"O": "t_metal_floor",
".": "t_wall_metal",
"/": "t_wall_prefab_metal",
"#": "t_broken_prefab",
"Q": "t_wall_prefab_glass_shutters",
":": "t_door_glass_c",
";": "t_door_locked",
"o": "t_wall_prefab_glass",
"(": "t_reinforced_glass",
"X": "t_door_metal_locked",
"3": "t_door_metal_c",
"4": "t_door_metal_pickable",
"ó": "t_metal_ventilation_shutter",
"R": "t_railing",
"U": "t_ladder_up",
"D": "t_ladder_down",
">": "t_stairs_down",
"<": "t_stairs_up"
},
"furniture": {
"$": "f_safe_l",
"A": "f_neuralnet_inserter",
"0": "f_cryo_pod",
"&": "f_toilet",
"%": "f_console_broken",
"5": "f_console",
"B": "blank",
"?": "blank",
"S": "blank",
"b": "blank",
"c": "f_counter",
"d": "blank",
"h": "blank",
"H": "f_utility_shelf",
"l": "f_locker",
"k": "blank",
"r": "f_trashcan",
"s": "blank",
"t": "blank",
Expand Down
Loading

0 comments on commit fc293a1

Please sign in to comment.