mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
27 lines
924 B
Plaintext
27 lines
924 B
Plaintext
/decl/hierarchy/outfit/wizard
|
|
uniform = /obj/item/clothing/under/color/lightpurple
|
|
shoes = /obj/item/clothing/shoes/sandal
|
|
l_ear = /obj/item/device/radio/headset
|
|
r_pocket = /obj/item/weapon/teleportation_scroll
|
|
l_hand = /obj/item/weapon/staff
|
|
r_hand = /obj/item/weapon/spellbook
|
|
back = /obj/item/weapon/storage/backpack
|
|
backpack_contents = list(/obj/item/weapon/storage/box = 1)
|
|
hierarchy_type = /decl/hierarchy/outfit/wizard
|
|
|
|
/decl/hierarchy/outfit/wizard/blue
|
|
name = "Wizard - Blue"
|
|
head = /obj/item/clothing/head/wizard
|
|
suit = /obj/item/clothing/suit/wizrobe
|
|
|
|
/decl/hierarchy/outfit/wizard/red
|
|
name = "Wizard - Red"
|
|
head = /obj/item/clothing/head/wizard/red
|
|
suit = /obj/item/clothing/suit/wizrobe/red
|
|
|
|
/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
|