Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Paid Shiro DLC #591

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,61 @@
name = "Side Cape"
item_path = /obj/item/clothing/neck/cloak/shirocloak
additional_displayed_text = list("Character Item")

//THERES ALREADY A SHIRO FILE AHAHAHAHA

/obj/item/clothing/under/puppetdress
name = "Puppet's Formalwear"
desc = "A tight suit coat restrains a beautiful dress underneath. It doesn't want to come off..."
icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi'
worn_icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi'
icon_state = "shirodress"
worn_icon_state = "shirodress"
alternate_worn_layer = ABOVE_SHOES_LAYER

/obj/item/clothing/shoes/puppet
name = "Absurd Boots"
desc = "They may be fashionable, but they are in no way practical or comfortable."
icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi'
worn_icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi'
icon_state = "shiroboots"
worn_icon_state = "shiroboots"
strip_delay = 80
equip_delay_self = 80
equip_delay_other = 80

/obj/item/clothing/gloves/puppet
name = "Velvet Gloves"
desc = " Not quite an iron fist, but they're excessively tight around the hands."
icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi'
worn_icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi'
icon_state = "shirogloves"
worn_icon_state = "shirogloves"

/obj/item/clothing/head/puppet
name = "Puppet's Tophat"
desc = "There's a small hair clip on its underside as it is too small to securely fit on one's head."
icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi'
worn_icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi'
icon_state = "shirohat"
worn_icon_state = "shirohat"

/datum/loadout_item/under/formal/puppetdress
name = "Puppet's Formalwear"
item_path = /obj/item/clothing/under/puppetdress
additional_displayed_text = list("Character Item")

/datum/loadout_item/gloves/shirogloves
name = "Velvet Gloves"
item_path = /obj/item/clothing/gloves/puppet
additional_displayed_text = list("Character Item")

/datum/loadout_item/shoes/shiroboots
name = "Absurd Boots"
item_path = /obj/item/clothing/shoes/puppet
additional_displayed_text = list("Character Item")

/datum/loadout_item/head/shirohat
name = "Puppet's Tophat"
item_path = /obj/item/clothing/head/puppet
additional_displayed_text = list("Character Item")
Binary file not shown.
Binary file not shown.
Loading