mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Adds new Ve'katak Phalanx uniforms + Vaurca flagpatches (#18776)
* Adds new Ve'katak Phalanx uniforms + Vaurca flagpatches * oops * grammar fix * quick uniform fixes
This commit is contained in:
@@ -626,6 +626,10 @@
|
||||
flagpatch_national["flagpatch, nralakk"] = /obj/item/clothing/accessory/flagpatch/nralakk
|
||||
flagpatch_national["flagpatch, hegemony"] = /obj/item/clothing/accessory/flagpatch/hegemony
|
||||
flagpatch_national["flagpatch, port antillia"] = /obj/item/clothing/accessory/flagpatch/portantillia
|
||||
flagpatch_national["flagpatch, sedantis"] = /obj/item/clothing/accessory/flagpatch/sedantis
|
||||
flagpatch_national["flagpatch, zo'ra"] = /obj/item/clothing/accessory/flagpatch/zora
|
||||
flagpatch_national["flagpatch, k'lax"] = /obj/item/clothing/accessory/flagpatch/klax
|
||||
flagpatch_national["flagpatch, c'thur"] = /obj/item/clothing/accessory/flagpatch/cthur
|
||||
gear_tweaks += new /datum/gear_tweak/path(flagpatch_national)
|
||||
|
||||
/datum/gear/accessory/aodai
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
display_name = "phalanx facial plate"
|
||||
description = "This modular face plate accommodates a wide array of cybernetic augmentations, enabling seamless integration with Phalanx's transhumanist doctrine. Enhanced sensory overlays and HUDs offer Phalanx members superior situational awareness and promote a sense of hive-thinking."
|
||||
path = /obj/item/organ/internal/augment/eye_sensors/phalanx
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK, SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "First Responder", "Psychiatrist", "Medical Intern", "Medical Personnel", "Security Officer", "Head of Security", "Warden", "Security Cadet", "Investigator", "Security Personnel", "Corporate Liaison", "Assistant", "Off-Duty Crew Member", "Captain")
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK, SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI)
|
||||
allowed_roles = list("Physician", "Surgeon", "Pharmacist", "First Responder", "Psychiatrist", "Medical Intern", "Medical Personnel", "Security Officer", "Warden", "Security Cadet", "Investigator", "Security Personnel", "Corporate Liaison", "Assistant", "Off-Duty Crew Member")
|
||||
faction = "Private Military Contracting Group"
|
||||
cost = 1
|
||||
|
||||
@@ -457,6 +457,22 @@
|
||||
wildlands_flag_patches["flagpatch, southern solarian military district"] = /obj/item/clothing/accessory/flagpatch/ssmd
|
||||
gear_tweaks += new /datum/gear_tweak/path(wildlands_flag_patches)
|
||||
|
||||
/datum/gear/faction/vekatak_rep
|
||||
display_name = "ve'katak phalanx representative uniform"
|
||||
path = /obj/item/clothing/under/rank/pmc/vekatak_phalanx
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
allowed_roles = list("Corporate Liaison")
|
||||
faction = "Private Military Contracting Group"
|
||||
slot = slot_w_uniform
|
||||
|
||||
/datum/gear/faction/vekatak_res
|
||||
display_name = "ve'katak phalanx reserve uniform"
|
||||
path = /obj/item/clothing/under/rank/pmc/vekatak_phalanx/reserve
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
allowed_roles = list("Assistant", "Off-Duty Crew Member")
|
||||
faction = "Private Military Contracting Group"
|
||||
slot = slot_w_uniform
|
||||
|
||||
//Zeng-Hu
|
||||
/datum/gear/faction/zenghu_beret
|
||||
display_name = "zeng-hu headwear selection"
|
||||
|
||||
@@ -86,3 +86,18 @@
|
||||
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"
|
||||
|
||||
/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/clothing/under/uniforms/pmcg.dmi'
|
||||
icon_state = "phalanx-rep_jumpsuit"
|
||||
item_state = "phalanx-rep_jumpsuit"
|
||||
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"
|
||||
|
||||
@@ -696,6 +696,35 @@
|
||||
icon_state = "flagpatch_portantillia"
|
||||
item_state = "flagpatch_portantillia"
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/zora
|
||||
name = "zo'ra hive flagpatch"
|
||||
desc = "A flagpatch representing the Zo'ra Hive. This flag depicts the Zo'rane capital world of Caprice, \
|
||||
bearing a torch representing their position within the Republic of Biesel."
|
||||
icon_state = "flagpatch_zora"
|
||||
item_state = "flagpatch_zora"
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/klax
|
||||
name = "k'lax hive flagpatch"
|
||||
desc = "A flagpatch representing the K'lax Hive. This flag depicts the K'laxian capital world of Tret, \
|
||||
bearing the quartered colours of the Izweski Hegemony to represent the Hive's vassalage."
|
||||
icon_state = "flagpatch_klax"
|
||||
item_state = "flagpatch_klax"
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/cthur
|
||||
name = "c'thur hive flagpatch"
|
||||
desc = "A flagpatch representing the C'thur Hive. This flag depicts the star borne by the Nralakk Federation's \
|
||||
own flag, representing the Hive's independence and gracious allegiance toward the Federation."
|
||||
icon_state = "flagpatch_cthur"
|
||||
item_state = "flagpatch_cthur"
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/sedantis
|
||||
name = "sedantis flagpatch"
|
||||
desc = "A flagpatch representing the gas giant Sedantis and it's orbiting bodies. Sedantis I, also known as \
|
||||
Vaur'avek'uyit, was the homeworld of the Vaurca. Symbolism involving it is often employed to represent greater \
|
||||
pan-Vaurcaesian interests over the interests of the individual Hives."
|
||||
icon_state = "flagpatch_sedantis"
|
||||
item_state = "flagpatch_sedantis"
|
||||
|
||||
// Wildlands
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/fsf
|
||||
|
||||
Reference in New Issue
Block a user