-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steelpoint
committed
Jun 26, 2023
1 parent
ccad7de
commit a092d2f
Showing
7 changed files
with
57 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,5 +61,8 @@ map new_varadero | |
disabled | ||
endmap | ||
|
||
map lv624AltColony | ||
endmap | ||
|
||
map whiskey_outpost_v2 | ||
endmap |
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 @@ | ||
[] |
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 @@ | ||
[] |
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,43 @@ | ||
{ | ||
"map_name": "LV-624 Alternative Colony", | ||
"map_path": "map_files/LV624AltColony", | ||
"map_file": "LV624AltColony.dmm", | ||
"webmap_url": "LV624", | ||
"weather_holder": "/datum/weather_ss_map_holder/lv624", | ||
"survivor_types": [ | ||
"/datum/equipment_preset/survivor/scientist/lv", | ||
"/datum/equipment_preset/survivor/doctor/lv", | ||
"/datum/equipment_preset/survivor/chaplain/lv", | ||
"/datum/equipment_preset/survivor/engineer/lv", | ||
"/datum/equipment_preset/survivor/corporate", | ||
"/datum/equipment_preset/survivor/trucker/lv", | ||
"/datum/equipment_preset/survivor/security/lv", | ||
"/datum/equipment_preset/survivor/goon", | ||
"/datum/equipment_preset/survivor/clf", | ||
"/datum/equipment_preset/survivor/civilian" | ||
], | ||
"map_item_type": "/obj/item/map/lazarus_landing_map", | ||
"announce_text": "An automated distress signal has been received from archaeology site Lazarus Landing, on border world LV-624. A response team from the ###SHIPNAME### will be dispatched shortly to investigate.", | ||
"monkey_types": [ | ||
"farwa", | ||
"monkey", | ||
"neaera", | ||
"stok" | ||
], | ||
"environment_traits": { "Fog": true }, | ||
"traits": [{ "Ground": true }], | ||
"nightmare_path": "maps/Nightmare/maps/LV624AltColony/", | ||
"xvx_hives": { | ||
"xeno_hive_alpha": 0, | ||
"xeno_hive_bravo": 0, | ||
"xeno_hive_charlie": 70 | ||
}, | ||
"camouflage": "jungle", | ||
"gamemodes": [ | ||
"Distress Signal", | ||
"Hunter Games", | ||
"Hive Wars", | ||
"Faction Clash", | ||
"Infection" | ||
] | ||
} |
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