LT3 Donator Items (#18859)
* jacket and jeans * item icons * item name * add ckey whitelisting, inhand icons * get categories right * remove backpack * inhand glove sprite * Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Update donator_clothing.dm * Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * remove HoS * remove armor from jacket * restrict to HoP/NTR * typo * fix broken path * loadout category * move variation flag * correct inhand icon Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
|
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 666 B |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 762 B |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
@@ -1427,3 +1427,39 @@
|
||||
icon_state = "masvedishcigar_off"
|
||||
icon_on = "masvedishcigar_on"
|
||||
icon_off = "masvedishcigar_off"
|
||||
|
||||
// Donation reward for LT3
|
||||
/obj/item/clothing/suit/armor/skyy
|
||||
name = "silver jacket mk II"
|
||||
desc = "A jacket for those with a commanding presence. Made of synthetic fabric, it's interwoven with a special alloy that provides extra protection and style."
|
||||
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/suits.dmi'
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/suit.dmi'
|
||||
icon_state = "lt3_jacket"
|
||||
inhand_icon_state = "syndicate-black"
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
|
||||
|
||||
/obj/item/clothing/suit/jacket/skyy
|
||||
name = "silver jacket"
|
||||
desc = "A jacket for those with a commanding presence. Made of synthetic fabric, it's interwoven with a special alloy that provides extra protection and style."
|
||||
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/suits.dmi'
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/suit.dmi'
|
||||
icon_state = "lt3_jacket"
|
||||
inhand_icon_state = "syndicate-black"
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
|
||||
|
||||
/obj/item/clothing/under/pants/skyy
|
||||
name = "silver jeans"
|
||||
desc = "A pair of jeans for those with a commanding presence. Made of shining, silver denim, it's interwoven with a special alloy that provides extra protection and style."
|
||||
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/uniform.dmi'
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/uniform_digi.dmi'
|
||||
lefthand_file = 'modular_skyrat/master_files/icons/donator/mob/inhands/donator_left.dmi'
|
||||
righthand_file = 'modular_skyrat/master_files/icons/donator/mob/inhands/donator_right.dmi'
|
||||
icon_state = "lt3_jeans"
|
||||
inhand_icon_state = "lt3_jeans"
|
||||
|
||||
/obj/item/clothing/gloves/skyy
|
||||
name = "charcoal fingerless gloves"
|
||||
desc = "Valuing form over function, these gloves barely cover more than the palm of your hand."
|
||||
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/gloves.dmi'
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/hands.dmi'
|
||||
icon_state = "lt3_gloves"
|
||||
|
||||
@@ -622,3 +622,24 @@
|
||||
name = "Holocigar"
|
||||
item_path = /obj/item/clothing/mask/holocigarette/masvedishcigar
|
||||
ckeywhitelist = list("masvedish")
|
||||
|
||||
/datum/loadout_item/suit/lt3_armor
|
||||
name = "Silver Jacket Mk II"
|
||||
item_path = /obj/item/clothing/suit/armor/skyy
|
||||
ckeywhitelist = list("lt3")
|
||||
restricted_roles = list(JOB_HEAD_OF_PERSONNEL, JOB_NT_REP)
|
||||
|
||||
/datum/loadout_item/suit/lt3_jacket
|
||||
name = "Silver Jacket"
|
||||
item_path = /obj/item/clothing/suit/jacket/skyy
|
||||
ckeywhitelist = list("lt3")
|
||||
|
||||
/datum/loadout_item/under/miscellaneous/lt3_jeans
|
||||
name = "Silver Jeans"
|
||||
item_path = /obj/item/clothing/under/pants/skyy
|
||||
ckeywhitelist = list("lt3")
|
||||
|
||||
/datum/loadout_item/gloves/lt3_gloves
|
||||
name = "Charcoal Fingerless Gloves"
|
||||
item_path = /obj/item/clothing/gloves/skyy
|
||||
ckeywhitelist = list("lt3")
|
||||
|
||||