Update Zo'ra and K'lax Ta citizenship for Consular (#15856)

This commit is contained in:
connorjg1
2023-02-25 19:55:59 -03:00
committed by GitHub
parent 1c4aa97d43
commit 7486330fdf
5 changed files with 76 additions and 9 deletions
@@ -45,6 +45,18 @@
/obj/item/gun/energy/blaster/revolver = 1
)
/datum/outfit/job/representative/consular/ceti/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H && !visualsOnly)
if(isvaurca(H))
H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform)
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder(H), slot_head)
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder(H), slot_shoes)
H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask)
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder(H), slot_wear_suit)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec(H), slot_back)
else
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
return TRUE
/datum/citizenship/sol_alliance
name = CITIZENSHIP_SOL
@@ -67,3 +67,16 @@
suit = /obj/item/clothing/accessory/poncho/unathimantle
backpack_contents = list(/obj/item/device/camera = 1)
belt = /obj/item/gun/energy/pistol/hegemony
/datum/outfit/job/representative/consular/izweski/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H && !visualsOnly)
if(isvaurca(H))
H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform)
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/klax(H), slot_head)
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder/klax(H), slot_shoes)
H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask)
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder/klax(H), slot_wear_suit)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/klax(H), slot_back)
else
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
return TRUE
@@ -12,26 +12,26 @@
name = "Zkaii Brood"
desc = "The new High Queen of the K'lax, the Zkaii Brood is often mocked for their eccentric Mother Dream religion. Many still remain within Tret and other Izweski territories."
possible_accents = list(ACCENT_KLAX, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_KLAX)
possible_citizenships = list(CITIZENSHIP_KLAX, CITIZENSHIP_IZWESKI)
possible_religions = list(RELIGION_PILOTDREAM)
/singleton/origin_item/origin/leto_b
name = "Leto Brood" //jared?
desc = "The brood is mostly known for their archeological work and their production of k'ois in Pid, a moon near Tret."
possible_accents = list(ACCENT_KLAX, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_KLAX)
possible_citizenships = list(CITIZENSHIP_KLAX, CITIZENSHIP_IZWESKI)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_PILOTDREAM, RELIGION_NONE)
/singleton/origin_item/origin/vedhra_b
name = "Vedhra Brood"
desc = "One of the youngest Vaurca Queens, Vedhra wishes to unite the Vaurca civilization under Preimminence. The brood is also known for their augments and fascination with the Unathi culture. As with most K'lax broods, they mainly reside in Tret."
possible_accents = list(ACCENT_KLAX, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_KLAX)
possible_citizenships = list(CITIZENSHIP_KLAX, CITIZENSHIP_IZWESKI)
possible_religions = list(RELIGION_PREIMMINENNCE)
/singleton/origin_item/origin/tupii_b
name = "Tupii-K'lax Brood"
desc = "The old K'lax brood, reinvigorated by the newly elected Queen Tupii. While older generations retain many customs of Mother K'lax, Tupii has attempted to modernize the brood and prove their loyalty."
possible_accents = list(ACCENT_KLAX, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_KLAX)
possible_citizenships = list(CITIZENSHIP_KLAX, CITIZENSHIP_IZWESKI)
possible_religions = list(RELIGION_PREIMMINENNCE, RELIGION_HIVEPANTHEON)
@@ -13,33 +13,33 @@
name = "Zoleth Brood"
desc = "The Warrior brood of the Zo'ra, Zoleth is established in Caprice, Tau Ceti. Although feared as a warmonger, the Zoleth Brood is known for their diplomacy."
possible_accents = list(ACCENT_ZORA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_ZORA)
possible_citizenships = list(CITIZENSHIP_ZORA, CITIZENSHIP_BIESEL)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/singleton/origin_item/origin/scay_b
name = "Scay Brood"
desc = "The scientific brood of the Zo'ra, Scay is established in the Xerxes Biodome, New Gibson. The Queen is reluctant and eccentric, qualities shared with her brood."
possible_accents = list(ACCENT_ZORA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_ZORA)
possible_citizenships = list(CITIZENSHIP_ZORA, CITIZENSHIP_BIESEL)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/singleton/origin_item/origin/vaur_b
name = "Vaur Brood"
desc = "The brood of the current High Queen. While Queen Vaur now resides in Caprice, most of her subjects remain in Flagsdale, Mendell City."
possible_accents = list(ACCENT_ZORA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_ZORA)
possible_citizenships = list(CITIZENSHIP_ZORA, CITIZENSHIP_BIESEL)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/singleton/origin_item/origin/xakt_b
name = "Xakt Brood"
desc = "Located in Luthien, Tau Ceti, the brood is mostly Bound Workers in industrial roles."
possible_accents = list(ACCENT_ZORA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_ZORA)
possible_citizenships = list(CITIZENSHIP_ZORA, CITIZENSHIP_BIESEL)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/singleton/origin_item/origin/athvur_b
name = "Athvur"
desc = "Athvur is a unique brood, as it has assimilated plenty of human customs. While the brood originally resided in Phoenixport, Biesel, they have relocated to Belle Côte."
possible_accents = list(ACCENT_ZORA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_ZORA)
possible_citizenships = list(CITIZENSHIP_ZORA, CITIZENSHIP_BIESEL)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)