[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>
@@ -186,13 +186,6 @@
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/engine/cult,
|
||||
/area/centcom/wizard_station)
|
||||
"tv" = (
|
||||
/obj/effect/decal/cleanable/blood/splatter,
|
||||
/mob/living/simple_animal/hostile/netherworld{
|
||||
name = "Experiment 35b"
|
||||
},
|
||||
/turf/open/floor/grass,
|
||||
/area/centcom/wizard_station)
|
||||
"tz" = (
|
||||
/obj/structure/table/wood/fancy,
|
||||
/obj/item/camera/spooky,
|
||||
@@ -310,6 +303,14 @@
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/wizard_station)
|
||||
"Iz" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/clothing/head/wizard/tape,
|
||||
/obj/item/clothing/suit/wizrobe/tape,
|
||||
/obj/item/staff/tape,
|
||||
/obj/item/stack/sticky_tape/super,
|
||||
/turf/open/floor/engine/cult,
|
||||
/area/centcom/wizard_station)
|
||||
"IZ" = (
|
||||
/obj/structure/chair/wood/wings{
|
||||
dir = 1
|
||||
@@ -388,6 +389,13 @@
|
||||
/obj/structure/chair/wood/wings,
|
||||
/turf/open/floor/carpet,
|
||||
/area/centcom/wizard_station)
|
||||
"QL" = (
|
||||
/obj/effect/decal/cleanable/blood/splatter,
|
||||
/mob/living/simple_animal/hostile/netherworld{
|
||||
name = "Experiment 35b"
|
||||
},
|
||||
/turf/open/floor/grass,
|
||||
/area/centcom/wizard_station)
|
||||
"RT" = (
|
||||
/obj/structure/table/wood/poker,
|
||||
/obj/item/toy/cards/deck/wizoff{
|
||||
@@ -1346,7 +1354,7 @@ qo
|
||||
iQ
|
||||
gC
|
||||
dp
|
||||
jp
|
||||
Iz
|
||||
hT
|
||||
hT
|
||||
OV
|
||||
@@ -1518,7 +1526,7 @@ lL
|
||||
cs
|
||||
nN
|
||||
kZ
|
||||
tv
|
||||
QL
|
||||
JN
|
||||
kZ
|
||||
cs
|
||||
|
||||
@@ -167,6 +167,14 @@
|
||||
/obj/item/clothing/suit/wizrobe/marisa/fake,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/costume/tape_wizard
|
||||
name = "tape wizard costume spawner"
|
||||
items = list(
|
||||
/obj/item/clothing/head/wizard/tape/fake,
|
||||
/obj/item/clothing/suit/wizrobe/tape/fake,
|
||||
/obj/item/staff/tape,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/costume/cutewitch
|
||||
name = "cute witch costume spawner"
|
||||
items = list(
|
||||
|
||||
@@ -27,6 +27,16 @@
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/clothing/glasses/regular(src)
|
||||
|
||||
/obj/item/storage/box/tape_wizard
|
||||
name = "Tape Wizard - Episode 23"
|
||||
desc = "A box containing the costume used by legendary entertainment icon 'Super Tape Wizard'. It got a little stuck on its way out."
|
||||
|
||||
/obj/item/storage/box/tape_wizard/PopulateContents()
|
||||
new /obj/item/clothing/head/wizard/tape/fake(src)
|
||||
new /obj/item/clothing/suit/wizrobe/tape/fake(src)
|
||||
new /obj/item/staff/tape(src)
|
||||
new /obj/item/stack/sticky_tape(src)
|
||||
|
||||
/obj/item/storage/box/fakesyndiesuit
|
||||
name = "boxed space suit and helmet"
|
||||
desc = "A sleek, sturdy box used to hold replica spacesuits."
|
||||
|
||||
@@ -537,6 +537,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
|
||||
inhand_icon_state = "broom"
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/staff/tape
|
||||
name = "tape staff"
|
||||
desc = "A roll of tape snugly attached to a stick."
|
||||
icon_state = "tapestaff"
|
||||
inhand_icon_state = "tapestaff"
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/staff/stick
|
||||
name = "stick"
|
||||
desc = "A great tool to drag someone else's drinks across the bar."
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |