-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/obj/item/clothing/suit/armor/vest/alt/caftan | ||
name = "security caftan" | ||
desc = "This is a long and quite comfortable outfit, sitting tightly on the shoulders. Looks like it's from times of troubles." | ||
icon = 'tff_modular/modules/streletz/icons/obj/suit.dmi' | ||
worn_icon = 'tff_modular/modules/streletz/icons/mob/suit.dmi' | ||
icon_state = "caftan_red" | ||
uses_advanced_reskins = TRUE | ||
unique_reskin = list( | ||
"Red Variant" = list( | ||
RESKIN_ICON_STATE = "caftan_red", | ||
RESKIN_WORN_ICON_STATE = "caftan_red" | ||
), | ||
"Blue Variant" = list( | ||
RESKIN_ICON_STATE = "caftan_blue", | ||
RESKIN_WORN_ICON_STATE = "caftan_blue" | ||
), | ||
"White Variant" = list( | ||
RESKIN_ICON_STATE = "caftan_white", | ||
RESKIN_WORN_ICON_STATE = "caftan_white" | ||
), | ||
) | ||
|
||
/obj/item/clothing/head/berendeyka | ||
name = "security beanie with band" | ||
desc = "Soft and armored beanie that toggles its order." | ||
icon = 'tff_modular/modules/streletz/icons/obj/hat.dmi' | ||
worn_icon = 'tff_modular/modules/streletz/icons/mob/hat.dmi' | ||
icon_state = "berendeyka_red" | ||
uses_advanced_reskins = TRUE | ||
armor_type = /datum/armor/head_helmet | ||
strip_delay = 60 | ||
//supports_variations_flags = CLOTHING_SNOUTED_VARIATION_NO_NEW_ICON | ||
unique_reskin = list( | ||
"Red Variant" = list( | ||
RESKIN_ICON_STATE = "berendeyka_red", | ||
RESKIN_WORN_ICON_STATE = "berendeyka_red" | ||
), | ||
"Blue Variant" = list( | ||
RESKIN_ICON_STATE = "berendeyka_blue", | ||
RESKIN_WORN_ICON_STATE = "berendeyka_blue" | ||
), | ||
"White Variant" = list( | ||
RESKIN_ICON_STATE = "berendeyka_white", | ||
RESKIN_WORN_ICON_STATE = "berendeyka_white" | ||
), | ||
) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters