Merge remote-tracking branch 'Virgo_Master/master'

This commit is contained in:
Rykka
2019-10-03 12:31:30 -06:00
17 changed files with 7186 additions and 0 deletions
@@ -97,3 +97,10 @@
mappath = 'oldshuttle.dmm'
cost = 30
allow_duplicates = FALSE
/datum/map_template/debrisfield/alien_massive_derelict
name = "Alien Derelict"
mappath = 'derelict.dmm'
cost = 35
allow_duplicates = FALSE
discard_prob = 50
@@ -16,6 +16,28 @@
/mob/living/simple_mob/animal/space/carp/large/huge = 1
)
/obj/tether_away_spawner/debrisfield/derelict
name = "debris field derelict random mob spawner"
faction = "derelict"
mobs_to_pick_from = list(
/mob/living/simple_mob/mechanical/corrupt_maint_drone = 2,
/mob/living/simple_mob/mechanical/infectionbot = 3,
/mob/living/simple_mob/mechanical/combat_drone = 1
)
/obj/tether_away_spawner/debrisfield/derelict/corrupt_maint_swarm
name = "debris field derelict maint swarm"
faction = "derelict"
mobs_to_pick_from = list(
/mob/living/simple_mob/mechanical/corrupt_maint_drone = 4
)
/obj/tether_away_spawner/debrisfield/derelict/mech_wizard
name = "debris field derelict wizard lol"
faction = "derelict"
mobs_to_pick_from = list(
/mob/living/simple_mob/mechanical/technomancer_golem = 2
)
//Sciship
/mob/living/simple_mob/tomato/space
File diff suppressed because it is too large Load Diff
@@ -85,7 +85,72 @@
cost = 5
allow_duplicates = FALSE
/datum/map_template/underdark/old_drone_hive
name = "Underdark Old Drone Hive"
mappath = 'old_drone_hive.dmm'
cost = 25
/datum/map_template/underdark/phoron_rat_den
name = "Underdark Phoron Rat Den"
mappath = 'phoron_rat_den.dmm'
cost = 35
allow_duplicates = FALSE
/datum/map_template/underdark/subterranean_lake
name = "Underdark Underground Lake"
mappath = 'subterranean_lake.dmm'
cost = 5
/datum/map_template/underdark/spider_nest
name = "Underdark Spider Nest"
mappath = 'spider_nest.dmm'
cost = 15
/datum/map_template/underdark/rykka_easter_egg // bark bark Rykka was here. <3
name = "Underdark GSD"
mappath = 'rykka_easter_egg.dmm'
cost = 5
allow_duplicates = FALSE
/datum/map_template/underdark/tree_shrine
name = "Underdark Tree"
mappath = 'tree_shrine.dmm'
cost = 10
allow_duplicates = FALSE
/datum/map_template/underdark/abandoned_outpost
name = "Underdark Abandonded Outpost"
mappath = 'abandonded_outpost.dmm'
cost = 45
allow_duplicates = FALSE
/datum/map_template/underdark/mimicry
name = "Underdark Mimic Death"
mappath = 'mimicry.dmm'
cost = 15
/datum/map_template/underdark/wolf_den
name = "Underdark Wolf Den"
mappath = 'wolf_den.dmm'
cost = 15
/datum/map_template/underdark/puzzle_corridor
name = "Underdark Puzzle Corridor"
mappath = 'puzzle_corridor.dmm'
cost = 10
/*
// Comment out unfinished/unbalanced POI's here
/datum/map_template/underdark/rad_threat
name = "Underdark Rad Threat"
mappath = 'rad_threat.dmm'
cost = 10
/datum/map_template/underdark/broken_engine
name = "Underdark Broken Twin Engine"
mappath = 'broken_engine.dmm'
cost = 10
/datum/map_template/underdark/boss_mob
name = "Underdark Boss Mob Spawn"
mappath = 'boss_mob.dmm'
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,136 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/mine/explored/underdark)
"b" = (
/turf/simulated/wall,
/area/mine/explored/underdark)
"c" = (
/obj/machinery/door/airlock/glass_engineering,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"d" = (
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"e" = (
/obj/structure/sign/warning/radioactive,
/turf/simulated/wall,
/area/mine/explored/underdark)
"f" = (
/obj/structure/sign/warning/radioactive,
/obj/effect/map_effect/interval/sound_emitter/geiger/high,
/turf/simulated/wall,
/area/mine/explored/underdark)
"g" = (
/obj/item/device/geiger,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/effect/map_effect/radiation_emitter/strong,
/obj/item/poi/brokenoldreactor,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"i" = (
/obj/effect/map_effect/interval/sound_emitter/geiger/ext,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
b
b
b
b
b
b
b
a
"}
(3,1,1) = {"
a
e
d
d
d
d
d
b
a
"}
(4,1,1) = {"
a
c
d
d
d
h
d
b
a
"}
(5,1,1) = {"
a
f
g
d
d
i
d
b
a
"}
(6,1,1) = {"
a
c
d
d
d
h
d
b
a
"}
(7,1,1) = {"
a
e
d
d
d
d
d
b
a
"}
(8,1,1) = {"
a
b
b
b
b
b
b
b
a
"}
(9,1,1) = {"
a
a
a
a
a
a
a
a
a
"}
@@ -0,0 +1,101 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/template_noop,
/area/mine/explored/underdark)
"c" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"d" = (
/obj/structure/closet/crate,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"e" = (
/obj/structure/closet/crate/mimic/cointoss,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"f" = (
/obj/structure/closet/crate/mimic/guaranteed,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"g" = (
/obj/structure/closet/crate/mimic/dangerous,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/structure/closet/crate/mimic/safe,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"i" = (
/obj/effect/decal/remains/deer,
/obj/effect/decal/cleanable/blood,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"j" = (
/obj/effect/decal/remains/tajaran,
/obj/effect/decal/cleanable/blood,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
b
c
e
d
g
h
f
a
"}
(3,1,1) = {"
b
b
c
i
c
c
d
a
"}
(4,1,1) = {"
b
b
c
c
c
j
g
a
"}
(5,1,1) = {"
b
c
d
f
d
f
d
a
"}
(6,1,1) = {"
a
a
a
a
a
a
a
a
"}
@@ -0,0 +1,138 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/template_noop,
/area/mine/explored/underdark)
"c" = (
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"d" = (
/obj/effect/decal/remains/tajaran,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"e" = (
/obj/effect/decal/remains/tajaran,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"f" = (
/obj/random/underdark,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"g" = (
/obj/effect/decal/remains/deer,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/structure/ore_box,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"i" = (
/turf/simulated/wall,
/area/mine/explored/underdark)
"j" = (
/obj/random/underdark,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"k" = (
/obj/structure/old_roboprinter,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"l" = (
/obj/tether_away_spawner/underdark_drone_swarm,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
"m" = (
/obj/structure/barricade,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"n" = (
/obj/machinery/door/airlock/multi_tile/glass,
/turf/simulated/floor/tiled/steel_dirty/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
b
b
f
b
b
i
d
i
i
i
i
i
"}
(2,1,1) = {"
b
b
a
b
b
i
c
c
c
c
c
i
"}
(3,1,1) = {"
a
e
a
m
h
n
c
k
k
k
c
i
"}
(4,1,1) = {"
a
a
a
m
a
c
c
c
c
c
c
i
"}
(5,1,1) = {"
b
b
g
b
b
i
c
l
l
l
c
i
"}
(6,1,1) = {"
b
b
a
b
b
i
j
i
i
i
i
i
"}
@@ -0,0 +1,309 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/obj/effect/decal/cleanable/cobweb,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/template_noop,
/area/mine/explored/underdark)
"c" = (
/turf/simulated/mineral/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"d" = (
/obj/effect/decal/cleanable/blood/tracks/paw,
/obj/effect/decal/cleanable/blood/drip,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"f" = (
/obj/structure/barricade,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"g" = (
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"i" = (
/obj/effect/decal/cleanable/blood/tracks/paw,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"j" = (
/obj/effect/decal/remains/mouse,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"k" = (
/mob/living/simple_mob/vore/aggressive/rat/phoron,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"l" = (
/obj/effect/decal/cleanable/blood,
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"m" = (
/obj/effect/decal/remains/deer,
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"n" = (
/obj/structure/frame,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"o" = (
/obj/structure/bonfire/permanent,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"p" = (
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"q" = (
/obj/effect/decal/remains/tajaran,
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"r" = (
/obj/effect/decal/cleanable/blood/drip,
/obj/structure/barricade,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"s" = (
/obj/effect/decal/remains/human,
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"t" = (
/obj/structure/girder,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"u" = (
/obj/structure/outcrop/diamond,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
b
b
b
c
c
c
c
c
c
c
c
c
"}
(2,1,1) = {"
b
b
b
c
a
g
g
g
g
p
m
c
"}
(3,1,1) = {"
b
b
b
c
g
k
g
g
k
g
p
c
"}
(4,1,1) = {"
c
c
c
c
g
g
g
g
g
g
q
c
"}
(5,1,1) = {"
a
g
g
g
g
g
g
g
g
g
g
c
"}
(6,1,1) = {"
d
d
d
i
j
g
g
n
g
g
g
c
"}
(7,1,1) = {"
c
g
h
i
g
g
g
g
g
g
g
c
"}
(8,1,1) = {"
c
g
h
d
d
l
m
o
g
g
q
c
"}
(9,1,1) = {"
c
g
g
g
g
g
h
h
g
g
g
c
"}
(10,1,1) = {"
c
g
g
u
g
m
g
h
g
g
s
c
"}
(11,1,1) = {"
f
g
g
g
g
g
g
h
g
g
g
c
"}
(12,1,1) = {"
f
g
g
g
g
g
g
h
g
g
g
c
"}
(13,1,1) = {"
c
c
c
c
g
k
g
h
g
g
g
c
"}
(14,1,1) = {"
b
b
b
c
g
g
g
h
g
g
m
c
"}
(15,1,1) = {"
b
b
b
c
t
g
g
h
g
p
m
c
"}
(16,1,1) = {"
b
b
b
c
c
c
c
r
c
c
c
c
"}
@@ -0,0 +1,111 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/unsimulated/mineral/virgo3b,
/area/mine/explored/underdark)
"c" = (
/obj/tether_away_spawner/underdark_normal,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"d" = (
/turf/template_noop,
/area/mine/explored/underdark)
(1,1,1) = {"
d
d
d
b
a
a
b
a
b
a
b
d
d
d
"}
(2,1,1) = {"
b
b
b
a
a
a
b
a
b
a
c
b
b
b
"}
(3,1,1) = {"
a
a
a
a
a
b
a
a
b
b
b
b
a
a
"}
(4,1,1) = {"
a
a
b
a
b
a
a
a
a
b
a
a
a
a
"}
(5,1,1) = {"
b
b
b
a
a
a
c
b
a
a
a
b
b
b
"}
(6,1,1) = {"
d
d
b
a
a
b
b
a
a
b
a
b
d
d
"}
@@ -0,0 +1,63 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/template_noop,
/area/mine/explored/underdark)
"c" = (
/obj/effect/map_effect/radiation_emitter{
desc = "if you can see this, poke a coder"
},
/obj/item/poi/brokenoldreactor,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
b
b
a
a
b
b
"}
(2,1,1) = {"
a
a
a
a
a
a
"}
(3,1,1) = {"
b
a
a
c
a
b
"}
(4,1,1) = {"
b
a
a
a
a
b
"}
(5,1,1) = {"
a
a
a
a
a
a
"}
(6,1,1) = {"
b
b
a
a
b
b
"}
@@ -0,0 +1,66 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/simulated/mineral/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"c" = (
/obj/structure/dogbed,
/mob/living/simple_mob/animal/wolf/phoron{
attacktext = list("attacked, bites, gnaws");
color = "#6D5843";
desc = "This canine looks like a GSD. It has a collar tagged, 'Bitch'";
friendly = list("nuzzles, cuddles, rubs against");
name = "Rykka";
size_multiplier = 1.25;
tt_desc = "Canidae";
vore_bump_chance = 100;
vore_bump_emote = "clamps down on with iron jaws";
vore_default_contamination_color = "purple";
vore_default_contamination_flavor = "Acrid";
vore_digest_chance = 85;
vore_escape_chance = 5;
vore_pounce_chance = 100;
vore_pounce_maxhealth = 100;
vore_stomach_flavor = "A black-and-purple veined gut, pulsing warmly around you. Loud gurgles sound around you as the gut squishes inwards and attempts to crush you - Rykka seems intent on digesting you, like the meat you are.";
vore_stomach_name = "Gut"
},
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
b
b
a
b
b
"}
(2,1,1) = {"
b
a
a
a
b
"}
(3,1,1) = {"
a
a
c
a
a
"}
(4,1,1) = {"
b
a
a
a
b
"}
(5,1,1) = {"
b
b
a
b
b
"}
@@ -0,0 +1,111 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/template_noop,
/area/mine/explored/underdark)
"c" = (
/turf/simulated/mineral/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"d" = (
/obj/tether_away_spawner/underdark_normal,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"e" = (
/obj/effect/decal/cleanable/spiderling_remains,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"f" = (
/obj/effect/decal/cleanable/cobweb,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"g" = (
/obj/effect/decal/cleanable/cobweb2,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/structure/barricade,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"i" = (
/obj/structure/bonfire/permanent,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"j" = (
/obj/random/underdark/uncertain,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"k" = (
/obj/random/underdark,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"l" = (
/obj/random/outcrop,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
b
c
a
e
a
b
"}
(2,1,1) = {"
c
c
a
a
a
k
"}
(3,1,1) = {"
e
f
a
d
a
a
"}
(4,1,1) = {"
e
a
a
i
a
a
"}
(5,1,1) = {"
l
d
a
j
a
a
"}
(6,1,1) = {"
b
b
a
a
d
g
"}
(7,1,1) = {"
b
b
a
e
c
c
"}
(8,1,1) = {"
b
b
h
h
c
c
"}
@@ -0,0 +1,162 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/mine/explored/underdark)
"b" = (
/turf/simulated/floor/water,
/area/mine/explored/underdark)
"c" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"d" = (
/turf/simulated/floor/water/deep,
/area/mine/explored/underdark)
"e" = (
/obj/tether_away_spawner/underdark_normal,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
a
a
c
c
c
c
c
c
a
a
"}
(2,1,1) = {"
a
e
c
b
b
b
b
c
c
a
"}
(3,1,1) = {"
c
c
b
d
d
d
d
b
c
a
"}
(4,1,1) = {"
c
b
d
d
d
d
d
d
b
c
"}
(5,1,1) = {"
c
b
d
d
d
d
d
d
b
c
"}
(6,1,1) = {"
c
b
d
d
d
d
d
d
b
c
"}
(7,1,1) = {"
c
b
d
d
d
d
d
d
b
c
"}
(8,1,1) = {"
c
b
d
d
d
d
d
d
b
c
"}
(9,1,1) = {"
c
b
d
d
d
d
d
d
b
c
"}
(10,1,1) = {"
c
c
b
d
d
d
d
b
c
a
"}
(11,1,1) = {"
a
c
c
b
b
b
b
c
e
a
"}
(12,1,1) = {"
a
a
c
c
c
c
c
c
a
a
"}
@@ -0,0 +1,115 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
"b" = (
/obj/structure/flora/ausbushes/ppflowers,
/turf/simulated/floor/outdoors/grass/sif/virgo3b,
/area/mine/explored/underdark)
"c" = (
/turf/template_noop,
/area/mine/explored/underdark)
"d" = (
/obj/structure/flora/ausbushes/fullgrass,
/turf/simulated/floor/outdoors/grass/sif/virgo3b,
/area/mine/explored/underdark)
"e" = (
/obj/structure/flora/ausbushes/leafybush,
/turf/simulated/floor/outdoors/grass/sif/virgo3b,
/area/mine/explored/underdark)
"f" = (
/turf/simulated/floor/outdoors/grass/sif/virgo3b,
/area/mine/explored/underdark)
"g" = (
/obj/structure/flora/ausbushes/brflowers,
/turf/simulated/floor/outdoors/grass/sif/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/structure/flora/tree/pine,
/turf/simulated/floor/outdoors/grass/sif/virgo3b,
/area/mine/explored/underdark)
"i" = (
/obj/tether_away_spawner/underdark_hard,
/turf/simulated/floor/outdoors/dirt/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
c
c
c
c
c
c
c
c
"}
(2,1,1) = {"
c
i
a
a
a
a
a
c
"}
(3,1,1) = {"
c
a
b
b
d
h
a
c
"}
(4,1,1) = {"
c
a
d
b
d
d
a
c
"}
(5,1,1) = {"
c
a
e
d
g
d
a
c
"}
(6,1,1) = {"
c
a
d
f
h
b
a
c
"}
(7,1,1) = {"
c
a
a
a
a
a
a
c
"}
(8,1,1) = {"
c
c
c
c
c
c
c
c
"}
@@ -9,7 +9,40 @@
poison_chance = 20
// Adds Phoron Wolf
/mob/living/simple_mob/animal/wolf/phoron
faction = "underdark"
movement_cooldown = 0
harm_intent_damage = 5
melee_damage_lower = 5
melee_damage_upper = 12
minbodytemp = 200
// Lazy way of making sure wolves survive outside.
min_oxy = 0
max_oxy = 0
min_tox = 0
max_tox = 0
min_co2 = 0
max_co2 = 0
min_n2 = 0
max_n2 = 0
// Underdark mob spawners
/obj/tether_away_spawner/underdark_drone_swarm
name = "Underdark Drone Swarm Spawner"
faction = "underdark"
atmos_comp = TRUE
prob_spawn = 100
prob_fall = 10
//guard = 20
mobs_to_pick_from = list(
/mob/living/simple_mob/mechanical/corrupt_maint_drone = 3,
)
/obj/tether_away_spawner/underdark_normal
name = "Underdark Normal Spawner"
faction = "underdark"
@@ -0,0 +1,268 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"b" = (
/turf/template_noop,
/area/mine/explored/underdark)
"c" = (
/turf/simulated/mineral/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"d" = (
/obj/effect/decal/remains/tajaran,
/obj/effect/decal/cleanable/blood,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"e" = (
/obj/effect/decal/remains/mouse,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"f" = (
/obj/effect/decal/remains/deer,
/obj/effect/decal/cleanable/blood,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"g" = (
/mob/living/simple_mob/animal/wolf/phoron,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"h" = (
/obj/effect/decal/remains/ribcage,
/obj/effect/decal/cleanable/blood,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"i" = (
/obj/effect/decal/remains/deer,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"j" = (
/mob/living/simple_mob/otie/feral{
faction = "underdark"
},
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"k" = (
/obj/structure/dogbed,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"l" = (
/obj/structure/barricade,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"m" = (
/obj/item/broken_device/random,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"n" = (
/obj/item/resonator/upgraded,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
"o" = (
/obj/item/weapon/archaeological_find,
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
/area/mine/explored/underdark)
(1,1,1) = {"
b
b
c
c
c
c
c
b
b
c
c
c
c
c
c
"}
(2,1,1) = {"
b
b
c
a
a
a
l
l
l
l
a
a
a
e
c
"}
(3,1,1) = {"
c
c
c
a
a
a
a
a
a
a
a
g
a
a
c
"}
(4,1,1) = {"
a
d
a
a
a
a
a
a
a
a
a
a
a
a
b
"}
(5,1,1) = {"
a
a
a
a
a
a
a
i
a
a
a
n
a
a
b
"}
(6,1,1) = {"
a
e
a
a
h
a
a
a
k
a
a
a
a
a
b
"}
(7,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
b
"}
(8,1,1) = {"
a
a
a
m
a
j
a
a
a
a
a
a
a
a
b
"}
(9,1,1) = {"
g
f
a
a
a
a
a
a
a
a
a
a
a
g
c
"}
(10,1,1) = {"
c
c
c
a
g
a
e
a
a
a
a
e
a
a
c
"}
(11,1,1) = {"
b
b
c
a
a
a
l
l
l
l
a
a
a
o
c
"}
(12,1,1) = {"
b
b
c
c
c
c
c
b
b
c
c
c
c
c
c
"}