Adds a Idris windbreaker, makes iru coats contained sprites (#10875)

Windbreaker sprites by sekritsanter from the forums.
This commit is contained in:
fernerr
2021-01-01 14:14:07 +02:00
committed by GitHub
parent 9362636121
commit b2d333ba94
9 changed files with 64 additions and 40 deletions
@@ -23,6 +23,12 @@
path = /obj/item/clothing/accessory/armband/idris
faction = "Idris Incorporated"
/datum/gear/faction/idris_windbreaker
display_name = "idris jacket"
path = /obj/item/clothing/suit/storage/toggle/idris
slot = slot_wear_suit
faction = "Idris Incorporated"
/datum/gear/faction/zavodskoi_beret
display_name = "black zavodskoi beret"
path = /obj/item/clothing/head/beret/security/zavodskoi
+53
View File
@@ -0,0 +1,53 @@
//iru coats
/obj/item/clothing/suit/armor/vest/idris
name = "black Idris Unit coat"
desc = "A coat worn by the Idris units, notorious across space."
icon = 'icons/clothing/suits/coats/idris_iru_coats.dmi'
icon_state = "iru_coat"
item_state = "iru_coat"
cold_protection = 0
min_cold_protection_temperature = 0
heat_protection = 0
max_heat_protection_temperature = 0
contained_sprite = TRUE
/obj/item/clothing/suit/armor/vest/idris/brown
name = "brown Idris Unit coat"
desc = "A coat worn by the Idris units, notorious across space. This one is brown."
icon_state = "iru_coat_brown"
item_state = "iru_coat_brown"
/obj/item/clothing/suit/armor/vest/idris/trenchcoat/black
name = "black Idris Unit trench coat"
desc = "A trench coat worn by the Idris units, notorious across space. This one is black."
icon_state = "iru_trench_black"
item_state = "iru_trench_black"
/obj/item/clothing/suit/armor/vest/idris/trenchcoat/brown
name = "brown Idris Unit trench coat"
desc = "A trench coat worn by the Idris units, notorious across space. This one is brown."
icon_state = "iru_trench_brown"
item_state = "iru_trench_brown"
/obj/item/clothing/suit/armor/vest/idris/duster/black
name = "black Idris Unit duster coat"
desc = "A duster coat worn by the Idris units, notorious across space. This one is black."
icon_state = "iru_duster_black"
item_state = "iru_duster_black"
/obj/item/clothing/suit/armor/vest/idris/duster/brown
name = "brown Idris Unit duster coat"
desc = "A duster coat worn by the Idris units, notorious across space. This one is brown."
icon_state = "iru_duster_brown"
item_state = "iru_duster_brown"
//windbreaker
/obj/item/clothing/suit/storage/toggle/idris
name = "\improper Idris Incorporated jacket"
desc = "A comfortable windbreaker for Idris Incorporated investigations staff styled after the coats of Idris reclamation units. Many of the Idris patches and badges on the coat are holographic."
icon = 'icons/clothing/suits/coats/idris_windbreaker.dmi'
icon_state = "idris_windbreaker"
item_state = "idris_windbreaker"
contained_sprite = TRUE
-40
View File
@@ -576,46 +576,6 @@
pockets.max_w_class = ITEMSIZE_SMALL
pockets.max_storage_space = 8
/obj/item/clothing/suit/armor/vest/idris
name = "black Idris Unit coat"
desc = "A coat worn by the Idris units, notorious across space."
icon_state = "iru_coat"
item_state = "iru_coat"
cold_protection = 0
min_cold_protection_temperature = 0
heat_protection = 0
max_heat_protection_temperature = 0
/obj/item/clothing/suit/armor/vest/idris/brown
name = "brown Idris Unit coat"
desc = "A coat worn by the Idris units, notorious across space. This one is brown."
icon_state = "iru_coat_brown"
item_state = "iru_coat_brown"
/obj/item/clothing/suit/armor/vest/idris/trenchcoat/black
name = "black Idris Unit trench coat"
desc = "A trench coat worn by the Idris units, notorious across space. This one is black."
icon_state = "iru_trench_black"
item_state = "iru_trench_black"
/obj/item/clothing/suit/armor/vest/idris/trenchcoat/brown
name = "brown Idris Unit trench coat"
desc = "A trench coat worn by the Idris units, notorious across space. This one is brown."
icon_state = "iru_trench_brown"
item_state = "iru_trench_brown"
/obj/item/clothing/suit/armor/vest/idris/duster/black
name = "black Idris Unit duster coat"
desc = "A duster coat worn by the Idris units, notorious across space. This one is black."
icon_state = "iru_duster_black"
item_state = "iru_duster_black"
/obj/item/clothing/suit/armor/vest/idris/duster/brown
name = "brown Idris Unit duster coat"
desc = "A duster coat worn by the Idris units, notorious across space. This one is brown."
icon_state = "iru_duster_brown"
item_state = "iru_duster_brown"
/obj/item/clothing/suit/storage/vest/sol
name = "sol heavy armor vest"
desc = "A high-quality armor vest in a deep green. It is surprisingly flexible and light, even with the added webbing and armor plating."