-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows Chances Claim [Forecon] to be selected (#617)
- Loading branch information
1 parent
ab8be16
commit 1bbd6fd
Showing
5 changed files
with
44 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
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,38 @@ | ||
{ | ||
"map_name": "LV-522 Chance's Claim Forecon", | ||
"short_name": "Chance's Claim", | ||
"map_path": "map_files/LV522_Chances_Claim_FORECON", | ||
"map_file": "LV522_Chances_Claim_FORECON.dmm", | ||
"webmap_url": "LV552", | ||
"weather_holder": "/datum/weather_ss_map_holder/lv522_chances_claim", | ||
"defcon_triggers": [ | ||
3300, | ||
2100, | ||
1450, | ||
580, | ||
0.0 | ||
], | ||
"survivor_message": "You are USCM Force Reconnaissance (FORECON) marine from the USS Hanyut, stranded on this planet after your team was wiped out while investigating the distress signal. With your pilot dead along with the majority of your unit, you and your team have been running and gunning to survive... but with supplies low and food running out maybe your only means of survival is to move west to the crashed dropship to salvage anything useful.", | ||
"announce_text": "Pan-Pan. This is the commanding officer of the USS Hanyut, USCMC FORECON. We are currently grounded on planet LV-522 in the immediate area of Chance's Claim. We are unable to contact the Hanyut and our dropships are unable to take off at this time. We are requesting assistance from any nearby vessels; this broadcast is set to repeat every 24 hours.", | ||
"map_item_type": "/obj/item/map/lv522_map", | ||
"monkey_types": [ | ||
"neaera", | ||
"stok" | ||
], | ||
"environment_traits": { "Fog": true }, | ||
"traits": [{ "Ground": true }], | ||
"xvx_hives": { | ||
"xeno_hive_alpha": 0, | ||
"xeno_hive_bravo": 0, | ||
"xeno_hive_charlie": 0, | ||
"xeno_hive_delta": 0 | ||
}, | ||
"camouflage": "jungle", | ||
"gamemodes": [ | ||
"Distress Signal", | ||
"Hunter Games", | ||
"Hive Wars", | ||
"Faction Clash", | ||
"Infection" | ||
] | ||
} |