mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-23 08:41:43 +00:00
52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
/datum/gear/shoes
|
|
subtype_path = /datum/gear/shoes
|
|
slot = slot_shoes
|
|
sort_category = "Shoes"
|
|
|
|
/datum/gear/shoes/sandals
|
|
display_name = "sandals, wooden"
|
|
path = /obj/item/clothing/shoes/sandal
|
|
|
|
/datum/gear/shoes/winterboots
|
|
display_name = "winter boots"
|
|
path = /obj/item/clothing/shoes/winterboots
|
|
|
|
/datum/gear/shoes/workboots
|
|
display_name = "work boots"
|
|
path = /obj/item/clothing/shoes/workboots
|
|
|
|
/datum/gear/shoes/fancysandals
|
|
display_name = "sandals, fancy"
|
|
cost = 2
|
|
path = /obj/item/clothing/shoes/sandal/fancy
|
|
|
|
/datum/gear/shoes/dressshoes
|
|
display_name = "dress shoes"
|
|
cost = 2
|
|
path = /obj/item/clothing/shoes/centcom
|
|
|
|
/datum/gear/shoes/cowboyboots
|
|
display_name = "cowboy boots, brown"
|
|
cost = 1
|
|
path = /obj/item/clothing/shoes/cowboyboots
|
|
|
|
/datum/gear/shoes/cowboyboots_black
|
|
display_name = "cowboy boots, black"
|
|
cost = 1
|
|
path = /obj/item/clothing/shoes/cowboyboots/black
|
|
|
|
/datum/gear/shoes/cowboyboots/white
|
|
display_name = "cowboy boots, white"
|
|
cost = 1
|
|
path = /obj/item/clothing/shoes/cowboyboots/white
|
|
|
|
/datum/gear/shoes/cowboyboots/pink
|
|
display_name = "cowboy boots, pink"
|
|
cost = 1
|
|
path = /obj/item/clothing/shoes/cowboyboots/pink
|
|
|
|
/datum/gear/shoes/laceup
|
|
display_name = "laceup shoes"
|
|
cost = 1
|
|
path = /obj/item/clothing/shoes/laceup
|