/datum/gear/gloves category = LOADOUT_CATEGORY_GLOVES slot = SLOT_GLOVES /datum/gear/gloves/fingerless name = "Fingerless Gloves" path = /obj/item/clothing/gloves/fingerless /datum/gear/gloves/evening name = "Evening gloves" path = /obj/item/clothing/gloves/evening /datum/gear/gloves/midnight name = "Midnight gloves" path = /obj/item/clothing/gloves/evening/black /datum/gear/gloves/goldring name = "A gold ring" path = /obj/item/clothing/gloves/ring cost = 2 /datum/gear/gloves/silverring name = "A silver ring" path = /obj/item/clothing/gloves/ring/silver cost = 2 /datum/gear/gloves/diamondring name = "A diamond ring" path = /obj/item/clothing/gloves/ring/diamond cost = 4 /datum/gear/gloves/customring name = "A ring, renameable" path = /obj/item/clothing/gloves/ring/custom