Mapping changes preparation

- Adds Red and Blue simple pipes for mapping use.
- Adds empty CO2 PH and N2O canisters for mapping use.
- Reworks asteroid outpost areas. Old areas kept in separate file for downstream compatibility
- Modifies engineering shuttle to work with next commit.
- SMESs no longer have to be charged above certain level (~5%?) to actually begin outputting power.
- Fixes SMES related bug caused by previous commit
This commit is contained in:
Atlantiscze
2015-02-09 18:53:02 +01:00
parent 8eb08c2457
commit 12be20ed73
10 changed files with 241 additions and 65 deletions

View File

@@ -1,92 +0,0 @@
/area/research_outpost
name = "Research Outpost"
icon_state = "anomaly"
/area/research_outpost/filtering
name = "Research Outpost Filtering"
icon_state = "anofilter"
/area/research_outpost/hallway
name = "Research Outpost Hallway"
icon_state = "anohallway"
/area/research_outpost/gearstore
name = "Expedition Preparation"
icon_state = "anog"
/area/research_outpost/power
name = "Research Outpost Power"
icon_state = "engine"
/area/research_outpost/atmos
name = "Research Outpost Atmospherics"
icon_state = "atmos"
/area/research_outpost/maint
name = "Research Outpost Maintenance"
icon_state = "maintcentral"
/area/research_outpost/iso1
name = "Isolation Cell 1"
icon_state = "iso1"
/area/research_outpost/iso1_access
name = "Isolation Cell 1 - Access"
icon_state = "iso1"
/area/research_outpost/iso2
name = "Isolation Cell 2"
icon_state = "iso2"
/area/research_outpost/iso2_access
name = "Isolation Cell 2 - Access"
icon_state = "iso2"
/area/research_outpost/iso3
name = "Isolation Cell 3"
icon_state = "iso3"
/area/research_outpost/iso3_access
name = "Isolation Cell 3 - Access"
icon_state = "iso3"
/area/research_outpost/harvesting
name = "Exotic Particles Collection"
icon_state = "anolab"
/area/research_outpost/sample
name = "Sample Preparation Room"
icon_state = "anosample"
/area/research_outpost/spectro
name = "Mass Spectrometry Lab"
icon_state = "anospectro"
/area/research_outpost/anomaly
name = "Anomalous Materials Lab"
icon_state = "anolab"
/area/research_outpost/med
name = "Research Outpost Medbay"
icon_state = "medbay3"
/area/research_outpost/entry
name = "Research Outpost Shuttle Dock"
icon_state = "anoentry"
/area/research_outpost/longtermstorage
name = "Long-Term Storage"
icon_state = "primarystorage"
/area/research_outpost/tempstorage
name = "Temporary Storage"
icon_state = "storage"
/area/research_outpost/maintstore1
name = "Auxiliary Storage"
icon_state = "auxstorage"
/area/research_outpost/maintstore2
name = "Maintenance Storage"
icon_state = "auxstorage"