Add mime robe, plasmaman wiz outfit

This commit is contained in:
datlo
2020-03-26 14:20:04 +01:00
parent 25bece7933
commit be91b68214
26 changed files with 96 additions and 32 deletions
+6
View File
@@ -152,6 +152,12 @@
item_state = "mime"
resistance_flags = FLAMMABLE
/obj/item/clothing/mask/gas/mime/wizard
name = "magical mime mask"
desc = "A mime mask glowing with power. Its eyes gaze deep into your soul."
flags_inv = HIDEEARS | HIDEEYES
magical = TRUE
/obj/item/clothing/mask/gas/mime/nodrop
flags = NODROP
+12 -1
View File
@@ -68,7 +68,7 @@
on = !on
icon_state = "[initial(icon_state)][on ? "-light":""]"
item_state = icon_state
var/mob/living/carbon/human/H = user
if(istype(H))
H.update_inv_head()
@@ -259,3 +259,14 @@
desc = "A plasmaman envirohelm designed for the blueshield."
icon_state = "bs_envirohelm"
item_state = "bs_envirohelm"
/obj/item/clothing/head/helmet/space/plasmaman/wizard
name = "wizard plasma envirosuit helmet"
desc = "A magical plasmaman containment helmet designed to spread chaos in safety and comfort."
icon_state = "wizard_envirohelm"
item_state = "wizard_envirohelm"
gas_transfer_coefficient = 0.01
permeability_coefficient = 0.01
armor = list("melee" = 30, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 20, "bio" = 20, "rad" = 20, "fire" = 100, "acid" = 100)
resistance_flags = FIRE_PROOF | ACID_PROOF
magical = TRUE
+24 -2
View File
@@ -24,7 +24,6 @@
icon_state = "blackwizard"
dog_fashion = null
/obj/item/clothing/head/wizard/clown
name = "purple wizard hat"
desc = "Strange-looking purple hat-wear that most certainly belongs to a real magic user."
@@ -32,6 +31,18 @@
item_state = "wizhatclown" // cheating
dog_fashion = null
/obj/item/clothing/head/wizard/mime
name = "magical beret"
desc = "A magical red beret."
icon_state = "wizhatmime"
item_state = "wizhatmime"
dog_fashion = null
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/head.dmi',
"Drask" = 'icons/mob/species/drask/head.dmi',
"Grey" = 'icons/mob/species/grey/head.dmi'
)
/obj/item/clothing/head/wizard/fake
name = "wizard hat"
desc = "It has WIZZARD written across it in sequins. Comes with a cool beard."
@@ -91,11 +102,22 @@
item_state = "blackwizrobe"
/obj/item/clothing/suit/wizrobe/clown
name = "Clown Robe"
name = "clown robe"
desc = "A set of armoured robes that seem to radiate a dark power. That, and bad fashion decisions."
icon_state = "wizzclown"
item_state = "wizzclown"
/obj/item/clothing/suit/wizrobe/mime
name = "mime robe"
desc = "Red, black, and white robes. There is not much else to say about them."
icon_state = "wizzmime"
item_state = "wizzmime"
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/suit.dmi',
"Drask" = 'icons/mob/species/drask/suit.dmi',
"Grey" = 'icons/mob/species/grey/suit.dmi'
)
/obj/item/clothing/suit/wizrobe/marisa
name = "Witch Robe"
desc = "Magic is all about the spell power, ZE!"
@@ -0,0 +1,6 @@
/obj/item/clothing/under/plasmaman/wizard
name = "wizard plasma envirosuit"
desc = "An envirosuit for plasmamen designed by the Wizard Federation. Still not spaceworthy..."
icon_state = "wizard_envirosuit"
item_state = "wizard_envirosuit"
item_color = "wizard_envirosuit"