-
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
Showing
6 changed files
with
51,467 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -62,3 +62,6 @@ endmap | |
|
||
map whiskey_outpost_v2 | ||
endmap | ||
|
||
map fop_v1_classic | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"map_name": "Prison Station Classic", | ||
"map_path": "map_files/FOP_v1_Classic", | ||
"map_file": "FOP_V1_CLASSIC.dmm", | ||
"webmap_url": "Fiorina", | ||
"survivor_types": [ | ||
"/datum/equipment_preset/survivor/prisoner", | ||
"/datum/equipment_preset/survivor/prisoner" | ||
], | ||
"defcon_triggers": [ | ||
3750, | ||
2600, | ||
1450, | ||
875, | ||
0.0 | ||
], | ||
"survivor_message": "You are a survivor of the attack on Fiorina Orbital Penitentiary. You worked or lived on the prison station, and managed to avoid the alien attacks... until now.", | ||
"map_item_type": "/obj/item/map/FOP_map_v3", | ||
"announce_text": "An automated distress signal has been received from maximum-security prison \"Fiorina Orbital Penitentiary\". A response team from the ###SHIPNAME### will be dispatched shortly to investigate.", | ||
"environment_traits": { "InSpace": true }, | ||
"traits": [{ "Ground": true }], | ||
"xvx_hives": { | ||
"xeno_hive_alpha": 0, | ||
"xeno_hive_bravo": 0, | ||
"xeno_hive_charlie": 0 | ||
}, | ||
"camouflage": "classic", | ||
"gamemodes": [ | ||
"Distress Signal", | ||
"Hunter Games", | ||
"Hive Wars", | ||
"Faction Clash", | ||
"Infection" | ||
] | ||
} |
Oops, something went wrong.