Merge pull request #5960 from Rykka-Stormheart/shep-dev-explo-pois

Adds POI to Debris Field - Alien Derelict
This commit is contained in:
Novacat
2019-10-03 14:29:41 -04:00
committed by GitHub
3 changed files with 4463 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