Files
S.P.L.U.R.T-Station-13/modular_citadel/code/modules/client/loadout/shoes.dm
2021-02-11 02:36:50 -05:00

78 lines
2.0 KiB
Plaintext

/datum/gear/shoes
category = LOADOUT_CATEGORY_SHOES
slot = SLOT_SHOES
/datum/gear/shoes/laceup
name = "Laceup shoes"
path = /obj/item/clothing/shoes/laceup
/datum/gear/shoes/workboots
name = "Work boots"
path = /obj/item/clothing/shoes/workboots
/datum/gear/shoes/jackboots
name = "Jackboots"
path = /obj/item/clothing/shoes/jackboots
/datum/gear/shoes/winterboots
name = "Winter boots"
path = /obj/item/clothing/shoes/winterboots
/datum/gear/shoes/sandals
name = "Sandals"
path = /obj/item/clothing/shoes/sandal
/datum/gear/shoes/blackshoes
name = "Black shoes"
path = /obj/item/clothing/shoes/sneakers/black
/datum/gear/shoes/brownshoes
name = "Brown shoes"
path = /obj/item/clothing/shoes/sneakers/brown
/datum/gear/shoes/whiteshoes
name = "White shoes"
path = /obj/item/clothing/shoes/sneakers/white
/datum/gear/shoes/poly
name = "Polychromic shoes"
path = /obj/item/clothing/shoes/sneakers/poly/polychromic
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
loadout_initial_colors = list("#FFFFFF", "#1D1D1D")
/datum/gear/shoes/gildedcuffs
name = "Gilded leg wraps"
path= /obj/item/clothing/shoes/wraps
/datum/gear/shoes/silvercuffs
name = "Silver leg wraps"
path= /obj/item/clothing/shoes/wraps/silver
/datum/gear/shoes/redcuffs
name = "Red leg wraps"
path= /obj/item/clothing/shoes/wraps/red
/datum/gear/shoes/bluecuffs
name = "Blue leg wraps"
path= /obj/item/clothing/shoes/wraps/blue
/datum/gear/shoes/christmasbootsr
name = "Red Christmas Boots"
path= /obj/item/clothing/shoes/winterboots/christmasbootsr
/datum/gear/shoes/christmasbootsg
name = "Green Christmas Boots"
path= /obj/item/clothing/shoes/winterboots/christmasbootsg
/datum/gear/shoes/santaboots
name = "Santa Boots"
path= /obj/item/clothing/shoes/winterboots/santaboots
/datum/gear/shoes/cowboyboots
name = "Cowboy Boots, Brown"
path = /obj/item/clothing/shoes/cowboyboots
/datum/gear/shoes/cowboyboots/black
name = "Cowboy Boots, Black"
path = /obj/item/clothing/shoes/cowboyboots/black