Adds Grupo Amapola Uniforms (#19391)

* Adds uniforms and hats for the Grupo Amapola.
* Sprites made by me (Lavillastrangiato), recoloured/modified from the
Sol army uniforms.

To-do:
- [x] Make the rolled sleeves and the rolled-down suit sprites show up
- [x] Figure out why the hats aren't showing in the loadout

---------

Co-authored-by: La Villa Strangiato <mangodeity@gmail.com~>
Co-authored-by: Llywelwyn <lewiiswynne@gmail.com>
This commit is contained in:
lavillastrangiato
2024-06-11 08:34:51 +00:00
committed by GitHub
co-authored by La Villa Strangiato Llywelwyn
parent 21de774cde
commit a2f13efbcf
6 changed files with 91 additions and 0 deletions
@@ -347,6 +347,7 @@
pmcg_headwear["PMCG woolen hat"] = /obj/item/clothing/head/wool/pmc
pmcg_headwear["EPMC woolen hat"] = /obj/item/clothing/head/wool/pmc/alt
pmcg_headwear["PMCG garrison cap"] = /obj/item/clothing/head/sidecap/pmcg
pmcg_headwear["Grupo Amapola utility cover"] = /obj/item/clothing/head/grupo_amapola/ute
gear_tweaks += new /datum/gear_tweak/path(pmcg_headwear)
/datum/gear/faction/pmc_modsuit
@@ -375,6 +376,7 @@
pmcg_sec_uniforms["wildlands squadron uniform"] = /obj/item/clothing/under/rank/security/pmc/wildlands_squadron
pmcg_sec_uniforms["Dagamuir Freewater uniform"] = /obj/item/clothing/under/rank/security/pmc/dagamuir_freewater
pmcg_sec_uniforms["Ve'katak Phalanx uniform"] = /obj/item/clothing/under/rank/security/pmc/vekatak_phalanx
pmcg_sec_uniforms["Grupo Amapola uniform"] = /obj/item/clothing/under/rank/security/pmc/grupo_amapola
gear_tweaks += new /datum/gear_tweak/path(pmcg_sec_uniforms)
gear_tweaks += list(gear_tweak_uniform_rolled_state)
@@ -474,6 +476,14 @@
faction = "Private Military Contracting Group"
slot = slot_w_uniform
/datum/gear/faction/grupo_amapola_officer
display_name = "grupo amapola officer cap"
path = /obj/item/clothing/head/grupo_amapola
flags = GEAR_HAS_DESC_SELECTION
allowed_roles = list("Head of Security")
faction = "Private Military Contracting Group"
slot = slot_head
//Zeng-Hu
/datum/gear/faction/zenghu_beret
display_name = "zeng-hu headwear selection"
+9
View File
@@ -101,3 +101,12 @@
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"
/obj/item/clothing/under/rank/security/pmc/grupo_amapola
name = "Grupo Amapola uniform"
desc = "A uniform used by the forces of the Grupo Amapola, a private military company originating out of Mictlan. It is based off the old uniforms of the Mictlan Defense Force, a once-Solarian planetary guard, with red poppy patches on the back and right arm."
desc_extended = "The Grupo Amapola's light green camo is taken from old uniforms of the Mictlan Defense Force, the same uniforms used by the insurgents known as the Samaritans. Many MDF service personnel defected to the Samaritans, and after the fighting between the Tau Ceti Armed Forces and Samaritans ended, the less scrupulous among their number now work for Grupo Amapola."
icon = 'icons/clothing/under/uniforms/pmcg.dmi'
icon_state = "amapola_ftg"
item_state = "amapola_ftg"
contained_sprite = TRUE
+14
View File
@@ -711,3 +711,17 @@
desc = "A garrison cap belonging to a high-ranking officer of the All-Xanu Spacefleet."
icon_state = "xanu_garrison_cap"
item_state = "xanu_garrison_cap"
/obj/item/clothing/head/grupo_amapola
name = "Grupo Amapola officer cap"
desc = "A peaked officer's cap bearing the poppy of the military contracting group Grupo Amapola."
icon = 'icons/clothing/head/pmcg.dmi'
icon_state = "amapola_officer_hat"
item_state = "amapola_officer_hat"
contained_sprite = TRUE
/obj/item/clothing/head/grupo_amapola/ute
name = "Grupo Amapola utility cover"
desc = "A softcap in green camo, issued to members of the military contracting group Grupo Amapola."
icon_state = "amapola_ute_hat"
item_state = "amapola_ute_hat"