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 the ringmasters set for Jester #627

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 @@ -498,3 +498,59 @@
desc = "A dainty bow made from similar materials from it matching dress. The fabric seems almost unatural from the way it reflects the stars as it moves."
icon_state = "starbow"
inhand_icon_state = "starbow"

/obj/item/clothing/mask/nobreath/plague/aerv
name = "ringmasters mask"
desc = "A beautifully detailed mask, it doesn't seem to have any eyeholes."
icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_item.dmi'
worn_icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_worn.dmi'
lefthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_lhand.dmi'
righthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_rhand.dmi'
icon_state = "aervmask"
inhand_icon_state = "plaguebeak"

/obj/item/clothing/under/rank/noble/penrose/aerv
name = "ringmasters outfit"
desc = "The patterns seem impossibly detailed and noisy."
icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_item.dmi'
worn_icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_worn.dmi'
lefthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_lhand.dmi'
righthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_rhand.dmi'
icon_state = "aervuni"
inhand_icon_state = "penrosesuit"
supports_variations_flags = CLOTHING_NO_VARIATION
can_adjust = FALSE
resistance_flags = FIRE_PROOF|ACID_PROOF

/obj/item/clothing/suit/penrose/aerv
name = "ringmasters coat"
desc = "An intricate jacket, a strange tar-like substance lines the inside of it."
icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_item.dmi'
worn_icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_worn.dmi'
lefthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_lhand.dmi'
righthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_rhand.dmi'
icon_state = "aervsuit"
inhand_icon_state = "penrosecoat"
resistance_flags = FIRE_PROOF|ACID_PROOF

/obj/item/clothing/gloves/penrose/aerv
name = "ringmasters clawed gloves"
desc = "The fingers are tipped with sharp talons of an unknown material."
icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_item.dmi'
worn_icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_worn.dmi'
lefthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_lhand.dmi'
righthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_rhand.dmi'
icon_state = "aervgloves"
inhand_icon_state = "penrosegloves"
resistance_flags = FIRE_PROOF|ACID_PROOF

/obj/item/clothing/shoes/jackboots/penrose/aerv
name = "ringmasters heeled boots"
desc = "The build of these boots would require either insane balance or a non-human build."
icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_item.dmi'
worn_icon = 'maplestation_modules/story_content/noble_equipment/icons/noble_worn.dmi'
lefthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_lhand.dmi'
righthand_file = 'maplestation_modules/story_content/noble_equipment/icons/noble_rhand.dmi'
icon_state = "aervboots"
inhand_icon_state = "penroseboots"
resistance_flags = FIRE_PROOF|ACID_PROOF
Binary file not shown.
Binary file not shown.
Loading