Preparations for Vaurca events (#12565)

This commit is contained in:
desven
2021-10-02 18:55:59 -03:00
committed by GitHub
parent 6326b5b0ed
commit 90aa41245f
10 changed files with 91 additions and 1 deletions
@@ -498,7 +498,7 @@
/obj/item/storage/backpack/typec
icon = 'icons/mob/species/breeder/inventory.dmi'
name = "type c wings"
name = "type c zo'ra wings"
desc = "The wings of a CB Caste Vaurca. They are far too small at this stage to permit sustained periods of flight in most situations."
icon_state = "wings"
item_state = "wings"
@@ -509,6 +509,32 @@
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/back.dmi')
/obj/item/storage/backpack/typec_klax
icon = 'icons/mob/species/breeder/inventory.dmi'
name = "type c k'lax wings"
desc = "The wings of a CB Caste Vaurca. They are far too small at this stage to permit sustained periods of flight in most situations."
icon_state = "wings_klax"
item_state = "wings_klax"
w_class = ITEMSIZE_HUGE
slot_flags = SLOT_BACK
max_storage_space = 12
canremove = 0
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/back.dmi')
/obj/item/storage/backpack/typec_cthur
icon = 'icons/mob/species/breeder/inventory.dmi'
name = "type c c'thur wings"
desc = "The wings of a CB Caste Vaurca. They are far too small at this stage to permit sustained periods of flight in most situations."
icon_state = "wings_cthur"
item_state = "wings_cthur"
w_class = ITEMSIZE_HUGE
slot_flags = SLOT_BACK
max_storage_space = 12
canremove = 0
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/back.dmi')
/obj/item/storage/backpack/service
name = "idris service backpack"
desc = "The infamously Idris Service Standard refers to this monstrous, self-stabilizing back-mounted utensil and service item holder, not anything professional."
+20
View File
@@ -530,6 +530,26 @@
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/head.dmi')
/obj/item/clothing/head/klax_breeder
name = "k'lax represenatitve shroud"
desc = "Large shroud used by K'lax representatives."
icon = 'icons/mob/species/breeder/inventory.dmi'
item_state = "shroud_klax"
icon_state = "shroud_klax"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/head.dmi')
/obj/item/clothing/head/cthur_breeder
name = "c'thur representative shroud"
desc = "Large shroud used by C'thur representatives."
icon = 'icons/mob/species/breeder/inventory.dmi'
item_state = "shroud_cthur"
icon_state = "shroud_cthur"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/head.dmi')
/obj/item/clothing/head/navy
name = "sol navy utility cover"
desc = "A military cover issued to Sol Alliance navy members as part of their field uniform."
+20
View File
@@ -19,4 +19,24 @@
icon_state = "typec_shoes"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/shoes.dmi')
/obj/item/clothing/shoes/vaurca/breeder_klax
name = "k'lax representative shoes"
desc = "Large shoes used by K'lax representatives."
icon = 'icons/mob/species/breeder/inventory.dmi'
item_state = "typec_shoes_klax"
icon_state = "typec_shoes_klax"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/shoes.dmi')
/obj/item/clothing/shoes/vaurca/breeder_cthur
name = "c'thur representative shoes"
desc = "Large shoes used by C'thur representatives."
icon = 'icons/mob/species/breeder/inventory.dmi'
item_state = "typec_shoes_cthur"
icon_state = "typec_shoes_cthur"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/shoes.dmi')
@@ -37,4 +37,24 @@
icon_state = "representative_clothes"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi')
/obj/item/clothing/suit/vaurca/breeder_klax
name = "k'lax representative clothes"
desc = "A large piece of clothing used by K'lax representatives."
icon = 'icons/mob/species/breeder/inventory.dmi'
item_state = "representative_clothes_klax"
icon_state = "representative_clothes_klax"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi')
/obj/item/clothing/suit/vaurca/breeder_cthur
name = "c'thur representative clothes"
desc = "A large piece of clothing used by C'thur representatives."
icon = 'icons/mob/species/breeder/inventory.dmi'
item_state = "representative_clothes_cthur"
icon_state = "representative_clothes_cthur"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi')
+4
View File
@@ -0,0 +1,4 @@
author: Desven
delete-after: True
changes:
- rscadd: "Added some clothes for the upcoming Vaurca events."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 2.1 KiB