Ve'Katak Phalanx Uniforms (#21423)

Adds 1 new uniform for the Ve'katak Phalanx; the squad leader uniform,
intended exclusively for future off-ship use.
Credit to @RustingWithYou for the original sprites

Standardises the Ve'katak security and medical uniforms with both
existing and new variants.
Credit to @RustingWithYou for the original sprites, tweaks by @GMR25

Allows the Ve'katak medical uniform to be taken by physicians.
This commit is contained in:
senorsapo
2025-10-05 20:55:28 -03:00
committed by GitHub
parent b3b4f4b9c6
commit 9d0dc36b34
6 changed files with 79 additions and 11 deletions
@@ -530,6 +530,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co
var/list/epmc_uniform_phys_med = list()
epmc_uniform_phys_med["PMCG physician uniform"] = /obj/item/clothing/under/rank/medical/pmc/alt
epmc_uniform_phys_med["Nexus Corporate Security medic uniform"] = /obj/item/clothing/under/rank/medical/pmc/nexus
epmc_uniform_phys_med["Ve'katak Phalanx medical uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/vekatak_phalanx
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_phys_med)
/datum/gear/faction/epmc_uniform_pharm_med
@@ -596,7 +597,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co
epmc_uniform_para_med["EPMC paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/epmc
epmc_uniform_para_med["PMCG paramedic uniform, alt"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/alt
epmc_uniform_para_med["Sekhmet Intergalactic paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/sekh
epmc_uniform_para_med["Ve'katak Phalanx paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/vekatak_phalanx
epmc_uniform_para_med["Ve'katak Phalanx medical uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/vekatak_phalanx
epmc_uniform_para_med["Nexus Corporate Security paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/nexus
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_para_med)
+17 -10
View File
@@ -84,32 +84,39 @@
/obj/item/clothing/under/rank/security/pmc/vekatak_phalanx
name = "\improper Ve'katak Phalanx security uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has the standard red shoulder stripes, as well as pale blue ornamentation, identifying it as belonging to a Phalanx member in the employ of the Private Military Contracting Group."
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has red shoulder stripes, identifying it as belonging to a standard Phalanx member in active service."
desc_extended = "These uniforms are designed to fit under the combat hardsuits favored by the Phalanx. They are utilitarian in design, and reportedly somewhat uncomfortable - though few of the non-Vaurcae bold enough to join Ve'katak seem to complain."
icon_state = "phalanx-sec-jumpsuit"
item_state = "phalanx-sec-jumpsuit"
icon_state = "phalanx_sec"
item_state = "phalanx_sec"
/obj/item/clothing/under/rank/security/pmc/vekatak_phalanx/leader
name = "\improper Ve'katak Phalanx squad leader uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has amber shoulder stripes, identifying it as belonging to a Phalanx member responsible for command and coordination of a squad."
desc_extended = "These uniforms are designed to fit under the combat hardsuits favored by the Phalanx. They are utilitarian in design, and reportedly somewhat uncomfortable - though few of the non-Vaurcae bold enough to join Ve'katak seem to complain."
icon_state = "phalanx_lead"
item_state = "phalanx_lead"
/obj/item/clothing/under/rank/medical/paramedic/pmc/vekatak_phalanx
name = "\improper Ve'katak Phalanx medical uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has dark blue shoulder stripes and ornamentation, identifying it as belonging to a Phalanx medic in the employ of the Private Military Contracting Group."
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has dark blue shoulder stripes, identifying it as belonging to a Phalanx member tasked with providing medical support to their assigned crew or squad."
desc_extended = "These uniforms are designed to fit under the combat hardsuits favored by the Phalanx. They are utilitarian in design, and reportedly somewhat uncomfortable - though few of the non-Vaurcae bold enough to join Ve'katak seem to complain."
icon_state = "phalanx-med_jumpsuit"
item_state = "phalanx-med_jumpsuit"
icon_state = "phalanx_med"
item_state = "phalanx_med"
/obj/item/clothing/under/rank/pmc/vekatak_phalanx
name = "\improper Ve'katak Phalanx representative uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has ice blue shoulder stripes, identifying it as belonging to a Phalanx member that is representing the direct interests of the Phalanx and their immediate employers."
desc_extended = "These uniforms are designed to fit under the combat hardsuits favored by the Phalanx. They are utilitarian in design, and reportedly somewhat uncomfortable - though few of the non-Vaurcae bold enough to join Ve'katak seem to complain."
icon = 'icons/obj/item/clothing/department_uniforms/service.dmi'
icon_state = "phalanx-rep_jumpsuit"
item_state = "phalanx-rep_jumpsuit"
icon_state = "phalanx_rep"
item_state = "phalanx_rep"
contained_sprite = TRUE
/obj/item/clothing/under/rank/pmc/vekatak_phalanx/reserve
name = "\improper Ve'katak Phalanx reserve uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has green shoulder stripes, identifying it as belonging to a Phalanx member that is not presently serving in an active combat role."
icon_state = "phalanx-res_jumpsuit"
item_state = "phalanx-res_jumpsuit"
icon_state = "phalanx_res"
item_state = "phalanx_res"
/obj/item/clothing/under/rank/security/pmc/grupo_amapola
name = "Grupo Amapola uniform"