mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
Additional SuperPose Maps and fixes.
*LargeAlienShip-57x25 -Should spawn properly now. -Food vending machines nerfed. -Various item nerfs. *TradingShip-40x22 -Food vending machines nerfed. -Various item nerfs. (removed combat pod. Oof) *Thanks for SlaysInDutch#4302 we now have more pods! BrodcastingPod-11x9 DemonPoolV2-43x28 PirateShip-13x30 SurvivalHomeV2-9x9 SurvivalMechFab-9x9 SurvivalMethLab-9x10 SurvivalScience2-9x9 SurvivalSecurity2-9x9 HillOutpost-15x11
This commit is contained in:
@@ -85,6 +85,24 @@
|
||||
|
||||
/area/survivalpod/superpose/RestaurationBar
|
||||
|
||||
/area/survivalpod/superpose/BordcastingPod
|
||||
|
||||
/area/survivalpod/superpose/DemonPoolV2
|
||||
|
||||
/area/survivalpod/superpose/PirateShip
|
||||
|
||||
/area/survivalpod/superpose/SurvivalHomeV2
|
||||
|
||||
/area/survivalpod/superpose/SurvivalMechFab
|
||||
|
||||
/area/survivalpod/superpose/SurvivalMethLab
|
||||
|
||||
/area/survivalpod/superpose/SurvivalScienceV2
|
||||
|
||||
/area/survivalpod/superpose/SurvivalSecurityV2
|
||||
|
||||
/area/survivalpod/superpose/HillOutpost
|
||||
|
||||
/obj/item/device/survivalcapsule/superpose
|
||||
name = "superposed surfluid shelter capsule"
|
||||
desc = "A proprietary hyperstructure of many three-dimensional spaces superposed around a supermatter nano crystal; use a pen to reach the reset button. There's a license for use printed on the bottom."
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
/datum/map_template/shelter/superpose/LargeAlienShip
|
||||
shelter_id = "LargeAlienShip"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/LargeAlienShip-60x29.dmm"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/LargeAlienShip-57x25"
|
||||
name = "Large alien ship."
|
||||
description = "A large alien ship filled with various alien machines and items."
|
||||
|
||||
@@ -259,3 +259,58 @@
|
||||
mappath = "modular_chomp/maps/submaps/shelters/RestaurationBar-32x32.dmm"
|
||||
name = "Resto-Bar"
|
||||
description = "A large restaurant for food and drink, two overnight rental rooms and a small garden."
|
||||
|
||||
/datum/map_template/shelter/superpose/BordcastingPod
|
||||
shelter_id = "BordcastingPod"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/BrodcastingPod-11x9.dmm"
|
||||
name = "Brodcasting Pod"
|
||||
description = "A small NanoTransen news pod, everything you need to start live news in the most inhospitable places!"
|
||||
|
||||
/datum/map_template/shelter/superpose/DemonPoolV2
|
||||
shelter_id = "DemonPoolV2"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/DemonPoolV2-43x28.dmm"
|
||||
name = "Demon Pool V2"
|
||||
description = "A large redspace corruption with lava, flesh tiles and a small cultist room in the middle. This one is enclosed in rock!"
|
||||
|
||||
/datum/map_template/shelter/superpose/PirateShip
|
||||
shelter_id = "PirateShip"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/PirateShip-13x30.dmm"
|
||||
name = "Pirate Ship"
|
||||
description = "Yarg, a medium size pirate ship filled with loaded canons and empty chest, booty awaits."
|
||||
|
||||
/datum/map_template/shelter/superpose/SurvivalHomeV2
|
||||
shelter_id = "SurvivalHomeV2"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/SurvivalHomeV2-9x9.dmm"
|
||||
name = "Survival Home V2"
|
||||
description = "A medium survival pod that can host a small team, has some basic survival gear."
|
||||
|
||||
|
||||
/datum/map_template/shelter/superpose/SurvivalMechFab
|
||||
shelter_id = "SurvivalMechFab"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/SurvivalMechFab-9x9.dmm"
|
||||
name = "Survival Mech Fab"
|
||||
description = "A medium survival pod with a mech and some basic mech fabrication machinery, fix and retrofit!"
|
||||
|
||||
/datum/map_template/shelter/superpose/SurvivalMethLab
|
||||
shelter_id = "SurvivalMethLab"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/SurvivalMethLab-9x10.dmm"
|
||||
name = "Survival Meth Lab"
|
||||
description = "A medium survival pod, repurposed and locked for the production of illegal chems. Don't get caught."
|
||||
|
||||
/datum/map_template/shelter/superpose/SurvivalScienceV2
|
||||
shelter_id = "SurvivalScienceV2"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/SurvivalScience2-9x9.dmm"
|
||||
name = "Survival Science V2"
|
||||
description = "NT pantented science survival pod, loaded with research terminals, mech fabricator, autolathe and everything to do field research."
|
||||
|
||||
/datum/map_template/shelter/superpose/SurvivalSecurityV2
|
||||
shelter_id = "SurvivalSecurityV2"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/SurvivalSecurity2-9x9.dmm"
|
||||
name = "Survival Security V2"
|
||||
description = "NT pantented security survival pod, a high security brig with and some security equipment."
|
||||
|
||||
/datum/map_template/shelter/superpose/HillOutpost
|
||||
shelter_id = "HillOutpost"
|
||||
mappath = "modular_chomp/maps/submaps/shelters/HillOutpost-15x11.dmm"
|
||||
name = "Hill Outpost"
|
||||
description = "A small camping site on top of a hill, with all the basics for survival."
|
||||
Reference in New Issue
Block a user