mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Modularise all our submaps
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -37,7 +37,7 @@ Unsure where to begin contributing to Chomp Station? You can start by looking th
|
||||
* Our base map files are in [map/southern_cross/].
|
||||
* Our stationary overmap location files are in [maps/southern_cross/overmap/].
|
||||
* Our random overmap POI files are in [modular_chomp/code/modules/overmap/].
|
||||
* Our wilderness POI map files are in [modular_chomp/maps/submaps/wilderness/].
|
||||
* Our surface POI map files (Wilderness, plains, ...) are in [modular_chomp/maps/submaps/surface_submaps/].
|
||||
* Map changes must be in tgm format. See the [Mapmerge2 Readme] for details, or use [StrongDMM] which can automatically save maps as tgm.
|
||||
|
||||
### Chomp Station Coding Standards
|
||||
|
||||
210
modular_chomp/maps/overmap/space_pois/space_areas.dm
Normal file
210
modular_chomp/maps/overmap/space_pois/space_areas.dm
Normal file
@@ -0,0 +1,210 @@
|
||||
//CHOMPedit KSC = These are areas for all 37 space POI's, these are for overmap exploration.
|
||||
|
||||
/area/submap
|
||||
name = "Submap Area"
|
||||
icon_state = "submap"
|
||||
flags = RAD_SHIELDED
|
||||
ambience = AMBIENCE_RUINS
|
||||
secret_name = TRUE
|
||||
forbid_events = TRUE
|
||||
flags = AREA_FLAG_IS_NOT_PERSISTENT
|
||||
|
||||
/area/submap/abandonedtele
|
||||
name = "POI - Abandoned tele"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/abandonedzoo
|
||||
name = "POI - Abandoned zoo"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/asteroid1
|
||||
name = "POI - Asteroid 1"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/asteroid2
|
||||
name = "POI - Asteroid 2"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/asteroid3
|
||||
name = "POI - Asteroid 3"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/asteroid4
|
||||
name = "POI - Asteroid 4"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/asteroid5
|
||||
name = "POI - Asteroid 5"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/blowntcommsat
|
||||
name = "POI - Blown tcommsat"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/clownmime
|
||||
name = "POI - Clown mime"
|
||||
ambience = AMBIENCE_GENERIC
|
||||
|
||||
/area/submap/debris1
|
||||
name = "POI - Debris 1"
|
||||
ambience = AMBIENCE_GENERIC
|
||||
|
||||
/area/submap/debris2
|
||||
name = "POI - Debris 2"
|
||||
ambience = AMBIENCE_GENERIC
|
||||
|
||||
/area/submap/debris3
|
||||
name = "POI - Debris 3"
|
||||
ambience = AMBIENCE_GENERIC
|
||||
|
||||
/area/submap/deepstorage
|
||||
name = "POI - Deepstorage"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/derelict1
|
||||
name = "POI - Derelict1"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/derelict2
|
||||
name = "POI - Derelict2"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/derelict3
|
||||
name = "POI - Derelict3"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/derelict4
|
||||
name = "POI - Derelict4"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/derelict5
|
||||
name = "POI - Derelict5"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/dj
|
||||
name = "POI - Dj"
|
||||
ambience = AMBIENCE_AESTHETIC
|
||||
|
||||
/area/submap/druglab
|
||||
name = "POI - Druglab"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/emptyshell
|
||||
name = "POI - Emptyshell"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/gasthelizards
|
||||
name = "POI - Gasthe lizards"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/golemtarget
|
||||
name = "POI - Golem target"
|
||||
ambience = AMBIENCE_GHOSTLY
|
||||
|
||||
/area/submap/intactemptyship
|
||||
name = "POI - Intact emptyship"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/listeningpost
|
||||
name = "POI - Listening post"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/mechtransportation
|
||||
name = "POI - Mech transportation"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_alpha
|
||||
name = "POI - Old station alpha"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_beta
|
||||
name = "POI - Old station beta"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_charlie
|
||||
name = "POI - Old station charlie"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_power
|
||||
name = "POI - Old station power"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_kitchen
|
||||
name = "POI - Old station kitchen"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_hydro_sec
|
||||
name = "POI - Old station sec"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_bridge
|
||||
name = "POI - Old station bridge"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_tox
|
||||
name = "POI - Old station tox"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/oldstation_hiveboat
|
||||
name = "POI - Old station hiveboat"
|
||||
ambience = AMBIENCE_AI
|
||||
|
||||
/area/submap/onehalf
|
||||
name = "POI - One half"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/spacebar
|
||||
name = "POI - Space bar"
|
||||
ambience = AMBIENCE_ARRIVALS
|
||||
|
||||
/area/submap/syndiecakesfactory
|
||||
name = "POI - Syndiecakes factory"
|
||||
ambience = AMBIENCE_OTHERWORLDLY
|
||||
|
||||
/area/submap/syndiedepotinner
|
||||
name = "POI - Syndie depot inner"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/syndiedepotoutter
|
||||
name = "POI - Syndie depot outter"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/turretedoutpost
|
||||
name = "POI - Turreted out post"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/ussp_solar
|
||||
name = "POI - AMBIENCE_ENGINEERING"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/ussp_north
|
||||
name = "POI - USSP_North"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/ussp_east
|
||||
name = "POI - USSP_East"
|
||||
ambience = AMBIENCE_CHAPEL
|
||||
|
||||
/area/submap/ussp_south
|
||||
name = "POI - USSP_South"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/ussp_center
|
||||
name = "POI - USSP_Center"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/ussp_tele
|
||||
name = "POI - USSP tele"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/way_home
|
||||
name = "POI - Way home"
|
||||
ambience = AMBIENCE_HOLY
|
||||
|
||||
/area/submap/whiteship
|
||||
name = "POI - White ship"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/wizardcrash
|
||||
name = "POI - Wizard crash"
|
||||
ambience = AMBIENCE_OTHERWORLDLY
|
||||
32
modular_chomp/maps/submaps/engine_submaps/engine.dm
Normal file
32
modular_chomp/maps/submaps/engine_submaps/engine.dm
Normal file
@@ -0,0 +1,32 @@
|
||||
// Landmark for where to load in the engine on permament map
|
||||
/obj/effect/landmark/engine_loader
|
||||
name = "Engine Loader"
|
||||
var/clean_turfs // A list of lists, where each list is (x, )
|
||||
|
||||
/obj/effect/landmark/engine_loader/New()
|
||||
INITIALIZE_IMMEDIATE(/obj/effect/landmark/engine_loader)
|
||||
|
||||
/obj/effect/landmark/engine_loader/Initialize()
|
||||
if(SSmapping.engine_loader)
|
||||
warning("Duplicate engine_loader landmarks: [log_info_line(src)] and [log_info_line(SSmapping.engine_loader)]")
|
||||
delete_me = TRUE
|
||||
SSmapping.engine_loader = src
|
||||
return ..()
|
||||
|
||||
/obj/effect/landmark/engine_loader/proc/get_turfs_to_clean()
|
||||
. = list()
|
||||
if(clean_turfs)
|
||||
for(var/list/coords in clean_turfs)
|
||||
. += block(locate(coords[1], coords[2], src.z), locate(coords[3], coords[4], src.z))
|
||||
|
||||
/obj/effect/landmark/engine_loader/proc/annihilate_bounds()
|
||||
var/deleted_atoms = 0
|
||||
admin_notice("<span class='danger'>Annihilating objects in engine loading location.</span>", R_DEBUG)
|
||||
var/list/turfs_to_clean = get_turfs_to_clean()
|
||||
if(turfs_to_clean.len)
|
||||
for(var/x in 1 to 2) // Requires two passes to get everything.
|
||||
for(var/turf/T in turfs_to_clean)
|
||||
for(var/atom/movable/AM in T)
|
||||
++deleted_atoms
|
||||
qdel(AM)
|
||||
admin_notice("<span class='danger'>Annihilated [deleted_atoms] objects.</span>", R_DEBUG)
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
//
|
||||
// For engine_singulo
|
||||
//
|
||||
|
||||
/area/submap/pa_room
|
||||
name = "Particle Accelerator Room"
|
||||
@@ -0,0 +1,36 @@
|
||||
// This causes engine maps to get 'checked' and compiled, when undergoing a unit test.
|
||||
// This is so CI can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors.
|
||||
// When adding a new engine, please add it to this list.
|
||||
// Polaris: R-UST and Singulo are commented out as their current submap does not line up with the control room.
|
||||
#if MAP_TEST
|
||||
// #include "engine_rust.dmm"
|
||||
// #include "engine_singulo.dmm"
|
||||
#include "engine_sme.dmm"
|
||||
#include "engine_tesla.dmm"
|
||||
#endif
|
||||
|
||||
/datum/map_template/engine
|
||||
name = "Engine Content"
|
||||
desc = "It would be boring to have the same engine every day right?"
|
||||
// annihilate = TRUE - Would wipe out in a rectangular area unfortunately
|
||||
allow_duplicates = FALSE
|
||||
|
||||
/datum/map_template/engine/rust
|
||||
name = "R-UST Engine"
|
||||
desc = "R-UST Fusion Tokamak Engine"
|
||||
mappath = 'maps/submaps/engine_submaps/southern_cross/engine_rust.dmm'
|
||||
|
||||
/datum/map_template/engine/singulo
|
||||
name = "Singularity Engine"
|
||||
desc = "Lord Singuloth"
|
||||
mappath = 'maps/submaps/engine_submaps/southern_cross/engine_singulo.dmm'
|
||||
|
||||
/datum/map_template/engine/supermatter
|
||||
name = "Supermatter Engine"
|
||||
desc = "Old Faithful Supermatter"
|
||||
mappath = 'maps/submaps/engine_submaps/southern_cross/engine_sme.dmm'
|
||||
|
||||
/datum/map_template/engine/tesla
|
||||
name = "Edison's Bane"
|
||||
desc = "The Telsa Engine"
|
||||
mappath = 'maps/submaps/engine_submaps/southern_cross/engine_tesla.dmm'
|
||||
@@ -0,0 +1,217 @@
|
||||
"aa" = (/turf/template_noop,/area/template_noop)
|
||||
"ab" = (/turf/space,/area/space)
|
||||
"ac" = (/obj/item/weapon/book/manual/rust_engine,/turf/template_noop,/area/template_noop)
|
||||
"ad" = (/obj/machinery/computer/general_air_control/supermatter_core{dir = 1; frequency = 1438; input_tag = "cooling_in"; name = "Engine Cooling Control"; output_tag = "cooling_out"; pressure_setting = 100; sensors = list("engine_sensor" = "Engine Core"); throwpass = 1},/turf/template_noop,/area/template_noop)
|
||||
"ae" = (/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine charging port."; id = "SupermatterPort"; name = "Radiation Collector Blast Doors"; pixel_x = -6; pixel_y = 7; req_access = list(10)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; pixel_x = 0; pixel_y = -3; req_access = list(10)},/obj/machinery/button/remote/blast_door/radproof{pixel_x = 6; pixel_y = 7},/turf/template_noop,/area/template_noop)
|
||||
"af" = (/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ag" = (/obj/structure/window/phoronreinforced/full{icon_state = "phoronwindow0"},/obj/structure/grille,/obj/machinery/door/blast/radproof/open,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ah" = (/obj/machinery/computer/fusion_fuel_control{id_tag = "engine"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ai" = (/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space)
|
||||
"aj" = (/obj/structure/lattice,/turf/space,/area/space)
|
||||
"ak" = (/turf/simulated/wall/r_wall,/area/engineering/engine_room)
|
||||
"al" = (/obj/machinery/door/blast/regular{dir = 4; icon_state = "pdoor1"; id = "EngineVent"; name = "Reactor Vent"; p_open = 0},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"am" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "RADIOACTIVE AREA"; pixel_x = 0; pixel_y = 0},/turf/simulated/wall/r_wall,/area/engineering/engine_room)
|
||||
"an" = (/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"ao" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "engine_access_hatch"; locked = 1; name = "Fusion Core Access"; req_access = list(11)},/obj/machinery/door/blast/radproof/open,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ap" = (/turf/space,/area/engineering/engine_smes)
|
||||
"aq" = (/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ar" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"as" = (/obj/structure/table/reinforced,/obj/fiftyspawner/deuterium,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"at" = (/obj/structure/table/reinforced,/obj/fiftyspawner/tritium,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"au" = (/obj/machinery/fusion_fuel_compressor,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"av" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/turf/space,/area/space)
|
||||
"aw" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/turf/space,/area/space)
|
||||
"ax" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"ay" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 10},/turf/space,/area/space)
|
||||
"az" = (/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aA" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aB" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aC" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aD" = (/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aE" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/glass_engineering,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aF" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/obj/structure/lattice,/turf/space,/area/space)
|
||||
"aG" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"aH" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"aI" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aJ" = (/obj/machinery/fusion_fuel_injector/mapped{dir = 8; id_tag = "engine"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aK" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aL" = (/obj/machinery/computer/gyrotron_control{id_tag = "engine"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aM" = (/obj/machinery/alarm{dir = 8; pixel_x = 25; pixel_y = 0},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aN" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/turf/space,/area/space)
|
||||
"aO" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/turf/space,/area/space)
|
||||
"aP" = (/obj/machinery/power/fusion_core/mapped{id_tag = "engine"},/obj/structure/cable/cyan,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aQ" = (/obj/machinery/computer/fusion_core_control{id_tag = "engine"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aR" = (/obj/machinery/atmospherics/unary/outlet_injector{unacidable = 1; use_power = 1},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aS" = (/obj/machinery/air_sensor{frequency = 1438; id_tag = "engine_sensor"; output = 63},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aT" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aU" = (/obj/machinery/camera/network/engine,/obj/machinery/button/remote/airlock{id = "engine_access_hatch"; name = "Door Bolt Control"; pixel_x = -4; pixel_y = 28; req_access = list(10); specialfunctions = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aV" = (/obj/structure/table/reinforced,/obj/item/weapon/book/manual/rust_engine,/obj/machinery/button/remote/blast_door/radproof{pixel_x = 6; pixel_y = 7},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"aW" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; use_power = 1},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aX" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aY" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 8; use_power = 1},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"aZ" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"ba" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/red,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"bb" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"bc" = (/turf/simulated/wall/r_wall,/area/template_noop)
|
||||
"bd" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"be" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
|
||||
"bf" = (/obj/machinery/camera/network/engine{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bg" = (/obj/structure/window/phoronreinforced/full{icon_state = "phoronwindow0"},/obj/structure/grille,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bh" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/structure/window/phoronreinforced/full{icon_state = "phoronwindow0"},/obj/structure/grille,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bi" = (/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 28},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bj" = (/obj/machinery/power/emitter/gyrotron/anchored{dir = 1; id_tag = "engine"},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bk" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bl" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bm" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bn" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bo" = (/turf/simulated/floor/tiled/techmaint,/area/template_noop)
|
||||
"bp" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bq" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"br" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bs" = (/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bt" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bu" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bv" = (/obj/machinery/atmospherics/pipe/simple/visible/red{icon_state = "intact"; dir = 5},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bw" = (/obj/machinery/atmospherics/pipe/simple/visible/red{icon_state = "intact"; dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bx" = (/obj/machinery/atmospherics/pipe/simple/visible/red{icon_state = "intact"; dir = 10},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"by" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bz" = (/turf/simulated/floor,/area/template_noop)
|
||||
"bA" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/structure/window/phoronreinforced/full{icon_state = "phoronwindow0"},/obj/structure/grille,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bB" = (/turf/simulated/wall/lead,/area/engineering/engine_room)
|
||||
"bC" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine radiator viewport shutters."; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutters"; pixel_x = -25; pixel_y = 0; req_access = list(10)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bD" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bE" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bF" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bG" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bH" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 10},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bI" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bJ" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/camera/network/engine{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/radproof/open{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bK" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"bL" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 8},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"bM" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bN" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bO" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bP" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bQ" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bR" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bS" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bT" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 10; icon_state = "intact"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bU" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bV" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/visible/red{dir = 8; icon_state = "map"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bW" = (/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/structure/cable/yellow,/obj/machinery/power/sensor{name = "Powernet Sensor - Engine Output"; name_tag = "Engine Output"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bX" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/radproof/open{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bY" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 8},/turf/space,/area/space)
|
||||
"bZ" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ca" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cb" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cc" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cd" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning{icon_state = "warning"; dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ce" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cf" = (/obj/machinery/power/generator{anchored = 1; dir = 4},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cg" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ch" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ci" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cj" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 10},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"ck" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cl" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/binary/pump/high_power,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cm" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cn" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"co" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 6},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cp" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cq" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cr" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cs" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ct" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cu" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cv" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cw" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/turf/space,/area/space)
|
||||
"cx" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cy" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cz" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cA" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cB" = (/obj/machinery/atmospherics/pipe/simple/visible/green{icon_state = "intact"; dir = 5},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cC" = (/obj/machinery/atmospherics/pipe/simple/visible/red{icon_state = "intact"; dir = 6},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cD" = (/obj/machinery/atmospherics/pipe/manifold/visible/red{icon_state = "map"; dir = 4},/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cE" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cF" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/engine{dir = 8},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cG" = (/turf/simulated/wall/r_wall,/area/engineering/engine_gas)
|
||||
"cH" = (/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cI" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest"; name = "Engine Room Blast Doors"; pixel_x = 0; pixel_y = -25; req_access = null; req_one_access = list(11,24)},/obj/machinery/camera/network/engine{dir = 1},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cJ" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cK" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cL" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cM" = (/obj/effect/floor_decal/industrial/warning{icon_state = "warning"; dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cN" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/airlock_sensor/airlock_interior{id_tag = "eng_al_int_snsr"; master_tag = "engine_room_airlock"; pixel_x = 22; pixel_y = 0; req_access = list(10)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cO" = (/obj/machinery/door/blast/regular{dir = 4; icon_state = "pdoor1"; id = "EngineEmitterPortWest"; layer = 3.3; name = "Engine Gas Storage"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cP" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cQ" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cR" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cS" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cT" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cU" = (/turf/simulated/floor/plating,/area/template_noop)
|
||||
"cV" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cW" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest"; name = "Engine Room Blast Doors"; pixel_x = 0; pixel_y = 25; req_access = null; req_one_access = list(11,24)},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cX" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/structure/extinguisher_cabinet{dir = 1; icon_state = "extinguisher_closed"; pixel_y = 32},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"cY" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"cZ" = (/obj/machinery/button/remote/blast_door{id = "EngineVent"; name = "Reactor Ventillatory Control"; pixel_x = 0; pixel_y = -25; req_access = list(10)},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"da" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"db" = (/obj/machinery/atmospherics/valve/digital{dir = 4; name = "Emergency Cooling Valve 2"},/obj/machinery/light,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dc" = (/obj/machinery/atmospherics/pipe/simple/visible/red{icon_state = "intact"; dir = 4},/obj/machinery/alarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dd" = (/obj/machinery/atmospherics/pipe/simple/visible/red{icon_state = "intact"; dir = 9},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"de" = (/obj/item/device/radio/intercom{dir = 2; pixel_y = -24},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"df" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/machinery/camera/network/engineering{dir = 4},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dg" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dh" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"di" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/machinery/light/small{dir = 4; pixel_y = 0},/obj/machinery/alarm{dir = 8; pixel_x = 25; pixel_y = 0},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dj" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 0},/turf/simulated/wall/r_wall,/area/engineering/engine_room)
|
||||
"dk" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/light/small{dir = 8; pixel_x = 0},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dl" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dm" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dn" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"do" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 28},/obj/structure/closet/radiation,/obj/item/clothing/glasses/meson,/obj/item/clothing/glasses/meson,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dp" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dq" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dr" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"ds" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest2"; name = "Engine Room Blast Doors"; pixel_x = 25; pixel_y = 0; req_access = null; req_one_access = list(11,24)},/turf/simulated/floor,/area/engineering/engine_gas)
|
||||
"dt" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "RADIOACTIVE AREA"; pixel_x = 0; pixel_y = 0},/turf/simulated/wall/r_wall,/area/template_noop)
|
||||
"du" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/regular{dir = 4; icon_state = "pdoor1"; id = "EngineEmitterPortWest2"; layer = 3.3; name = "Engine Gas Storage"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_grid,/area/template_noop)
|
||||
"dv" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{dir = 4; icon_state = "pdoor1"; id = "EngineEmitterPortWest2"; layer = 3.3; name = "Engine Gas Storage"},/turf/simulated/floor/tiled/steel_grid,/area/template_noop)
|
||||
"dw" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/radproof/open{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dx" = (/obj/machinery/power/emitter/gyrotron/anchored{dir = 1; id_tag = "engine"},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dy" = (/obj/machinery/power/emitter/gyrotron/anchored{dir = 1; id_tag = "engine"},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning{icon_state = "warning"; dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dz" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/radproof/open{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dA" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/radproof/open{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"dB" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/lead,/area/engineering/engine_room)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaabababababababababababababababababababababababababababaaaa
|
||||
aaabababababababababababababababababababababababababababaaaa
|
||||
aaaiaiaiaiaiajaiaiaiakakakakalakakakakakakakakakakamababaaaa
|
||||
aaaiababababajapababakanananananananagaUafarasatauakababaaaa
|
||||
aaaiabavawawaxawawayakanananazaAaAaAaoaCaDaraqaqaqakababaaaa
|
||||
aaajajaFaGaxaxaxaxaHakanananaIanananagaJaKaraLaqaMakababaaaa
|
||||
aaaiabaNaOawaxawawayakanananaPanananagaJaKaraQaqaqakababaaaa
|
||||
aaaiajaFaGaxaxaxaxaHakanaRanaSanaTanagaJaKarahaqaVakababaaaa
|
||||
aaaiabaNaOawaxawawayakaWaXaYanaZbabbagaqaKararaEarbcbcbcaaaa
|
||||
aaaiajaFaGaxaxaxaxaHakanbdanananbeanagaqaKaqaqaqbfbcaaaaaaaa
|
||||
aaaiabaNaOawaxawawayakbgbhbgbgbgbAbgakaqaKaqaqaqbibcaaaaaaaa
|
||||
aaaiajaFaGaxaxaxaxaHakdxbpbjbqbjbrdybBaqbmaCaCaCbnboaaaaaaaa
|
||||
aaaiabaNaOawaxawawayakbJbXdwdzdwdAdwdBaCbsaqaqaqbtboaaaaaaaa
|
||||
aaaiajaFaGaxaxaxaxaHakaBbkaqaqaqblaqaqaqaqaqaqaqbubcbcbcaaaa
|
||||
aaaiabaNaOawaxawawayakaqbkaqaqaqbvbwbwbwbwbxaqaqbybzacadaaaa
|
||||
aaajajaFaGaxaxaxaxaHakbCbDbEbFbFbFbFbFbFbFbGbFbHbIbzaaaaaaaa
|
||||
aaajajaFbKaxaxaxaxbLbMbNbObObPbQbRbRbSbTbUbVbxbkbWbzaaaeaaaa
|
||||
aaaiabaNavawaxawawbYbZcacbcccccbaqaqcdcecfcgchbkcibzaaaaaaaa
|
||||
aaaiajaFbKaxaxaxaxcjckclcmcncncmaqcocpcqcrcsctcucvbzaaaaaaaa
|
||||
aaaiabaNavawaxawawcwamcxcycyczcycycAcBbTbUcCcDcEcFbcbcbcaaaa
|
||||
aaaiajaFbKaxaxaxaxcjcGcHcIcJcJcKcHcLcMcecfcgchbkcNbcaaaaaaaa
|
||||
aaaiabaNavawaxawawcwcGcGcGcOcOcGcGcPcQcRcrcsctcScTcUaaaaaaaa
|
||||
aaaiajaFbKaxaxaxaxcjcGcVcWcHcHcXcGcYcZdadbdcddaqdebcaaaaaaaa
|
||||
aaaiabaNavawaxawawcwcGdfcVdgdhdicGakakakdjakakakakbcbcbcaaaa
|
||||
aaaiajaFbKaxaxaxaxcjcGdkdldmdndocGaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaiabaNavawaxawawcwcGdldpdqdrdscGaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaajajaFbKaxaxaxaxcjcGcGcGdtdudvbcaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaiabaOawawaxawawcwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,233 @@
|
||||
"ae" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 1},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineWasteViewport1"; name = "Engine Waste Blast Doors"; pixel_y = 25; req_access = null; req_one_access = list(11,24)},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"at" = (/obj/structure/sign/warning/vent_port{pixel_x = 32},/turf/space,/area/space)
|
||||
"bg" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"bq" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bz" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bJ" = (/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"bM" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine charging port."; id = "SupermatterPort"; name = "Reactor Blast Doors"; pixel_x = -25; pixel_y = 6; req_access = list(10)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; pixel_x = -25; pixel_y = -6; req_access = list(10)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"bU" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/empty,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"da" = (/obj/machinery/atmospherics/pipe/cap/visible,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"de" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"dh" = (/turf/simulated/wall/r_wall,/area/engineering/engine_room)
|
||||
"di" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"do" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/outline,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"dE" = (/obj/machinery/atmospherics/valve/digital{dir = 4; name = "Emergency Cooling Valve 1"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/outline,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"eA" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"eS" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/status_display{layer = 4; pixel_x = 32},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"eY" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/coolant_canister,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"fh" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"gD" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/camera/network/engine{c_tag = "ENG - Engine Core 3"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"gO" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "engine_access_hatch"; locked = 1; req_access = list(11)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"gS" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"hB" = (/obj/structure/window/reinforced{dir = 4; health = 1e+006},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"hJ" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/alarm/nobreach{dir = 8; pixel_x = 22},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ih" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/light_switch{name = "light switch "; pixel_x = 36},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"ip" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineWasteViewport1"; name = "Engine Waste Viewport Shutter"; opacity = 0},/obj/effect/wingrille_spawn/reinforced,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"iV" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"iW" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"jE" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 5},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"jL" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/space,/area/space)
|
||||
"jQ" = (/obj/machinery/atmospherics/binary/pump/high_power{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/pump_max,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"jV" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"jW" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan,/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"kw" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/turf/space,/area/space)
|
||||
"kz" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ld" = (/obj/machinery/atmospherics/pipe/manifold/visible/green,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"lu" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest"; name = "Engine Room Blast Doors"; pixel_y = 25; req_access = null; req_one_access = list(11,24)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"lL" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"mj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"mw" = (/obj/machinery/atmospherics/valve/digital{dir = 4; name = "Emergency Cooling Valve 2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/outline,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"no" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -21},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"nF" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineWasteViewport1"; name = "Engine Waste Viewport Shutter"; opacity = 0},/obj/effect/wingrille_spawn/reinforced,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"oh" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"oj" = (/obj/machinery/mass_driver{dir = 8; id = "enginecore"},/obj/machinery/power/supermatter{layer = 4},/obj/effect/engine_setup/core,/turf/simulated/floor/greengrid/nitrogen,/area/engineering/engine_room)
|
||||
"ol" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"ox" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"oz" = (/turf/simulated/floor/greengrid/nitrogen,/area/engineering/engine_room)
|
||||
"oB" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"pT" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/door/window/northleft{name = "Engine Waste"; req_one_access = list(10,24)},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/pump_max,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"pX" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"qk" = (/obj/machinery/door/window/northright{name = "Engine Waste"; req_one_access = list(10,24)},/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest"; name = "Engine Room Blast Doors"; pixel_x = 26; req_access = null; req_one_access = list(11,24)},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"qw" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/airlock_sensor/airlock_interior{id_tag = "eng_al_int_snsr"; master_tag = "engine_room_airlock"; pixel_x = 22; req_access = list(10)},/obj/effect/engine_setup/pump_max,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"rq" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"rN" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"rQ" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"sj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/closet/emcloset,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"sl" = (/obj/machinery/alarm{dir = 1; pixel_y = -22},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"sn" = (/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/machinery/power/sensor{name = "Powernet Sensor - Engine Power"; name_tag = "Engine Power"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"sv" = (/obj/machinery/power/generator{anchored = 1},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"sA" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"tD" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/light{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"uq" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"uv" = (/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"uz" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"vX" = (/obj/machinery/door/firedoor/border_only,/obj/effect/wingrille_spawn/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport2"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 10},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"wu" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"wY" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/obj/structure/lattice,/turf/space,/area/space)
|
||||
"xe" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/turf/space,/area/space)
|
||||
"xB" = (/obj/machinery/air_sensor{frequency = 1438; id_tag = "engine_sensor"; output = 63},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced/nitrogen{nitrogen = 82.1472},/area/engineering/engine_room)
|
||||
"xX" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 4},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"yq" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/turf/space,/area/space)
|
||||
"yB" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"yE" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 8},/obj/structure/grille,/turf/space,/area/space)
|
||||
"yG" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/structure/grille,/turf/space,/area/space)
|
||||
"yL" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"yU" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"zi" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 6},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport1"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/effect/wingrille_spawn/reinforced,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"zl" = (/obj/structure/table/reinforced,/obj/item/weapon/book/manual/supermatter_engine,/turf/template_noop,/area/template_noop)
|
||||
"zA" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"zC" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 21},/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"zX" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ac" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/engine_setup/pump_max,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ah" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/ai_status_display{pixel_x = 32},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light/small{dir = 4},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"Aw" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Az" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/reinforced/nitrogen{nitrogen = 82.1472},/area/engineering/engine_room)
|
||||
"AA" = (/obj/machinery/door/firedoor/border_only,/obj/effect/wingrille_spawn/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport2"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/manifold/visible/green,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"AR" = (/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine radiator viewport shutters."; id = "EngineRadiatorViewport1"; name = "Engine Radiator Viewport Shutters"; pixel_y = 25; req_access = list(10)},/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"AX" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; frequency = 1438; id = "cooling_in"; name = "Coolant Injector"; pixel_y = 1; power_rating = 30000; use_power = 1; volume_rate = 700},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/reinforced/nitrogen{nitrogen = 82.1472},/area/engineering/engine_room)
|
||||
"Bn" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ca" = (/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ce" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/engine{c_tag = "ENG - Waste Handling"},/obj/structure/sign/warning/nosmoking_1{pixel_y = 32},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"Cj" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/coolant_canister,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"CO" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Dn" = (/obj/machinery/power/generator{anchored = 1},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Dv" = (/obj/effect/wingrille_spawn/reinforced_phoron,/obj/machinery/door/blast/regular{id = "SupermatterPort"; layer = 3.3; name = "Reactor Blast Door"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"DV" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/structure/sign/warning/nosmoking_2{pixel_x = 32},/obj/effect/floor_decal/industrial/outline,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"DY" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ep" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 8},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Er" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 10},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"Es" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ev" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 4},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"EA" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"EG" = (/turf/template_noop,/area/engineering/engine_waste)
|
||||
"EU" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space)
|
||||
"Fh" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Fn" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"Ft" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"FL" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "engine_access_hatch"; locked = 1; req_access = list(11)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"FR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Gs" = (/obj/machinery/power/emitter{anchored = 1; dir = 8; id = "EngineEmitter"; state = 2},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"GC" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"GF" = (/obj/machinery/door/firedoor/border_only,/obj/effect/wingrille_spawn/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport1"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"GG" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/atmospherics/pipe/cap/visible{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"GJ" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"GN" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/door/blast/regular{id = "EngineEmitterPortWest"; layer = 3.3; name = "Engine Waste Handling Access"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Hb" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Hn" = (/obj/machinery/atmospherics/pipe/cap/visible{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"HE" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"HU" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ia" = (/obj/machinery/atmospherics/pipe/manifold/visible/green,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine radiator viewport shutters."; id = "EngineRadiatorViewport2"; name = "Engine Radiator Viewport Shutters"; pixel_y = -25; req_access = list(10)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"IJ" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"IP" = (/obj/machinery/atmospherics/pipe/cap/visible{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"IV" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Jk" = (/obj/machinery/computer/general_air_control/supermatter_core{dir = 4; input_tag = "cooling_in"; name = "Engine Cooling Control"; output_tag = "cooling_out"; sensors = list("engine_sensor" = "Engine Core")},/turf/template_noop,/area/template_noop)
|
||||
"Jq" = (/obj/machinery/atmospherics/omni/atmos_filter{tag_east = 1; tag_north = 2; tag_south = 4; use_power = 0},/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/atmo_filter,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"Jx" = (/obj/machinery/atmospherics/omni/atmos_filter{tag_north = 2; tag_south = 4; tag_west = 1; use_power = 0},/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/sign/warning/nosmoking_2{pixel_x = 32},/obj/effect/engine_setup/atmo_filter,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"JV" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"JX" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"Kc" = (/obj/machinery/atmospherics/unary/vent_pump/engine{dir = 4; external_pressure_bound = 100; external_pressure_bound_default = 0; frequency = 1438; icon_state = "map_vent_in"; id_tag = "cooling_out"; initialize_directions = 1; pump_direction = 0; use_power = 1},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/reinforced/nitrogen{nitrogen = 82.1472},/area/engineering/engine_room)
|
||||
"Le" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/machinery/door/blast/regular{id = "EngineEmitterPortWest"; layer = 3.3; name = "Engine Waste Handling Access"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ln" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Lo" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/power/apc/super/critical{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/light_switch{pixel_x = 36},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"LV" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 8},/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space)
|
||||
"LY" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 8},/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space)
|
||||
"Me" = (/obj/machinery/atmospherics/pipe/manifold/visible/green,/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Mq" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/coolant_canister,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"MF" = (/obj/effect/wingrille_spawn/reinforced_phoron,/obj/machinery/door/blast/regular{dir = 8; id = "SupermatterPort"; layer = 3.3; name = "Reactor Blast Door"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"MH" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"MI" = (/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"MN" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 8},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Nz" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"NA" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"NI" = (/obj/machinery/atmospherics/binary/pump{dir = 8},/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/pump_max,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"NP" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ok" = (/obj/machinery/door/firedoor/border_only,/obj/effect/wingrille_spawn/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport1"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 9},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ot" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"OI" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/reinforced/nitrogen{nitrogen = 82.1472},/area/engineering/engine_room)
|
||||
"OR" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 4},/obj/structure/grille,/turf/space,/area/space)
|
||||
"OW" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Pa" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"PA" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"PM" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Rf" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"Ri" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/cap/visible,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Rj" = (/turf/space,/area/space)
|
||||
"Rs" = (/obj/structure/sign/warning/radioactive,/turf/simulated/wall/r_wall,/area/engineering/engine_room)
|
||||
"RJ" = (/obj/structure/lattice,/turf/space,/area/space)
|
||||
"RQ" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Sn" = (/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space)
|
||||
"Te" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/plating,/area/engineering/engine_room)
|
||||
"Ti" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/obj/machinery/camera/network/engine{c_tag = "ENG - Engine Core 2"; dir = 1},/turf/simulated/floor/reinforced/nitrogen{nitrogen = 82.1472},/area/engineering/engine_room)
|
||||
"Ts" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"TG" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"TP" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"Uc" = (/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; pixel_x = -6; pixel_y = -3; req_access = list(10)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine charging port."; id = "SupermatterPort"; name = "Reactor Blast Doors"; pixel_x = -6; pixel_y = 7; req_access = list(10)},/obj/machinery/button/remote/emitter{desc = "A remote control-switch for the engine emitter."; id = "EngineEmitter"; name = "Engine Emitter"; pixel_x = 6; pixel_y = 2; req_access = list(10)},/obj/effect/engine_setup/shutters,/turf/template_noop,/area/template_noop)
|
||||
"Ul" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ux" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Uz" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"UC" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/turf/space,/area/space)
|
||||
"UI" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"UU" = (/turf/simulated/wall/r_wall,/area/engineering/engine_waste)
|
||||
"Va" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 10},/turf/space,/area/space)
|
||||
"Vi" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"Vq" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"VU" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/obj/structure/grille,/turf/space,/area/space)
|
||||
"VZ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/cap/visible,/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -21},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Wh" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Wl" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Wm" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Wq" = (/obj/machinery/door/blast/regular{id = "EngineVent"; name = "Reactor Vent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
|
||||
"Wr" = (/obj/structure/window/reinforced{dir = 4; health = 1e+006},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/closet/radiation,/obj/item/clothing/glasses/meson,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"WM" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"WO" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/cap/visible,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Xy" = (/turf/simulated/wall/r_wall,/area/template_noop)
|
||||
"XN" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/obj/structure/lattice,/turf/space,/area/space)
|
||||
"Yd" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Yi" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Yj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Ym" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Yp" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan,/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Yr" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"YN" = (/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/machinery/light/small,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
"YX" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Zf" = (/turf/template_noop,/area/template_noop)
|
||||
"Zs" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 6},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"Zt" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ZE" = (/turf/template_noop,/area/engineering/engine_airlock)
|
||||
"ZJ" = (/turf/simulated/wall/r_wall,/area/engineering/engine_airlock)
|
||||
"ZO" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/button/remote/blast_door{id = "EngineVent"; name = "Reactor Ventillatory Control"; pixel_x = -25; req_access = list(10)},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ZS" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/camera/network/engine{c_tag = "ENG - Engine Core 1"; dir = 1},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/turf/simulated/floor,/area/engineering/engine_room)
|
||||
"ZX" = (/obj/machinery/atmospherics/pipe/manifold/visible/black,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/engineering/engine_waste)
|
||||
|
||||
(1,1,1) = {"
|
||||
ZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZf
|
||||
ZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfUUUUUUUUUUUUUUZfZfZfZf
|
||||
ZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfUUUUbgbJCebUeSUUZfZfZfZf
|
||||
ZfZfZfZfZfZfZfSnSnRJRJRJFnyLyLyLyLLYipaeNIMqdaTPihUUZfZfZfZf
|
||||
SnSnSnSnSnSnjLSnRjRjRjRjjVkwkwyLkwLYnFohdeFtEAJXViEGZfZfZfZf
|
||||
ZfRJRjRjRjRjRjRjRjRjRjRjFnkwkwyLkwLYnFoxyBRfZXMHzCUUZfZfZfZf
|
||||
ZfRJRjRjRjRjRjRjRjRjRjRjjVyLyLyLyLLYipoBMIMIhBpTqkUUZfZfZfZf
|
||||
ZfRJRjRjRjRjRjRjRjRjRjRjRJRjRjRjRjRjUUsjYNslWruqAhUUZfZfZfZf
|
||||
ZfFnErFnErFnErFnErFnErFnErRJRJdhRsdhdhdhdhdhRsLeGNdhXyZfZfZf
|
||||
ZfwYxeyqxeyqxeyqxeyqxeyqxeyEyGziAwARBnAwCOAwrqEpHUluXyZfZfZf
|
||||
ZfjVyLyLyLyLyLyLyLyLyLyLyLyEEUGFGGGJHnIPGJHnRQJqJVJxXyZfZfZf
|
||||
ZfFnErFnErFnErFnErFnErFnErSnLVOkWMsAYmWMsAYmRQEsjWTsXyZfZfZf
|
||||
ZfwYxeyqxeyqxeyqxeyqxeyqxeyEORdhUlsAYmWMsAYmRQtDZJZJZJZfZfZf
|
||||
ZfwYUCVaUCVaUCVaUCVaUCVaUCyEVUdhVZsARiWOsARiRQLoZJZfZfZfZfZf
|
||||
ZfjVXNjVXNjVXNjVXNjVXNjVXNRJRJdhYdYiYjYpYrYjYXZtZEZfZfZfZfZf
|
||||
ZfRJRjRjRjRjRjRJRjRjRjRjRJRjRjdhZOGJZSuvPaeARQqwZJZJZJZfZfZf
|
||||
ZfRJRjRjRjRjRjRJRjRjRjRjRJRjRsdhMFMFdhkzTGFRRQCjZfJkzlZfZfZf
|
||||
ZfRjRjRjRJRJRJRJRJRJRJRJRJatdhAzOIAXgObqUxdErNsnZfZfZfZfZfZf
|
||||
ZfRjRjRjRjRjRjRjRjRjRjRjRjRjWqozojxBDvPMyUGsGCUIZfZfUcZfZfZf
|
||||
ZfRJRJRJRJRJRJRJRJRJRJRJRJRjdhTiOIKcFLHEuzmwEvCaZfZfZfZfZfZf
|
||||
ZfRJRjRjRjRjRjRJRjRjRjRjRJRjRsdhMFMFdhbMVqfhRQeYZfZfZfZfZfZf
|
||||
ZfRJRjRjRjRjRjRJRjRjRjRjRJRjRjdhFhLngDxXTGCaRQAcXyXyZfZfZfZf
|
||||
ZfFnErFnErFnErFnErFnErFnErRJRJdhOWGJIVlLiWmjMNNAZfZfZfZfZfZf
|
||||
ZfwYxeyqxeyqxeyqxeyqxeyqxeyEyGdhnogSrQUzgSWhDYhJXyZfZfZfZfZf
|
||||
ZfwYUCVaUCVaUCVaUCVaUCVaUCyEORdhUlDnpXPAsvpXNPzXXyXyXyZfZfZf
|
||||
ZfjVXNjVXNjVXNjVXNjVXNjVXNSnLVvXZszAOtNzzAOtWmIJwuTedhZfZfZf
|
||||
ZfFnyLyLyLyLyLyLyLyLyLyLyLyEEUAAIaHbjQWliVjQbzololDVdhZfZfZf
|
||||
ZfwYUCVaUCVaUCVaUCVaUCVaUCyEVUdhdhjEMeldCOlddiololdodhZfZfZf
|
||||
ZfjVXNjVXNjVXNjVXNjVXNjVXNRJRJRJRsdhdhdhdhdhdhdhdhdhdhZfZfZf
|
||||
ZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZf
|
||||
"}
|
||||
File diff suppressed because it is too large
Load Diff
125
modular_chomp/maps/submaps/shelters/shelter_1.dmm
Normal file
125
modular_chomp/maps/submaps/shelters/shelter_1.dmm
Normal file
@@ -0,0 +1,125 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft,
|
||||
/area/survivalpod)
|
||||
"b" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft,
|
||||
/area/survivalpod)
|
||||
"c" = (
|
||||
/obj/structure/fans,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"d" = (
|
||||
/obj/machinery/smartfridge/survival_pod,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/weapon/storage/pill_bottle/dice,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"e" = (
|
||||
/obj/item/device/gps/computer,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft,
|
||||
/area/survivalpod)
|
||||
"g" = (
|
||||
/obj/machinery/sleeper/survival_pod,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"h" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"i" = (
|
||||
/obj/structure/bed/pod,
|
||||
/obj/item/weapon/bedsheet/mime,
|
||||
/obj/machinery/light/small{
|
||||
dir = 4;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"j" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft,
|
||||
/area/survivalpod)
|
||||
"k" = (
|
||||
/obj/structure/table/survival_pod,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"l" = (
|
||||
/obj/structure/tubes,
|
||||
/obj/structure/bed/chair/comfy/black{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/button/remote/airlock/survival_pod{
|
||||
dir = 10;
|
||||
pixel_y = -24
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"m" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft,
|
||||
/area/survivalpod)
|
||||
"n" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"o" = (
|
||||
/obj/structure/sign/mining,
|
||||
/turf/simulated/shuttle/wall/voidcraft,
|
||||
/area/survivalpod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
f
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
c
|
||||
g
|
||||
k
|
||||
m
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
d
|
||||
h
|
||||
h
|
||||
n
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
e
|
||||
i
|
||||
l
|
||||
o
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
j
|
||||
a
|
||||
a
|
||||
"}
|
||||
282
modular_chomp/maps/submaps/shelters/shelter_2.dmm
Normal file
282
modular_chomp/maps/submaps/shelters/shelter_2.dmm
Normal file
@@ -0,0 +1,282 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"b" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"c" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/rocks{
|
||||
pixel_x = 7;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/random/mre,
|
||||
/obj/item/weapon/material/kitchen/utensil/fork{
|
||||
pixel_x = 12
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"d" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"e" = (
|
||||
/obj/structure/fans,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/machinery/smartfridge/survival_pod,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/menu9,
|
||||
/obj/item/weapon/storage/mre/menu9,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/weapon/storage/pill_bottle/antitox,
|
||||
/obj/item/weapon/storage/box/survival/space,
|
||||
/obj/item/device/healthanalyzer,
|
||||
/obj/item/weapon/storage/pill_bottle/dice_nerd,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"g" = (
|
||||
/obj/item/device/gps/computer,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"h" = (
|
||||
/obj/machinery/shower,
|
||||
/obj/item/weapon/soap/deluxe,
|
||||
/obj/structure/curtain,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"i" = (
|
||||
/obj/structure/toilet,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"j" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"k" = (
|
||||
/obj/machinery/sleeper/survival_pod,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"l" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"m" = (
|
||||
/obj/structure/bed/pod,
|
||||
/obj/item/weapon/bedsheet/blue,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"n" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8;
|
||||
layer = 2.6
|
||||
},
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
dir = 1;
|
||||
icon_state = "windoor"
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"o" = (
|
||||
/obj/structure/bed/chair/comfy/black,
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"p" = (
|
||||
/obj/structure/table/survival_pod,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"q" = (
|
||||
/obj/structure/tubes,
|
||||
/obj/machinery/recharge_station,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"r" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"s" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4;
|
||||
light_color = "#DDFFD3"
|
||||
},
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/rocks{
|
||||
pixel_x = 7;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/wine{
|
||||
pixel_x = -6;
|
||||
pixel_y = 10
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"t" = (
|
||||
/obj/machinery/microwave{
|
||||
pixel_y = -2
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/obj/structure/table/steel{
|
||||
pixel_y = -9
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"u" = (
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
dir = 1;
|
||||
icon_state = "windoor"
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"v" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/obj/machinery/holoplant,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"w" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
density = 0;
|
||||
dir = 9;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"y" = (
|
||||
/obj/structure/sink/kitchen{
|
||||
dir = 8;
|
||||
pixel_x = -13
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"z" = (
|
||||
/obj/machinery/light,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"A" = (
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"B" = (
|
||||
/obj/structure/bed/chair/comfy/black{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"C" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"D" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"E" = (
|
||||
/obj/structure/sign/mining,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"S" = (
|
||||
/obj/machinery/button/remote/airlock/survival_pod{
|
||||
dir = 10;
|
||||
pixel_y = -24
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
d
|
||||
a
|
||||
d
|
||||
a
|
||||
d
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
e
|
||||
k
|
||||
p
|
||||
t
|
||||
y
|
||||
C
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
f
|
||||
l
|
||||
l
|
||||
u
|
||||
z
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
g
|
||||
m
|
||||
q
|
||||
v
|
||||
A
|
||||
D
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
h
|
||||
n
|
||||
r
|
||||
w
|
||||
S
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
i
|
||||
o
|
||||
s
|
||||
c
|
||||
B
|
||||
E
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
j
|
||||
a
|
||||
j
|
||||
a
|
||||
j
|
||||
a
|
||||
"}
|
||||
407
modular_chomp/maps/submaps/shelters/shelter_3.dmm
Normal file
407
modular_chomp/maps/submaps/shelters/shelter_3.dmm
Normal file
@@ -0,0 +1,407 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"b" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"c" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"d" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"e" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/obj/machinery/chemical_dispenser/bar_alc/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"g" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/obj/machinery/chemical_dispenser/bar_soft/full,
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"h" = (
|
||||
/obj/machinery/vending/boozeomat{
|
||||
req_access = newlist()
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"i" = (
|
||||
/obj/item/weapon/book/manual/barman_recipes,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/weapon/reagent_containers/glass/rag,
|
||||
/obj/structure/table/gamblingtable,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"j" = (
|
||||
/obj/structure/fans,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"k" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/obj/item/weapon/clipboard,
|
||||
/obj/item/toy/figure/bartender,
|
||||
/obj/item/weapon/storage/fancy/cigar,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"l" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/obj/structure/reagent_dispensers/beerkeg,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"m" = (
|
||||
/obj/structure/closet/secure_closet/bar{
|
||||
req_access = newlist()
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"n" = (
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/disposal,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"o" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/junction{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"p" = (
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"q" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"r" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"s" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/weapon/flame/lighter/random{
|
||||
pixel_x = -4;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/weapon/flame/lighter/random,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"t" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"u" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/weapon/storage/box/matches{
|
||||
pixel_x = -4;
|
||||
pixel_y = 8
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"v" = (
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
dir = 2
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"w" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"x" = (
|
||||
/obj/item/weapon/stool/padded,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"y" = (
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"z" = (
|
||||
/obj/machinery/vending/cigarette,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"A" = (
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/disposal,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"B" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 8;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"C" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod,
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"D" = (
|
||||
/obj/structure/bed/chair/comfy/black,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"E" = (
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"F" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{
|
||||
pixel_x = -4;
|
||||
pixel_y = 12
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{
|
||||
pixel_x = 4;
|
||||
pixel_y = 4
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"G" = (
|
||||
/obj/structure/urinal{
|
||||
pixel_y = 24
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"H" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"I" = (
|
||||
/obj/structure/sink{
|
||||
dir = 4;
|
||||
pixel_x = 11
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"J" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"K" = (
|
||||
/obj/structure/bed/chair/comfy/black{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"L" = (
|
||||
/obj/machinery/vending/snack,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"M" = (
|
||||
/obj/machinery/light,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"N" = (
|
||||
/obj/structure/toilet{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"O" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"P" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"Q" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
e
|
||||
p
|
||||
e
|
||||
c
|
||||
e
|
||||
C
|
||||
e
|
||||
C
|
||||
e
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
j
|
||||
q
|
||||
s
|
||||
x
|
||||
y
|
||||
D
|
||||
F
|
||||
K
|
||||
L
|
||||
P
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
c
|
||||
f
|
||||
q
|
||||
t
|
||||
x
|
||||
y
|
||||
y
|
||||
y
|
||||
y
|
||||
M
|
||||
c
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
d
|
||||
g
|
||||
q
|
||||
t
|
||||
x
|
||||
y
|
||||
D
|
||||
F
|
||||
K
|
||||
y
|
||||
Q
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
h
|
||||
q
|
||||
u
|
||||
x
|
||||
y
|
||||
D
|
||||
F
|
||||
K
|
||||
y
|
||||
c
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
d
|
||||
i
|
||||
q
|
||||
t
|
||||
x
|
||||
y
|
||||
y
|
||||
y
|
||||
y
|
||||
y
|
||||
p
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
c
|
||||
k
|
||||
q
|
||||
t
|
||||
x
|
||||
y
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
d
|
||||
l
|
||||
q
|
||||
t
|
||||
x
|
||||
y
|
||||
c
|
||||
G
|
||||
H
|
||||
H
|
||||
Q
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
c
|
||||
m
|
||||
q
|
||||
v
|
||||
y
|
||||
y
|
||||
E
|
||||
H
|
||||
c
|
||||
E
|
||||
c
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
b
|
||||
n
|
||||
q
|
||||
t
|
||||
z
|
||||
A
|
||||
c
|
||||
I
|
||||
c
|
||||
N
|
||||
P
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
o
|
||||
r
|
||||
w
|
||||
r
|
||||
B
|
||||
c
|
||||
J
|
||||
c
|
||||
O
|
||||
a
|
||||
"}
|
||||
624
modular_chomp/maps/submaps/shelters/shelter_4.dmm
Normal file
624
modular_chomp/maps/submaps/shelters/shelter_4.dmm
Normal file
@@ -0,0 +1,624 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"b" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"c" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"d" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"e" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/structure/fans,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"g" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/obj/machinery/door/blast/regular{
|
||||
density = 0;
|
||||
dir = 1;
|
||||
icon_state = "pdoor0";
|
||||
id = "shelterblast";
|
||||
name = "Shelter Blast Doors";
|
||||
opacity = 0
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"h" = (
|
||||
/obj/machinery/smartfridge/survival_pod,
|
||||
/obj/item/weapon/storage/firstaid/combat,
|
||||
/obj/item/weapon/storage/firstaid/combat,
|
||||
/obj/item/weapon/storage/firstaid/combat,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/device/radio/emergency,
|
||||
/obj/item/device/survivalcapsule,
|
||||
/obj/item/device/survivalcapsule,
|
||||
/obj/item/device/survivalcapsule,
|
||||
/obj/item/weapon/storage/box/survival/space,
|
||||
/obj/item/weapon/storage/box/survival/space,
|
||||
/obj/item/weapon/storage/box/survival/space,
|
||||
/obj/item/weapon/storage/box/survival/space,
|
||||
/obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked,
|
||||
/obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked,
|
||||
/obj/item/device/bluespaceradio,
|
||||
/obj/item/weapon/storage/box/survival/comp,
|
||||
/obj/item/weapon/storage/box/survival/comp,
|
||||
/obj/item/device/binoculars,
|
||||
/obj/item/device/perfect_tele,
|
||||
/obj/item/weapon/storage/pill_bottle/nutriment,
|
||||
/obj/item/weapon/storage/pill_bottle/iron,
|
||||
/obj/item/weapon/storage/pill_bottle/arithrazine,
|
||||
/obj/item/weapon/reagent_containers/blood/OMinus,
|
||||
/obj/item/weapon/reagent_containers/blood/OMinus,
|
||||
/obj/item/weapon/reagent_containers/blood/OMinus,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/weapon/storage/pill_bottle/nutriment,
|
||||
/obj/item/weapon/storage/pill_bottle/iron,
|
||||
/obj/item/weapon/storage/pill_bottle/arithrazine,
|
||||
/obj/item/weapon/storage/pill_bottle/corophizine,
|
||||
/obj/item/weapon/towel/random,
|
||||
/obj/item/weapon/towel/random,
|
||||
/obj/item/weapon/extinguisher/mini,
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/large,
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/large,
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/large,
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/large,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"i" = (
|
||||
/obj/item/device/gps/computer,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"j" = (
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/secure_closet/personal,
|
||||
/obj/item/modular_computer/laptop/preset/custom_loadout/elite,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/obj/item/ammo_magazine/m9mm/compact/flash,
|
||||
/obj/item/ammo_magazine/m9mm/compact/flash,
|
||||
/obj/item/weapon/gun/projectile/pistol,
|
||||
/obj/item/clothing/accessory/storage/black_vest,
|
||||
/obj/item/weapon/material/knife/tacknife/survival,
|
||||
/obj/item/weapon/storage/box/survival/comp,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"k" = (
|
||||
/obj/structure/bed/pod,
|
||||
/obj/item/weapon/bedsheet/captain,
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"l" = (
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/machinery/suit_cycler{
|
||||
departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot");
|
||||
locked = 0
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"m" = (
|
||||
/obj/machinery/sleeper/survival_pod,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"n" = (
|
||||
/obj/machinery/optable,
|
||||
/obj/machinery/oxygen_pump/anesthetic{
|
||||
pixel_x = 32
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"o" = (
|
||||
/obj/machinery/mech_recharger,
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"p" = (
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/obj/machinery/door/blast/regular{
|
||||
density = 0;
|
||||
dir = 4;
|
||||
icon_state = "pdoor0";
|
||||
id = "shelterblast";
|
||||
name = "Shelter Blast Doors";
|
||||
opacity = 0
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"q" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"r" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"s" = (
|
||||
/obj/structure/table/survival_pod,
|
||||
/obj/item/weapon/storage/firstaid/surgery,
|
||||
/obj/structure/sink/kitchen{
|
||||
icon_state = "sink_alt";
|
||||
dir = 4;
|
||||
pixel_x = -13
|
||||
},
|
||||
/obj/machinery/recharger,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"t" = (
|
||||
/obj/machinery/recharge_station,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"u" = (
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod,
|
||||
/obj/effect/floor_decal/industrial/hatch,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"v" = (
|
||||
/obj/machinery/shower{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/weapon/soap/deluxe,
|
||||
/obj/structure/curtain/black,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"w" = (
|
||||
/obj/machinery/washing_machine,
|
||||
/obj/effect/floor_decal/industrial/outline,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"x" = (
|
||||
/obj/structure/toilet{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"y" = (
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"z" = (
|
||||
/obj/machinery/disposal,
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"A" = (
|
||||
/obj/structure/closet/hydrant{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"B" = (
|
||||
/obj/structure/closet/secure_closet/personal,
|
||||
/obj/item/modular_computer/laptop/preset/custom_loadout/elite,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/obj/item/ammo_magazine/m9mm/compact/flash,
|
||||
/obj/item/ammo_magazine/m9mm/compact/flash,
|
||||
/obj/item/weapon/gun/projectile/pistol,
|
||||
/obj/item/clothing/accessory/storage/black_vest,
|
||||
/obj/item/weapon/material/knife/tacknife/survival,
|
||||
/obj/item/weapon/storage/box/survival/comp{
|
||||
starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi)
|
||||
},
|
||||
/turf/simulated/floor/carpet/bcarpet,
|
||||
/area/survivalpod)
|
||||
"C" = (
|
||||
/obj/structure/closet/crate/freezer/rations,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/random/mre,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"D" = (
|
||||
/obj/structure/table/steel_reinforced,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"E" = (
|
||||
/obj/structure/bed/chair/comfy/blue{
|
||||
icon_state = "comfychair_preview";
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"F" = (
|
||||
/obj/structure/closet/crate/secure/engineering,
|
||||
/obj/item/stack/material/steel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/steel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/plasteel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/plasteel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/glass/reinforced{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/glass/reinforced{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/glass{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/glass/phoronrglass{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/glass/phoronrglass{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/steel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/steel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/glass{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/weapon/storage/toolbox/syndicate/powertools,
|
||||
/obj/item/weapon/storage/toolbox/syndicate/powertools,
|
||||
/obj/machinery/light{
|
||||
icon_state = "tube1";
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/stack/cable_coil,
|
||||
/obj/item/stack/cable_coil,
|
||||
/obj/item/stack/material/steel{
|
||||
amount = 50
|
||||
},
|
||||
/obj/item/stack/material/steel{
|
||||
amount = 50
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"G" = (
|
||||
/obj/structure/bed/chair/comfy/blue,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"H" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"I" = (
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/button/remote/blast_door{
|
||||
id = "shelterblast";
|
||||
name = "Shelter Blast Doors";
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"J" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"K" = (
|
||||
/obj/machinery/autolathe{
|
||||
hacked = 1;
|
||||
name = "military autolathe"
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"L" = (
|
||||
/obj/structure/closet/secure_closet/guncabinet,
|
||||
/obj/item/weapon/gun/projectile/automatic/sts35,
|
||||
/obj/item/weapon/gun/projectile/automatic/sts35,
|
||||
/obj/item/weapon/gun/projectile/automatic/sts35,
|
||||
/obj/item/weapon/gun/projectile/automatic/sts35,
|
||||
/obj/item/weapon/gun/energy/laser,
|
||||
/obj/item/weapon/gun/energy/laser,
|
||||
/obj/item/weapon/gun/energy/laser,
|
||||
/obj/item/weapon/gun/energy/laser,
|
||||
/obj/item/weapon/gun/energy/sniperrifle,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"M" = (
|
||||
/obj/machinery/mech_recharger,
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/obj/machinery/portable_atmospherics/canister/oxygen,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"N" = (
|
||||
/obj/machinery/recharger/wallcharger{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"O" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"P" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"Q" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner,
|
||||
/area/survivalpod)
|
||||
"R" = (
|
||||
/obj/machinery/iv_drip,
|
||||
/obj/effect/floor_decal/industrial/loading{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"S" = (
|
||||
/obj/machinery/light{
|
||||
icon_state = "tube1";
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/table/steel_reinforced,
|
||||
/obj/machinery/chemical_dispenser/ert/specialops,
|
||||
/turf/simulated/shuttle/floor/voidcraft/light,
|
||||
/area/survivalpod)
|
||||
"T" = (
|
||||
/obj/structure/closet/crate/secure/weapon,
|
||||
/obj/item/ammo_magazine/m545,
|
||||
/obj/item/ammo_magazine/m545,
|
||||
/obj/item/ammo_magazine/m545,
|
||||
/obj/item/ammo_magazine/m545,
|
||||
/obj/item/ammo_magazine/m545,
|
||||
/obj/item/ammo_magazine/m545,
|
||||
/obj/item/ammo_magazine/m545/ap,
|
||||
/obj/item/ammo_magazine/m545/ap,
|
||||
/obj/item/ammo_magazine/m545/ap,
|
||||
/obj/item/ammo_magazine/m545/ap,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/machinery/light,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"U" = (
|
||||
/obj/structure/closet/crate/internals,
|
||||
/obj/item/clothing/suit/space/void/merc/odst,
|
||||
/obj/item/clothing/suit/space/void/merc/odst,
|
||||
/obj/item/clothing/suit/space/void/merc/odst,
|
||||
/obj/item/clothing/suit/space/void/merc/odst,
|
||||
/obj/item/clothing/head/helmet/space/void/merc/odst,
|
||||
/obj/item/clothing/head/helmet/space/void/merc/odst,
|
||||
/obj/item/clothing/head/helmet/space/void/merc/odst,
|
||||
/obj/item/clothing/head/helmet/space/void/merc/odst,
|
||||
/obj/item/weapon/tank/oxygen,
|
||||
/obj/item/weapon/tank/oxygen,
|
||||
/obj/item/weapon/tank/oxygen,
|
||||
/obj/item/weapon/tank/oxygen,
|
||||
/obj/item/clothing/shoes/magboots/adv,
|
||||
/obj/item/clothing/shoes/magboots/adv,
|
||||
/obj/item/clothing/shoes/magboots/adv,
|
||||
/obj/item/clothing/shoes/magboots/adv,
|
||||
/obj/item/clothing/mask/breath,
|
||||
/obj/item/clothing/mask/breath,
|
||||
/obj/item/clothing/mask/breath,
|
||||
/obj/item/clothing/mask/breath,
|
||||
/turf/simulated/shuttle/floor/voidcraft/dark,
|
||||
/area/survivalpod)
|
||||
"Y" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
Y
|
||||
c
|
||||
e
|
||||
c
|
||||
g
|
||||
c
|
||||
e
|
||||
c
|
||||
Y
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
f
|
||||
m
|
||||
s
|
||||
c
|
||||
q
|
||||
o
|
||||
c
|
||||
v
|
||||
v
|
||||
P
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
c
|
||||
h
|
||||
R
|
||||
H
|
||||
u
|
||||
q
|
||||
t
|
||||
c
|
||||
H
|
||||
x
|
||||
c
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
d
|
||||
i
|
||||
n
|
||||
S
|
||||
c
|
||||
I
|
||||
M
|
||||
c
|
||||
u
|
||||
c
|
||||
Q
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
A
|
||||
U
|
||||
w
|
||||
q
|
||||
l
|
||||
c
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
d
|
||||
j
|
||||
y
|
||||
y
|
||||
u
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
p
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
c
|
||||
B
|
||||
k
|
||||
k
|
||||
c
|
||||
N
|
||||
G
|
||||
D
|
||||
E
|
||||
L
|
||||
c
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
N
|
||||
G
|
||||
D
|
||||
E
|
||||
T
|
||||
Q
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
c
|
||||
j
|
||||
y
|
||||
y
|
||||
u
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
c
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
b
|
||||
B
|
||||
k
|
||||
k
|
||||
c
|
||||
q
|
||||
F
|
||||
C
|
||||
K
|
||||
z
|
||||
P
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
O
|
||||
c
|
||||
J
|
||||
c
|
||||
g
|
||||
c
|
||||
J
|
||||
c
|
||||
r
|
||||
a
|
||||
"}
|
||||
356
modular_chomp/maps/submaps/shelters/shelter_a.dmm
Normal file
356
modular_chomp/maps/submaps/shelters/shelter_a.dmm
Normal file
@@ -0,0 +1,356 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"b" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"c" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8;
|
||||
layer = 2.6
|
||||
},
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
dir = 1;
|
||||
icon_state = "windoor"
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"d" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"e" = (
|
||||
/obj/structure/fans,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/machinery/smartfridge/survival_pod,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/random,
|
||||
/obj/item/weapon/storage/mre/menu9,
|
||||
/obj/item/weapon/storage/mre/menu9,
|
||||
/obj/item/weapon/storage/mre/menu9,
|
||||
/obj/item/weapon/storage/mre/menu9,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu10,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/weapon/storage/mre/menu11,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/device/fbp_backup_cell,
|
||||
/obj/item/weapon/storage/pill_bottle/dice_nerd,
|
||||
/obj/item/weapon/storage/pill_bottle/antitox,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/firstaid/regular,
|
||||
/obj/item/modular_computer/laptop/preset/custom_loadout/rugged,
|
||||
/obj/item/weapon/storage/box/survival/comp{
|
||||
starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi)
|
||||
},
|
||||
/obj/item/weapon/storage/box/survival/space,
|
||||
/obj/item/weapon/extinguisher/mini,
|
||||
/obj/item/device/radio{
|
||||
icon_state = "walkietalkiebay";
|
||||
name = "emergency radio"
|
||||
},
|
||||
/obj/item/weapon/towel{
|
||||
color = "#800080"
|
||||
},
|
||||
/obj/item/weapon/towel{
|
||||
color = "#800080"
|
||||
},
|
||||
/obj/item/weapon/storage/box/donkpockets,
|
||||
/obj/item/weapon/storage/box/donkpockets,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask/proteinshake,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask/proteinshake,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask/proteinshake,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/dry_ramen,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/dry_ramen,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/dry_ramen,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chips,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chips,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sosjerky,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sosjerky,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/no_raisin,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/no_raisin,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/spacetwinkie,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/spacetwinkie,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/tastybread,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/tastybread,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/tastybread,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/unajerky,
|
||||
/obj/item/weapon/storage/box/mixedglasses,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/tomatojuice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/limejuice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/lemonjuice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/applejuice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/milk,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/cream,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/cola,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/grape_juice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/grape_juice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/sodawater,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/sodawater,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/gingerale,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/gingerale,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/ice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/ice,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/tea,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/tea,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/h_chocolate,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/h_chocolate,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/h_chocolate,
|
||||
/obj/item/toy/plushie/kitten,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"g" = (
|
||||
/obj/item/device/gps/computer,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"h" = (
|
||||
/obj/machinery/shower,
|
||||
/obj/item/weapon/soap/deluxe,
|
||||
/obj/structure/curtain,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"i" = (
|
||||
/obj/structure/toilet,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"j" = (
|
||||
/obj/structure/sign/mining/survival{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"k" = (
|
||||
/obj/machinery/sleeper/survival_pod,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"l" = (
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"m" = (
|
||||
/obj/structure/bed/pod,
|
||||
/obj/item/weapon/bedsheet/hos,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"n" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
icon_state = "pwindow";
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/bed/padded,
|
||||
/obj/item/weapon/bedsheet/hop,
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"o" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"p" = (
|
||||
/obj/structure/table/survival_pod,
|
||||
/obj/machinery/microwave{
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/structure/sink/kitchen{
|
||||
icon_state = "sink_alt";
|
||||
dir = 4;
|
||||
pixel_x = -13
|
||||
},
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"q" = (
|
||||
/obj/structure/tubes,
|
||||
/obj/machinery/recharge_station,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"r" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4;
|
||||
light_color = "#DDFFD3"
|
||||
},
|
||||
/obj/structure/flora/pottedplant/stoutbush,
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"s" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
icon_state = "pwindow";
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/bed/chair/comfy/black,
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"t" = (
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
icon_state = "windoor";
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"u" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
icon_state = "pwindow";
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"v" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
density = 0;
|
||||
dir = 9;
|
||||
icon_state = "pwindow"
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"w" = (
|
||||
/obj/structure/bed/chair/comfy/black,
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"x" = (
|
||||
/obj/machinery/light,
|
||||
/obj/structure/bed/chair/comfy/black{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"y" = (
|
||||
/obj/structure/table/steel,
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"z" = (
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"A" = (
|
||||
/obj/machinery/button/remote/airlock/survival_pod{
|
||||
dir = 10;
|
||||
id = "shelter_gamma";
|
||||
pixel_y = -24
|
||||
},
|
||||
/obj/structure/bed/chair/comfy/black{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/carpet/sblucarpet,
|
||||
/area/survivalpod)
|
||||
"C" = (
|
||||
/obj/structure/sign/mining/survival,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"D" = (
|
||||
/obj/structure/fans/tiny,
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod{
|
||||
destroy_hits = 100;
|
||||
id_tag = "shelter_gamma"
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"E" = (
|
||||
/obj/structure/sign/mining,
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
d
|
||||
a
|
||||
d
|
||||
a
|
||||
d
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
e
|
||||
k
|
||||
p
|
||||
s
|
||||
y
|
||||
C
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
f
|
||||
l
|
||||
l
|
||||
t
|
||||
x
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
g
|
||||
m
|
||||
q
|
||||
u
|
||||
z
|
||||
D
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
i
|
||||
c
|
||||
o
|
||||
v
|
||||
A
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
h
|
||||
n
|
||||
r
|
||||
w
|
||||
y
|
||||
E
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
j
|
||||
a
|
||||
j
|
||||
a
|
||||
j
|
||||
a
|
||||
"}
|
||||
203
modular_chomp/maps/submaps/shelters/shelter_cab.dmm
Normal file
203
modular_chomp/maps/submaps/shelters/shelter_cab.dmm
Normal file
@@ -0,0 +1,203 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival,
|
||||
/area/survivalpod)
|
||||
"b" = (
|
||||
/obj/structure/bed/chair/comfy/brown{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"f" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass{
|
||||
pixel_x = 4
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass{
|
||||
pixel_x = -4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"m" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/machinery/status_display{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pastatomato,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pastatomato,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"u" = (
|
||||
/obj/structure/bed/double/padded,
|
||||
/obj/item/weapon/bedsheet/browndouble,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"v" = (
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/washing_machine,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/survivalpod)
|
||||
"w" = (
|
||||
/obj/machinery/door/airlock/voidcraft/survival_pod{
|
||||
destroy_hits = 100;
|
||||
glass = 0;
|
||||
id_tag = "shelter_gamma"
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/danger/full,
|
||||
/obj/structure/fans/tiny,
|
||||
/turf/simulated/shuttle/floor/voidcraft,
|
||||
/area/survivalpod)
|
||||
"x" = (
|
||||
/obj/structure/bed/chair/comfy/brown{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"z" = (
|
||||
/obj/structure/sink{
|
||||
dir = 4;
|
||||
pixel_x = 11
|
||||
},
|
||||
/obj/structure/mirror{
|
||||
dir = 4;
|
||||
pixel_x = 24
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/survivalpod)
|
||||
"F" = (
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/door/window/survival_pod{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/survivalpod)
|
||||
"M" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/closet/secure_closet/personal,
|
||||
/obj/item/weapon/towel/random,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"N" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/storage/box/donkpockets,
|
||||
/obj/item/weapon/storage/box/donkpockets{
|
||||
pixel_x = 3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/machinery/button/remote/airlock/survival_pod{
|
||||
dir = 10;
|
||||
id = "shelter_gamma";
|
||||
pixel_y = -24
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"P" = (
|
||||
/obj/structure/bed/chair/comfy/brown{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"Q" = (
|
||||
/obj/machinery/shower{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/curtain,
|
||||
/obj/random/soap,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/survivalpod)
|
||||
"R" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/toy/plushie/kitten,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"S" = (
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"V" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
"W" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/machinery/microwave,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/survivalpod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
V
|
||||
S
|
||||
W
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
m
|
||||
f
|
||||
S
|
||||
S
|
||||
N
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
x
|
||||
P
|
||||
S
|
||||
S
|
||||
S
|
||||
w
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
S
|
||||
S
|
||||
S
|
||||
F
|
||||
v
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
R
|
||||
u
|
||||
M
|
||||
z
|
||||
Q
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,53 @@
|
||||
"a" = (/turf/simulated/open,/area/surface/outside/wilderness/skylands/empty)
|
||||
"b" = (/obj/structure/flora/grass/brown,/obj/structure/flora/bush,/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"e" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"f" = (/obj/structure/flora/grass/brown,/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"g" = (/obj/structure/table/sifwoodentable,/obj/item/device/flashlight/lantern,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"i" = (/obj/structure/flora/rocks2,/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"o" = (/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"s" = (/turf/simulated/mineral,/area/surface/outside/wilderness/skylands/empty)
|
||||
"t" = (/obj/structure/table/sifwoodentable,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"u" = (/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"y" = (/obj/structure/tanning_rack,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"B" = (/obj/item/weapon/gun/launcher/crossbow/bow/hardlight,/obj/structure/table/rack,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"E" = (/obj/structure/flora/tree/dead,/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"H" = (/turf/simulated/wall/log_sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"I" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"M" = (/obj/structure/coatrack,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"O" = (/obj/structure/table/rack,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"P" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
"R" = (/obj/structure/flora/tree/winter1,/turf/simulated/floor/snow,/area/surface/outside/wilderness/skylands/empty)
|
||||
"S" = (/obj/structure/bed,/obj/item/weapon/bedsheet/craftable,/turf/simulated/floor/wood/sif,/area/surface/outside/wilderness/skylands/empty)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaussuuuaaaaaaaaaaaaaaaaaa
|
||||
aaaauuusssuuuuuaaaaaaaaaaaaaaa
|
||||
aaaauuuuuuuueuuaaauuuaaaaaaaaa
|
||||
aaaauuHHHHHHHHuuauuusuaaaaaaaa
|
||||
aaaauuHStoooBHuEuusssuuaaaaaaa
|
||||
aaauuuHooooooHuuuubssuuaaaaaaa
|
||||
aaaueuHoIooooHuuufuuuuuaaaaaaa
|
||||
aaaauuHttgooMHuuuuHHHHuaaaaaaa
|
||||
aaaauuHHHHHPHHuuuuHOyHuuaaaaaa
|
||||
aaaauufuuuuuuuueuuPooHuuuuaaaa
|
||||
aaaaaaaauuRuuuuuuuHttHuufuaaaa
|
||||
aaaaaaaaauuuiuussuHHHHuusssaaa
|
||||
aaaaaaaaaaausssssuuuuuussssaaa
|
||||
aaaaufaaaaasssssauuuuuesssaaaa
|
||||
aaaafuuaaaasssssaaauuuuuuuaaaa
|
||||
aaaauuuaaaassssaaaauuaaaauaaaa
|
||||
aaaaaaaaaaaasssaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
@@ -0,0 +1,248 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"c" = (
|
||||
/obj/structure/sign/warning/bomb_range,
|
||||
/turf/simulated/wall/sandstone,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"d" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/syndie/c4explosive,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"e" = (
|
||||
/obj/structure/loot_pile/surface/bones,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"f" = (
|
||||
/mob/living/simple_mob/animal/sif/savik,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"g" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/clothing/head/bomb_hood,
|
||||
/obj/item/clothing/suit/bomb_suit,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"h" = (
|
||||
/obj/item/device/gps/internal/poi{
|
||||
gps_tag = "Unidentified Signal"
|
||||
},
|
||||
/turf/simulated/wall/sandstone,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"i" = (
|
||||
/mob/living/simple_mob/animal/sif/diyaab,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"j" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/weapon/flame/lighter/zippo/c4detonator{
|
||||
detonator_mode = 1
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"k" = (
|
||||
/obj/structure/table/rack,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"l" = (
|
||||
/obj/machinery/floodlight,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"m" = (
|
||||
/turf/simulated/wall/sandstone,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"n" = (
|
||||
/obj/structure/girder/displaced,
|
||||
/obj/structure/sign/warning/bomb_range,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"o" = (
|
||||
/obj/structure/table,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"p" = (
|
||||
/obj/effect/decal/remains/human,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/BlastMine1)
|
||||
"q" = (
|
||||
/obj/structure/sign/warning/bomb_range,
|
||||
/turf/simulated/wall/sandstone{
|
||||
damage = 20
|
||||
},
|
||||
/area/submap/cave/BlastMine1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
b
|
||||
a
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
h
|
||||
d
|
||||
k
|
||||
k
|
||||
n
|
||||
b
|
||||
o
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
i
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
p
|
||||
b
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
f
|
||||
b
|
||||
b
|
||||
i
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
l
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
g
|
||||
b
|
||||
g
|
||||
m
|
||||
b
|
||||
b
|
||||
b
|
||||
q
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
j
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
1736
modular_chomp/maps/submaps/surface_submaps/mountains/CaveTrench.dmm
Normal file
1736
modular_chomp/maps/submaps/surface_submaps/mountains/CaveTrench.dmm
Normal file
File diff suppressed because it is too large
Load Diff
1736
modular_chomp/maps/submaps/surface_submaps/mountains/Cavelake.dmm
Normal file
1736
modular_chomp/maps/submaps/surface_submaps/mountains/Cavelake.dmm
Normal file
File diff suppressed because it is too large
Load Diff
414
modular_chomp/maps/submaps/surface_submaps/mountains/Cliff1.dmm
Normal file
414
modular_chomp/maps/submaps/surface_submaps/mountains/Cliff1.dmm
Normal file
@@ -0,0 +1,414 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/template_noop)
|
||||
"c" = (
|
||||
/obj/item/weapon/ore,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"d" = (
|
||||
/obj/random/outcrop,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"e" = (
|
||||
/obj/structure/cliff/automatic/corner,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"f" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 5;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"g" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"h" = (
|
||||
/obj/structure/cliff/automatic,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"i" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"j" = (
|
||||
/obj/random/humanoidremains{
|
||||
spawn_nothing_percentage = 70
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
"k" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ore_cliff)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
k
|
||||
k
|
||||
k
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
e
|
||||
c
|
||||
j
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
k
|
||||
f
|
||||
e
|
||||
k
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
k
|
||||
c
|
||||
h
|
||||
k
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
k
|
||||
h
|
||||
k
|
||||
k
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
d
|
||||
k
|
||||
f
|
||||
e
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
k
|
||||
k
|
||||
h
|
||||
k
|
||||
k
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
b
|
||||
k
|
||||
f
|
||||
e
|
||||
k
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
k
|
||||
k
|
||||
h
|
||||
k
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
k
|
||||
c
|
||||
h
|
||||
j
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
k
|
||||
k
|
||||
h
|
||||
k
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
k
|
||||
g
|
||||
i
|
||||
k
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
k
|
||||
h
|
||||
k
|
||||
c
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
k
|
||||
h
|
||||
k
|
||||
b
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
d
|
||||
b
|
||||
k
|
||||
h
|
||||
k
|
||||
b
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
h
|
||||
k
|
||||
c
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
k
|
||||
g
|
||||
i
|
||||
k
|
||||
b
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
k
|
||||
h
|
||||
k
|
||||
k
|
||||
b
|
||||
a
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
d
|
||||
k
|
||||
h
|
||||
k
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
h
|
||||
k
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
g
|
||||
i
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
k
|
||||
h
|
||||
k
|
||||
j
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
k
|
||||
h
|
||||
k
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(26,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
h
|
||||
k
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(27,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
k
|
||||
i
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(28,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
k
|
||||
k
|
||||
k
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(29,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(30,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,133 @@
|
||||
"aa" = (/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"ab" = (/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"ac" = (/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"ad" = (/obj/effect/spider/stickyweb,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"ae" = (/obj/structure/sign/greencross{desc = "White cross in a green field, you can get medical aid here."; name = "First-Aid"},/turf/simulated/shuttle/wall/no_join,/area/submap/CrashedMedShuttle)
|
||||
"af" = (/obj/structure/grille,/obj/structure/shuttle/window,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"ag" = (/turf/simulated/shuttle/wall,/area/submap/CrashedMedShuttle)
|
||||
"ah" = (/obj/item/weapon/material/shard{icon_state = "medium"},/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"ai" = (/obj/item/weapon/material/shard{icon_state = "medium"},/obj/effect/decal/cleanable/blood/oil,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aj" = (/obj/machinery/light/small{dir = 4; pixel_y = 0},/obj/structure/sign/warning/airlock{pixel_x = 32},/obj/effect/spider/stickyweb,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"ak" = (/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"al" = (/obj/item/weapon/storage/toolbox/mechanical,/obj/machinery/light{dir = 1},/obj/structure/table/standard,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"am" = (/obj/structure/table/standard,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"an" = (/obj/structure/window/reinforced,/obj/effect/decal/cleanable/blood/oil,/obj/structure/loot_pile/surface/bones,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"ao" = (/obj/item/weapon/circuitboard/broken,/obj/structure/door_assembly/door_assembly_ext,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"ap" = (/obj/structure/door_assembly/door_assembly_ext,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"aq" = (/obj/effect/decal/cleanable/liquid_fuel,/mob/living/simple_mob/animal/giant_spider/webslinger,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ar" = (/obj/structure/closet/crate/medical,/obj/random/medical,/obj/random/medical,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"as" = (/obj/structure/table/standard,/obj/machinery/cell_charger,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"at" = (/obj/item/weapon/material/shard,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"au" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/spider/stickyweb,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"av" = (/obj/random/mob/spider/mutant,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aw" = (/obj/machinery/door/airlock/glass,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ax" = (/obj/effect/decal/cleanable/blood/drip,/obj/effect/decal/cleanable/liquid_fuel,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ay" = (/obj/effect/decal/cleanable/blood,/obj/effect/decal/cleanable/liquid_fuel,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"az" = (/obj/effect/decal/cleanable/blood/gibs/robot,/obj/item/weapon/firstaid_arm_assembly,/mob/living/simple_mob/animal/giant_spider/frost,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aA" = (/obj/item/stack/rods,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"aB" = (/obj/structure/lattice,/obj/item/stack/rods,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aC" = (/obj/effect/decal/cleanable/blood/oil,/obj/item/weapon/firstaid_arm_assembly,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aD" = (/obj/structure/closet/secure_closet/personal/patient,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aE" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aF" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/liquid_fuel,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aG" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/liquid_fuel,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aH" = (/obj/effect/decal/cleanable/liquid_fuel,/obj/structure/ghost_pod/manual/lost_drone/dogborg,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aI" = (/obj/structure/table/standard,/obj/effect/spider/stickyweb,/obj/machinery/light,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aJ" = (/obj/structure/table/standard,/obj/effect/spider/stickyweb,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aK" = (/obj/structure/table/standard,/obj/item/weapon/material/shard{icon_state = "medium"},/obj/effect/spider/stickyweb,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aL" = (/obj/structure/grille/broken,/obj/item/weapon/material/shard{icon_state = "medium"},/obj/item/stack/rods,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"aM" = (/obj/item/weapon/material/shard,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aN" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aO" = (/obj/item/weapon/material/shard{icon_state = "medium"},/obj/effect/spider/stickyweb,/mob/living/simple_mob/animal/giant_spider/carrier,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aP" = (/obj/effect/decal/cleanable/blood/gibs/robot,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aQ" = (/obj/effect/spider/stickyweb,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aR" = (/turf/simulated/shuttle/wall/no_join,/area/submap/CrashedMedShuttle)
|
||||
"aS" = (/obj/effect/decal/cleanable/blood/oil,/obj/structure/loot_pile/surface/bones,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aT" = (/obj/machinery/light,/obj/structure/table/standard,/obj/effect/spider/stickyweb,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aU" = (/obj/structure/table/standard,/obj/item/weapon/material/shard{icon_state = "medium"},/obj/random/medical,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"aV" = (/obj/effect/spider/stickyweb,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aW" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"aX" = (/obj/machinery/computer,/turf/simulated/shuttle/floor/yellow,/area/submap/CrashedMedShuttle)
|
||||
"aY" = (/obj/structure/prop/blackbox/crashed_med_shuttle,/turf/simulated/shuttle/floor/yellow,/area/submap/CrashedMedShuttle)
|
||||
"aZ" = (/obj/effect/spider/stickyweb,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"ba" = (/obj/random/mob/spider/mutant,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bb" = (/obj/effect/spider/cocoon,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bc" = (/obj/item/weapon/material/shard{icon_state = "medium"},/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bd" = (/obj/item/stack/rods,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"be" = (/obj/effect/spider/stickyweb,/obj/structure/girder/displaced,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bf" = (/obj/machinery/light{dir = 8; icon_state = "tube1"; pixel_y = 0},/obj/structure/extinguisher_cabinet{pixel_x = -32},/obj/structure/lattice,/obj/item/device/gps/internal/poi,/obj/structure/flora/tree/sif,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bg" = (/obj/effect/decal/cleanable/blood/splatter,/obj/structure/loot_pile/surface/bones,/obj/effect/decal/cleanable/blood/drip,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bh" = (/obj/structure/grille/broken,/obj/item/weapon/material/shard{icon_state = "medium"},/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bi" = (/obj/effect/decal/mecha_wreckage/odysseus,/obj/effect/decal/cleanable/blood/oil,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bj" = (/obj/item/weapon/material/shard,/obj/effect/spider/stickyweb,/obj/item/weapon/beartrap{anchored = 1; deployed = 1; icon_state = "beartrap1"},/obj/random/trash,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bk" = (/obj/effect/decal/cleanable/blood/oil,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bl" = (/obj/effect/spider/stickyweb,/obj/item/weapon/material/shard,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bm" = (/obj/random/medical,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bn" = (/mob/living/simple_mob/animal/giant_spider/webslinger,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bo" = (/obj/effect/spider/cocoon,/obj/structure/lattice,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bp" = (/obj/structure/prop/fake_ai/dead/crashed_med_shuttle,/turf/simulated/shuttle/floor/yellow,/area/submap/CrashedMedShuttle)
|
||||
"bq" = (/obj/structure/flora/tree/sif,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"br" = (/obj/structure/grille/broken,/obj/item/weapon/material/shard,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bs" = (/obj/effect/decal/cleanable/blood/drip,/obj/effect/spider/stickyweb,/mob/living/simple_mob/animal/giant_spider/webslinger,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bt" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bu" = (/obj/effect/decal/remains/tajaran,/obj/item/weapon/surgical/circular_saw,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bv" = (/obj/effect/decal/cleanable/blood/oil,/obj/effect/spider/stickyweb,/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bw" = (/obj/item/weapon/material/shard,/obj/structure/loot_pile/maint/technical,/obj/structure/lattice,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bx" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/shuttle/floor/purple,/area/submap/CrashedMedShuttle)
|
||||
"by" = (/obj/item/weapon/circuitboard/broken,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bz" = (/obj/structure/girder,/turf/template_noop,/area/submap/CrashedMedShuttle)
|
||||
"bA" = (/obj/structure/girder/displaced,/turf/template_noop,/area/submap/CrashedMedShuttle)
|
||||
"bB" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_r"; dir = 8},/turf/simulated/floor/outdoors/rocks,/area/submap/CrashedMedShuttle)
|
||||
"bC" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/CrashedMedShuttle)
|
||||
"bD" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/adv,/turf/simulated/shuttle/floor/purple,/area/submap/CrashedMedShuttle)
|
||||
"bE" = (/obj/structure/table/standard,/turf/simulated/shuttle/floor/purple,/area/submap/CrashedMedShuttle)
|
||||
"bF" = (/obj/random/medical/pillbottle,/mob/living/simple_mob/animal/giant_spider/webslinger,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bG" = (/obj/structure/table/standard,/obj/item/device/defib_kit/loaded,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bH" = (/obj/structure/table/standard,/obj/item/bodybag/cryobag,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bI" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/bodybags,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bJ" = (/obj/machinery/light{dir = 1},/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bK" = (/obj/structure/table/standard,/obj/item/weapon/surgical/retractor,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bL" = (/obj/item/weapon/material/shard,/obj/structure/grille,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"bM" = (/obj/machinery/light{dir = 8},/obj/structure/table/standard,/obj/structure/loot_pile/maint/technical,/turf/simulated/shuttle/floor/purple,/area/submap/CrashedMedShuttle)
|
||||
"bN" = (/obj/effect/decal/cleanable/blood/gibs/robot,/obj/effect/spider/cocoon,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bO" = (/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/structure/closet/secure_closet/medical_wall/anesthetics{pixel_x = 32},/obj/item/weapon/material/shard{icon_state = "medium"},/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bP" = (/obj/machinery/light{dir = 8; icon_state = "tube1"; pixel_y = 0},/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bQ" = (/obj/effect/spider/cocoon,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bR" = (/obj/effect/decal/cleanable/blood/splatter,/obj/structure/loot_pile/surface/bones,/obj/item/weapon/surgical/surgicaldrill,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bS" = (/obj/item/weapon/material/shard{icon_state = "medium"},/obj/structure/grille,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"bT" = (/obj/structure/table/standard,/obj/item/device/reagent_scanner/adv,/turf/simulated/shuttle/floor/purple,/area/submap/CrashedMedShuttle)
|
||||
"bU" = (/obj/machinery/iv_drip,/obj/item/weapon/reagent_containers/blood/empty,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bV" = (/mob/living/simple_mob/animal/giant_spider/carrier,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bW" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/masks,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bX" = (/obj/structure/table/standard,/obj/random/firstaid,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bY" = (/obj/structure/table/standard,/obj/item/weapon/storage/backpack/medic,/obj/random/medical/lite,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"bZ" = (/obj/structure/table/standard,/obj/effect/spider/stickyweb,/obj/random/medical,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ca" = (/obj/structure/girder,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"cb" = (/obj/structure/frame,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"cc" = (/obj/structure/table/standard,/obj/structure/sign/periodic{pixel_y = -32},/obj/item/weapon/surgical/bonesetter,/obj/item/weapon/surgical/scalpel,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"cd" = (/obj/machinery/optable,/obj/effect/decal/cleanable/blood/splatter,/obj/structure/loot_pile/surface/bones,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ce" = (/obj/structure/table/standard,/obj/item/weapon/surgical/bonegel,/obj/item/weapon/surgical/FixOVein,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"cf" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1380; id_tag = "crashed_med_admin_shuttle"; pixel_x = -25; pixel_y = 0; req_one_access = list(101); tag_door = "admin_shuttle_hatch"},/obj/random/mob/spider/mutant,/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
"cg" = (/obj/structure/table/standard,/obj/item/weapon/storage/belt/medical/emt,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ch" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/syringes,/obj/effect/spider/stickyweb,/obj/machinery/light,/turf/simulated/shuttle/floor/white,/area/submap/CrashedMedShuttle)
|
||||
"ci" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "admin_shuttle_hatch"; locked = 1; name = "Shuttle Hatch"; req_access = null},/turf/simulated/shuttle/plating,/area/submap/CrashedMedShuttle)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaabaaaaabacadaeafagagagaaaaaaabaa
|
||||
aaaaaaababaaaaahabaiadajagakalamagagagaaaaaa
|
||||
aaaaaaaaaaaaaaabanagaoapagaqakakarasagagaaaa
|
||||
aaaaaaaaahaaabatauagavakawaxayavakazakafabaa
|
||||
aaababaaaAabaBaCaDafakaEagaFaGaHaIaJaKaLabaa
|
||||
aaabaaaaaMaNacaOaPawakaQaRagagagagagagagabaa
|
||||
aaaaaaaaababaSaTaUafaVaWaXaYafabaZbabbabaaaa
|
||||
aaaaaabcbdbeagagagagbfababbgbhaZaVbiababaaaa
|
||||
aaaaaaabbjbkakblbmafbnbobpbqbrbsbtbuabaaaaaa
|
||||
aaaaabbvbwbxakakakbyakakagbzbzbAagagagagaaaa
|
||||
aAabbBbCbDbEbFakakafaQavagbGbHbIbJakbKbLabaa
|
||||
aaabagagbMbxbNakbOagbPbQbyakakakavbRambSabaa
|
||||
aaaaabagagbTbUbVbWagadaoagbXakbYambZcacaaaaa
|
||||
aaaaaaabagcbcccdceagcfajagcgchamagcacaabaaaa
|
||||
aaaaaaabagagagagagaeciciaeafagagcaabababaaaa
|
||||
aaaaaaaaababababaaababaaaaaaababaaaaaaaaaaaa
|
||||
"}
|
||||
105
modular_chomp/maps/submaps/surface_submaps/mountains/Geyser1.dmm
Normal file
105
modular_chomp/maps/submaps/surface_submaps/mountains/Geyser1.dmm
Normal file
@@ -0,0 +1,105 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_1)
|
||||
"c" = (
|
||||
/obj/random/turf/lava,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_1)
|
||||
"d" = (
|
||||
/obj/random/outcrop,
|
||||
/obj/random/turf/lava,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_1)
|
||||
"e" = (
|
||||
/obj/random/outcrop,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_1)
|
||||
"f" = (
|
||||
/obj/effect/map_effect/interval/effect_emitter/steam,
|
||||
/obj/effect/map_effect/interval/effect_emitter/smoke/mist{
|
||||
interval_upper_bound = 600
|
||||
},
|
||||
/obj/effect/map_effect/interval/effect_emitter/smoke/bad{
|
||||
interval_lower_bound = 100;
|
||||
interval_upper_bound = 3000
|
||||
},
|
||||
/obj/effect/map_effect/interval/screen_shaker{
|
||||
interval_upper_bound = 600
|
||||
},
|
||||
/turf/simulated/floor/water/deep{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/cave/geyser_1)
|
||||
"g" = (
|
||||
/obj/random/turf/lava,
|
||||
/obj/random/outcrop,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
e
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
c
|
||||
c
|
||||
e
|
||||
b
|
||||
b
|
||||
g
|
||||
c
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
e
|
||||
c
|
||||
c
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
b
|
||||
d
|
||||
c
|
||||
a
|
||||
"}
|
||||
144
modular_chomp/maps/submaps/surface_submaps/mountains/Geyser2.dmm
Normal file
144
modular_chomp/maps/submaps/surface_submaps/mountains/Geyser2.dmm
Normal file
@@ -0,0 +1,144 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/random/turf/lava,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"c" = (
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"d" = (
|
||||
/obj/structure/fence/corner{
|
||||
dir = 9;
|
||||
icon_state = "corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"e" = (
|
||||
/obj/structure/fence{
|
||||
dir = 8;
|
||||
icon_state = "straight"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"f" = (
|
||||
/obj/structure/fence/corner{
|
||||
dir = 5;
|
||||
icon_state = "corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"g" = (
|
||||
/obj/structure/fence/cut/large,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"h" = (
|
||||
/mob/living/simple_mob/mechanical/viscerator,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"i" = (
|
||||
/obj/structure/fence,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"j" = (
|
||||
/obj/structure/fence/corner{
|
||||
dir = 10;
|
||||
icon_state = "corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"k" = (
|
||||
/obj/structure/fence/door/locked,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"l" = (
|
||||
/obj/structure/fence/corner{
|
||||
dir = 6;
|
||||
icon_state = "corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_2)
|
||||
"m" = (
|
||||
/obj/effect/map_effect/interval/effect_emitter/steam,
|
||||
/obj/effect/map_effect/interval/effect_emitter/smoke/mist{
|
||||
interval_upper_bound = 600
|
||||
},
|
||||
/obj/effect/map_effect/interval/effect_emitter/smoke/bad{
|
||||
interval_lower_bound = 100;
|
||||
interval_upper_bound = 3000
|
||||
},
|
||||
/obj/effect/map_effect/interval/screen_shaker{
|
||||
interval_upper_bound = 600
|
||||
},
|
||||
/obj/random/humanoidremains,
|
||||
/obj/random/medical/lite,
|
||||
/turf/simulated/floor/water/deep{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/cave/geyser_2)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
h
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
b
|
||||
d
|
||||
g
|
||||
j
|
||||
b
|
||||
b
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
c
|
||||
h
|
||||
e
|
||||
m
|
||||
k
|
||||
h
|
||||
c
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
b
|
||||
f
|
||||
i
|
||||
l
|
||||
b
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
h
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
174
modular_chomp/maps/submaps/surface_submaps/mountains/Geyser3.dmm
Normal file
174
modular_chomp/maps/submaps/surface_submaps/mountains/Geyser3.dmm
Normal file
@@ -0,0 +1,174 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"c" = (
|
||||
/obj/structure/cliff/automatic,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"d" = (
|
||||
/obj/random/turf/lava,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"e" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 5;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"f" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"g" = (
|
||||
/turf/simulated/floor/lava,
|
||||
/area/submap/cave/geyser_3)
|
||||
"h" = (
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"i" = (
|
||||
/obj/structure/cliff/automatic/corner,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"j" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 8;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"k" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 4;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"l" = (
|
||||
/obj/effect/map_effect/interval/effect_emitter/steam,
|
||||
/obj/effect/map_effect/interval/effect_emitter/smoke/bad{
|
||||
interval_lower_bound = 100;
|
||||
interval_upper_bound = 3000
|
||||
},
|
||||
/obj/effect/map_effect/interval/screen_shaker{
|
||||
interval_upper_bound = 600
|
||||
},
|
||||
/obj/effect/map_effect/interval/effect_emitter/smoke/fire{
|
||||
interval_upper_bound = 1200
|
||||
},
|
||||
/turf/simulated/floor/lava,
|
||||
/area/submap/cave/geyser_3)
|
||||
"m" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 10;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"n" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 10;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"o" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 6;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"p" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 6;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"q" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 2;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
"r" = (
|
||||
/obj/random/multiple/minevault,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/geyser_3)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
b
|
||||
j
|
||||
j
|
||||
j
|
||||
m
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
f
|
||||
g
|
||||
g
|
||||
g
|
||||
n
|
||||
m
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
c
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
q
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
d
|
||||
h
|
||||
r
|
||||
l
|
||||
g
|
||||
g
|
||||
q
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
q
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
e
|
||||
i
|
||||
g
|
||||
g
|
||||
g
|
||||
o
|
||||
p
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
e
|
||||
k
|
||||
k
|
||||
k
|
||||
p
|
||||
a
|
||||
"}
|
||||
1240
modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1A.dmm
Normal file
1240
modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1A.dmm
Normal file
File diff suppressed because it is too large
Load Diff
1240
modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1B.dmm
Normal file
1240
modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1B.dmm
Normal file
File diff suppressed because it is too large
Load Diff
1240
modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1C.dmm
Normal file
1240
modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1C.dmm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,911 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"c" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"d" = (
|
||||
/turf/simulated/floor/tiled/asteroid_steel{
|
||||
temperature = 243.15
|
||||
},
|
||||
/area/submap/cave/AMine1)
|
||||
"e" = (
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/floor/tiled/asteroid_steel{
|
||||
temperature = 243.15
|
||||
},
|
||||
/area/submap/cave/AMine1)
|
||||
"f" = (
|
||||
/turf/simulated/wall,
|
||||
/area/submap/cave/AMine1)
|
||||
"g" = (
|
||||
/obj/machinery/space_heater,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"h" = (
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"i" = (
|
||||
/obj/structure/bed,
|
||||
/obj/item/weapon/bedsheet,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"j" = (
|
||||
/obj/structure/table/standard,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"k" = (
|
||||
/obj/structure/bed,
|
||||
/obj/item/weapon/bedsheet,
|
||||
/obj/machinery/light{
|
||||
dir = 1;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"l" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/structure/bedsheetbin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"m" = (
|
||||
/obj/machinery/door/airlock,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"n" = (
|
||||
/obj/item/weapon/ore/gold,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"o" = (
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"p" = (
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/obj/item/weapon/ore/gold,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"q" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/device/flashlight/lamp,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"r" = (
|
||||
/obj/structure/bed,
|
||||
/obj/item/weapon/bedsheet,
|
||||
/obj/machinery/light,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"s" = (
|
||||
/obj/structure/window/reinforced/full,
|
||||
/turf/simulated/wall,
|
||||
/area/submap/cave/AMine1)
|
||||
"t" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"u" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/machinery/cell_charger,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"v" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/weapon/cell/high,
|
||||
/obj/item/weapon/cell/high,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"w" = (
|
||||
/obj/structure/loot_pile/maint/trash,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"x" = (
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"y" = (
|
||||
/obj/machinery/power/apc{
|
||||
operating = 0;
|
||||
pixel_x = 31
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"z" = (
|
||||
/obj/structure/ore_box,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"A" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"B" = (
|
||||
/obj/structure/closet/crate/trashcart,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"C" = (
|
||||
/obj/structure/closet/crate/engineering,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"D" = (
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/space_heater,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"E" = (
|
||||
/obj/machinery/space_heater,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"F" = (
|
||||
/obj/structure/closet/secure_closet/engineering_welding,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"G" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/pickaxe/drill,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"H" = (
|
||||
/obj/machinery/vending/cola,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"I" = (
|
||||
/obj/machinery/vending/snack,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"J" = (
|
||||
/obj/machinery/washing_machine,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"K" = (
|
||||
/obj/structure/ore_box,
|
||||
/turf/simulated/floor/tiled/asteroid_steel{
|
||||
temperature = 243.15
|
||||
},
|
||||
/area/submap/cave/AMine1)
|
||||
"L" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"M" = (
|
||||
/obj/item/weapon/stool,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"N" = (
|
||||
/obj/machinery/light/small{
|
||||
brightness_color = "#DA0205";
|
||||
brightness_power = 1;
|
||||
brightness_range = 5;
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
"O" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 4;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel{
|
||||
temperature = 243.15
|
||||
},
|
||||
/area/submap/cave/AMine1)
|
||||
"P" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/pizzabox,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/AMine1)
|
||||
"Q" = (
|
||||
/obj/machinery/door/airlock,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"R" = (
|
||||
/obj/machinery/light{
|
||||
dir = 1;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/submap/cave/AMine1)
|
||||
"S" = (
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/AMine1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
N
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
n
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
o
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
p
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
z
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
A
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
O
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
K
|
||||
d
|
||||
f
|
||||
Q
|
||||
f
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
s
|
||||
s
|
||||
s
|
||||
s
|
||||
s
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
R
|
||||
f
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
c
|
||||
e
|
||||
f
|
||||
g
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
G
|
||||
G
|
||||
f
|
||||
f
|
||||
Q
|
||||
f
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
h
|
||||
h
|
||||
h
|
||||
t
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
t
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
f
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
f
|
||||
m
|
||||
f
|
||||
f
|
||||
f
|
||||
m
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
Q
|
||||
f
|
||||
d
|
||||
c
|
||||
S
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
i
|
||||
h
|
||||
i
|
||||
f
|
||||
u
|
||||
x
|
||||
x
|
||||
B
|
||||
f
|
||||
g
|
||||
h
|
||||
L
|
||||
h
|
||||
h
|
||||
f
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
j
|
||||
h
|
||||
q
|
||||
f
|
||||
v
|
||||
x
|
||||
x
|
||||
C
|
||||
f
|
||||
H
|
||||
h
|
||||
M
|
||||
j
|
||||
M
|
||||
f
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
k
|
||||
h
|
||||
r
|
||||
f
|
||||
v
|
||||
x
|
||||
x
|
||||
D
|
||||
f
|
||||
I
|
||||
h
|
||||
M
|
||||
j
|
||||
M
|
||||
f
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
a
|
||||
c
|
||||
e
|
||||
f
|
||||
l
|
||||
h
|
||||
j
|
||||
f
|
||||
w
|
||||
x
|
||||
x
|
||||
E
|
||||
f
|
||||
h
|
||||
h
|
||||
M
|
||||
P
|
||||
M
|
||||
f
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
i
|
||||
h
|
||||
i
|
||||
f
|
||||
x
|
||||
x
|
||||
y
|
||||
F
|
||||
f
|
||||
J
|
||||
h
|
||||
t
|
||||
h
|
||||
h
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
790
modular_chomp/maps/submaps/surface_submaps/mountains/Rockb1.dmm
Normal file
790
modular_chomp/maps/submaps/surface_submaps/mountains/Rockb1.dmm
Normal file
@@ -0,0 +1,790 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/cave/Rockb1)
|
||||
"c" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Rockb1)
|
||||
"d" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/Rockb1)
|
||||
"e" = (
|
||||
/turf/simulated/wall/r_concrete,
|
||||
/area/submap/cave/Rockb1)
|
||||
"f" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/device/flashlight/lamp,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/submap/cave/Rockb1)
|
||||
"g" = (
|
||||
/obj/structure/closet/cabinet,
|
||||
/obj/item/weapon/gun/projectile/pistol,
|
||||
/obj/item/ammo_magazine/m9mm/compact,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/submap/cave/Rockb1)
|
||||
"h" = (
|
||||
/obj/structure/bookcase,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/submap/cave/Rockb1)
|
||||
"i" = (
|
||||
/obj/machinery/vending/snack,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"j" = (
|
||||
/obj/machinery/vending/coffee,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"k" = (
|
||||
/obj/machinery/vending/cola,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"l" = (
|
||||
/obj/item/seeds/ambrosiadeusseed,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"m" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"n" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/weapon/material/shard,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"o" = (
|
||||
/obj/machinery/portable_atmospherics/hydroponics,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"p" = (
|
||||
/obj/structure/bed,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/submap/cave/Rockb1)
|
||||
"q" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/submap/cave/Rockb1)
|
||||
"r" = (
|
||||
/turf/simulated/floor/lino,
|
||||
/area/submap/cave/Rockb1)
|
||||
"s" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"t" = (
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"u" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/weapon/material/shard{
|
||||
icon_state = "medium"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"v" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/stack/rods,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"w" = (
|
||||
/obj/machinery/door/airlock,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"x" = (
|
||||
/obj/machinery/light/small{
|
||||
brightness_color = "#DA0205";
|
||||
brightness_power = 1;
|
||||
brightness_range = 5
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"y" = (
|
||||
/obj/machinery/door/airlock/external,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"z" = (
|
||||
/obj/machinery/light/small{
|
||||
brightness_color = "#DA0205";
|
||||
brightness_power = 1;
|
||||
brightness_range = 5
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"A" = (
|
||||
/obj/structure/cable/green{
|
||||
d1 = 2;
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"B" = (
|
||||
/obj/structure/cable/green{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"C" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"D" = (
|
||||
/obj/structure/cable/green{
|
||||
d2 = 8;
|
||||
icon_state = "0-8"
|
||||
},
|
||||
/obj/machinery/power/apc{
|
||||
dir = 4;
|
||||
name = "east bump";
|
||||
operating = 0;
|
||||
pixel_x = 24
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"E" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"F" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled/hydro,
|
||||
/area/submap/cave/Rockb1)
|
||||
"G" = (
|
||||
/obj/structure/toilet{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled/hydro,
|
||||
/area/submap/cave/Rockb1)
|
||||
"H" = (
|
||||
/obj/machinery/power/smes/buildable/point_of_interest,
|
||||
/obj/structure/cable/green,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"I" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/power/terminal{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/power/port_gen/pacman,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"J" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/closet/excavation,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"K" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/weapon/pickaxe/drill,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"L" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/fiftyspawner/glass,
|
||||
/obj/fiftyspawner/steel,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"M" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/weapon/storage/toolbox/electrical,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"N" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/weapon/storage/toolbox/mechanical,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"O" = (
|
||||
/obj/machinery/door/airlock/hatch,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/submap/cave/Rockb1)
|
||||
"P" = (
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"Q" = (
|
||||
/obj/machinery/light/small{
|
||||
brightness_color = "#DA0205";
|
||||
brightness_power = 1;
|
||||
brightness_range = 5
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"R" = (
|
||||
/obj/effect/decal/cleanable/greenglow,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
"S" = (
|
||||
/obj/structure/loot_pile/maint/trash,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/Rockb1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
f
|
||||
p
|
||||
e
|
||||
m
|
||||
w
|
||||
A
|
||||
H
|
||||
e
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
g
|
||||
q
|
||||
e
|
||||
t
|
||||
e
|
||||
B
|
||||
I
|
||||
e
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
h
|
||||
r
|
||||
w
|
||||
x
|
||||
e
|
||||
C
|
||||
J
|
||||
e
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
m
|
||||
e
|
||||
D
|
||||
K
|
||||
e
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
i
|
||||
s
|
||||
m
|
||||
m
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
j
|
||||
t
|
||||
t
|
||||
t
|
||||
e
|
||||
t
|
||||
t
|
||||
O
|
||||
P
|
||||
e
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
k
|
||||
m
|
||||
t
|
||||
t
|
||||
e
|
||||
E
|
||||
L
|
||||
e
|
||||
Q
|
||||
e
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
t
|
||||
e
|
||||
m
|
||||
M
|
||||
e
|
||||
R
|
||||
e
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
l
|
||||
t
|
||||
w
|
||||
t
|
||||
w
|
||||
t
|
||||
N
|
||||
e
|
||||
S
|
||||
e
|
||||
d
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
m
|
||||
u
|
||||
e
|
||||
t
|
||||
e
|
||||
w
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
d
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
n
|
||||
m
|
||||
e
|
||||
x
|
||||
e
|
||||
F
|
||||
e
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
o
|
||||
v
|
||||
e
|
||||
y
|
||||
e
|
||||
G
|
||||
e
|
||||
d
|
||||
d
|
||||
c
|
||||
d
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
z
|
||||
e
|
||||
e
|
||||
e
|
||||
d
|
||||
d
|
||||
c
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
y
|
||||
e
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
942
modular_chomp/maps/submaps/surface_submaps/mountains/Scave1.dmm
Normal file
942
modular_chomp/maps/submaps/surface_submaps/mountains/Scave1.dmm
Normal file
@@ -0,0 +1,942 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"c" = (
|
||||
/obj/effect/spider/stickyweb,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"d" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"e" = (
|
||||
/obj/effect/spider/spiderling/frost,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"f" = (
|
||||
/obj/item/weapon/spacecash/c100,
|
||||
/obj/item/weapon/spacecash/c100,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"g" = (
|
||||
/obj/random/mob/spider/mutant,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"h" = (
|
||||
/obj/item/weapon/spacecash/c100,
|
||||
/obj/item/weapon/spacecash/c100,
|
||||
/obj/item/weapon/spacecash/c100,
|
||||
/obj/effect/decal/remains,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"i" = (
|
||||
/obj/random/mob/spider,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"j" = (
|
||||
/obj/item/weapon/grenade/spawnergrenade/spider,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"k" = (
|
||||
/obj/random/toolbox,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"l" = (
|
||||
/obj/effect/decal/mecha_wreckage/ripley,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"m" = (
|
||||
/obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"n" = (
|
||||
/obj/item/device/flashlight,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"o" = (
|
||||
/mob/living/simple_mob/animal/giant_spider/frost,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"p" = (
|
||||
/obj/effect/spider/stickyweb,
|
||||
/obj/effect/spider/stickyweb,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
"q" = (
|
||||
/obj/effect/decal/remains,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Scave1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
n
|
||||
d
|
||||
d
|
||||
d
|
||||
q
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
p
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
f
|
||||
h
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
p
|
||||
p
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
g
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
i
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
d
|
||||
d
|
||||
g
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
e
|
||||
d
|
||||
d
|
||||
k
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
l
|
||||
m
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
g
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
d
|
||||
d
|
||||
d
|
||||
i
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
o
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
g
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
e
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
g
|
||||
d
|
||||
d
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
e
|
||||
d
|
||||
d
|
||||
j
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(26,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
e
|
||||
g
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(27,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(28,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(29,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(30,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,177 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"c" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"d" = (
|
||||
/turf/simulated/wall/titanium,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"e" = (
|
||||
/obj/structure/droppod_door{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/wall/titanium,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"f" = (
|
||||
/turf/simulated/floor/reinforced,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"g" = (
|
||||
/obj/structure/droppod_door{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/wall/titanium,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"h" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/weapon/gun/energy/stunrevolver,
|
||||
/obj/item/weapon/gun/energy/stunrevolver,
|
||||
/obj/item/weapon/storage/box/flare,
|
||||
/obj/item/stack/marker_beacon/ten,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/trash/tastybread,
|
||||
/obj/item/trash/tastybread,
|
||||
/obj/item/trash/sosjerky,
|
||||
/obj/item/trash/sosjerky,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/weapon/flame/lighter/random,
|
||||
/obj/item/device/gps,
|
||||
/turf/simulated/floor/reinforced,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"i" = (
|
||||
/obj/structure/droppod_door{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/wall/titanium,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
"j" = (
|
||||
/obj/structure/droppod_door,
|
||||
/turf/simulated/wall/titanium,
|
||||
/area/submap/cave/SupplyDrop1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
c
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
g
|
||||
d
|
||||
a
|
||||
a
|
||||
c
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
f
|
||||
d
|
||||
d
|
||||
a
|
||||
c
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
c
|
||||
a
|
||||
c
|
||||
e
|
||||
f
|
||||
h
|
||||
f
|
||||
j
|
||||
c
|
||||
c
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
c
|
||||
a
|
||||
a
|
||||
d
|
||||
d
|
||||
f
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
i
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
"}
|
||||
1808
modular_chomp/maps/submaps/surface_submaps/mountains/SwordCave.dmm
Normal file
1808
modular_chomp/maps/submaps/surface_submaps/mountains/SwordCave.dmm
Normal file
File diff suppressed because it is too large
Load Diff
1645
modular_chomp/maps/submaps/surface_submaps/mountains/crashed_ufo.dmm
Normal file
1645
modular_chomp/maps/submaps/surface_submaps/mountains/crashed_ufo.dmm
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,96 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/crystal1)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal1)
|
||||
"c" = (
|
||||
/obj/machinery/crystal,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal1)
|
||||
"d" = (
|
||||
/obj/item/weapon/ore/diamond,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
d
|
||||
b
|
||||
b
|
||||
c
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,271 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/crystal2)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal2)
|
||||
"c" = (
|
||||
/obj/machinery/crystal,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal2)
|
||||
"d" = (
|
||||
/obj/item/weapon/ore/diamond,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal2)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
c
|
||||
c
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
b
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
b
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
a
|
||||
a
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
d
|
||||
b
|
||||
c
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,399 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/crystal3)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal3)
|
||||
"c" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"d" = (
|
||||
/obj/machinery/crystal,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal3)
|
||||
"e" = (
|
||||
/obj/item/weapon/ore/diamond,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/crystal3)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
d
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
e
|
||||
b
|
||||
d
|
||||
b
|
||||
e
|
||||
d
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
d
|
||||
e
|
||||
d
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
e
|
||||
e
|
||||
d
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
b
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
c
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
c
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
c
|
||||
c
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
c
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
c
|
||||
c
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
"}
|
||||
@@ -0,0 +1,656 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"c" = (
|
||||
/obj/structure/loot_pile/maint/junk,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"d" = (
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"e" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"f" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"g" = (
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"h" = (
|
||||
/turf/simulated/floor/airless{
|
||||
icon_state = "asteroidplating2"
|
||||
},
|
||||
/area/submap/cave/deadBeacon)
|
||||
"i" = (
|
||||
/obj/structure/grille/broken,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"j" = (
|
||||
/obj/structure/table/steel,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"k" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"l" = (
|
||||
/obj/item/weapon/material/shard,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"m" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/circuitboard/comm_server,
|
||||
/obj/machinery/light{
|
||||
dir = 8;
|
||||
status = LIGHT_EMPTY
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"n" = (
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"o" = (
|
||||
/obj/item/weapon/paper/crumpled{
|
||||
info = "Sampatti Relay Sif-833 <BR> Decryption Key for 12-04-2488: <BR> 849B0022FBA920C244 <BR> Eyes Only. <BR> The insider who knows all the secrets can bring down Lanka.";
|
||||
name = "Dusty Note"
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"p" = (
|
||||
/obj/structure/door_assembly/door_assembly_ext,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"q" = (
|
||||
/obj/item/stack/rods,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"r" = (
|
||||
/obj/machinery/telecomms/relay{
|
||||
active_power_usage = 1;
|
||||
broadcasting = 0;
|
||||
panel_open = 1
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d2 = 2;
|
||||
icon_state = "0-2";
|
||||
pixel_y = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"s" = (
|
||||
/obj/machinery/telecomms/broadcaster{
|
||||
light_power = 0;
|
||||
on = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"t" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"u" = (
|
||||
/obj/machinery/telecomms/receiver{
|
||||
light_power = 0;
|
||||
on = 0
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"v" = (
|
||||
/obj/item/weapon/circuitboard/broken,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"w" = (
|
||||
/obj/effect/decal/cleanable/blood/oil,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"x" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"y" = (
|
||||
/obj/effect/decal/remains/robot,
|
||||
/obj/effect/decal/cleanable/blood/oil,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"z" = (
|
||||
/obj/item/stack/cable_coil{
|
||||
amount = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"A" = (
|
||||
/obj/item/weapon/circuitboard/broken,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"B" = (
|
||||
/obj/structure/grille/broken,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"C" = (
|
||||
/obj/structure/loot_pile/maint/junk,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"D" = (
|
||||
/obj/item/trash/cigbutt,
|
||||
/obj/item/weapon/tool/wrench,
|
||||
/obj/machinery/light,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"E" = (
|
||||
/obj/item/weapon/material/shard,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"F" = (
|
||||
/obj/machinery/recharge_station,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"G" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"H" = (
|
||||
/obj/machinery/door/airlock/external,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"I" = (
|
||||
/obj/machinery/access_button/airlock_interior{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"J" = (
|
||||
/obj/structure/grille/broken,
|
||||
/obj/item/stack/rods,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"K" = (
|
||||
/obj/structure/girder,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"L" = (
|
||||
/obj/structure/sign/warning/secure_area,
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/submap/cave/deadBeacon)
|
||||
"M" = (
|
||||
/obj/structure/sign/warning/high_voltage,
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/submap/cave/deadBeacon)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
A
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
h
|
||||
n
|
||||
n
|
||||
h
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
d
|
||||
h
|
||||
d
|
||||
p
|
||||
g
|
||||
d
|
||||
B
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
e
|
||||
j
|
||||
m
|
||||
q
|
||||
n
|
||||
g
|
||||
C
|
||||
i
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
f
|
||||
k
|
||||
n
|
||||
n
|
||||
n
|
||||
y
|
||||
D
|
||||
d
|
||||
d
|
||||
L
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
g
|
||||
g
|
||||
o
|
||||
r
|
||||
u
|
||||
n
|
||||
n
|
||||
H
|
||||
g
|
||||
H
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
g
|
||||
g
|
||||
g
|
||||
s
|
||||
v
|
||||
n
|
||||
n
|
||||
H
|
||||
n
|
||||
H
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
h
|
||||
l
|
||||
g
|
||||
g
|
||||
w
|
||||
z
|
||||
E
|
||||
I
|
||||
K
|
||||
M
|
||||
A
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
i
|
||||
h
|
||||
g
|
||||
q
|
||||
n
|
||||
k
|
||||
F
|
||||
J
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
i
|
||||
g
|
||||
t
|
||||
x
|
||||
x
|
||||
G
|
||||
d
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,581 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/loot_pile/surface/bones,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"e" = (
|
||||
/mob/living/simple_mob/vore/rabbit/killer,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"g" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"h" = (
|
||||
/turf/simulated/mineral/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"m" = (
|
||||
/obj/item/weapon/bone/skull,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"n" = (
|
||||
/obj/item/clothing/suit/storage/hooded/knight/galahad,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/clothing/shoes/knight,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"q" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/weapon/bone,
|
||||
/obj/item/weapon/bone/skull,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"r" = (
|
||||
/obj/item/weapon/bone,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"s" = (
|
||||
/obj/item/weapon/bone/ribs,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"t" = (
|
||||
/obj/effect/gibspawner/human,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"u" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/weapon/bone/skull,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"v" = (
|
||||
/obj/item/weapon/grenade/explosive/frag,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"y" = (
|
||||
/obj/item/weapon/bone,
|
||||
/obj/item/weapon/bone/ribs,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"A" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/weapon/bone,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"C" = (
|
||||
/obj/item/clothing/suit/storage/hooded/knight/lancelot,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/clothing/shoes/knight,
|
||||
/obj/item/clothing/shoes/knight/black,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"E" = (
|
||||
/obj/item/clothing/suit/armor/combat/crusader/bedevere,
|
||||
/obj/item/clothing/head/helmet/combat/bedevere,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/clothing/shoes/knight/black,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"F" = (
|
||||
/obj/item/weapon/bone,
|
||||
/obj/item/weapon/bone/skull,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"I" = (
|
||||
/obj/item/clothing/suit/storage/hooded/knight/robin,
|
||||
/obj/effect/decal/cleanable/blood/splatter,
|
||||
/obj/item/clothing/shoes/knight,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"J" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/weapon/bone/ribs,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"K" = (
|
||||
/obj/item/clothing/suit/armor/combat/crusader,
|
||||
/obj/item/clothing/head/helmet/combat/crusader,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/clothing/shoes/knight,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"L" = (
|
||||
/obj/structure/barricade/cutout/fukken_xeno,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"P" = (
|
||||
/obj/item/weapon/bone/skull,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"Q" = (
|
||||
/obj/item/weapon/bone,
|
||||
/obj/structure/loot_pile/surface/bones,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"T" = (
|
||||
/obj/structure/barricade,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"U" = (
|
||||
/obj/item/weapon/bone/ribs,
|
||||
/obj/item/clothing/suit/storage/hooded/knight,
|
||||
/obj/item/weapon/bone/skull,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/item/clothing/shoes/knight/black,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"V" = (
|
||||
/obj/item/weapon/bone,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
"Y" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/cave,
|
||||
/area/template_noop)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
b
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
m
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
m
|
||||
g
|
||||
g
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
s
|
||||
I
|
||||
t
|
||||
g
|
||||
n
|
||||
m
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
q
|
||||
u
|
||||
g
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
g
|
||||
V
|
||||
g
|
||||
g
|
||||
t
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
T
|
||||
T
|
||||
A
|
||||
g
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
U
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
T
|
||||
h
|
||||
F
|
||||
g
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
b
|
||||
h
|
||||
h
|
||||
v
|
||||
g
|
||||
h
|
||||
h
|
||||
h
|
||||
Q
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
e
|
||||
g
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
V
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
h
|
||||
v
|
||||
T
|
||||
h
|
||||
h
|
||||
h
|
||||
r
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
t
|
||||
g
|
||||
g
|
||||
m
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
T
|
||||
Y
|
||||
h
|
||||
P
|
||||
g
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
m
|
||||
E
|
||||
t
|
||||
K
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
V
|
||||
T
|
||||
T
|
||||
J
|
||||
r
|
||||
r
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
C
|
||||
g
|
||||
g
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
b
|
||||
y
|
||||
P
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
b
|
||||
g
|
||||
t
|
||||
m
|
||||
g
|
||||
g
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
m
|
||||
r
|
||||
r
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
L
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
171
modular_chomp/maps/submaps/surface_submaps/mountains/deadspy.dmm
Normal file
171
modular_chomp/maps/submaps/surface_submaps/mountains/deadspy.dmm
Normal file
@@ -0,0 +1,171 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/obj/effect/decal/remains/xeno,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/clothing/suit/fire/firefighter,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"c" = (
|
||||
/obj/effect/decal/cleanable/molten_item,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"d" = (
|
||||
/obj/item/weapon/flamethrower,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"e" = (
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"f" = (
|
||||
/obj/effect/decal/cleanable/ash,
|
||||
/obj/random/landmine,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"g" = (
|
||||
/obj/random/landmine,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"h" = (
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/random/landmine,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"i" = (
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/decal/cleanable/molten_item,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"j" = (
|
||||
/obj/item/weapon/material/butterfly,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"k" = (
|
||||
/obj/effect/decal/remains/human,
|
||||
/obj/item/weapon/tool/wrench,
|
||||
/obj/item/clothing/head/hardhat,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"l" = (
|
||||
/obj/item/weapon/flame/lighter/zippo,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"m" = (
|
||||
/obj/effect/decal/remains/human,
|
||||
/obj/item/clothing/mask/balaclava,
|
||||
/obj/item/clothing/under/suit_jacket/really_black,
|
||||
/obj/effect/decal/cleanable/ash,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/decal/cleanable/ash,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"n" = (
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/decal/cleanable/ash,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"o" = (
|
||||
/obj/machinery/porta_turret/poi{
|
||||
desc = "Looking at this heavy caliber, tripod-mounted, little ol' number makes you want to square-dance.";
|
||||
lethal = 0;
|
||||
name = "sentry turret"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"p" = (
|
||||
/obj/item/weapon/deadringer,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"q" = (
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/random/landmine,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"r" = (
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/item/weapon/storage/fancy/cigarettes/professionals,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"s" = (
|
||||
/obj/item/weapon/card/emag_broken,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"t" = (
|
||||
/obj/effect/decal/cleanable/ash,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/deadspy)
|
||||
"v" = (
|
||||
/turf/simulated/mineral,
|
||||
/area/submap/cave/deadspy)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
v
|
||||
v
|
||||
v
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
g
|
||||
v
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
d
|
||||
h
|
||||
l
|
||||
p
|
||||
b
|
||||
b
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
e
|
||||
i
|
||||
m
|
||||
q
|
||||
t
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
b
|
||||
j
|
||||
n
|
||||
r
|
||||
b
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
v
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
v
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
v
|
||||
b
|
||||
k
|
||||
o
|
||||
s
|
||||
b
|
||||
b
|
||||
"}
|
||||
618
modular_chomp/maps/submaps/surface_submaps/mountains/digsite.dmm
Normal file
618
modular_chomp/maps/submaps/surface_submaps/mountains/digsite.dmm
Normal file
@@ -0,0 +1,618 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"c" = (
|
||||
/turf/simulated/wall/sandstone,
|
||||
/area/submap/cave/digsite)
|
||||
"d" = (
|
||||
/obj/structure/boulder,
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"e" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"f" = (
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"g" = (
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"h" = (
|
||||
/obj/item/weapon/ore,
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"i" = (
|
||||
/obj/structure/bed/alien,
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"j" = (
|
||||
/obj/structure/cult/talisman,
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"k" = (
|
||||
/obj/machinery/artifact,
|
||||
/obj/structure/anomaly_container,
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"l" = (
|
||||
/obj/structure/simple_door/sandstone,
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"m" = (
|
||||
/obj/structure/loot_pile/surface/alien,
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"n" = (
|
||||
/mob/living/simple_mob/animal/passive/tindalos,
|
||||
/turf/simulated/floor/tiled/kafel_full/yellow,
|
||||
/area/submap/cave/digsite)
|
||||
"o" = (
|
||||
/obj/structure/closet/crate/secure/loot,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"p" = (
|
||||
/obj/item/weapon/ore,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"q" = (
|
||||
/obj/effect/floor_decal/asteroid,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"r" = (
|
||||
/obj/structure/anomaly_container,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"s" = (
|
||||
/turf/simulated/wall,
|
||||
/area/submap/cave/digsite)
|
||||
"t" = (
|
||||
/obj/item/frame/apc,
|
||||
/obj/item/weapon/module/power_control,
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"u" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/machinery/cell_charger,
|
||||
/obj/random/powercell,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"v" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/storage/excavation,
|
||||
/obj/item/device/measuring_tape,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"w" = (
|
||||
/obj/machinery/power/port_gen/pacman/super,
|
||||
/obj/structure/cable/yellow{
|
||||
d2 = 4;
|
||||
icon_state = "0-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"x" = (
|
||||
/obj/structure/cable/yellow{
|
||||
d2 = 8;
|
||||
icon_state = "0-8"
|
||||
},
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"y" = (
|
||||
/obj/structure/bed/chair{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"z" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/folder,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"A" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/pickaxe,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"B" = (
|
||||
/obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"C" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"D" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/tech_supply,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"E" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/shovel,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"F" = (
|
||||
/obj/structure/boulder,
|
||||
/obj/effect/decal/mecha_wreckage/ripley,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"G" = (
|
||||
/obj/structure/boulder,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"H" = (
|
||||
/obj/structure/loot_pile/maint/junk,
|
||||
/turf/simulated/floor/plating/external,
|
||||
/area/submap/cave/digsite)
|
||||
"I" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/tool/wrench,
|
||||
/obj/item/weapon/storage/box/samplebags,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"J" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/stack/flag/yellow,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"K" = (
|
||||
/obj/random/toolbox,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"L" = (
|
||||
/obj/structure/closet/crate,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"M" = (
|
||||
/obj/machinery/floodlight,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
"N" = (
|
||||
/obj/structure/ore_box,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/digsite)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
k
|
||||
f
|
||||
f
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
G
|
||||
K
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
s
|
||||
w
|
||||
C
|
||||
H
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
l
|
||||
c
|
||||
c
|
||||
c
|
||||
o
|
||||
b
|
||||
b
|
||||
t
|
||||
x
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
c
|
||||
e
|
||||
e
|
||||
p
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
l
|
||||
f
|
||||
e
|
||||
e
|
||||
e
|
||||
y
|
||||
y
|
||||
q
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
j
|
||||
g
|
||||
f
|
||||
f
|
||||
c
|
||||
f
|
||||
e
|
||||
e
|
||||
u
|
||||
z
|
||||
D
|
||||
I
|
||||
L
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
g
|
||||
g
|
||||
g
|
||||
f
|
||||
f
|
||||
c
|
||||
f
|
||||
e
|
||||
e
|
||||
v
|
||||
A
|
||||
E
|
||||
J
|
||||
M
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
h
|
||||
g
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
g
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
h
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
q
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
f
|
||||
g
|
||||
g
|
||||
c
|
||||
p
|
||||
e
|
||||
q
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
n
|
||||
c
|
||||
q
|
||||
e
|
||||
e
|
||||
e
|
||||
B
|
||||
e
|
||||
q
|
||||
N
|
||||
N
|
||||
e
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
i
|
||||
f
|
||||
f
|
||||
f
|
||||
f
|
||||
g
|
||||
e
|
||||
e
|
||||
r
|
||||
r
|
||||
b
|
||||
F
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
f
|
||||
m
|
||||
f
|
||||
c
|
||||
g
|
||||
e
|
||||
e
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
b
|
||||
e
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,361 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/template_noop)
|
||||
"c" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"d" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"e" = (
|
||||
/obj/structure/cliff/automatic,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"f" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 5;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"g" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"h" = (
|
||||
/obj/random/outcrop,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"i" = (
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"j" = (
|
||||
/obj/structure/cliff/automatic/corner,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"k" = (
|
||||
/obj/mecha/working/ripley,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"l" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 8;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"m" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/mecha_parts/mecha_equipment/tool/drill/bore,
|
||||
/obj/item/weapon/ore/marble,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"n" = (
|
||||
/obj/item/weapon/ore,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"o" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/mecha_parts/mecha_equipment/hardpoint_actuator,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"p" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 4;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"q" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"r" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy/rigged,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"s" = (
|
||||
/obj/item/weapon/ore/marble,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"t" = (
|
||||
/obj/item/weapon/ore/gold,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"u" = (
|
||||
/obj/item/weapon/ore/diamond,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"v" = (
|
||||
/mob/living/simple_mob/mechanical/mining_drone,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"w" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/weapon/pickaxe/jackhammer,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"x" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/random/projectile/scrapped_grenadelauncher,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"y" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/random/medical/pillbottle,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"z" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/weapon/grenade/chem_grenade/metalfoam,
|
||||
/obj/item/weapon/grenade/chem_grenade/metalfoam,
|
||||
/obj/item/weapon/grenade/chem_grenade/metalfoam,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"A" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/item/weapon/mining_scanner,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"B" = (
|
||||
/obj/structure/table/sifwoodentable,
|
||||
/obj/random/cigarettes,
|
||||
/obj/random/tool/powermaint,
|
||||
/turf/simulated/floor/outdoors/rocks/caves,
|
||||
/area/submap/cave/Excavation)
|
||||
"C" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 10;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"D" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 2;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"E" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 10;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"F" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 6;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
"G" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 6;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/Excavation)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
d
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
C
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
c
|
||||
d
|
||||
g
|
||||
i
|
||||
h
|
||||
i
|
||||
h
|
||||
i
|
||||
h
|
||||
h
|
||||
i
|
||||
i
|
||||
D
|
||||
b
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
d
|
||||
g
|
||||
h
|
||||
i
|
||||
i
|
||||
n
|
||||
t
|
||||
v
|
||||
w
|
||||
y
|
||||
A
|
||||
i
|
||||
E
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
e
|
||||
h
|
||||
i
|
||||
m
|
||||
q
|
||||
i
|
||||
i
|
||||
i
|
||||
i
|
||||
n
|
||||
i
|
||||
s
|
||||
n
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
e
|
||||
h
|
||||
k
|
||||
n
|
||||
i
|
||||
i
|
||||
u
|
||||
i
|
||||
n
|
||||
i
|
||||
n
|
||||
i
|
||||
i
|
||||
b
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
b
|
||||
e
|
||||
i
|
||||
i
|
||||
o
|
||||
r
|
||||
s
|
||||
i
|
||||
n
|
||||
i
|
||||
t
|
||||
i
|
||||
n
|
||||
i
|
||||
b
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
b
|
||||
f
|
||||
j
|
||||
h
|
||||
i
|
||||
i
|
||||
n
|
||||
i
|
||||
v
|
||||
x
|
||||
z
|
||||
B
|
||||
i
|
||||
F
|
||||
b
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
b
|
||||
c
|
||||
f
|
||||
j
|
||||
i
|
||||
h
|
||||
h
|
||||
i
|
||||
h
|
||||
i
|
||||
h
|
||||
h
|
||||
h
|
||||
D
|
||||
b
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
f
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
G
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
2240
modular_chomp/maps/submaps/surface_submaps/mountains/lava_trench.dmm
Normal file
2240
modular_chomp/maps/submaps/surface_submaps/mountains/lava_trench.dmm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,74 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"b" = (
|
||||
/obj/item/device/geiger,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"c" = (
|
||||
/obj/item/clothing/mask/gas/explorer,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"d" = (
|
||||
/obj/item/weapon/material/knife/tacknife/survival,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"e" = (
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"f" = (
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/effect/decal/remains,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"g" = (
|
||||
/obj/item/clothing/suit/storage/hooded/explorer,
|
||||
/obj/item/weapon/cell/device,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"h" = (
|
||||
/obj/item/device/gps/explorer,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
"i" = (
|
||||
/obj/item/device/flashlight/lantern,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/lost_explorer)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
i
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
c
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
a
|
||||
f
|
||||
g
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
d
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
h
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,394 @@
|
||||
// This causes PoI maps to get 'checked' and compiled, when undergoing a unit test.
|
||||
// This is so CI can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors.
|
||||
// When adding a new PoI, please add it to this list.
|
||||
#if MAP_TEST
|
||||
#include "BlastMine1.dmm"
|
||||
#include "CaveTrench.dmm"
|
||||
//#include "Cavelake.dmm" //This is the same thing as cavetrench
|
||||
#include "Cliff1.dmm"
|
||||
#include "crashedcontainmentshuttle.dmm"
|
||||
#include "CrashedMedShuttle1.dmm"
|
||||
#include "crashed_ufo.dmm"
|
||||
#include "crashed_ufo_frigate.dmm"
|
||||
#include "crystal1.dmm"
|
||||
#include "crystal2.dmm"
|
||||
#include "crystal3.dmm"
|
||||
#include "deadBeacon.dmm"
|
||||
#include "deadly_rabbit_vr.dmm"
|
||||
#include "deadspy.dmm"
|
||||
#include "digsite.dmm"
|
||||
#include "excavation1.dmm"
|
||||
#include "Geyser1.dmm"
|
||||
#include "Geyser2.dmm"
|
||||
#include "Geyser3.dmm"
|
||||
#include "IceCave1A.dmm"
|
||||
#include "IceCave1B.dmm"
|
||||
#include "IceCave1C.dmm"
|
||||
#include "lava_trench.dmm"
|
||||
#include "lost_explorer.dmm"
|
||||
#include "Mineshaft1.dmm"
|
||||
#include "oregrub_deposit_ch.dmm"
|
||||
#include "prepper1.dmm"
|
||||
#include "quarantineshuttle.dmm"
|
||||
#include "rat_den_ch.dmm"
|
||||
#include "ritual.dmm"
|
||||
#include "Rockb1.dmm"
|
||||
#include "Scave1.dmm"
|
||||
#include "spatial_anomaly.dmm"
|
||||
#include "speakeasy_vr.dmm"
|
||||
#include "SupplyDrop1.dmm"
|
||||
#include "SwordCave.dmm"
|
||||
#include "temple.dmm"
|
||||
#include "vault1.dmm"
|
||||
#include "vault2.dmm"
|
||||
#include "vault3.dmm"
|
||||
#include "vault4.dmm"
|
||||
#include "vault5.dmm"
|
||||
#include "vault6.dmm"
|
||||
#endif
|
||||
|
||||
// The 'mountains' is the mining z-level, and has a lot of caves.
|
||||
// POIs here spawn in two different sections, the top half and bottom half of the map.
|
||||
// The bottom half should be fairly tame, with perhaps a few enviromental hazards.
|
||||
// The top half is when things start getting dangerous, but the loot gets better.
|
||||
|
||||
/datum/map_template/surface/mountains
|
||||
name = "Mountain Content"
|
||||
desc = "Don't dig too deep!"
|
||||
|
||||
// 'Normal' templates get used on the bottom half, and should be safer.
|
||||
/datum/map_template/surface/mountains/normal
|
||||
|
||||
// 'Deep' templates get used on the top half, and should be more dangerous and rewarding.
|
||||
/datum/map_template/surface/mountains/deep
|
||||
|
||||
// To be added: Templates for cave exploration when they are made.
|
||||
|
||||
/****************
|
||||
* Normal Caves *
|
||||
****************/
|
||||
|
||||
/datum/map_template/surface/mountains/normal/cliff1
|
||||
name = "Ore-Topped Cliff"
|
||||
desc = "A raised area of rock created by volcanic forces."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Cliff1.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Underground Cliffs"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crashedcontainmentshuttle
|
||||
name = "Crashed Cargo Shuttle"
|
||||
desc = "A severely damaged military shuttle, its cargo seems to remain intact."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/crashedcontainmentshuttle.dmm'
|
||||
cost = 30
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crystal1
|
||||
name = "Crystal Cave 1"
|
||||
desc = "A small cave with glowing gems and diamonds."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/crystal1.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crystal2
|
||||
name = "Crystal Cave 2"
|
||||
desc = "A moderate sized cave with glowing gems and diamonds."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/crystal2.dmm'
|
||||
cost = 10
|
||||
allow_duplicates = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crystal2
|
||||
name = "Crystal Cave 3"
|
||||
desc = "A large spiral of crystals with diamonds in the center."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/crystal3.dmm'
|
||||
cost = 15
|
||||
|
||||
/datum/map_template/surface/mountains/normal/deadBeacon
|
||||
name = "Abandoned Relay"
|
||||
desc = "An unregistered comms relay, abandoned to the elements."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/deadBeacon.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/mountains/normal/deadspy
|
||||
name = "Spy Remains"
|
||||
desc = "W+M1 = Salt."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/deadspy.dmm'
|
||||
cost = 15
|
||||
|
||||
/datum/map_template/surface/mountains/normal/digsite
|
||||
name = "Dig Site"
|
||||
desc = "A small abandoned dig site."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/digsite.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/mountains/normal/geyser1
|
||||
name = "Ore-Rich Geyser"
|
||||
desc = "A subterranean geyser that produces steam. This one has a particularly abundant amount of materials surrounding it."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Geyser1.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Underground Geysers"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/geyser2
|
||||
name = "Fenced Geyser"
|
||||
desc = "A subterranean geyser that produces steam. This one has a damaged fence surrounding it."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Geyser2.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Underground Geysers"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/geyser3
|
||||
name = "Magmatic Geyser"
|
||||
desc = "A subterranean geyser that produces incendiary gas. It is recessed into the ground, and filled with magma. It's a relatively dormant volcano."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Geyser2.dmm'
|
||||
cost = 10
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Underground Geysers"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/IceCave1A
|
||||
name = "Ice Cave 1A"
|
||||
desc = "This cave's slippery ice makes it hard to navigate, but determined explorers will be rewarded."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1A.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/mountains/normal/IceCave1B
|
||||
name = "Ice Cave 1B"
|
||||
desc = "This cave's slippery ice makes it hard to navigate, but determined explorers will be rewarded."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1B.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/mountains/normal/IceCave1C
|
||||
name = "Ice Cave 1C"
|
||||
desc = "This cave's slippery ice makes it hard to navigate, but determined explorers will be rewarded."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/IceCave1C.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/mountains/normal/lost_explorer
|
||||
name = "Lost Explorer"
|
||||
desc = "The remains of an explorer who rotted away ages ago, and their equipment."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/lost_explorer.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/Mineshaft1
|
||||
name = "Abandoned Mineshaft 1"
|
||||
desc = "An abandoned minning tunnel from a lost money making effort."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Mineshaft1.dmm'
|
||||
cost = 5
|
||||
|
||||
/datum/map_template/surface/mountains/normal/prepper1
|
||||
name = "Prepper Bunker"
|
||||
desc = "A little hideaway for someone with more time and money than sense."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/prepper1.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/mountains/normal/qshuttle
|
||||
name = "Quarantined Shuttle"
|
||||
desc = "An emergency landing turned viral outbreak turned tragedy."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/quarantineshuttle.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/ritual
|
||||
name = "Dark Ritual"
|
||||
desc = "Who put all these corgi plushies here? What are they doing?"
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/ritual.dmm'
|
||||
cost = 15
|
||||
|
||||
/datum/map_template/surface/mountains/normal/Rockb1
|
||||
name = "Rocky Base 1"
|
||||
desc = "Someones underground hidey hole"
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Rockb1.dmm'
|
||||
cost = 15
|
||||
|
||||
/datum/map_template/surface/mountains/normal/supplydrop1
|
||||
name = "Supply Drop 1"
|
||||
desc = "A drop pod that landed deep within the mountains."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/SupplyDrop1.dmm'
|
||||
cost = 10
|
||||
allow_duplicates = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/SwordCave
|
||||
name = "Cursed Sword Cave"
|
||||
desc = "An underground lake. The sword on the lake's island holds a terrible secret."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/SwordCave.dmm'
|
||||
|
||||
/datum/map_template/surface/mountains/normal/temple
|
||||
name = "Abandoned Temple"
|
||||
desc = "An ancient temple, long since abandoned. Perhaps alien in origin?"
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/temple.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault1
|
||||
name = "Mine Vault 1"
|
||||
desc = "A small vault with potential loot."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault1.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault2
|
||||
name = "Mine Vault 2"
|
||||
desc = "A small vault with potential loot."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault2.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault3
|
||||
name = "Mine Vault 3"
|
||||
desc = "A small vault with potential loot. Also a horrible suprise."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault3.dmm'
|
||||
cost = 15
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
|
||||
/**************
|
||||
* Deep Caves *
|
||||
**************/
|
||||
|
||||
/* Vorestation Removal
|
||||
/datum/map_template/surface/mountains/deep/lost_explorer
|
||||
name = "Lost Explorer, Deep"
|
||||
desc = "The remains of an explorer who rotted away ages ago, and their equipment. Again."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/lost_explorer.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE */
|
||||
|
||||
/datum/map_template/surface/mountains/normal/BlastMine1 //VOREStation Edit
|
||||
name = "Blast Mine 1"
|
||||
desc = "An abandoned blast mining site, seems that local wildlife has moved in."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/BlastMine1.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/CaveTrench //VOREStation Edit
|
||||
name = "Cave River"
|
||||
desc = "A strange underground river."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/CaveTrench.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crashedmedshuttle //VOREStation Edit
|
||||
name = "Crashed Med Shuttle"
|
||||
desc = "A medical response shuttle that went missing some time ago. So this is where they went."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/CrashedMedShuttle1.dmm' //VOREStation Edit
|
||||
cost = 20
|
||||
fixed_orientation = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crashed_ufo //VOREStation Edit
|
||||
name = "Crashed UFO"
|
||||
desc = "A (formerly) flying saucer that is now embedded into the mountain, yet it still seems to be running..."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/crashed_ufo.dmm'
|
||||
cost = 40
|
||||
discard_prob = 50
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crashed_ufo_frigate //VOREStation Edit
|
||||
name = "Crashed UFO Frigate"
|
||||
desc = "A (formerly) flying saucer that is now embedded into the mountain, yet the combat protocols still seem to be running..."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/crashed_ufo_frigate.dmm'
|
||||
cost = 60
|
||||
discard_prob = 50
|
||||
|
||||
/datum/map_template/surface/mountains/normal/deadly_rabbit // VOREStation Edit
|
||||
name = "The Killer Rabbit"
|
||||
desc = "A cave where the Knights of the Round have fallen to a murderous Rabbit."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/deadly_rabbit_vr.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = FALSE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/excavation1 //VOREStation Edit
|
||||
name = "Excavation Site"
|
||||
desc = "An abandoned mining site."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/excavation1.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/lava_trench //VOREStation Edit
|
||||
name = "lava trench"
|
||||
desc = "A long stretch of lava underground, almost river-like, with a small crystal research outpost on the side."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/lava_trench.dmm'
|
||||
cost = 20
|
||||
fixed_orientation = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/oregrub_den // CHOMPStation Add
|
||||
name = "Oregrub Den"
|
||||
desc = "A den full of hungry, voracious oregrubs, that don't seem to take kindly to your presence..."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/oregrub_deposit_ch.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/rat_den // CHOMPStation Add
|
||||
name = "Rat Den"
|
||||
desc = "A den full of hungry, voracious rats, that don't seem to take kindly to your presence..."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/rat_den_ch.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/Scave1 //VOREStation Edit
|
||||
name = "Spider Cave 1"
|
||||
desc = "A minning tunnel home to an aggressive collection of spiders."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Scave1.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/deep/spatial_anomaly
|
||||
name = "spatial anomaly"
|
||||
desc = "A strange section of the caves that seems twist and turn in ways that shouldn't be physically possible."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/spatial_anomaly.dmm'
|
||||
cost = 20
|
||||
fixed_orientation = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/Speakeasy //VOREStation add
|
||||
name = "Speakeasy"
|
||||
desc = "A hidden underground bar to serve drinks in secret and in style."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/speakeasy_vr.dmm'
|
||||
cost = 10
|
||||
allow_duplicates = FALSE
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault1 //VOREStation Edit
|
||||
name = "Mine Vault 1"
|
||||
desc = "A small vault with potential loot."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault1.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault2 //VOREStation Edit
|
||||
name = "Mine Vault 2"
|
||||
desc = "A small vault with potential loot."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault2.dmm'
|
||||
cost = 5
|
||||
allow_duplicates = TRUE
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault3 //VOREStation Edit
|
||||
name = "Mine Vault 3"
|
||||
desc = "A small vault with potential loot. Also a horrible suprise."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault3.dmm'
|
||||
cost = 15
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault4 //VOREStation Edit
|
||||
name = "Mine Vault 4"
|
||||
desc = "A small xeno vault with potential loot. Also horrible suprises."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault4.dmm'
|
||||
cost = 20
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault5 //VOREStation Edit
|
||||
name = "Mine Vault 5"
|
||||
desc = "A small xeno vault with potential loot. Also major horrible suprises."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault5.dmm'
|
||||
cost = 25
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
/datum/map_template/surface/mountains/normal/vault6 //VOREStation Edit
|
||||
name = "Mine Vault 6"
|
||||
desc = "A small mercenary tower with potential loot."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/vault6.dmm'
|
||||
cost = 25
|
||||
template_group = "Buried Vaults"
|
||||
|
||||
|
||||
/*==DISABLED==/
|
||||
|
||||
/datum/map_template/surface/mountains/normal/Cavelake //This is the same thing as cavetrench
|
||||
name = "Cave Lake"
|
||||
desc = "A large underground lake."
|
||||
mappath = 'modular_chomp/maps/submaps/surface_submaps/mountains/Cavelake.dmm'
|
||||
cost = 20
|
||||
|
||||
*/
|
||||
@@ -0,0 +1,178 @@
|
||||
/area/submap/cave
|
||||
name = "Cave Submap Area"
|
||||
icon_state = "submap"
|
||||
ambience = AMBIENCE_RUINS
|
||||
base_turf = /turf/simulated/mineral/floor/ignore_mapgen/cave
|
||||
|
||||
/area/submap/cave/deadBeacon
|
||||
name = "POI Caves - Abandoned Relay"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/cave/prepper1
|
||||
name = "POI Caves - Prepper Bunker"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/qShuttle
|
||||
name = "POI Caves - Quarantined Shuttle"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/AMine1
|
||||
name = "POI Caves - Abandoned Mine"
|
||||
|
||||
/area/submap/cave/Scave1
|
||||
name = "POI Caves - Spider Cave"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/crashed_ufo
|
||||
name = "POI Caves - Crashed Alien Vessel"
|
||||
requires_power = FALSE
|
||||
ambience = AMBIENCE_OTHERWORLDLY
|
||||
|
||||
/area/submap/cave/crashed_ufo_frigate
|
||||
name = "POI Caves - Crashed Alien Frigate"
|
||||
requires_power = FALSE
|
||||
ambience = AMBIENCE_OTHERWORLDLY
|
||||
|
||||
/area/submap/cave/crystal1
|
||||
name = "POI Caves - Crystaline Cave"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/crystal2
|
||||
name = "POI Caves - Crystaline Cave 2"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/crystal3
|
||||
name = "POI Caves - Crystaline Cave 3"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/lost_explorer
|
||||
name = "POI Caves - Final Resting Place"
|
||||
ambience = AMBIENCE_GHOSTLY
|
||||
|
||||
/area/submap/cave/Rockb1
|
||||
name = "POI Caves - Rocky Base"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/Cavelake
|
||||
name = "POI Caves - Cave Lake"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/CaveTrench
|
||||
name = "POI Caves - Cave River"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/CorgiRitual
|
||||
name = "POI Caves - Dark Ritual"
|
||||
ambience = AMBIENCE_UNHOLY
|
||||
|
||||
/area/submap/cave/AbandonedTemple
|
||||
name = "POI Caves - Abandoned Temple"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/CrashedMedShuttle
|
||||
name = "POI Caves - Crashed Med Shuttle"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/digsite
|
||||
name = "POI Caves - Dig Site"
|
||||
ambience = AMBIENCE_OTHERWORLDLY
|
||||
|
||||
/area/submap/cave/vault1
|
||||
name = "POI Caves - Mine Vault"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/vault2
|
||||
name = "POI Caves - Mine Vault 2"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/vault3
|
||||
name = "POI Caves - Mine Vault 3"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/vault4
|
||||
name = "POI Caves - Mine Vault 4"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/vault5
|
||||
name = "POI Caves - Mine Vault 5"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/vault6
|
||||
name = "POI Caves - Mine Vault 6"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/IceCave1A
|
||||
name = "POI Caves - Ice Cave"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/IceCave1B
|
||||
name = "POI Caves - Ice Cave 2"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/IceCave1C
|
||||
name = "POI Caves - Ice Cave 3"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/swordcave
|
||||
name = "POI Caves - Cursed Sword Cave"
|
||||
ambience = AMBIENCE_UNHOLY
|
||||
|
||||
/area/submap/cave/SupplyDrop1
|
||||
name = "POI Caves - Supply Drop"
|
||||
ambience = AMBIENCE_TECH_RUINS
|
||||
|
||||
/area/submap/cave/BlastMine1
|
||||
name = "POI Caves - Blast Mine"
|
||||
|
||||
/area/submap/cave/crashedcontainmentshuttle
|
||||
name = "POI Caves - Crashed Containment Shuttle"
|
||||
ambience = AMBIENCE_HIGHSEC
|
||||
|
||||
/area/submap/cave/geyser_1
|
||||
name = "POI Caves - Ore-Rich Geyser"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/geyser_2
|
||||
name = "POI Caves - Fenced Geyser"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/geyser_3
|
||||
name = "POI Caves - Magmatic Geyser"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/ore_cliff
|
||||
name = "POI Caves - Ore-Topped Cliff"
|
||||
ambience = AMBIENCE_RUINS
|
||||
|
||||
/area/submap/cave/deadspy
|
||||
name = "POI Caves - Dead Spy"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/lava_trench
|
||||
name = "POI Caves - Lava Trench"
|
||||
ambience = AMBIENCE_LAVA
|
||||
|
||||
/area/submap/cave/lava_trench/outpost
|
||||
name = "POI Caves - Trench Outpost"
|
||||
requires_power = FALSE
|
||||
icon_state = "submap2"
|
||||
|
||||
/area/submap/cave/Excavation
|
||||
name = "POI Caves - Excavation Site"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/spatial_anomaly
|
||||
name = "POI Caves - Spatial Anomaly"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
/area/submap/cave/Speakeasy //VOREStation add
|
||||
name = "POI Caves - Speakeasy"
|
||||
requires_power = FALSE
|
||||
|
||||
/area/submap/cave/ratden
|
||||
name = "POI Caves - Rat Den"
|
||||
ambience = AMBIENCE_SPACE
|
||||
|
||||
/area/submap/cave/oregrubdeposit
|
||||
name = "POI Caves - Oregrub Deposit"
|
||||
ambience = AMBIENCE_SPACE
|
||||
@@ -0,0 +1,2 @@
|
||||
/area/submap/cave
|
||||
base_turf = /turf/simulated/mineral/floor/ignore_mapgen/cave
|
||||
@@ -0,0 +1,104 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/oregrubdeposit)
|
||||
"c" = (
|
||||
/obj/machinery/crystal/lava,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/oregrubdeposit)
|
||||
"d" = (
|
||||
/mob/living/simple_mob/vore/oregrub/lava,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/oregrubdeposit)
|
||||
"e" = (
|
||||
/mob/living/simple_mob/vore/oregrub,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/oregrubdeposit)
|
||||
"f" = (
|
||||
/obj/item/weapon/pickaxe/silver,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/oregrubdeposit)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
b
|
||||
b
|
||||
d
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
f
|
||||
b
|
||||
d
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
c
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,224 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/submap/cave/prepper1)
|
||||
"c" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/maintenance/engineering,
|
||||
/obj/random/maintenance/engineering,
|
||||
/obj/item/stack/rods,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"d" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/maintenance/security,
|
||||
/obj/item/stack/cable_coil/random,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"e" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/maintenance/engineering,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"f" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/maintenance/engineering,
|
||||
/obj/random/maintenance/engineering,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"g" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/storage/box/glasses,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"h" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/toolbox,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"i" = (
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"j" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/tape_roll,
|
||||
/obj/random/maintenance/engineering,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"k" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/random/maintenance/engineering,
|
||||
/obj/random/maintenance/engineering,
|
||||
/obj/item/stack/tile/floor/steel,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"l" = (
|
||||
/obj/structure/inflatable/door,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"m" = (
|
||||
/obj/structure/closet/wardrobe/grey,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"n" = (
|
||||
/obj/structure/closet/crate/freezer/rations,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"o" = (
|
||||
/obj/structure/reagent_dispensers/water_cooler/full,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"p" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"q" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/tank/emergency/oxygen/engi,
|
||||
/obj/item/weapon/tank/emergency/oxygen/engi,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/clothing/suit/armor/material/makeshift,
|
||||
/obj/item/clothing/head/helmet/bucket,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"r" = (
|
||||
/obj/structure/bed,
|
||||
/obj/item/weapon/bedsheet,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"s" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/device/flashlight/lantern,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
"t" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/gun/projectile/shotgun/pump/rifle/lever,
|
||||
/obj/item/ammo_magazine/clip/c762,
|
||||
/obj/item/ammo_magazine/clip/c762,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/prepper1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
l
|
||||
l
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
g
|
||||
i
|
||||
i
|
||||
o
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
h
|
||||
i
|
||||
i
|
||||
i
|
||||
q
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
i
|
||||
i
|
||||
i
|
||||
i
|
||||
r
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
e
|
||||
i
|
||||
i
|
||||
i
|
||||
i
|
||||
s
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
f
|
||||
j
|
||||
i
|
||||
i
|
||||
p
|
||||
t
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
k
|
||||
m
|
||||
n
|
||||
n
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,313 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"c" = (
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"d" = (
|
||||
/obj/effect/decal/cleanable/blood/tracks/paw,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"e" = (
|
||||
/obj/structure/barricade,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"f" = (
|
||||
/obj/structure/barricade,
|
||||
/obj/effect/decal/cleanable/blood/tracks/paw,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"g" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"h" = (
|
||||
/mob/living/simple_mob/vore/aggressive/rat,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"i" = (
|
||||
/obj/effect/decal/cleanable/blood/tracks/paw,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"j" = (
|
||||
/obj/structure/outcrop/diamond,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"k" = (
|
||||
/obj/effect/decal/cleanable/blood/tracks/paw,
|
||||
/obj/effect/decal/cleanable/blood/tracks/paw,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"l" = (
|
||||
/obj/structure/girder,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"m" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"n" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"o" = (
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"p" = (
|
||||
/obj/item/weapon/pickaxe/diamond,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"q" = (
|
||||
/obj/structure/frame,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"r" = (
|
||||
/obj/structure/bonfire/permanent,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"s" = (
|
||||
/obj/structure/barricade,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
"t" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/mob/living/simple_mob/vore/aggressive/rat,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/ratden)
|
||||
|
||||
(1,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
c
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
n
|
||||
n
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
g
|
||||
g
|
||||
n
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
n
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
d
|
||||
d
|
||||
d
|
||||
i
|
||||
g
|
||||
g
|
||||
g
|
||||
q
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
e
|
||||
g
|
||||
g
|
||||
d
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
d
|
||||
d
|
||||
m
|
||||
m
|
||||
r
|
||||
g
|
||||
g
|
||||
n
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
g
|
||||
d
|
||||
g
|
||||
o
|
||||
o
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
h
|
||||
j
|
||||
d
|
||||
n
|
||||
g
|
||||
o
|
||||
g
|
||||
g
|
||||
n
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
f
|
||||
d
|
||||
d
|
||||
d
|
||||
k
|
||||
g
|
||||
p
|
||||
o
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
o
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
g
|
||||
o
|
||||
g
|
||||
g
|
||||
g
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
h
|
||||
g
|
||||
g
|
||||
o
|
||||
g
|
||||
g
|
||||
n
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
l
|
||||
g
|
||||
g
|
||||
o
|
||||
g
|
||||
n
|
||||
t
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
s
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,70 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
"b" = (
|
||||
/obj/structure/plushie/ian,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
"c" = (
|
||||
/obj/item/weapon/flame/candle/everburn,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
"d" = (
|
||||
/obj/structure/plushie/ian{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
"e" = (
|
||||
/obj/structure/plushie/ian{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
"f" = (
|
||||
/obj/structure/ghost_pod/manual/corgi,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
"g" = (
|
||||
/obj/structure/plushie/ian{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/CorgiRitual)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
e
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
c
|
||||
a
|
||||
c
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
a
|
||||
f
|
||||
a
|
||||
g
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
c
|
||||
a
|
||||
c
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
d
|
||||
d
|
||||
a
|
||||
a
|
||||
"}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,458 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"c" = (
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"f" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"g" = (
|
||||
/obj/structure/bed/chair/wood{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"h" = (
|
||||
/obj/random/handgun,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"i" = (
|
||||
/obj/item/clothing/head/fedora,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"j" = (
|
||||
/obj/structure/bookcase,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"k" = (
|
||||
/obj/item/weapon/stool/padded,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"l" = (
|
||||
/obj/structure/bed/chair/comfy/black,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"m" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/machinery/light/poi{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"n" = (
|
||||
/obj/structure/reagent_dispensers/beerkeg,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"o" = (
|
||||
/obj/structure/simple_door/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"p" = (
|
||||
/obj/machinery/media/jukebox,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"s" = (
|
||||
/obj/structure/bed/chair/wood{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"u" = (
|
||||
/obj/structure/table/gamblingtable,
|
||||
/obj/machinery/light/poi{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"v" = (
|
||||
/obj/structure/table/fancyblack,
|
||||
/obj/item/clothing/mask/smokable/cigarette/cigar,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"w" = (
|
||||
/turf/simulated/wall/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"x" = (
|
||||
/obj/structure/bed/chair/sofa/left/blue{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"B" = (
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"C" = (
|
||||
/turf/simulated/mineral/floor/cave,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"D" = (
|
||||
/obj/structure/bed/chair/sofa/corner/black{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"E" = (
|
||||
/obj/structure/bed/chair/comfy/black{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"H" = (
|
||||
/obj/machinery/vending/boozeomat,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"I" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/random/drinkbottle,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"K" = (
|
||||
/obj/effect/floor_decal/corner/black/diagonal,
|
||||
/turf/simulated/floor/tiled/neutral,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"L" = (
|
||||
/obj/structure/bed/chair/wood{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"M" = (
|
||||
/obj/machinery/light/poi{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"N" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"O" = (
|
||||
/obj/machinery/light/poi{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"R" = (
|
||||
/obj/structure/bed/chair/sofa/black{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"U" = (
|
||||
/obj/structure/bed/chair/sofa/right/blue{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"V" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/machinery/chemical_dispenser/bar_soft/full{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"W" = (
|
||||
/obj/structure/bed/chair/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"X" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/machinery/chemical_dispenser/bar_alc/full,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/cave/Speakeasy)
|
||||
"Y" = (
|
||||
/obj/structure/table/fancyblack,
|
||||
/obj/random/cash/big,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/Speakeasy)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
w
|
||||
n
|
||||
i
|
||||
h
|
||||
w
|
||||
X
|
||||
B
|
||||
V
|
||||
B
|
||||
p
|
||||
w
|
||||
w
|
||||
w
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
w
|
||||
n
|
||||
B
|
||||
B
|
||||
w
|
||||
H
|
||||
B
|
||||
N
|
||||
k
|
||||
B
|
||||
x
|
||||
D
|
||||
w
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
w
|
||||
w
|
||||
j
|
||||
j
|
||||
w
|
||||
w
|
||||
B
|
||||
I
|
||||
k
|
||||
B
|
||||
f
|
||||
R
|
||||
w
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
w
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
w
|
||||
O
|
||||
N
|
||||
k
|
||||
B
|
||||
f
|
||||
U
|
||||
w
|
||||
w
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
w
|
||||
M
|
||||
Y
|
||||
c
|
||||
B
|
||||
w
|
||||
B
|
||||
I
|
||||
k
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
w
|
||||
C
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
w
|
||||
l
|
||||
v
|
||||
E
|
||||
B
|
||||
o
|
||||
B
|
||||
N
|
||||
k
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
o
|
||||
C
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
w
|
||||
M
|
||||
Y
|
||||
c
|
||||
B
|
||||
w
|
||||
B
|
||||
N
|
||||
k
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
w
|
||||
C
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
w
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
w
|
||||
B
|
||||
I
|
||||
k
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
w
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
B
|
||||
B
|
||||
B
|
||||
K
|
||||
K
|
||||
K
|
||||
s
|
||||
w
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
w
|
||||
f
|
||||
g
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
B
|
||||
K
|
||||
K
|
||||
K
|
||||
f
|
||||
w
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
w
|
||||
L
|
||||
B
|
||||
W
|
||||
N
|
||||
N
|
||||
g
|
||||
B
|
||||
K
|
||||
K
|
||||
K
|
||||
L
|
||||
w
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
w
|
||||
w
|
||||
B
|
||||
W
|
||||
m
|
||||
N
|
||||
g
|
||||
B
|
||||
W
|
||||
u
|
||||
g
|
||||
w
|
||||
w
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
w
|
||||
a
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
886
modular_chomp/maps/submaps/surface_submaps/mountains/temple.dmm
Normal file
886
modular_chomp/maps/submaps/surface_submaps/mountains/temple.dmm
Normal file
@@ -0,0 +1,886 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"b" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/sif,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"c" = (
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"d" = (
|
||||
/turf/simulated/wall/sandstone,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"e" = (
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"f" = (
|
||||
/obj/effect/decal/remains/mummy1,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"g" = (
|
||||
/turf/simulated/wall/sandstonediamond,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"h" = (
|
||||
/obj/item/weapon/flame/candle/everburn,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"i" = (
|
||||
/obj/item/weapon/ectoplasm,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"j" = (
|
||||
/obj/structure/table/wooden_reinforced,
|
||||
/obj/item/weapon/coin/iron,
|
||||
/obj/item/weapon/coin/platinum,
|
||||
/obj/item/weapon/coin/uranium,
|
||||
/obj/item/weapon/coin/diamond,
|
||||
/obj/item/weapon/coin/iron,
|
||||
/obj/item/weapon/coin/uranium,
|
||||
/obj/item/weapon/coin/iron,
|
||||
/obj/item/weapon/coin/phoron,
|
||||
/obj/item/weapon/coin/platinum,
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"k" = (
|
||||
/obj/structure/table/wooden_reinforced,
|
||||
/obj/item/weapon/coin/gold,
|
||||
/obj/item/weapon/coin/gold,
|
||||
/obj/item/weapon/coin/gold,
|
||||
/obj/item/weapon/coin/silver,
|
||||
/obj/item/weapon/coin/silver,
|
||||
/obj/item/weapon/coin/silver,
|
||||
/obj/item/weapon/coin/gold,
|
||||
/obj/item/weapon/coin/gold,
|
||||
/obj/item/weapon/coin/gold,
|
||||
/obj/item/weapon/coin/silver,
|
||||
/obj/item/weapon/coin/silver,
|
||||
/obj/item/weapon/coin/silver,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"l" = (
|
||||
/obj/effect/decal/remains/xeno,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"m" = (
|
||||
/obj/effect/decal/cleanable/cobweb2,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"n" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"o" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/obj/effect/decal/cleanable/cobweb2,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"p" = (
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"q" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/flame/lighter/zippo/royal,
|
||||
/obj/item/clothing/mask/smokable/pipe,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"r" = (
|
||||
/obj/effect/rune,
|
||||
/obj/effect/decal/remains/human,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"s" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"t" = (
|
||||
/obj/machinery/artifact,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"u" = (
|
||||
/obj/structure/bed/chair/comfy/brown{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"v" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/paper,
|
||||
/obj/item/weapon/pen/fountain,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"w" = (
|
||||
/obj/effect/decal/cleanable/blood/xeno,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"x" = (
|
||||
/obj/effect/decal/cleanable/blood/xeno,
|
||||
/obj/effect/decal/remains/posi,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"y" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/flame/candle/candelabra/everburn,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"z" = (
|
||||
/obj/structure/simple_door/gold,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"A" = (
|
||||
/obj/effect/decal/remains/posi,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"B" = (
|
||||
/obj/machinery/crystal{
|
||||
icon_state = "crystal3";
|
||||
light_color = "#f44256";
|
||||
light_power = 3
|
||||
},
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/crystal1)
|
||||
"C" = (
|
||||
/obj/structure/flora/pottedplant/dead,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"D" = (
|
||||
/obj/machinery/crystal{
|
||||
icon_state = "crystal3";
|
||||
light_color = "#f44256";
|
||||
light_power = 3
|
||||
},
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"E" = (
|
||||
/obj/effect/decal/remains/human,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"F" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/effect/decal/remains/human,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"G" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/paper/alien{
|
||||
desc = "";
|
||||
icon_state = "alienpaper_words";
|
||||
info = "(On the screen of the tablet are several lines of characters written in a language you don't seem to recognize. At the end of each line is a set of numbers seperated by a colon. The screen flickers occasionally, as if damaged. Nothing about the tablet seems particularly interesting, but it does seem very, very old.)"
|
||||
},
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"H" = (
|
||||
/obj/effect/decal/cleanable/blood/xeno,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"I" = (
|
||||
/obj/structure/table/bench/wooden,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"J" = (
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"K" = (
|
||||
/obj/structure/table/bench/wooden,
|
||||
/obj/effect/decal/remains/xeno,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"L" = (
|
||||
/obj/structure/simple_door/sandstone,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"M" = (
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/obj/item/weapon/flame/candle/candelabra/everburn,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"N" = (
|
||||
/obj/effect/decal/cleanable/cobweb2,
|
||||
/obj/item/weapon/flame/candle/candelabra/everburn,
|
||||
/turf/simulated/floor/tiled/asteroid_steel,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
"O" = (
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen/sif,
|
||||
/area/submap/cave/AbandonedTemple)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
m
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
e
|
||||
p
|
||||
u
|
||||
p
|
||||
p
|
||||
p
|
||||
w
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
m
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
f
|
||||
q
|
||||
v
|
||||
y
|
||||
p
|
||||
p
|
||||
c
|
||||
E
|
||||
c
|
||||
s
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
z
|
||||
g
|
||||
g
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
h
|
||||
c
|
||||
h
|
||||
z
|
||||
c
|
||||
g
|
||||
B
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
i
|
||||
r
|
||||
c
|
||||
g
|
||||
c
|
||||
g
|
||||
C
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
D
|
||||
d
|
||||
m
|
||||
c
|
||||
c
|
||||
s
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
h
|
||||
s
|
||||
h
|
||||
g
|
||||
c
|
||||
g
|
||||
c
|
||||
w
|
||||
c
|
||||
I
|
||||
c
|
||||
K
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
c
|
||||
z
|
||||
c
|
||||
p
|
||||
p
|
||||
I
|
||||
c
|
||||
I
|
||||
c
|
||||
d
|
||||
M
|
||||
c
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
j
|
||||
c
|
||||
p
|
||||
p
|
||||
c
|
||||
g
|
||||
c
|
||||
F
|
||||
G
|
||||
c
|
||||
c
|
||||
c
|
||||
w
|
||||
L
|
||||
c
|
||||
w
|
||||
L
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
k
|
||||
c
|
||||
p
|
||||
p
|
||||
c
|
||||
g
|
||||
c
|
||||
p
|
||||
y
|
||||
c
|
||||
c
|
||||
c
|
||||
s
|
||||
L
|
||||
c
|
||||
c
|
||||
L
|
||||
c
|
||||
O
|
||||
a
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
c
|
||||
z
|
||||
c
|
||||
p
|
||||
H
|
||||
I
|
||||
c
|
||||
I
|
||||
c
|
||||
d
|
||||
N
|
||||
c
|
||||
d
|
||||
s
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
c
|
||||
c
|
||||
w
|
||||
g
|
||||
c
|
||||
g
|
||||
c
|
||||
c
|
||||
l
|
||||
I
|
||||
c
|
||||
I
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
l
|
||||
t
|
||||
c
|
||||
g
|
||||
c
|
||||
g
|
||||
C
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
D
|
||||
d
|
||||
s
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
m
|
||||
c
|
||||
c
|
||||
z
|
||||
c
|
||||
g
|
||||
D
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
s
|
||||
d
|
||||
d
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
z
|
||||
g
|
||||
g
|
||||
d
|
||||
d
|
||||
J
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
n
|
||||
c
|
||||
c
|
||||
n
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
w
|
||||
n
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
o
|
||||
c
|
||||
x
|
||||
c
|
||||
c
|
||||
A
|
||||
n
|
||||
l
|
||||
n
|
||||
d
|
||||
d
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
J
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
a
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
118
modular_chomp/maps/submaps/surface_submaps/mountains/vault1.dmm
Normal file
118
modular_chomp/maps/submaps/surface_submaps/mountains/vault1.dmm
Normal file
@@ -0,0 +1,118 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/wall,
|
||||
/area/submap/cave/vault1)
|
||||
"c" = (
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault1)
|
||||
"d" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault1)
|
||||
"e" = (
|
||||
/obj/random/multiple/minevault,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
c
|
||||
e
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
114
modular_chomp/maps/submaps/surface_submaps/mountains/vault2.dmm
Normal file
114
modular_chomp/maps/submaps/surface_submaps/mountains/vault2.dmm
Normal file
@@ -0,0 +1,114 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/wall,
|
||||
/area/submap/cave/vault2)
|
||||
"c" = (
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault2)
|
||||
"d" = (
|
||||
/obj/random/multiple/minevault,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault2)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
141
modular_chomp/maps/submaps/surface_submaps/mountains/vault3.dmm
Normal file
141
modular_chomp/maps/submaps/surface_submaps/mountains/vault3.dmm
Normal file
@@ -0,0 +1,141 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/wall,
|
||||
/area/submap/cave/vault3)
|
||||
"c" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/random/multiple/minevault,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
"d" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
"e" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/mob/living/simple_mob/animal/space/alien/drone,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
"f" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
"g" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
"h" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/effect/alien/weeds/node,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
"i" = (
|
||||
/obj/structure/bed/nest,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/cave/vault3)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
e
|
||||
g
|
||||
g
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
i
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
f
|
||||
h
|
||||
f
|
||||
g
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
f
|
||||
f
|
||||
f
|
||||
i
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
g
|
||||
g
|
||||
e
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
141
modular_chomp/maps/submaps/surface_submaps/mountains/vault4.dmm
Normal file
141
modular_chomp/maps/submaps/surface_submaps/mountains/vault4.dmm
Normal file
@@ -0,0 +1,141 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/alien/wall,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"c" = (
|
||||
/obj/structure/simple_door/resin,
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"d" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/structure/bed/nest,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"f" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/mob/living/simple_mob/animal/space/alien/drone,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"g" = (
|
||||
/obj/effect/alien/weeds/node,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"h" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/random/multiple/minevault,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"i" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/mob/living/simple_mob/animal/space/alien,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
"j" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault4)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
i
|
||||
h
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
j
|
||||
j
|
||||
g
|
||||
f
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
c
|
||||
j
|
||||
j
|
||||
j
|
||||
j
|
||||
j
|
||||
c
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
f
|
||||
g
|
||||
j
|
||||
j
|
||||
d
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
h
|
||||
i
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
151
modular_chomp/maps/submaps/surface_submaps/mountains/vault5.dmm
Normal file
151
modular_chomp/maps/submaps/surface_submaps/mountains/vault5.dmm
Normal file
@@ -0,0 +1,151 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/alien/wall,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"c" = (
|
||||
/obj/structure/simple_door/resin,
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"d" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/structure/bed/nest,
|
||||
/obj/item/weapon/gun/projectile/p92x/large,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"f" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/item/clothing/suit/storage/vest/tactical,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"g" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/structure/bed/nest,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"h" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/random/multiple/minevault,
|
||||
/mob/living/simple_mob/animal/space/alien/sentinel/praetorian,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"i" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"j" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/effect/alien/weeds/node,
|
||||
/mob/living/simple_mob/animal/space/alien/queen/empress,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
"k" = (
|
||||
/obj/effect/alien/weeds,
|
||||
/obj/item/clothing/head/helmet/tac,
|
||||
/obj/item/weapon/gun/projectile/SVD,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault5)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
g
|
||||
i
|
||||
h
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
i
|
||||
i
|
||||
i
|
||||
k
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
c
|
||||
i
|
||||
i
|
||||
j
|
||||
i
|
||||
i
|
||||
c
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
f
|
||||
i
|
||||
i
|
||||
i
|
||||
g
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
h
|
||||
i
|
||||
g
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
206
modular_chomp/maps/submaps/surface_submaps/mountains/vault6.dmm
Normal file
206
modular_chomp/maps/submaps/surface_submaps/mountains/vault6.dmm
Normal file
@@ -0,0 +1,206 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 6;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"c" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 2;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"d" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 10;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"e" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 6;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"f" = (
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"g" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 10;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"h" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 4;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"i" = (
|
||||
/mob/living/simple_mob/humanoid/merc/ranged/grenadier,
|
||||
/turf/simulated/floor/cult,
|
||||
/area/submap/cave/vault6)
|
||||
"j" = (
|
||||
/turf/simulated/floor/cult,
|
||||
/area/submap/cave/vault6)
|
||||
"k" = (
|
||||
/obj/random/tool/power,
|
||||
/obj/random/tech_supply,
|
||||
/turf/simulated/floor/cult,
|
||||
/area/submap/cave/vault6)
|
||||
"l" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 8;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"m" = (
|
||||
/obj/structure/bonfire/permanent/sifwood,
|
||||
/obj/structure/grille/rustic,
|
||||
/turf/simulated/floor/cult,
|
||||
/area/submap/cave/vault6)
|
||||
"n" = (
|
||||
/obj/random/multiple/minevault,
|
||||
/turf/simulated/floor/cult,
|
||||
/area/submap/cave/vault6)
|
||||
"o" = (
|
||||
/obj/structure/cliff/automatic/corner,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"p" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 5;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"q" = (
|
||||
/obj/structure/cliff/automatic{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"r" = (
|
||||
/obj/structure/cliff/automatic/corner{
|
||||
dir = 9;
|
||||
icon_state = "cliffbuilder-corner"
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
"s" = (
|
||||
/obj/structure/cliff/automatic,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/cave/vault6)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
h
|
||||
h
|
||||
h
|
||||
o
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
e
|
||||
f
|
||||
f
|
||||
f
|
||||
p
|
||||
o
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
c
|
||||
f
|
||||
i
|
||||
j
|
||||
n
|
||||
f
|
||||
s
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
c
|
||||
f
|
||||
j
|
||||
m
|
||||
j
|
||||
f
|
||||
s
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
c
|
||||
f
|
||||
k
|
||||
j
|
||||
j
|
||||
f
|
||||
s
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
d
|
||||
g
|
||||
f
|
||||
f
|
||||
f
|
||||
q
|
||||
r
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
d
|
||||
l
|
||||
l
|
||||
l
|
||||
r
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
2757
modular_chomp/maps/submaps/surface_submaps/plains/Boathouse.dmm
Normal file
2757
modular_chomp/maps/submaps/surface_submaps/plains/Boathouse.dmm
Normal file
File diff suppressed because it is too large
Load Diff
2757
modular_chomp/maps/submaps/surface_submaps/plains/Boathouse_vr.dmm
Normal file
2757
modular_chomp/maps/submaps/surface_submaps/plains/Boathouse_vr.dmm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,51 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/buriedtreasure)
|
||||
"b" = (
|
||||
/obj/structure/closet/grave,
|
||||
/obj/random/gun/random,
|
||||
/obj/random/contraband,
|
||||
/obj/random/cash,
|
||||
/obj/random/cigarettes,
|
||||
/obj/random/trash,
|
||||
/obj/random/junk,
|
||||
/obj/random/drinkbottle,
|
||||
/turf/template_noop,
|
||||
/area/submap/buriedtreasure)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,54 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/buriedtreasure)
|
||||
"b" = (
|
||||
/obj/structure/closet/grave,
|
||||
/obj/random/contraband,
|
||||
/obj/random/contraband,
|
||||
/obj/random/cash,
|
||||
/obj/random/cash,
|
||||
/obj/random/cash,
|
||||
/obj/random/cash,
|
||||
/obj/random/drinkbottle,
|
||||
/obj/random/mre,
|
||||
/obj/random/projectile/sec,
|
||||
/obj/item/clothing/under/explorer/armored,
|
||||
/turf/template_noop,
|
||||
/area/submap/buriedtreasure)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,55 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/buriedtreasure)
|
||||
"b" = (
|
||||
/obj/structure/closet/grave,
|
||||
/obj/random/energy,
|
||||
/obj/random/drinkbottle,
|
||||
/obj/random/contraband,
|
||||
/obj/random/ammo,
|
||||
/obj/random/ammo,
|
||||
/obj/random/mre,
|
||||
/obj/random/tool/power,
|
||||
/obj/random/unidentified_medicine/fresh_medicine,
|
||||
/obj/random/unidentified_medicine/combat_medicine,
|
||||
/obj/random/medical/pillbottle,
|
||||
/obj/random/soap,
|
||||
/turf/template_noop,
|
||||
/area/submap/buriedtreasure)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
1148
modular_chomp/maps/submaps/surface_submaps/plains/Diner.dmm
Normal file
1148
modular_chomp/maps/submaps/surface_submaps/plains/Diner.dmm
Normal file
File diff suppressed because it is too large
Load Diff
1141
modular_chomp/maps/submaps/surface_submaps/plains/Diner_vr.dmm
Normal file
1141
modular_chomp/maps/submaps/surface_submaps/plains/Diner_vr.dmm
Normal file
File diff suppressed because it is too large
Load Diff
264
modular_chomp/maps/submaps/surface_submaps/plains/Epod.dmm
Normal file
264
modular_chomp/maps/submaps/surface_submaps/plains/Epod.dmm
Normal file
@@ -0,0 +1,264 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/epod)
|
||||
"c" = (
|
||||
/obj/item/weapon/airlock_electronics,
|
||||
/turf/template_noop,
|
||||
/area/submap/epod)
|
||||
"d" = (
|
||||
/obj/structure/door_assembly/door_assembly_ext,
|
||||
/turf/template_noop,
|
||||
/area/submap/epod)
|
||||
"e" = (
|
||||
/obj/structure/flora/tree/sif,
|
||||
/turf/template_noop,
|
||||
/area/submap/epod)
|
||||
"f" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/shuttle/wall,
|
||||
/area/submap/epod)
|
||||
"g" = (
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod)
|
||||
"h" = (
|
||||
/turf/simulated/shuttle/wall,
|
||||
/area/submap/epod)
|
||||
"i" = (
|
||||
/obj/structure/bed/chair,
|
||||
/obj/item/device/radio/intercom{
|
||||
dir = 8;
|
||||
name = "Station Intercom (General)";
|
||||
pixel_x = -28
|
||||
},
|
||||
/obj/structure/closet/walllocker/emerglocker{
|
||||
pixel_x = 28
|
||||
},
|
||||
/obj/item/weapon/weldingtool,
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod)
|
||||
"j" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/epod)
|
||||
"k" = (
|
||||
/obj/structure/bed/chair,
|
||||
/obj/machinery/vending/wallmed1{
|
||||
layer = 3.3;
|
||||
name = "Emergency NanoMed";
|
||||
pixel_x = 28;
|
||||
pixel_y = 0
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 8;
|
||||
icon_state = "tube1";
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod)
|
||||
"l" = (
|
||||
/obj/structure/bed/chair,
|
||||
/obj/machinery/status_display{
|
||||
density = 0;
|
||||
layer = 4;
|
||||
pixel_x = -32;
|
||||
pixel_y = 0
|
||||
},
|
||||
/obj/item/weapon/storage/backpack/satchel,
|
||||
/obj/item/weapon/spacecash/c100,
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod)
|
||||
"m" = (
|
||||
/obj/structure/shuttle/window,
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/shuttle/plating,
|
||||
/area/submap/epod)
|
||||
"n" = (
|
||||
/obj/structure/flora/tree/dead,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/epod)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
j
|
||||
j
|
||||
j
|
||||
j
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
j
|
||||
j
|
||||
j
|
||||
j
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
f
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
j
|
||||
e
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
g
|
||||
i
|
||||
k
|
||||
l
|
||||
m
|
||||
j
|
||||
j
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
c
|
||||
f
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
n
|
||||
j
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
d
|
||||
b
|
||||
b
|
||||
j
|
||||
j
|
||||
j
|
||||
j
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
e
|
||||
j
|
||||
j
|
||||
j
|
||||
b
|
||||
e
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
310
modular_chomp/maps/submaps/surface_submaps/plains/Epod2.dmm
Normal file
310
modular_chomp/maps/submaps/surface_submaps/plains/Epod2.dmm
Normal file
@@ -0,0 +1,310 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/epod2)
|
||||
"c" = (
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/epod2)
|
||||
"d" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/epod2)
|
||||
"e" = (
|
||||
/obj/structure/boulder{
|
||||
icon_state = "boulder3"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/epod2)
|
||||
"f" = (
|
||||
/obj/structure/boulder{
|
||||
icon_state = "boulder2"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/epod2)
|
||||
"g" = (
|
||||
/obj/structure/boulder{
|
||||
icon_state = "boulder3"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/epod2)
|
||||
"h" = (
|
||||
/turf/simulated/shuttle/wall,
|
||||
/area/submap/epod2)
|
||||
"i" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
dir = 4;
|
||||
icon_state = "propulsion"
|
||||
},
|
||||
/turf/simulated/shuttle/wall,
|
||||
/area/submap/epod2)
|
||||
"j" = (
|
||||
/obj/structure/boulder,
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/epod2)
|
||||
"k" = (
|
||||
/obj/structure/grille{
|
||||
density = 0;
|
||||
icon_state = "brokengrille"
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
health = 1e+006
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/item/stack/rods,
|
||||
/obj/item/weapon/material/shard,
|
||||
/obj/item/weapon/material/shard{
|
||||
icon_state = "medium"
|
||||
},
|
||||
/turf/simulated/shuttle/plating,
|
||||
/area/submap/epod2)
|
||||
"l" = (
|
||||
/obj/structure/bed/chair{
|
||||
dir = 8;
|
||||
icon_state = "chair_preview"
|
||||
},
|
||||
/obj/structure/loot_pile/surface/bones,
|
||||
/obj/effect/decal/cleanable/blood,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/status_display{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/item/device/radio/intercom{
|
||||
dir = 1;
|
||||
name = "Station Intercom (General)";
|
||||
pixel_y = 21
|
||||
},
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod2)
|
||||
"m" = (
|
||||
/obj/structure/bed/chair{
|
||||
dir = 8;
|
||||
icon_state = "chair_preview"
|
||||
},
|
||||
/obj/structure/loot_pile/surface/medicine_cabinet{
|
||||
pixel_y = 28
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/obj/effect/decal/cleanable/vomit,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector/empty,
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod2)
|
||||
"n" = (
|
||||
/obj/structure/bed/chair{
|
||||
dir = 8;
|
||||
icon_state = "chair_preview"
|
||||
},
|
||||
/obj/structure/closet/walllocker/emerglocker{
|
||||
pixel_y = 28
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod2)
|
||||
"o" = (
|
||||
/obj/effect/decal/cleanable/blood/drip,
|
||||
/obj/machinery/door/airlock/external{
|
||||
icon_state = "door_locked";
|
||||
locked = 1;
|
||||
name = "Escape Pod Hatch"
|
||||
},
|
||||
/turf/simulated/shuttle/floor,
|
||||
/area/submap/epod2)
|
||||
"p" = (
|
||||
/obj/structure/boulder{
|
||||
icon_state = "boulder4"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/epod2)
|
||||
"q" = (
|
||||
/obj/structure/boulder{
|
||||
icon_state = "boulder2"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/epod2)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
f
|
||||
p
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
g
|
||||
j
|
||||
b
|
||||
q
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
c
|
||||
e
|
||||
h
|
||||
k
|
||||
h
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
d
|
||||
f
|
||||
h
|
||||
l
|
||||
h
|
||||
p
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
h
|
||||
m
|
||||
h
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
h
|
||||
n
|
||||
h
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
i
|
||||
o
|
||||
i
|
||||
c
|
||||
d
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
c
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
d
|
||||
c
|
||||
d
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
c
|
||||
c
|
||||
d
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
c
|
||||
c
|
||||
d
|
||||
d
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
42
modular_chomp/maps/submaps/surface_submaps/plains/Field1.dmm
Normal file
42
modular_chomp/maps/submaps/surface_submaps/plains/Field1.dmm
Normal file
@@ -0,0 +1,42 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Field1)
|
||||
"c" = (/obj/structure/flora/tree/sif,/turf/template_noop,/area/submap/Field1)
|
||||
"d" = (/turf/simulated/floor/outdoors/dirt,/area/submap/Field1)
|
||||
"e" = (/obj/structure/ore_box,/turf/simulated/floor/outdoors/dirt,/area/submap/Field1)
|
||||
"f" = (/obj/item/device/radio,/turf/simulated/floor/outdoors/dirt,/area/submap/Field1)
|
||||
"g" = (/obj/vehicle/train/trolley,/turf/simulated/floor/outdoors/dirt,/area/submap/Field1)
|
||||
"h" = (/obj/vehicle/train/engine,/turf/simulated/floor/outdoors/dirt,/area/submap/Field1)
|
||||
"i" = (/obj/item/device/flashlight,/turf/simulated/floor/outdoors/dirt,/area/submap/Field1)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
aaaaaaaaaaaaaabbbbbbbbbbbbbbba
|
||||
abbaaaaaaaaaabbbbbbbbbbbbbbbaa
|
||||
abbaaaaaabbbbbbcbbbbbbbbbcbbaa
|
||||
abbbaaabbbbbbbbbbbbbbbbbbbbaaa
|
||||
abbbbbbbbbbbbbbbbbbcbbbbbbbaaa
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbaaa
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbaaaa
|
||||
abbbcbbbbbbbbbbbbbbbbbbbbbaaaa
|
||||
aabbbbbbbbbbbbbbbbbbbbbbbbaaaa
|
||||
aabbbbbbbbbbbbbbbbbbbbbbbbbaaa
|
||||
aaabbbbbbbbbbbdddbbbbbbbbbbaaa
|
||||
aaabbbbbbbbbddddddddddbbbbbbba
|
||||
aaaabbbbbbbddddddddddddbbbbbba
|
||||
aaaabbbbbbbddddddddddddbbbbcba
|
||||
aaaabbbbbbbdddedfddddbbbbbbbba
|
||||
aaabbbbbbbbbdegghdddbbbbbbbbba
|
||||
aaabbbbbbbbbbbdibdbbbbbbbbbbba
|
||||
aabbbbbbbbbbbbbbbbbbbbbbbcbbba
|
||||
abbbcbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbcbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbcbbbba
|
||||
aabbbbbbcbbbbaaaabaaabbbbbbcba
|
||||
aaaaaaabbbbbaaaaaaaaaabbbbbbba
|
||||
aaaaaaaaabbaaaaaaaaaaabbbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
45
modular_chomp/maps/submaps/surface_submaps/plains/Mechpt.dmm
Normal file
45
modular_chomp/maps/submaps/surface_submaps/plains/Mechpt.dmm
Normal file
@@ -0,0 +1,45 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Mechpt)
|
||||
"c" = (/obj/item/trash/chips,/turf/template_noop,/area/submap/Mechpt)
|
||||
"d" = (/obj/structure/railing,/turf/template_noop,/area/submap/Mechpt)
|
||||
"e" = (/obj/structure/railing,/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/snacks/chips,/turf/template_noop,/area/submap/Mechpt)
|
||||
"f" = (/obj/structure/railing,/obj/structure/table/woodentable,/obj/item/weapon/cell/high,/obj/item/weapon/cell/high,/turf/template_noop,/area/submap/Mechpt)
|
||||
"g" = (/obj/structure/railing,/obj/structure/table/woodentable,/turf/template_noop,/area/submap/Mechpt)
|
||||
"h" = (/obj/structure/railing,/obj/structure/table/woodentable,/obj/item/weapon/spacecash/c10,/obj/item/weapon/spacecash/c10,/turf/template_noop,/area/submap/Mechpt)
|
||||
"i" = (/obj/structure/railing{ icon_state = "railing0"; dir = 4},/turf/template_noop,/area/submap/Mechpt)
|
||||
"j" = (/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"k" = (/obj/structure/railing{ icon_state = "railing0"; dir = 8},/turf/template_noop,/area/submap/Mechpt)
|
||||
"l" = (/obj/item/stack/rods,/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"m" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"n" = (/obj/effect/decal/cleanable/blood/oil/streak,/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"o" = (/obj/effect/decal/mecha_wreckage/ripley/deathripley,/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"p" = (/obj/effect/decal/mecha_wreckage/ripley/firefighter,/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"q" = (/obj/item/stack/cable_coil,/turf/simulated/floor/outdoors/dirt,/area/submap/Mechpt)
|
||||
"r" = (/obj/structure/railing{ icon_state = "railing0"; dir = 1},/turf/template_noop,/area/submap/Mechpt)
|
||||
"s" = (/obj/structure/railing{ icon_state = "railing0"; dir = 1},/obj/structure/table/woodentable,/obj/structure/reagent_dispensers/beerkeg,/turf/template_noop,/area/submap/Mechpt)
|
||||
"t" = (/obj/structure/railing{ icon_state = "railing0"; dir = 1},/obj/structure/table/woodentable,/obj/item/weapon/spacecash/c50,/turf/template_noop,/area/submap/Mechpt)
|
||||
"u" = (/obj/structure/railing{ icon_state = "railing0"; dir = 1},/obj/structure/table/woodentable,/obj/item/weapon/cell/high,/obj/item/weapon/cell/device/weapon,/turf/template_noop,/area/submap/Mechpt)
|
||||
"v" = (/obj/structure/railing{ icon_state = "railing0"; dir = 1},/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/turf/template_noop,/area/submap/Mechpt)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbcbbbbbbbbbbbbbbbbbba
|
||||
abbdddddddddefghgdddddddddddba
|
||||
abijjjjjjjjjjjjjjjjjjjjjjjjjka
|
||||
abijjjjjjjjjjjjjjjjjjjjjjjjjka
|
||||
abijjjljjjjjjjjjjjjmjjjnjjjjka
|
||||
abijjjjjmjjjjjjjjjjjjjjjjjjjka
|
||||
ajjjjjjjjjjojjjjjjjjjjjjjjjjja
|
||||
abjjjjjjjjjjjjjjjjjjjjjjjjjjja
|
||||
abijjjjjjjjjjjpjjjmjjjjjjjjjka
|
||||
abijjjjjjjjjjjjjjjjjjjjjjjjjka
|
||||
abijjjjjjjmjjqjjjjjjjjjjjjjjka
|
||||
abijnjjjjjjjjjjjjjjjjjjjjjjjka
|
||||
abijjjjjjjjjjjjjjjjjjjjjjjjjka
|
||||
abbrrrrrrrrrstutvrrrrrrrrrrrba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
@@ -0,0 +1,75 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Oldhouse)
|
||||
"c" = (/turf/simulated/wall/wood,/area/submap/Oldhouse)
|
||||
"d" = (/obj/structure/flora/tree/sif,/turf/template_noop,/area/submap/Oldhouse)
|
||||
"e" = (/obj/structure/window/reinforced/full,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"f" = (/obj/structure/table/woodentable,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"g" = (/obj/item/stack/material/wood,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"h" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"i" = (/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"j" = (/turf/simulated/floor/wood{icon_state = "wood_broken6"},/area/submap/Oldhouse)
|
||||
"k" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/spiderling_remains,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"l" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"m" = (/obj/structure/closet/cabinet,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"n" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"o" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood{icon_state = "wood_broken4"},/area/submap/Oldhouse)
|
||||
"p" = (/turf/simulated/floor/wood{icon_state = "wood_broken2"},/area/submap/Oldhouse)
|
||||
"q" = (/obj/item/stack/material/wood,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"r" = (/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"s" = (/turf/simulated/floor/wood{icon_state = "wood_broken4"},/area/submap/Oldhouse)
|
||||
"t" = (/obj/structure/table/woodentable,/obj/item/weapon/paper,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"u" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"v" = (/obj/structure/bed/chair/wood{icon_state = "wooden_chair"; dir = 1},/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"w" = (/obj/item/stack/material/wood,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"x" = (/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/wood{icon_state = "wood_broken6"},/area/submap/Oldhouse)
|
||||
"y" = (/obj/effect/decal/remains/mouse,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"z" = (/obj/structure/table/woodentable,/obj/item/stack/material/wood,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"A" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"B" = (/obj/structure/bed/chair/comfy/teal,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"C" = (/obj/structure/bookcase,/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"D" = (/obj/structure/table,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"E" = (/obj/structure/table/woodentable,/obj/item/trash/candle,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"F" = (/obj/structure/table/woodentable,/obj/item/weapon/pen/blue,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"G" = (/obj/item/weapon/reagent_containers/food/snacks/chips,/obj/item/weapon/reagent_containers/food/snacks/chips,/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"H" = (/obj/structure/table/woodentable,/obj/item/weapon/flame/candle,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"I" = (/obj/structure/bed/chair/wood{icon_state = "wooden_chair"; dir = 8},/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"J" = (/obj/effect/decal/remains/mouse,/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"K" = (/obj/structure/table/woodentable,/obj/item/weapon/paper,/obj/item/weapon/paper,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"L" = (/obj/structure/table/woodentable,/obj/item/weapon/paper/crumpled,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"M" = (/obj/structure/frame,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"N" = (/mob/living/simple_mob/animal/giant_spider{attack_armor_pen = 100; attacktext = list("lightly bonked"); desc = "Furry and brown, this spider is so goddamn fat you're surprised it even moves around."; faction = "neutral"; health = 400; melee_damage_lower = 1; melee_damage_upper = 3; melee_miss_chance = 30; movement_cooldown = 8; name = "Mr. Tuddly"},/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"O" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"P" = (/obj/item/weapon/circuitboard/papershredder,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"Q" = (/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,/turf/simulated/floor/carpet/turcarpet,/area/submap/Oldhouse)
|
||||
"R" = (/obj/effect/decal/cleanable/spiderling_remains,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"S" = (/obj/item/weapon/paper/crumpled,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"T" = (/obj/structure/table/woodentable,/obj/item/weapon/storage/backpack/satchel,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"U" = (/obj/structure/table/rack,/obj/item/clothing/suit/storage/hooded/wintercoat,/obj/item/clothing/suit/storage/hooded/wintercoat,/obj/item/clothing/head/hood/winter,/obj/item/clothing/head/hood/winter,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"V" = (/obj/item/device/flashlight,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"W" = (/obj/structure/table/rack,/obj/item/clothing/shoes/boots/winter,/obj/item/clothing/shoes/boots/winter,/obj/item/clothing/shoes/boots/winter,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"X" = (/obj/structure/coatrack,/turf/simulated/floor/wood,/area/submap/Oldhouse)
|
||||
"Y" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood{icon_state = "wood_broken6"},/area/submap/Oldhouse)
|
||||
"Z" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood{icon_state = "wood_broken2"},/area/submap/Oldhouse)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
abbcccccccbbbbbbbbcccccccbda
|
||||
abcccccccceeecceeeccccccccba
|
||||
accfcghhhiiiiiijiihhkhhclcca
|
||||
acmicinnoiipiiiiqiiirrscitca
|
||||
aeiiuinnhccccccccccirriuivea
|
||||
aeiicsnnwcxiiiyiiicirrzciiea
|
||||
acABclnniuiCrCCrCiuirrDciAca
|
||||
accEcFrriuiCrCCGCiuirrDcHcca
|
||||
abccclIriciCrCCJCichnrKcccba
|
||||
abbccLrrMciCrCCNCichOnlccbba
|
||||
abbbcciiPciCrCCQCicqiiccbbba
|
||||
abbbcciRicSiyiiisyciiiccbbba
|
||||
abbbcccuuccccccccccuucccdbba
|
||||
abbbbcciihhhiiiiiSiiiccbbbba
|
||||
abbbbbclTjhhUViWXiiYZcbbbbba
|
||||
abbbbbcccccccuucccccccbbbbba
|
||||
adbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
@@ -0,0 +1,882 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"aa" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"ab" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/Oldhouse)
|
||||
"ac" = (
|
||||
/turf/simulated/wall/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"ad" = (
|
||||
/obj/structure/flora/tree/sif,
|
||||
/turf/template_noop,
|
||||
/area/submap/Oldhouse)
|
||||
"ae" = (
|
||||
/obj/structure/window/reinforced/full,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"af" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/effect/decal/cleanable/cobweb2,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"ag" = (
|
||||
/obj/item/stack/material/wood,
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"ah" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"ai" = (
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aj" = (
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken6"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"ak" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/spiderling_remains,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"al" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"am" = (
|
||||
/obj/structure/closet/cabinet,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"an" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"ao" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken4"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"ap" = (
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken2"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"aq" = (
|
||||
/obj/item/stack/material/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"ar" = (
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"as" = (
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken4"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"at" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/paper,
|
||||
/obj/effect/decal/cleanable/cobweb2,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"au" = (
|
||||
/obj/structure/simple_door/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"av" = (
|
||||
/obj/structure/bed/chair/wood{
|
||||
icon_state = "wooden_chair";
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aw" = (
|
||||
/obj/item/stack/material/wood,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"ax" = (
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken6"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"ay" = (
|
||||
/obj/effect/decal/remains/mouse,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"az" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/stack/material/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aA" = (
|
||||
/obj/structure/bed,
|
||||
/obj/item/weapon/bedsheet,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aB" = (
|
||||
/obj/structure/bed/chair/comfy/teal,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aC" = (
|
||||
/obj/structure/bookcase,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aD" = (
|
||||
/obj/structure/table,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aE" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/trash/candle,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aF" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/pen/blue,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aG" = (
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chips,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chips,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aH" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/flame/candle,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aI" = (
|
||||
/obj/structure/bed/chair/wood{
|
||||
icon_state = "wooden_chair";
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aJ" = (
|
||||
/obj/effect/decal/remains/mouse,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aK" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/paper,
|
||||
/obj/item/weapon/paper,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aL" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/paper/crumpled,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aM" = (
|
||||
/obj/structure/frame,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aN" = (
|
||||
/mob/living/simple_mob/animal/giant_spider{
|
||||
attack_armor_pen = 100;
|
||||
attacktext = list("lightly bonked");
|
||||
desc = "Furry and brown, this spider is so goddamn fat you're surprised it even moves around.";
|
||||
faction = "neutral";
|
||||
health = 400;
|
||||
melee_damage_lower = 1;
|
||||
melee_damage_upper = 3;
|
||||
melee_miss_chance = 30;
|
||||
movement_cooldown = 8;
|
||||
name = "Mr. Tuddly"
|
||||
},
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aO" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aP" = (
|
||||
/obj/item/weapon/circuitboard/papershredder,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aQ" = (
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
|
||||
/turf/simulated/floor/carpet/turcarpet,
|
||||
/area/submap/Oldhouse)
|
||||
"aR" = (
|
||||
/obj/effect/decal/cleanable/spiderling_remains,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aS" = (
|
||||
/obj/item/weapon/paper/crumpled,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aT" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/storage/backpack/satchel,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aU" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat,
|
||||
/obj/item/clothing/head/hood/winter,
|
||||
/obj/item/clothing/head/hood/winter,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aV" = (
|
||||
/obj/item/device/flashlight,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aW" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/clothing/shoes/boots/winter,
|
||||
/obj/item/clothing/shoes/boots/winter,
|
||||
/obj/item/clothing/shoes/boots/winter,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aX" = (
|
||||
/obj/structure/coatrack,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"aY" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken6"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"aZ" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood_broken2"
|
||||
},
|
||||
/area/submap/Oldhouse)
|
||||
"ba" = (
|
||||
/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/tram,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
"Uw" = (
|
||||
/obj/machinery/portable_atmospherics/canister/air,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/submap/Oldhouse)
|
||||
|
||||
(1,1,1) = {"
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ae
|
||||
ae
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ad
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
am
|
||||
ai
|
||||
ai
|
||||
aA
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
af
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
aB
|
||||
aE
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
au
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ag
|
||||
ai
|
||||
ai
|
||||
as
|
||||
al
|
||||
aF
|
||||
al
|
||||
aL
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
an
|
||||
an
|
||||
an
|
||||
an
|
||||
ar
|
||||
aI
|
||||
ar
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
an
|
||||
an
|
||||
an
|
||||
an
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ai
|
||||
aR
|
||||
au
|
||||
ai
|
||||
al
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
ao
|
||||
ah
|
||||
aw
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
aM
|
||||
aP
|
||||
ai
|
||||
au
|
||||
ai
|
||||
aT
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ac
|
||||
au
|
||||
au
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
aj
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ae
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ax
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
aS
|
||||
ac
|
||||
ah
|
||||
ah
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ae
|
||||
ai
|
||||
ap
|
||||
ac
|
||||
ai
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
ai
|
||||
ac
|
||||
ah
|
||||
ah
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ae
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ay
|
||||
ac
|
||||
ai
|
||||
aU
|
||||
ac
|
||||
ba
|
||||
ac
|
||||
aa
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ac
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
aV
|
||||
au
|
||||
ai
|
||||
au
|
||||
aa
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ac
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ay
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
ai
|
||||
au
|
||||
ai
|
||||
au
|
||||
aa
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ae
|
||||
aj
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
ar
|
||||
aG
|
||||
aJ
|
||||
aN
|
||||
aQ
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
aW
|
||||
ac
|
||||
ba
|
||||
ac
|
||||
aa
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ae
|
||||
ai
|
||||
aq
|
||||
ac
|
||||
ai
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
aC
|
||||
as
|
||||
ac
|
||||
ai
|
||||
aX
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ae
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ay
|
||||
ac
|
||||
aS
|
||||
ai
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
ai
|
||||
ac
|
||||
ac
|
||||
au
|
||||
au
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ai
|
||||
Uw
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ah
|
||||
ah
|
||||
aq
|
||||
ai
|
||||
au
|
||||
ai
|
||||
aY
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ak
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
an
|
||||
aO
|
||||
ai
|
||||
ai
|
||||
au
|
||||
ai
|
||||
aZ
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
ar
|
||||
an
|
||||
ai
|
||||
ai
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ah
|
||||
as
|
||||
ai
|
||||
az
|
||||
aD
|
||||
aD
|
||||
aK
|
||||
al
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
au
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
al
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
aH
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ad
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(26,1,1) = {"
|
||||
aa
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
at
|
||||
av
|
||||
ai
|
||||
aA
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(27,1,1) = {"
|
||||
aa
|
||||
ad
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ae
|
||||
ae
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
"}
|
||||
(28,1,1) = {"
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
"}
|
||||
@@ -0,0 +1,81 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/pascalb)
|
||||
"c" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/pascalb)
|
||||
"d" = (
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/pascalb)
|
||||
"e" = (
|
||||
/obj/item/poi/pascalb,
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/pascalb)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
e
|
||||
d
|
||||
c
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
c
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
1000
modular_chomp/maps/submaps/surface_submaps/plains/Peninsula.dmm
Normal file
1000
modular_chomp/maps/submaps/surface_submaps/plains/Peninsula.dmm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,26 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"c" = (/obj/random/trash,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"d" = (/obj/random/firstaid,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"e" = (/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"f" = (/obj/random/projectile/sec,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"g" = (/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"h" = (/mob/living/simple_mob/animal/sif/kururak,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"i" = (/obj/random/outcrop,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"j" = (/obj/random/contraband,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"k" = (/mob/living/simple_mob/animal/sif/diyaab,/turf/simulated/mineral/floor/ignore_mapgen,/area/submap/PlainsKururak)
|
||||
"l" = (/obj/random/trash,/turf/template_noop,/area/submap/PlainsKururak)
|
||||
"m" = (/turf/template_noop,/area/submap/PlainsKururak)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaa
|
||||
abbbbbbbaa
|
||||
bbbcdefbaa
|
||||
bbgeehibba
|
||||
bbieebbbba
|
||||
bbbjebklma
|
||||
abbbckkbba
|
||||
aabbbbibba
|
||||
aaaabbbbaa
|
||||
aaaaaaaaaa
|
||||
"}
|
||||
@@ -0,0 +1,55 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/PooledR)
|
||||
"c" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/PooledR)
|
||||
"d" = (/obj/structure/flora/tree/sif,/turf/template_noop,/area/submap/PooledR)
|
||||
"e" = (/obj/structure/table/woodentable,/turf/template_noop,/area/submap/PooledR)
|
||||
"f" = (/obj/structure/table/woodentable,/obj/item/weapon/material/knife,/turf/template_noop,/area/submap/PooledR)
|
||||
"g" = (/obj/structure/flora/ausbushes/palebush,/turf/template_noop,/area/submap/PooledR)
|
||||
"h" = (/obj/structure/table/woodentable,/obj/item/weapon/gun/energy/retro{cell_type = /obj/item/weapon/cell/device/weapon/empty},/turf/template_noop,/area/submap/PooledR)
|
||||
"i" = (/obj/structure/flora/ausbushes/reedbush,/turf/template_noop,/area/submap/PooledR)
|
||||
"j" = (/turf/simulated/floor/outdoors/rocks,/area/submap/PooledR)
|
||||
"k" = (/obj/structure/flora/ausbushes,/turf/template_noop,/area/submap/PooledR)
|
||||
"l" = (/turf/simulated/floor/water,/area/submap/PooledR)
|
||||
"m" = (/obj/structure/flora/ausbushes/grassybush,/turf/template_noop,/area/submap/PooledR)
|
||||
"n" = (/mob/living/simple_mob/animal/passive/fish/trout,/turf/simulated/floor/water,/area/submap/PooledR)
|
||||
"o" = (/mob/living/simple_mob/animal/passive/fish/salmon,/turf/simulated/floor/water,/area/submap/PooledR)
|
||||
"p" = (/turf/simulated/floor/water/deep,/area/submap/PooledR)
|
||||
"q" = (/mob/living/simple_mob/animal/passive/fish/bass,/turf/simulated/floor/water/deep,/area/submap/PooledR)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbcccbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbccccbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbcccccccba
|
||||
abbbbbbbbbbbbbbbbbbbbdbbbbcccccccba
|
||||
abbbbbbbbbbbdbbbbbbbbbbbbbcccccccba
|
||||
abbbbbbbbbbbbbbbbbbbbbdbbccccccccba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbccccccccba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbccccccccba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbccccccccba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbcccccccbba
|
||||
abbdbbbbbbbbbbbbbbbbbbbbbeccccccbba
|
||||
abbbbbbbdbbbbbbbbbbbbbbbbfcccccbbba
|
||||
abbbbbbbbbbbbbbbbbbbbgbbbhcccccbbba
|
||||
abccbbbbbbbbbbbbbbbbbbibccccccbbbba
|
||||
abcccbbbgbbbbbbibbjjjjjjccccccbbbba
|
||||
abcccbbbbbbkbbbjjjjlllllccccccbbbba
|
||||
acccccbbbbbbbjjjjllllllllcccccbbbba
|
||||
acccccbmbbbjjjllllllllllllccccbbbba
|
||||
acccccbbbijjjllllllllnlllccccccbbba
|
||||
abccccbbjjjllllllllllllllccccccbbba
|
||||
abcccccjjlllllolllllpppppccccccbbba
|
||||
abccccccjlllllllllppppppcccccccbbba
|
||||
abcccccccccllllppppqppppccccccccbba
|
||||
abccccccccccclpppppppppcccccccccbba
|
||||
abccccccccccccpppppppppcccccccccbba
|
||||
abcccccccccccccpppppppccccccccccbba
|
||||
abbccccccccccccccccppccccccccccbbba
|
||||
abbcccccccccccccccccccccccccccccbba
|
||||
abbbcccccccccccccccccccccccccccbbba
|
||||
abbbbcccccccccccccccccccccccccbbbba
|
||||
abbbbbbbbccccccccccccccccccccbbbbba
|
||||
abbbbbbbbbbbbbcccccccccccbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
1351
modular_chomp/maps/submaps/surface_submaps/plains/PooledR_vr.dmm
Normal file
1351
modular_chomp/maps/submaps/surface_submaps/plains/PooledR_vr.dmm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,148 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/floor/outdoors/snow,
|
||||
/area/submap/rationcache)
|
||||
"d" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/rationcache)
|
||||
"e" = (
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/rationcache)
|
||||
"f" = (
|
||||
/obj/machinery/portable_atmospherics/hydroponics/soil,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/rationcache)
|
||||
"x" = (
|
||||
/mob/living/simple_mob/vore/aggressive/dino,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/rationcache)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
x
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
e
|
||||
f
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,148 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/floor/outdoors/snow,
|
||||
/area/submap/RationCache)
|
||||
"d" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/RationCache)
|
||||
"e" = (
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/liquidfood,
|
||||
/turf/simulated/mineral/floor/ignore_mapgen,
|
||||
/area/submap/RationCache)
|
||||
"f" = (
|
||||
/obj/machinery/portable_atmospherics/hydroponics/soil,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/RationCache)
|
||||
"x" = (
|
||||
/mob/living/simple_mob/vore/aggressive/dino,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/RationCache)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
x
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
e
|
||||
f
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
d
|
||||
d
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
40
modular_chomp/maps/submaps/surface_submaps/plains/Rocky2.dmm
Normal file
40
modular_chomp/maps/submaps/surface_submaps/plains/Rocky2.dmm
Normal file
@@ -0,0 +1,40 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Rocky2a)
|
||||
"c" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/Rocky2a)
|
||||
"d" = (/obj/structure/flora/tree/sif,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"e" = (/turf/simulated/floor/outdoors/dirt,/area/submap/Rocky2a)
|
||||
"f" = (/obj/structure/flora/tree/pine,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"g" = (/obj/structure/flora/ausbushes/grassybush,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"h" = (/obj/structure/flora/ausbushes/fullgrass,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"i" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"j" = (/obj/structure/flora/ausbushes/sunnybush,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"k" = (/obj/structure/flora/ausbushes/stalkybush,/turf/template_noop,/area/submap/Rocky2a)
|
||||
"l" = (/obj/structure/flora/tree/dead,/turf/template_noop,/area/submap/Rocky2a)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
abbbbbbbbbbbbbbbbbccbbbba
|
||||
abbbbbbbcccccccccbcccbbda
|
||||
abbbbbbccccccccbbbccccbba
|
||||
abbbeecccccccccbbcccccbba
|
||||
afbbecccccccbccbcccccccba
|
||||
abbbecccccccgbbbcccccccba
|
||||
abbbbccccccbbbbbcccccceba
|
||||
abbbbcccccbhbfbbbcccceeea
|
||||
abbbbbbcccbbbbbbicccceeea
|
||||
abbbbbbcccbdbbhbbcccceeea
|
||||
abdbbbccccbbbbbbbbccceeea
|
||||
abbbbccccbbhbbbbbbcceeeea
|
||||
abbbccccccfbbbdbbbcccceea
|
||||
abbeccccccbbbbbbficccceea
|
||||
abbeccccccbgbhbbbbccccbba
|
||||
abbeecccccbbbbbbbbcccccba
|
||||
abbeecccccjbdbbbhbcccccba
|
||||
abbbecccccbbbbbbbccccccba
|
||||
abbbeccceebbkbbbbccccccba
|
||||
abbbbccceeccbbfbcccccbbba
|
||||
abbbbccceeeccccccccccbbba
|
||||
ablbbcccbeccccccbbbcbblba
|
||||
abbbbbbbbbbbcccbbbbbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
16
modular_chomp/maps/submaps/surface_submaps/plains/Rocky5.dmm
Normal file
16
modular_chomp/maps/submaps/surface_submaps/plains/Rocky5.dmm
Normal file
@@ -0,0 +1,16 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Rocky5)
|
||||
"c" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/Rocky5)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaa
|
||||
abbccccccbbbbbbbbcba
|
||||
accccccccbbbbbbbbcba
|
||||
abcccccbbbbbbbbbccca
|
||||
abbcccbbbbbbbbbbccca
|
||||
abbbbbbbbccbbbbbccca
|
||||
abbbbbbbbccbbbbbbcca
|
||||
abbbbbbbbcccbbbbbcba
|
||||
abbbbbbbccccccbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
@@ -0,0 +1,34 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Shakden)
|
||||
"c" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/Shakden)
|
||||
"d" = (/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"e" = (/obj/effect/decal/remains/mouse,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"f" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"g" = (/mob/living/simple_mob/animal/sif/shantak/retaliate,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"h" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"i" = (/mob/living/simple_mob/animal/sif/shantak/retaliate,/turf/simulated/floor/outdoors/dirt,/area/submap/Shakden)
|
||||
"j" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"k" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/material/knife/hook,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaa
|
||||
abbbccccccccccccbbba
|
||||
abccccccccccccccccba
|
||||
abccccdddedfccccccba
|
||||
abccceddgddddddcccca
|
||||
abcchdddddddgddcccca
|
||||
acccdddddccdddddccca
|
||||
accddddcccccdddddcca
|
||||
abcdgddcccccddgddcca
|
||||
abccdddhcceddddddcca
|
||||
abccdddddddddccddcca
|
||||
abcedddddddddccdddba
|
||||
accddgddgdddcccdddba
|
||||
acccdddddddcccdddbba
|
||||
acccddgdddfcccdddbba
|
||||
accccdddijkcccddcbba
|
||||
abccccddddecccddccba
|
||||
abccccccccccccccccba
|
||||
abbccccccbbbbccccbba
|
||||
aaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
@@ -0,0 +1,34 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Shakden)
|
||||
"c" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/Shakden)
|
||||
"d" = (/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"e" = (/obj/effect/decal/remains/mouse,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"f" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"g" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"h" = (/mob/living/simple_mob/vore/aggressive/dragon,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"i" = (/turf/simulated/floor/outdoors/dirt,/area/submap/Shakden)
|
||||
"j" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
"k" = (/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/reagent_containers/food/snacks/meat,/obj/item/weapon/material/knife/hook,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Shakden)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaa
|
||||
abbbccccccccccccbbba
|
||||
abccccccccccccccccba
|
||||
abccccdddedfccccccba
|
||||
abcccedddddddddcccca
|
||||
abccgddddddddddcccca
|
||||
acccdddddccdddddccca
|
||||
accddddcccccdddddcca
|
||||
abcddddcccccdddddcca
|
||||
abccdddgcceddddddcca
|
||||
abccdddddddddcccccca
|
||||
abcedddddddddcccddba
|
||||
accdddddddddcccdddba
|
||||
acccdddhdddcccdddbba
|
||||
acccddddddfcccdddbba
|
||||
accccdddijkcccddcbba
|
||||
abccccddddecccddccba
|
||||
abccccccccccccccccba
|
||||
abbccccccbbbbccccbba
|
||||
aaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
237
modular_chomp/maps/submaps/surface_submaps/plains/Smol3.dmm
Normal file
237
modular_chomp/maps/submaps/surface_submaps/plains/Smol3.dmm
Normal file
@@ -0,0 +1,237 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/Smol3)
|
||||
"c" = (
|
||||
/turf/simulated/wall/wood,
|
||||
/area/submap/Smol3)
|
||||
"d" = (
|
||||
/obj/structure/simple_door/wood,
|
||||
/turf/template_noop,
|
||||
/area/submap/Smol3)
|
||||
"e" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/Smol3)
|
||||
"f" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/Smol3)
|
||||
"g" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chips,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chips,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/Smol3)
|
||||
"h" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/paper{
|
||||
desc = "Lamen's Hunter Shack! Selling freshly hunted meat for six thalers a slab. Support Locale hunters! Also selling Getmore Products for 3 thalers a bag, or 2 thalers for a bottle of water. Please place all payments into the nearbye bag."
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/Smol3)
|
||||
"i" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/Smol3)
|
||||
"j" = (
|
||||
/obj/structure/table/woodentable,
|
||||
/obj/item/weapon/spacecash/c200,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/Smol3)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
e
|
||||
f
|
||||
h
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
d
|
||||
e
|
||||
e
|
||||
i
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
e
|
||||
g
|
||||
j
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
e
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,23 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/SupplyDrop2)
|
||||
"c" = (/turf/simulated/floor/plating,/area/submap/SupplyDrop2)
|
||||
"d" = (/obj/structure/girder/displaced,/turf/template_noop,/area/submap/SupplyDrop2)
|
||||
"e" = (/turf/simulated/wall/titanium,/area/submap/SupplyDrop2)
|
||||
"f" = (/turf/simulated/floor/reinforced,/area/submap/SupplyDrop2)
|
||||
"g" = (/obj/structure/loot_pile/maint/junk,/turf/simulated/floor/reinforced,/area/submap/SupplyDrop2)
|
||||
"h" = (/obj/item/device/flashlight,/turf/simulated/floor/reinforced,/area/submap/SupplyDrop2)
|
||||
"i" = (/obj/structure/loot_pile/maint/technical,/obj/item/device/gps/internal/poi,/obj/item/weapon/cell/device/weapon/empty,/obj/item/weapon/cell/device/weapon/empty,/turf/simulated/floor/plating,/area/submap/SupplyDrop2)
|
||||
"j" = (/obj/structure/loot_pile/maint/technical,/turf/simulated/floor/reinforced,/area/submap/SupplyDrop2)
|
||||
"k" = (/obj/structure/girder,/turf/template_noop,/area/submap/SupplyDrop2)
|
||||
"l" = (/obj/structure/loot_pile/maint/trash,/turf/simulated/floor/reinforced,/area/submap/SupplyDrop2)
|
||||
"m" = (/obj/structure/loot_pile/maint/trash,/turf/simulated/floor/plating,/area/submap/SupplyDrop2)
|
||||
|
||||
(1,1,1) = {"
|
||||
aabbcdaaa
|
||||
abbefbbbb
|
||||
bbeegeebb
|
||||
bffhijfff
|
||||
bbekcekbb
|
||||
bbbkldbba
|
||||
abbbmbbba
|
||||
"}
|
||||
39
modular_chomp/maps/submaps/surface_submaps/plains/Thiefc.dmm
Normal file
39
modular_chomp/maps/submaps/surface_submaps/plains/Thiefc.dmm
Normal file
@@ -0,0 +1,39 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/Thiefc)
|
||||
"c" = (/turf/simulated/mineral/ignore_mapgen,/area/submap/Thiefc)
|
||||
"d" = (/obj/structure/ore_box,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"e" = (/obj/structure/closet/crate,/obj/item/weapon/extinguisher,/obj/item/weapon/extinguisher,/obj/item/weapon/extinguisher,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"f" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"g" = (/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/obj/item/weapon/ore/coal,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"h" = (/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"i" = (/obj/structure/closet/crate,/obj/item/weapon/lipstick,/obj/item/weapon/lipstick/black,/obj/item/weapon/lipstick/random,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"j" = (/obj/structure/table/steel,/obj/item/weapon/beartrap,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"k" = (/obj/vehicle/train/trolley,/obj/random/firstaid,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"l" = (/obj/structure/closet/crate,/obj/item/weapon/folder/blue,/obj/item/weapon/folder/red,/obj/item/weapon/folder/white,/obj/item/weapon/folder/yellow,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"m" = (/obj/structure/table/steel,/obj/item/weapon/paper{desc = "This is some bullshit. First chance we got to knick something that looks half decent turns out to be mostly junk. And now we're getting calls that the other stash we've got has got a spider problem. Fuck this, Between the shitty weather, The pissed of bugs, And now apparently some NT goon running around in the area there's hardly enough reason to stick around. I'm telling Carl I'm out tommorow."; name = "Note"},/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"n" = (/obj/vehicle/train/trolley,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"o" = (/obj/structure/closet/crate,/obj/item/weapon/cell/device/weapon,/obj/item/weapon/cell/device/weapon,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
"p" = (/obj/structure/closet/crate,/obj/item/ammo_magazine/ammo_box/b145,/obj/item/ammo_magazine/ammo_box/b12g/practice,/obj/random/projectile/scrapped_gun,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/Thiefc)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
abcbbbbbcccccccbbbbbbbbba
|
||||
abccccccccdecccccbbbbbbba
|
||||
accccccccfghcchcccbbbbbba
|
||||
accccccchhhhihhccccbbbbba
|
||||
abcccccjhhkhhhlccccbbbbba
|
||||
abbccccmhhnhhhocccccbbbba
|
||||
abbbbbcchhhhhhpccccccbbba
|
||||
abbbbcccchhhhchccccccbbba
|
||||
abbbcccccchhcccccccccbbba
|
||||
abbbbccchhhhccccccccbbbba
|
||||
abbbbbhhhhhcccccccccbbbba
|
||||
abbbbbhhhccccccccccbbbbba
|
||||
abbbccccccccccccccbbbbbba
|
||||
abbbbbcccccccccccbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbba
|
||||
abbbbbbbbbbbbbbbbbbbbbbba
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
"}
|
||||
693
modular_chomp/maps/submaps/surface_submaps/plains/Thiefc_vr.dmm
Normal file
693
modular_chomp/maps/submaps/surface_submaps/plains/Thiefc_vr.dmm
Normal file
@@ -0,0 +1,693 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/Thiefc)
|
||||
"c" = (
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/submap/Thiefc)
|
||||
"d" = (
|
||||
/obj/structure/ore_box,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"e" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/weapon/extinguisher,
|
||||
/obj/item/weapon/extinguisher,
|
||||
/obj/item/weapon/extinguisher,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"f" = (
|
||||
/obj/structure/reagent_dispensers/watertank,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"g" = (
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/obj/item/weapon/ore/coal,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"h" = (
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"i" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/weapon/lipstick,
|
||||
/obj/item/weapon/lipstick/black,
|
||||
/obj/item/weapon/lipstick/random,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"j" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/beartrap,
|
||||
/obj/item/device/survivalcapsule,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"k" = (
|
||||
/obj/vehicle/train/trolley,
|
||||
/obj/random/firstaid,
|
||||
/obj/random/firstaid,
|
||||
/obj/random/firstaid,
|
||||
/obj/random/firstaid,
|
||||
/obj/random/firstaid,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"l" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/device/nif,
|
||||
/obj/item/device/nif/bad,
|
||||
/obj/item/device/nif/bad,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"m" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/weapon/paper{
|
||||
desc = "This is some bullshit. First chance we got to knick something that looks half decent turns out to be mostly junk. And now we're getting calls that the other stash we've got has got a spider problem. Fuck this, Between the shitty weather, The pissed of bugs, And now apparently some NT goon running around in the area there's hardly enough reason to stick around. I'm telling Carl I'm out tommorow.";
|
||||
name = "Note"
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"n" = (
|
||||
/obj/vehicle/train/trolley,
|
||||
/obj/random/multiple/voidsuit,
|
||||
/obj/random/multiple/voidsuit,
|
||||
/obj/random/multiple/voidsuit,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"o" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/weapon/cell/device/weapon,
|
||||
/obj/item/device/perfect_tele/one_beacon,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"p" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/weapon/storage/box/shotgunammo,
|
||||
/obj/item/weapon/storage/box/practiceshells,
|
||||
/obj/item/weapon/grenade/spawnergrenade/manhacks/station,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"u" = (
|
||||
/mob/living/simple_mob/humanoid/merc/ranged/virgo,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
"P" = (
|
||||
/obj/machinery/door/airlock,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/Thiefc)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
P
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
j
|
||||
m
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
h
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
u
|
||||
h
|
||||
h
|
||||
h
|
||||
c
|
||||
c
|
||||
h
|
||||
h
|
||||
h
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
f
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
c
|
||||
h
|
||||
h
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
c
|
||||
d
|
||||
g
|
||||
h
|
||||
k
|
||||
n
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
c
|
||||
e
|
||||
h
|
||||
u
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
i
|
||||
h
|
||||
h
|
||||
h
|
||||
u
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
c
|
||||
h
|
||||
h
|
||||
h
|
||||
h
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
c
|
||||
c
|
||||
h
|
||||
h
|
||||
l
|
||||
o
|
||||
p
|
||||
h
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(21,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(22,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(23,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(24,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(25,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
733
modular_chomp/maps/submaps/surface_submaps/plains/VRDen.dmm
Normal file
733
modular_chomp/maps/submaps/surface_submaps/plains/VRDen.dmm
Normal file
@@ -0,0 +1,733 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/vrden)
|
||||
"c" = (
|
||||
/turf/simulated/wall,
|
||||
/area/submap/vrden)
|
||||
"d" = (
|
||||
/obj/structure/extinguisher_cabinet{
|
||||
pixel_y = 28
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"e" = (
|
||||
/obj/machinery/power/apc{
|
||||
dir = 1;
|
||||
name = "north bump";
|
||||
operating = 0;
|
||||
pixel_x = 0;
|
||||
pixel_y = 24
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/cable/green{
|
||||
d2 = 2;
|
||||
icon_state = "0-2"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"f" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/cable/green{
|
||||
d1 = 2;
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 1;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"g" = (
|
||||
/obj/machinery/power/port_gen/pacman,
|
||||
/obj/structure/cable/green{
|
||||
d2 = 8;
|
||||
icon_state = "0-8"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"h" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/fiftyspawner/phoron,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"i" = (
|
||||
/obj/structure/table/standard{
|
||||
name = "plastic table frame"
|
||||
},
|
||||
/obj/item/integrated_circuit/memory,
|
||||
/obj/item/weapon/paper{
|
||||
info = "To: Whoever reads it\[br]From: Simulant\[br]Went away to grab some spare parts, won't return for couple weeks. Can't support larger scale sims without machines I lost yesterday. Please don't touch my stuff, while I'm gone.";
|
||||
name = "note"
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"j" = (
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"k" = (
|
||||
/obj/effect/decal/cleanable/blood/oil,
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 4;
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"l" = (
|
||||
/obj/structure/cable/green{
|
||||
d2 = 8;
|
||||
icon_state = "0-8"
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d2 = 4;
|
||||
icon_state = "0-4"
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"m" = (
|
||||
/obj/machinery/power/smes/buildable/point_of_interest,
|
||||
/obj/structure/cable/green{
|
||||
d2 = 8;
|
||||
icon_state = "0-8"
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"n" = (
|
||||
/obj/effect/decal/cleanable/blood/oil,
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/submap/vrden)
|
||||
"o" = (
|
||||
/obj/machinery/vr_sleeper,
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/submap/vrden)
|
||||
"p" = (
|
||||
/obj/structure/cryofeed,
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/submap/vrden)
|
||||
"q" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/bed/chair{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
brightness_color = "#DA0205";
|
||||
brightness_power = 1;
|
||||
brightness_range = 5;
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"r" = (
|
||||
/obj/structure/table/standard{
|
||||
name = "plastic table frame"
|
||||
},
|
||||
/obj/item/weapon/paper{
|
||||
info = "your maps suck";
|
||||
name = "dissatisfied letter"
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"s" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/integrated_circuit/logic/binary,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"t" = (
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"u" = (
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"v" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"w" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/light{
|
||||
dir = 8;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/submap/vrden)
|
||||
"x" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"y" = (
|
||||
/obj/structure/table/standard{
|
||||
name = "plastic table frame"
|
||||
},
|
||||
/obj/item/broken_device/random,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"z" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"A" = (
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/submap/vrden)
|
||||
"B" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/submap/vrden)
|
||||
"C" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"D" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/frame,
|
||||
/obj/item/integrated_circuit/logic/unary/not,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"E" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/telecomms/server{
|
||||
name = "Server"
|
||||
},
|
||||
/obj/item/device/gps/internal/poi,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"F" = (
|
||||
/obj/item/integrated_circuit/logic/binary,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"G" = (
|
||||
/obj/machinery/light/small/flicker,
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"H" = (
|
||||
/obj/machinery/telecomms/processor,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"I" = (
|
||||
/obj/effect/decal/cleanable/blood/oil/streak,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"J" = (
|
||||
/obj/machinery/door/airlock/glass,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"K" = (
|
||||
/obj/effect/decal/remains/posi,
|
||||
/obj/item/weapon/paper{
|
||||
info = "pain sim on your hardware is top-notch, 10/10, would be burned alive again";
|
||||
name = "satisfied letter"
|
||||
},
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"L" = (
|
||||
/obj/structure/closet/toolcloset,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"M" = (
|
||||
/obj/item/integrated_circuit/smart/basic_pathfinder,
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"N" = (
|
||||
/obj/structure/girder/displaced,
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"O" = (
|
||||
/obj/structure/loot_pile/maint/technical,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"P" = (
|
||||
/obj/effect/decal/cleanable/blood/oil,
|
||||
/turf/simulated/floor/tiled/steel,
|
||||
/area/submap/vrden)
|
||||
"Q" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 4;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"R" = (
|
||||
/obj/structure/loot_pile/maint/junk,
|
||||
/turf/template_noop,
|
||||
/area/submap/vrden)
|
||||
"S" = (
|
||||
/obj/machinery/door/airlock,
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"T" = (
|
||||
/obj/structure/toilet{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/device/integrated_electronics/debugger,
|
||||
/obj/machinery/light{
|
||||
dir = 1;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/submap/vrden)
|
||||
"U" = (
|
||||
/obj/machinery/door/airlock,
|
||||
/turf/simulated/floor/tiled/steel_dirty,
|
||||
/area/submap/vrden)
|
||||
"V" = (
|
||||
/obj/effect/decal/remains/robot,
|
||||
/turf/template_noop,
|
||||
/area/submap/vrden)
|
||||
"W" = (
|
||||
/obj/machinery/light{
|
||||
dir = 1;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/submap/vrden)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
h
|
||||
q
|
||||
x
|
||||
z
|
||||
C
|
||||
j
|
||||
I
|
||||
K
|
||||
c
|
||||
R
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
i
|
||||
r
|
||||
y
|
||||
x
|
||||
u
|
||||
F
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
d
|
||||
j
|
||||
s
|
||||
z
|
||||
t
|
||||
D
|
||||
t
|
||||
c
|
||||
L
|
||||
O
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
e
|
||||
k
|
||||
t
|
||||
u
|
||||
u
|
||||
u
|
||||
G
|
||||
c
|
||||
t
|
||||
P
|
||||
j
|
||||
c
|
||||
W
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
f
|
||||
l
|
||||
u
|
||||
t
|
||||
x
|
||||
u
|
||||
u
|
||||
J
|
||||
t
|
||||
Q
|
||||
C
|
||||
U
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
g
|
||||
m
|
||||
v
|
||||
u
|
||||
t
|
||||
E
|
||||
H
|
||||
c
|
||||
M
|
||||
c
|
||||
S
|
||||
c
|
||||
W
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
z
|
||||
t
|
||||
c
|
||||
c
|
||||
c
|
||||
N
|
||||
c
|
||||
T
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
n
|
||||
w
|
||||
A
|
||||
B
|
||||
A
|
||||
A
|
||||
w
|
||||
B
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
o
|
||||
o
|
||||
o
|
||||
o
|
||||
o
|
||||
o
|
||||
o
|
||||
o
|
||||
c
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(15,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
p
|
||||
c
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(16,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
c
|
||||
b
|
||||
V
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(17,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(18,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(19,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
"}
|
||||
(20,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
210
modular_chomp/maps/submaps/surface_submaps/plains/beacons.dmm
Normal file
210
modular_chomp/maps/submaps/surface_submaps/plains/beacons.dmm
Normal file
@@ -0,0 +1,210 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/beacons)
|
||||
"b" = (
|
||||
/obj/structure/marker_beacon,
|
||||
/turf/template_noop,
|
||||
/area/submap/beacons)
|
||||
"c" = (
|
||||
/obj/item/stack/marker_beacon{
|
||||
amount = 3
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/submap/beacons)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
b
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
160
modular_chomp/maps/submaps/surface_submaps/plains/bonfire.dmm
Normal file
160
modular_chomp/maps/submaps/surface_submaps/plains/bonfire.dmm
Normal file
@@ -0,0 +1,160 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/submap/bonfire)
|
||||
"b" = (
|
||||
/obj/item/stack/material/log/sif,
|
||||
/turf/template_noop,
|
||||
/area/submap/bonfire)
|
||||
"c" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
"d" = (
|
||||
/obj/item/weapon/flame/lighter/random,
|
||||
/turf/template_noop,
|
||||
/area/submap/bonfire)
|
||||
"e" = (
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
"f" = (
|
||||
/obj/item/weapon/stool/padded,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
"g" = (
|
||||
/obj/structure/bonfire/sifwood,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
"h" = (
|
||||
/obj/item/weapon/material/knife/machete,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
"i" = (
|
||||
/obj/item/clothing/head/helmet/material/makeshift,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
"j" = (
|
||||
/obj/item/stack/material/log/sif,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/bonfire)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
c
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
e
|
||||
c
|
||||
i
|
||||
c
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
f
|
||||
g
|
||||
c
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
c
|
||||
h
|
||||
j
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
c
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
203
modular_chomp/maps/submaps/surface_submaps/plains/camp.dmm
Normal file
203
modular_chomp/maps/submaps/surface_submaps/plains/camp.dmm
Normal file
@@ -0,0 +1,203 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/wall/log_sif,
|
||||
/area/submap/camp)
|
||||
"c" = (
|
||||
/obj/structure/grille/rustic,
|
||||
/obj/structure/window/reinforced/full,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/camp)
|
||||
"d" = (
|
||||
/obj/structure/bed/padded,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
"e" = (
|
||||
/obj/item/device/flashlight/lantern,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
"f" = (
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
"g" = (
|
||||
/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
"h" = (
|
||||
/obj/structure/simple_door/sifwood,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
"i" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/gun/launcher/crossbow,
|
||||
/obj/item/stack/rods{
|
||||
amount = 17
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
"j" = (
|
||||
/obj/item/stack/material/log/sif{
|
||||
amount = 25
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"k" = (
|
||||
/obj/structure/table/bench/wooden,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp)
|
||||
"l" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp)
|
||||
"m" = (
|
||||
/obj/item/weapon/material/knife/machete/hatchet,
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"n" = (
|
||||
/obj/item/weapon/flame/lighter,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp)
|
||||
"o" = (
|
||||
/obj/structure/bonfire/sifwood,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp)
|
||||
"y" = (
|
||||
/obj/machinery/portable_atmospherics/canister/air,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
g
|
||||
b
|
||||
a
|
||||
k
|
||||
k
|
||||
k
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
l
|
||||
l
|
||||
l
|
||||
n
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
y
|
||||
e
|
||||
h
|
||||
f
|
||||
h
|
||||
l
|
||||
o
|
||||
l
|
||||
l
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
i
|
||||
b
|
||||
j
|
||||
k
|
||||
k
|
||||
k
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
m
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
28
modular_chomp/maps/submaps/surface_submaps/plains/camp1.dmm
Normal file
28
modular_chomp/maps/submaps/surface_submaps/plains/camp1.dmm
Normal file
@@ -0,0 +1,28 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/simulated/wall/log_sif,/area/submap/camp1)
|
||||
"c" = (/obj/structure/grille/rustic,/obj/structure/window/reinforced/full,/turf/simulated/floor/plating,/area/submap/camp1)
|
||||
"d" = (/obj/structure/bed/padded,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/camp1)
|
||||
"e" = (/obj/item/device/flashlight/lantern,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/camp1)
|
||||
"f" = (/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/camp1)
|
||||
"g" = (/obj/machinery/space_heater,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/camp1)
|
||||
"h" = (/obj/structure/simple_door/sifwood,/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/camp1)
|
||||
"i" = (/obj/structure/table/rack,/obj/item/weapon/gun/launcher/crossbow,/obj/item/stack/rods{amount = 17},/turf/simulated/floor/outdoors/dirt{outdoors = 0},/area/submap/camp1)
|
||||
"j" = (/obj/item/stack/material/log/sif{amount = 25},/turf/template_noop,/area/template_noop)
|
||||
"k" = (/obj/structure/table/bench/wooden,/turf/simulated/floor/outdoors/dirt,/area/submap/camp1)
|
||||
"l" = (/turf/simulated/floor/outdoors/dirt,/area/submap/camp1)
|
||||
"m" = (/obj/item/weapon/material/knife/machete/hatchet,/turf/template_noop,/area/template_noop)
|
||||
"n" = (/obj/structure/bonfire/sifwood,/turf/simulated/floor/outdoors/dirt,/area/submap/camp1)
|
||||
"o" = (/obj/item/weapon/flame/lighter,/turf/simulated/floor/outdoors/dirt,/area/submap/camp1)
|
||||
|
||||
(1,1,1) = {"
|
||||
abbbcbbbaa
|
||||
abddeddbaa
|
||||
acfffffcaa
|
||||
abgbhbibaa
|
||||
abbbfbbbaa
|
||||
aaabhbjaaa
|
||||
aaklllkmaa
|
||||
aaklnlkaaa
|
||||
aaklllkaaa
|
||||
aaaollaaaa
|
||||
"}
|
||||
199
modular_chomp/maps/submaps/surface_submaps/plains/camp1_vr.dmm
Normal file
199
modular_chomp/maps/submaps/surface_submaps/plains/camp1_vr.dmm
Normal file
@@ -0,0 +1,199 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/wall/log_sif,
|
||||
/area/submap/camp1)
|
||||
"c" = (
|
||||
/obj/structure/grille/rustic,
|
||||
/obj/structure/window/reinforced/full,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/submap/camp1)
|
||||
"d" = (
|
||||
/obj/structure/bed/padded,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
"e" = (
|
||||
/obj/item/device/flashlight/lantern,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
"f" = (
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
"g" = (
|
||||
/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/tram,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
"h" = (
|
||||
/obj/structure/simple_door/sifwood,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
"i" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/weapon/gun/launcher/crossbow,
|
||||
/obj/item/stack/rods{
|
||||
amount = 17
|
||||
},
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
"j" = (
|
||||
/obj/item/stack/material/log/sif{
|
||||
amount = 25
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"k" = (
|
||||
/obj/structure/table/bench/wooden,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp1)
|
||||
"l" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp1)
|
||||
"m" = (
|
||||
/obj/item/weapon/material/knife/machete/hatchet,
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"n" = (
|
||||
/obj/item/weapon/flame/lighter,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/camp1)
|
||||
"y" = (
|
||||
/obj/machinery/portable_atmospherics/canister/air,
|
||||
/turf/simulated/floor/outdoors/dirt{
|
||||
outdoors = 0
|
||||
},
|
||||
/area/submap/camp1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
g
|
||||
b
|
||||
a
|
||||
k
|
||||
k
|
||||
k
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
l
|
||||
l
|
||||
l
|
||||
n
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
y
|
||||
e
|
||||
h
|
||||
f
|
||||
h
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
b
|
||||
b
|
||||
b
|
||||
l
|
||||
l
|
||||
l
|
||||
l
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
b
|
||||
d
|
||||
f
|
||||
i
|
||||
b
|
||||
j
|
||||
k
|
||||
k
|
||||
k
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
b
|
||||
b
|
||||
c
|
||||
b
|
||||
b
|
||||
a
|
||||
m
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
267
modular_chomp/maps/submaps/surface_submaps/plains/chemspill1.dmm
Normal file
267
modular_chomp/maps/submaps/surface_submaps/plains/chemspill1.dmm
Normal file
@@ -0,0 +1,267 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/floor/outdoors/snow,
|
||||
/area/template_noop)
|
||||
"e" = (
|
||||
/turf/simulated/floor/outdoors/snow,
|
||||
/area/submap/chemspill)
|
||||
"f" = (
|
||||
/obj/effect/decal/remains/deer,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/chemspill)
|
||||
"g" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/chemspill)
|
||||
"h" = (
|
||||
/turf/simulated/floor/outdoors/mud,
|
||||
/area/submap/chemspill)
|
||||
"i" = (
|
||||
/turf/simulated/floor/water/contaminated,
|
||||
/area/submap/chemspill)
|
||||
"j" = (
|
||||
/obj/structure/prop/poicanister,
|
||||
/turf/simulated/floor/water/contaminated,
|
||||
/area/submap/chemspill)
|
||||
"k" = (
|
||||
/obj/effect/decal/remains/mouse,
|
||||
/turf/simulated/floor/water/contaminated,
|
||||
/area/submap/chemspill)
|
||||
"l" = (
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/chemspill)
|
||||
"m" = (
|
||||
/obj/effect/decal/remains/ribcage,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/chemspill)
|
||||
"n" = (
|
||||
/obj/effect/decal/remains/lizard,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/chemspill)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
g
|
||||
l
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
f
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
l
|
||||
l
|
||||
g
|
||||
n
|
||||
g
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
l
|
||||
g
|
||||
h
|
||||
h
|
||||
g
|
||||
l
|
||||
l
|
||||
g
|
||||
e
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
l
|
||||
i
|
||||
h
|
||||
i
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
e
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
i
|
||||
j
|
||||
i
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
e
|
||||
g
|
||||
h
|
||||
h
|
||||
i
|
||||
k
|
||||
i
|
||||
h
|
||||
e
|
||||
e
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
e
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
i
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
e
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
g
|
||||
m
|
||||
e
|
||||
g
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
g
|
||||
l
|
||||
g
|
||||
l
|
||||
e
|
||||
g
|
||||
g
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
l
|
||||
l
|
||||
e
|
||||
a
|
||||
g
|
||||
g
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
e
|
||||
g
|
||||
g
|
||||
e
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
g
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,267 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/turf/simulated/floor/outdoors/snow,
|
||||
/area/template_noop)
|
||||
"e" = (
|
||||
/turf/simulated/floor/outdoors/snow,
|
||||
/area/submap/ChemSpill1)
|
||||
"f" = (
|
||||
/obj/effect/decal/remains/deer,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/ChemSpill1)
|
||||
"g" = (
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/ChemSpill1)
|
||||
"h" = (
|
||||
/turf/simulated/floor/outdoors/mud,
|
||||
/area/submap/ChemSpill1)
|
||||
"i" = (
|
||||
/turf/simulated/floor/water/contaminated,
|
||||
/area/submap/ChemSpill1)
|
||||
"j" = (
|
||||
/obj/structure/prop/poicanister,
|
||||
/turf/simulated/floor/water/contaminated,
|
||||
/area/submap/ChemSpill1)
|
||||
"k" = (
|
||||
/obj/effect/decal/remains/mouse,
|
||||
/turf/simulated/floor/water/contaminated,
|
||||
/area/submap/ChemSpill1)
|
||||
"l" = (
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/area/submap/ChemSpill1)
|
||||
"m" = (
|
||||
/obj/effect/decal/remains/ribcage,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/ChemSpill1)
|
||||
"n" = (
|
||||
/obj/effect/decal/remains/lizard,
|
||||
/turf/simulated/floor/outdoors/dirt,
|
||||
/area/submap/ChemSpill1)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
g
|
||||
l
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
f
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
l
|
||||
l
|
||||
g
|
||||
n
|
||||
g
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
l
|
||||
g
|
||||
h
|
||||
h
|
||||
g
|
||||
l
|
||||
l
|
||||
g
|
||||
e
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
l
|
||||
i
|
||||
h
|
||||
i
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
e
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
i
|
||||
j
|
||||
i
|
||||
h
|
||||
h
|
||||
g
|
||||
g
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
a
|
||||
a
|
||||
g
|
||||
g
|
||||
e
|
||||
g
|
||||
h
|
||||
h
|
||||
i
|
||||
k
|
||||
i
|
||||
h
|
||||
e
|
||||
e
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
a
|
||||
e
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
i
|
||||
h
|
||||
h
|
||||
h
|
||||
g
|
||||
e
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
a
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
g
|
||||
h
|
||||
g
|
||||
m
|
||||
e
|
||||
g
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
g
|
||||
l
|
||||
g
|
||||
l
|
||||
e
|
||||
g
|
||||
g
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
g
|
||||
g
|
||||
g
|
||||
e
|
||||
e
|
||||
l
|
||||
l
|
||||
e
|
||||
a
|
||||
g
|
||||
g
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
e
|
||||
g
|
||||
g
|
||||
e
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
g
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
a
|
||||
a
|
||||
e
|
||||
e
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
"}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user