From f508441aaef025cf8668012da1c2ce25d27fd4d9 Mon Sep 17 00:00:00 2001 From: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> Date: Mon, 21 Aug 2023 02:14:54 +1200 Subject: [PATCH] Adds Xeno Corporate Voidsuit Sprites & Modkits (#17094) * sprites * drip 2: frog version * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/spacesuits/void/misc.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Punctuation --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --- code/datums/uplink/corporate_equipment.dm | 4 +- code/game/objects/items/devices/modkit.dm | 28 ++++++++++++ .../crates_lockers/crates/gear_loadout.dm | 2 + code/modules/clothing/spacesuits/void/misc.dm | 26 +++++++++++ .../RustingWithYou - drip4lizards.yml | 41 ++++++++++++++++++ icons/obj/clothing/voidsuit/megacorp.dmi | Bin 5003 -> 6555 bytes 6 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/RustingWithYou - drip4lizards.yml diff --git a/code/datums/uplink/corporate_equipment.dm b/code/datums/uplink/corporate_equipment.dm index 6779d5c35bf..b0d2b06709b 100644 --- a/code/datums/uplink/corporate_equipment.dm +++ b/code/datums/uplink/corporate_equipment.dm @@ -13,14 +13,14 @@ telecrystal_cost = 5 bluecrystal_cost = 5 path = /obj/structure/closet/crate/gear_loadout/zenghu - desc = "A full spaceworthy kit of a Zeng-Hu Pharmaceuticals Dragon-type biohazard containment suit. Only wearable by Humans and Humanoid IPCs. This voidsuit is just as armoured as a mercenary voidsuit, being a bit worse than heavy armour.." + desc = "A full spaceworthy kit of a Zeng-Hu Pharmaceuticals Dragon-type biohazard containment suit. Only wearable by Humans, Skrell and Humanoid IPCs. This voidsuit is just as armoured as a mercenary voidsuit, being a bit worse than heavy armour." /datum/uplink_item/item/corporate_equipment/suit/hephaestus name = "Caiman Drop Suit" telecrystal_cost = 5 bluecrystal_cost = 5 path = /obj/structure/closet/crate/gear_loadout/hephaestus - desc = "A full spaceworthy kit of a Hephaestus Industries Caiman-type terraforming suit. Only wearable by Humans and Humanoid IPCs. This voidsuit is just as armoured as a mercenary voidsuit, being a bit worse than heavy armour.." + desc = "A full spaceworthy kit of a Hephaestus Industries Caiman-type terraforming suit. Only wearable by Humans, Unathi and Humanoid IPCs. This voidsuit is just as armoured as a mercenary voidsuit, being a bit worse than heavy armour." /datum/uplink_item/item/corporate_equipment/suit/einstein name = "Banshee Infiltration Suit" diff --git a/code/game/objects/items/devices/modkit.dm b/code/game/objects/items/devices/modkit.dm index 3eccdc4a904..e87da318658 100644 --- a/code/game/objects/items/devices/modkit.dm +++ b/code/game/objects/items/devices/modkit.dm @@ -314,6 +314,34 @@ /obj/item/clothing/suit/space/void/unathi_pirate/captain = /obj/item/clothing/suit/space/void/unathi_pirate/hiskyn/captain ) +/obj/item/voidsuit_modkit/heph_unathi + name = "\improper Hephaestus Industries voidsuit kit" + desc = "A highly complicated device that allows you to convert a Hephaestus Caiman suit into its Unathi-fitted counterpart and vice versa. Practical!" + desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item. \ + The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit \ + or else it will be deleted." + w_class = ITEMSIZE_SMALL + suit_options = list( + /obj/item/clothing/head/helmet/space/void/hephaestus = /obj/item/clothing/head/helmet/space/void/hephaestus/unathi, + /obj/item/clothing/suit/space/void/hephaestus = /obj/item/clothing/suit/space/void/hephaestus/unathi, + /obj/item/clothing/head/helmet/space/void/hephaestus/unathi = /obj/item/clothing/head/helmet/space/void/hephaestus, + /obj/item/clothing/suit/space/void/hephaestus/unathi = /obj/item/clothing/suit/space/void/hephaestus + ) + +/obj/item/voidsuit_modkit/zeng_skrell + name = "\improper Zeng-Hu Pharmaceuticals voidsuit kit" + desc = "A highly complicated device that allows you to convert a Zeng-Hu Dragon suit into its Skrell-fitted counterpart and vice versa. Practical!" + desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item. \ + The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit \ + or else it will be deleted." + w_class = ITEMSIZE_SMALL + suit_options = list( + /obj/item/clothing/head/helmet/space/void/zenghu = /obj/item/clothing/head/helmet/space/void/zenghu/skrell, + /obj/item/clothing/suit/space/void/zenghu = /obj/item/clothing/suit/space/void/zenghu/skrell, + /obj/item/clothing/head/helmet/space/void/zenghu/skrell = /obj/item/clothing/head/helmet/space/void/zenghu, + /obj/item/clothing/suit/space/void/zenghu/skrell = /obj/item/clothing/suit/space/void/zenghu + ) + /obj/item/storage/box/srf name = "srf modkit box" desc = "Contains modkits to convert Solarian voidsuits into a warlord variant." diff --git a/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm b/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm index d9d463bafe4..9ec267d0631 100644 --- a/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm +++ b/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm @@ -283,6 +283,7 @@ /obj/structure/closet/crate/gear_loadout/zenghu/fill() new /obj/item/clothing/head/helmet/space/void/zenghu(src) new /obj/item/clothing/suit/space/void/zenghu(src) + new /obj/item/voidsuit_modkit/zeng_skrell(src) new /obj/item/tank/oxygen/red(src) new /obj/item/clothing/shoes/magboots(src) @@ -291,6 +292,7 @@ new /obj/item/clothing/suit/space/void/hephaestus(src) new /obj/item/tank/oxygen/red(src) new /obj/item/clothing/shoes/magboots(src) + new /obj/item/voidsuit_modkit/heph_unathi(src) /obj/structure/closet/crate/gear_loadout/einstein/fill() new /obj/item/clothing/head/helmet/space/void/einstein(src) diff --git a/code/modules/clothing/spacesuits/void/misc.dm b/code/modules/clothing/spacesuits/void/misc.dm index b535d158ca8..132900abff0 100644 --- a/code/modules/clothing/spacesuits/void/misc.dm +++ b/code/modules/clothing/spacesuits/void/misc.dm @@ -309,6 +309,18 @@ desc_extended = "An easily recognized Zeng-Hu Pharmaceuticals biohazard control suit. It is relatively fragile but has very apparent radiation shielding. Most often seen in the hands of post-disaster cleanup teams and private military contractors." refittable = FALSE +/obj/item/clothing/head/helmet/space/void/zenghu/skrell + name = "skrell dragon biohazard suit helmet" + desc = "A remarkably lightweight Zeng-Hu Pharmaceuticals suit sporting excellent ambient radiation protection. This one appears to be fitted for a Skrell wearer." + species_restricted = list(BODYTYPE_SKRELL) + icon_state = "dragonhelm_skrell" + item_state = "dragonhelm_skrell" + +/obj/item/clothing/suit/space/void/zenghu/skrell + name = "skrell dragon biohazard control suit" + desc = "A remarkably lightweight Zeng-Hu Pharmaceuticals suit sporting excellent ambient radiation protection. This one appears to be fitted for a Skrell wearer." + species_restricted = list(BODYTYPE_SKRELL) + //Hephaestus Industries espionage voidsuit /obj/item/clothing/head/helmet/space/void/hephaestus name = "caiman drop suit helmet" @@ -359,6 +371,20 @@ desc_extended = "An easily recognized Hephaestus terraforming suit. Used often on jungle worlds to handle local wildlife and safely deforest areas in hostile environments. It found recent popularity due to its combat effectiveness that resulted in its proliferation in the hands of Hephaestus private military." refittable = FALSE +/obj/item/clothing/head/helmet/space/void/hephaestus/unathi + name = "unathi caiman drop suit helmet" + desc = "A massively heavy helmet, part of a larger terraforming suit assembly. This one looks to have been refitted for an Unathi wearer." + species_restricted = list(BODYTYPE_UNATHI) + icon_state = "caimanhelm_unathi" + item_state = "caimanhelm_unathi" + +/obj/item/clothing/suit/space/void/hephaestus/unathi + name = "caiman drop suit" + desc = "A superheavy Hephaestus-designed terraforming suit, iconic for its usage in orbital drops onto hostile jungle worlds. This one looks to have been refitted for an Unathi wearer." + species_restricted = list(BODYTYPE_UNATHI) + icon_state = "caiman_unathi" + item_state = "caiman_unathi" + //Zavodskoi Interstellar espionage voidsuit /obj/item/clothing/head/helmet/space/void/zavodskoi name = "revenant suit helmet" diff --git a/html/changelogs/RustingWithYou - drip4lizards.yml b/html/changelogs/RustingWithYou - drip4lizards.yml new file mode 100644 index 00000000000..3a8d88d3219 --- /dev/null +++ b/html/changelogs/RustingWithYou - drip4lizards.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: RustingWithYou + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds Unathi and Skrell variants of the Hephaestus and Zeng-Hu voidsuits respectively." diff --git a/icons/obj/clothing/voidsuit/megacorp.dmi b/icons/obj/clothing/voidsuit/megacorp.dmi index 0f706533e9c2aeec9cf720c9a78170f00d7353ee..a511be9a59dc6d05625a64767138eb6d9c9f93d2 100644 GIT binary patch delta 6544 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 delta 4980 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