Files
Aurora.3/code/datums/underwear/socks.dm
ParadoxSpace b5a4db5f4e Some More Underwear (#8498)
An array of fishnet stuff (including sockless ones by Aticius), an alt sports bra, an alt bra (the sprite was unused), lacy bras, a halterneck bra, recolorable binders. Most sprites from Polaris.
2020-03-28 16:38:11 +02:00

193 lines
4.9 KiB
Plaintext

/datum/category_item/underwear/socks/none
always_last = TRUE
name = "None"
/datum/category_item/underwear/socks/short
name = "Short"
icon_state = "socks_short"
has_color = TRUE
/datum/category_item/underwear/socks/striped_short
name = "Short, Striped"
icon_state = "striped_short"
has_color = TRUE
/datum/category_item/underwear/socks/thin_short
name = "Short, Thin"
icon_state = "thin_short"
has_color = TRUE
/datum/category_item/underwear/socks/bee_short
name = "Short, Bee"
icon_state = "bee_short"
/datum/category_item/underwear/socks/woolblueorange_short
name = "Short, Wool Blue/Orange"
icon_state = "woolbo_short"
/datum/category_item/underwear/socks/woolredblue_short
name = "Short, Wool Red/Blue"
icon_state = "woolrb_short"
/datum/category_item/underwear/socks/spider_short
name = "Short, Spider"
icon_state = "spider_short"
/datum/category_item/underwear/socks/rainbow_short
name = "Short, Rainbow"
icon_state = "rainbow_short"
/datum/category_item/underwear/socks/normal
name = "Normal"
icon_state = "socks_norm"
has_color = TRUE
/datum/category_item/underwear/socks/striped_normal
name = "Normal, Striped"
icon_state = "striped_norm"
has_color = TRUE
/datum/category_item/underwear/socks/thin_normal
name = "Normal, Thin"
icon_state = "thin_normal"
has_color = TRUE
/datum/category_item/underwear/socks/bee_normal
name = "Normal, Bee"
icon_state = "bee_normal"
/datum/category_item/underwear/socks/woolblueorange_normal
name = "Normal, Wool Blue/Orange"
icon_state = "woolbo_normal"
/datum/category_item/underwear/socks/woolredblue_normal
name = "Normal, Wool Red/Blue"
icon_state = "woolrb_normal"
/datum/category_item/underwear/socks/spider_normal
name = "Normal, Spider"
icon_state = "spider_normal"
/datum/category_item/underwear/socks/rainbow_normal
name = "Normal, Rainbow"
icon_state = "rainbow_normal"
/datum/category_item/underwear/socks/knee
name = "Knee"
icon_state = "socks_knee"
has_color = TRUE
/datum/category_item/underwear/socks/striped_knee
name = "Knee, Striped"
icon_state = "striped_knee"
has_color = TRUE
/datum/category_item/underwear/socks/thin_knee
name = "Knee, Thin"
icon_state = "thin_knee"
has_color = TRUE
/datum/category_item/underwear/socks/bee_knee
name = "Knee, Bee"
icon_state = "bee_knee"
/datum/category_item/underwear/socks/woolblueorange_knee
name = "Knee, Wool Blue/Orange"
icon_state = "woolbo_knee"
/datum/category_item/underwear/socks/woolredblue_knee
name = "Knee, Wool Red/Blue"
icon_state = "woolrb_knee"
/datum/category_item/underwear/socks/spider_knee
name = "Knee, Spider"
icon_state = "spider_knee"
/datum/category_item/underwear/socks/rainbow_knee
name = "Knee, Rainbow"
icon_state = "rainbow_knee"
/datum/category_item/underwear/socks/thigh
name = "Thigh"
icon_state = "socks_thigh"
has_color = TRUE
/datum/category_item/underwear/socks/striped_thigh
name = "Thigh, Striped"
icon_state = "striped_thigh"
has_color = TRUE
/datum/category_item/underwear/socks/thin_thigh
name = "Thigh, Thin"
icon_state = "thin_thigh"
has_color = TRUE
/datum/category_item/underwear/socks/bee_thigh
name = "Thigh, Bee"
icon_state = "bee_thigh"
/datum/category_item/underwear/socks/woolblueorange_thigh
name = "Thigh, Wool Blue/Orange"
icon_state = "woolbo_thigh"
/datum/category_item/underwear/socks/woolredblue_thigh
name = "Thigh, Wool Red/Blue"
icon_state = "woolrb_thigh"
/datum/category_item/underwear/socks/spider_thigh
name = "Thigh, Spider"
icon_state = "spider_thigh"
/datum/category_item/underwear/socks/rainbow_thigh
name = "Thigh, Rainbow"
icon_state = "rainbow_thigh"
/datum/category_item/underwear/socks/leggings
name = "Leggings"
icon_state = "leggings"
has_color = TRUE
/datum/category_item/underwear/socks/pantyhose
name = "Pantyhose"
icon_state = "pantyhose"
has_color = TRUE
/datum/category_item/underwear/socks/stockings_blue
name = "Stockings, Blue"
icon_state = "stockings_blue"
/datum/category_item/underwear/socks/stockings_cyan
name = "Stockings, Cyan"
icon_state = "stockings_cyan"
/datum/category_item/underwear/socks/stockings_dpink
name = "Stockings, Dark Pink"
icon_state = "stockings_dpink"
/datum/category_item/underwear/socks/stockings_green
name = "Stockings, Green"
icon_state = "stockings_green"
/datum/category_item/underwear/socks/stockings_lpink
name = "Stockings, Light Pink"
icon_state = "stockings_lpink"
/datum/category_item/underwear/socks/stockings_orange
name = "Stockings, Orange"
icon_state = "stockings_orange"
/datum/category_item/underwear/socks/stockings_purple
name = "Stockings, Purple"
icon_state = "stockings_purple"
/datum/category_item/underwear/socks/stockings_yellow
name = "Stockings, Yellow"
icon_state = "stockings_yellow"
/datum/category_item/underwear/socks/fishnet
name = "Fishnets"
icon_state = "fishnet"
/datum/category_item/underwear/socks/fishnet_nosock
name = "Fishnets, Short"
icon_state = "fishnet_nosock"