Tyr Update 71 (#9481)

This commit is contained in:
FluffMedic
2024-11-15 03:51:15 -05:00
committed by GitHub
parent 692088d2f7
commit 87c300efc5
6 changed files with 477 additions and 209 deletions

View File

@@ -113,3 +113,66 @@
/obj/structure/loot_pile/maint/boxfort
density = FALSE
//Eclipse mecha
/obj/structure/loot_pile/mecha/odd_gygax
name = "\improper Whisker wreckage"
icon_state = "gygax-broken"
density = TRUE
anchored = FALSE
chance_uncommon = 20
chance_rare = 10
loot_depletion = FALSE
common_loot = list(
/obj/random/tool,
/obj/random/tool,
/obj/item/stack/cable_coil/random,
/obj/random/tank,
/obj/random/tech_supply/component,
/obj/random/tech_supply/component,
/obj/item/stack/material/steel{amount = 20}
)
uncommon_loot = list(
/obj/item/holosign_creator/smokewand,
/obj/item/holosign_creator/forcewand
)
rare_loot = list(
/obj/item/weldingtool/silver,
/obj/item/cell/slime/jellyfish
)
/obj/structure/loot_pile/mecha/odd_ripley
name = "\improper ripley wreckage"
icon_state = "titan-broken"
density = TRUE
anchored = FALSE
chance_uncommon = 30
chance_rare = 20
loot_depletion = FALSE
common_loot = list(
/obj/random/tool,
/obj/random/tool,
/obj/item/stack/cable_coil/random,
/obj/random/tank,
/obj/random/tech_supply/component,
/obj/random/tech_supply/component,
/obj/item/stack/material/steel{amount = 20}
)
uncommon_loot = list(
/obj/item/stack/material/durasteel{amount = 10},
/obj/item/stack/material/morphium{amount = 5}
)
rare_loot = list(
/obj/item/clothing/suit/armor/reactive,
/obj/item/personal_shield_generator/belt/magnetbelt
)