mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
[MIRROR] Tape Wizard, the distant cousin of the Paper Wizard [MDB IGNORE] (#19640)
* Tape Wizard, the distant cousin of the Paper Wizard (#73739) ## About The Pull Request Adds a new wizard costume and non magical variant, made exclusively from tape.  ## Why It's Good For The Game New unique nice looking thing = good Opens the door for more uses of an already niche mechanic  Roleplay. ## Changelog 🆑 add: Adds the tape wizard costume, both a real and fake variant add: Adds the costume behind the autodrobe contraband wire, and the real variant in the wiz den 🆑 * Tape Wizard, the distant cousin of the Paper Wizard --------- Co-authored-by: Thedragmeme <81540056+Draggeru@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,15 @@
|
||||
flags_1 = IS_PLAYER_COLORABLE_1
|
||||
dog_fashion = null
|
||||
|
||||
/obj/item/clothing/head/wizard/tape
|
||||
name = "tape hat"
|
||||
desc = "A magically attuned hat made exclusively from duct tape. You can barely see."
|
||||
icon_state = "tapehat"
|
||||
inhand_icon_state = "tapehat"
|
||||
dog_fashion = null
|
||||
worn_y_offset = 6
|
||||
body_parts_covered = HEAD|HAIR
|
||||
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
|
||||
|
||||
/obj/item/clothing/head/wizard/magus
|
||||
name = "\improper Magus helm"
|
||||
@@ -130,6 +139,12 @@
|
||||
icon_state = "marisa"
|
||||
inhand_icon_state = null
|
||||
|
||||
/obj/item/clothing/suit/wizrobe/tape
|
||||
name = "tape robe"
|
||||
desc = "A fine robe made from magically attuned duct tape."
|
||||
icon_state = "taperobe"
|
||||
inhand_icon_state = "taperobe"
|
||||
|
||||
/obj/item/clothing/suit/wizrobe/magusblue
|
||||
name = "\improper Magus robe"
|
||||
desc = "A set of armored robes that seem to radiate a dark power."
|
||||
@@ -161,6 +176,12 @@
|
||||
armor_type = /datum/armor/none
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/clothing/head/wizard/tape/fake
|
||||
name = "tape hat"
|
||||
desc = "A hat designed exclusively from duct tape. You can barely see."
|
||||
armor_type = /datum/armor/none
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/clothing/suit/wizrobe/marisa/fake
|
||||
name = "witch robe"
|
||||
desc = "Magic is all about the spell power, ZE!"
|
||||
@@ -169,6 +190,12 @@
|
||||
armor_type = /datum/armor/none
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/clothing/suit/wizrobe/tape/fake
|
||||
name = "tape robe"
|
||||
desc = "An outfit designed exclusively from duct tape. It was hard to put on."
|
||||
armor_type = /datum/armor/none
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/clothing/suit/wizrobe/paper
|
||||
name = "papier-mache robe" // no non-latin characters!
|
||||
desc = "A robe held together by various bits of clear-tape and paste."
|
||||
|
||||
@@ -204,6 +204,7 @@
|
||||
/obj/item/clothing/head/costume/lobsterhat = 1,
|
||||
/obj/item/clothing/under/costume/lobster = 1,
|
||||
/obj/item/gun/magic/wand/nothing = 2,
|
||||
/obj/item/storage/box/tape_wizard = 1,
|
||||
)
|
||||
premium = list(
|
||||
/obj/item/clothing/suit/costume/pirate/captain = 2,
|
||||
|
||||
Reference in New Issue
Block a user