-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new locations to Aftershock (#73988)
* Add Shuttle Landing Pad Mapgen to Aftershock Exo Planet * Update shuttlepad layout and add sealed shipping crates to Aftershock. * Add Malamute Freight Transport to Aftershock * Update freight transport. Increase monster spawns and alter layout slightly. * Format JSON to match style guides * Restore deleted shuttlepad * Fix broken broken JSON and remove unimplemented mapgen Aftershock * Fix typo * Lint JSON * Fix description on sealed intermodal crate * Add General Store to Aftershock Exoplanet * Lint general store JSON * Fix description on Open Intermodal crate * Minor Updates to Mapgen Aftershock * Add lights to Aftershock Mapgen. * Fix General Store second floor generating ground instead of air * Remove water spawn in colonist wardrobe Aftershock
- Loading branch information
1 parent
9640195
commit 2d02175
Showing
15 changed files
with
651 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_civ_rand", | ||
"//": "Genral civilian goods weighted for rarity", | ||
"subtype": "distribution", | ||
"entries": [ | ||
{ "group": "afs_crate_food", "prob": 4 }, | ||
{ "group": "afs_crate_clothing", "prob": 2 }, | ||
{ "group": "afs_crate_medical", "prob": 1 }, | ||
{ "group": "afs_civilian_armory", "prob": 1, "count": [ 2, 5 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_food", | ||
"subtype": "collection", | ||
"//": "Perserved food shipped in from off world.", | ||
"entries": [ | ||
{ "group": "afs_stored_meals", "prob": 50, "count": [ 3, 8 ] }, | ||
{ "group": "afs_dry_goods", "prob": 100, "count": [ 3, 5 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_clothing", | ||
"subtype": "collection", | ||
"//": "Multiple sets of clothing goods. Increased likelyhood of a bag due the difficulty of getting into a crate in the first place.", | ||
"entries": [ | ||
{ "group": "afs_colonist_outfit", "prob": 100, "count": [ 3, 6 ] }, | ||
{ "group": "afs_colonist_bags", "prob": 80, "count": [ 1, 2 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_medical", | ||
"subtype": "collection", | ||
"//": "Civilian Grade Medical supplies with a low chance of rare medical goods.", | ||
"entries": [ | ||
{ "group": "drugs_pharmacy", "prob": 100, "count": [ 3, 6 ] }, | ||
{ "item": "afs_synth_blood", "prob": 30, "count": [ 1, 3 ] }, | ||
{ "item": "afs_medigel", "prob": 60, "count": [ 1, 3 ] } | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
125 changes: 125 additions & 0 deletions
125
data/mods/Aftershock/maps/mapgen/freight_transport.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "afs_freight_transport_a1", "afs_freight_transport_a2" ] ], | ||
"object": { | ||
"fill_ter": "t_metal_floor", | ||
"rows": [ | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ñññññññññññ ", | ||
" -_-_- -__- ññññññ ñññññññ ", | ||
" ---Foj----II--- -_- --!-- -__-__- ", | ||
" ---yh...U-LL..qq---I---...-----G.H.G-- ", | ||
" #.#yh.,ss-E...,.....q-l...l-22-G.,.G---- ", | ||
" ---B.....!..f-_---..q-l...l-..---1---hc_ ", | ||
" --!--ee-,hS_3!.1,..!..,..-....5..!.,c_ ", | ||
" ---$.$----..f-_---7.q-l....!....,..--hc_ ", | ||
" #.#.,.-OP-E...,.....q-l....-6f4....f---- ", | ||
" ---$$.!,i-LL..qq---I---...-----fL.fE-- ", | ||
" ---w-T----II--- -_- --!-- -__-__- ", | ||
" -_-_- -__- ññññññ ñññññññ ", | ||
" ñññññññññññ ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" " | ||
], | ||
"palettes": [ "afs_habitat_structure", "afs_habitat_mech_furnishing", "afs_habitat_residential_furnishing" ], | ||
"terrain": { | ||
"ñ": "t_afs_broken_treads", | ||
"1": "t_door_metal_locked", | ||
"_": "t_reinforced_glass_shutter_open", | ||
"3": "t_nuclear_reactor" | ||
}, | ||
"furniture": { | ||
"I": "f_sealed_intermodal_crate", | ||
"$": "f_sleep_pod", | ||
"e": "f_entertainment_center", | ||
"4": "f_monomolecularsaw", | ||
"6": "f_3dprinter", | ||
"2": "f_drone_recharge_station", | ||
"H": "f_exo_gantry", | ||
"G": "f_rack", | ||
"B": "f_bookcase", | ||
"T": "f_habitat_bathroom", | ||
"S": "f_atmospheric_control", | ||
"i": "f_water_heater", | ||
"w": "f_habitat_storage_board" | ||
}, | ||
"liquids": { "i": { "liquid": "water_clean", "amount": [ 0, 100 ] } }, | ||
"place_item": [ { "item": "television", "repeat": 1, "x": 10, "y": 10 } ], | ||
"items": { | ||
"3": { "item": "nuclear_reactor" }, | ||
"2": { "item": "old_industrial_bot_storage", "chance": 20 }, | ||
"H": { "item": "afs_exosuit_worker", "chance": 60 }, | ||
"G": { "item": "afs_civilian_armory", "chance": 80, "repeat": [ 1, 3 ] }, | ||
"I": { "item": "afs_crate_civ_rand" }, | ||
"B": { "item": "homebooks", "repeat": [ 2, 3 ] }, | ||
"F": { "item": "afs_old_food_storage", "chance": 60 }, | ||
"w": { "item": "afs_colonist_outfit", "chance": 60 } | ||
}, | ||
"place_monster": [ | ||
{ "group": "AFS_GROUP_ROBOT_LOW_RISK", "x": [ 7, 23 ], "y": [ 7, 13 ], "pack_size": [ 1, 4 ], "chance": 40 }, | ||
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 0, 23 ], "y": [ 0, 3 ], "pack_size": [ 1, 4 ], "chance": 50 }, | ||
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 0, 23 ], "y": [ 17, 23 ], "pack_size": [ 1, 2 ], "chance": 100 }, | ||
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 24, 47 ], "y": [ 17, 23 ], "pack_size": [ 1, 2 ], "chance": 70 } | ||
], | ||
"computers": { | ||
"7": { | ||
"name": "MALAMUTE REACTOR CONTROL", | ||
"security": 5, | ||
"options": [ { "name": "UNLOCK REACTOR DOORS", "action": "unlock" } ], | ||
"failures": [ { "action": "shutdown" }, { "action": "alarm" } ] | ||
}, | ||
"5": { | ||
"name": "MALAMUTE ARMORY CONTROL", | ||
"security": 3, | ||
"options": [ { "name": "UNLOCK ARMORY DOORS", "action": "unlock" } ], | ||
"failures": [ { "action": "shutdown" }, { "action": "alarm" } ] | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "afs_freight_transport_roof_a1", "afs_freight_transport_roof_a2" ] ], | ||
"object": { | ||
"fill_ter": "t_metal_floor", | ||
"rows": [ | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ..... .... ", | ||
" ............... ... ..... ....... ", | ||
" ..&................................... ", | ||
" .==A.....MM............===A............. ", | ||
" ..&..............................MM..... ", | ||
" .....................XX.........X..... ", | ||
" ..&..............................MM..... ", | ||
" .==A.....MM............===A............. ", | ||
" ..&................................... ", | ||
" ............... ... ..... ....... ", | ||
" ..... .... ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" " | ||
], | ||
"palettes": [ "roof_palette" ] | ||
} | ||
} | ||
] |
Oops, something went wrong.