mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
f8333a8d93
* move those to static paths * maps * . * . * ugh * .
30 lines
996 B
Plaintext
30 lines
996 B
Plaintext
/datum/decl/hierarchy/outfit/wizard
|
|
uniform = /obj/item/clothing/under/color/lightpurple
|
|
shoes = /obj/item/clothing/shoes/sandal
|
|
r_pocket = /obj/item/teleportation_scroll
|
|
l_hand = /obj/item/staff
|
|
r_hand = /obj/item/spellbook
|
|
back = /obj/item/storage/backpack
|
|
backpack_contents = list(/obj/item/storage/box = 1)
|
|
hierarchy_type = /datum/decl/hierarchy/outfit/wizard
|
|
|
|
headset = /obj/item/radio/headset
|
|
headset_alt = /obj/item/radio/headset
|
|
headset_earbud = /obj/item/radio/headset
|
|
|
|
/datum/decl/hierarchy/outfit/wizard/blue
|
|
name = "Wizard - Blue"
|
|
head = /obj/item/clothing/head/wizard
|
|
suit = /obj/item/clothing/suit/wizrobe
|
|
|
|
/datum/decl/hierarchy/outfit/wizard/red
|
|
name = "Wizard - Red"
|
|
head = /obj/item/clothing/head/wizard/red
|
|
suit = /obj/item/clothing/suit/wizrobe/red
|
|
|
|
/datum/decl/hierarchy/outfit/wizard/marisa
|
|
name = "Wizard - Marisa"
|
|
head = /obj/item/clothing/head/wizard/marisa
|
|
suit = /obj/item/clothing/suit/wizrobe/marisa
|
|
shoes = /obj/item/clothing/shoes/sandal/marisa
|