Vaurca Breeder Resprite (#14368)

This commit is contained in:
Wowzewow (Wezzy)
2022-07-02 18:26:50 +08:00
committed by GitHub
parent 1c527e8b67
commit 197eb2bbaa
22 changed files with 189 additions and 106 deletions
+14 -2
View File
@@ -27,8 +27,7 @@
SPECIES_UNATHI,
SPECIES_VAURCA_WORKER,
SPECIES_VAURCA_WARRIOR,
SPECIES_VAURCA_BULWARK,
SPECIES_VAURCA_BREEDER
SPECIES_VAURCA_BULWARK
)
)
@@ -56,6 +55,19 @@
uniform = /obj/item/clothing/under/skrell
/datum/outfit/job/representative/consular/jargon/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H && !visualsOnly)
if(isvaurca(H)) // there should be a system for this but for now this will have to do i guess
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/jargon(H), slot_head)
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder/jargon(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/jargon(H), slot_wear_suit)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/cthur(H), slot_back)
else
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
return TRUE
/datum/citizenship/epsilon
name = CITIZENSHIP_EUM
description = "An independent nation on the edge of Skrell space, the Co-Operative Territories of Epsilon Ursae Minoris, \
@@ -128,16 +128,16 @@
uniform = /obj/item/clothing/under/gearharness
glasses = null
head = /obj/item/clothing/head/klax_breeder
shoes = /obj/item/clothing/shoes/vaurca/breeder_klax
head = /obj/item/clothing/head/vaurca_breeder/klax
shoes = /obj/item/clothing/shoes/vaurca/breeder/klax
mask = /obj/item/clothing/mask/breath/vaurca/filter
suit = /obj/item/clothing/suit/vaurca/breeder_klax
suit = /obj/item/clothing/suit/vaurca/breeder/klax
/datum/outfit/job/representative/consular/klax/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H && !visualsOnly)
if(isvaurca(H))
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec_klax(H), slot_back)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/klax(H), slot_back)
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
return TRUE
@@ -199,14 +199,14 @@
uniform = /obj/item/clothing/under/gearharness
glasses = null
head = /obj/item/clothing/head/cthur_breeder
shoes = /obj/item/clothing/shoes/vaurca/breeder_cthur
head = /obj/item/clothing/head/vaurca_breeder/cthur
shoes = /obj/item/clothing/shoes/vaurca/breeder/cthur
mask = /obj/item/clothing/mask/breath/vaurca/filter
suit = /obj/item/clothing/suit/vaurca/breeder_cthur
suit = /obj/item/clothing/suit/vaurca/breeder/cthur
/datum/outfit/job/representative/consular/cthur/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H && !visualsOnly)
if(isvaurca(H))
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec_cthur(H), slot_back)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/cthur(H), slot_back)
addtimer(CALLBACK(src, .proc/send_representative_mission, H), 5 MINUTES)
return TRUE
return TRUE
@@ -11,19 +11,19 @@
name = "C'thur Brood"
desc = "The brood of the High Queen C'thur. Due to the Queen's health, many remain near Diulszi."
possible_accents = list(ACCENT_CTHUR, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_CTHUR)
possible_citizenships = list(CITIZENSHIP_CTHUR, CITIZENSHIP_JARGON)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/decl/origin_item/origin/mouv_b
name = "Mouv Brood"
desc = "Her brood leads Vaurca scientific research in Skrellian space, and is also brokering deals with the Eridani Federation. She is also known for purchasing a portion of Einstein Engines."
possible_accents = list(ACCENT_CTHUR, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_CTHUR)
possible_citizenships = list(CITIZENSHIP_CTHUR, CITIZENSHIP_JARGON)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/decl/origin_item/origin/vytel_b
name = "Vytel Brood"
desc = "Known for upholding the law, Vytel is the Warrior brood of the C'thur. They are spread within Jargon space, the Eridani Federation, and the Corporate Reconstruction Zone."
possible_accents = list(ACCENT_CTHUR, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_CTHUR)
possible_citizenships = list(CITIZENSHIP_CTHUR, CITIZENSHIP_JARGON)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
@@ -3,6 +3,7 @@
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_origins = list(
/decl/origin_item/origin/zkaii_b,
/decl/origin_item/origin/leto_b,
/decl/origin_item/origin/vedhra_b,
/decl/origin_item/origin/tupii_b
)
@@ -14,7 +15,7 @@
possible_citizenships = list(CITIZENSHIP_KLAX)
possible_religions = list(RELIGION_PILOTDREAM)
/decl/origin_item/origin/leto_b
/decl/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)