Restructure clothing categories
This commit is contained in:
parent
7c6634015e
commit
164546b0d8
@ -44,7 +44,7 @@ default ast_outfit_last = DollOutfit([ast_hair_base], hidden=True)
|
||||
|
||||
default ast_hair_ann = DollCloth("astoria", ("head", "hair"), "hair", "ann_takamaki", ["#e5c681ff", "#a37d50ff", "#ffd169ff"])
|
||||
default ast_hat_ann = DollClothDynamic("astoria", ("head", "headgear"), "headgear", "ann_takamaki", ["#ad1212ff", "#eebcbbff"], level=14, tracking="?hair")
|
||||
default ast_top_ann = DollCloth("astoria", ("tops", "other"), "top", "ann_takamaki", ["#ad1212ff", "#e8e8e8ff", "#eebcbbff"], level=14, blacklist=("bottom", "bra", "garterbelt"))
|
||||
default ast_top_ann = DollCloth("astoria", ("tops", "one-pieces"), "top", "ann_takamaki", ["#ad1212ff", "#e8e8e8ff", "#eebcbbff"], level=14, blacklist=("bottom", "bra", "garterbelt"))
|
||||
default ast_stockings_ann = DollCloth("astoria", ("underwear", "hosiery"), "stockings", "ann_takamaki", ["#632a2aff", "#b58787ff"], level=14, blacklist=["bottom"])
|
||||
default ast_gloves_ann = DollCloth("astoria", ("accessories", "gloves"), "gloves", "ann_takamaki", ["#f98be1ff"])
|
||||
default ast_buttplug_ann = DollCloth("astoria", ("accessories", "miscellaneous"), "accessory", "ann_takamaki", ["#632a2aff", "#b58787ff"], level=14, zorder=-1)
|
||||
|
@ -49,7 +49,7 @@ default her_outfit_last = DollOutfit([her_hair_base], hidden=True)
|
||||
## Slutty Schoolgirl ##
|
||||
#######################
|
||||
|
||||
default her_top_slutty1 = DollCloth("hermione", ("tops", "knitwear"), "top", "open_top_1", ["#b7b7b8ff", "#6d6979ff", "#a74d2aff", "#edb30eff"], level=19)
|
||||
default her_top_slutty1 = DollCloth("hermione", ("tops", "shirts"), "top", "open_top_1", ["#b7b7b8ff", "#6d6979ff", "#a74d2aff", "#edb30eff"], level=19)
|
||||
default her_bottom_slutty1 = DollCloth("hermione", ("bottoms", "skirts"), "bottom", "open_skirt_1", ["#675a6cff"], level=19)
|
||||
default her_stockings_slutty = DollCloth("hermione", ("underwear", "hosiery"), "stockings", "stockings_2", ["#aaaaaaff"], level=4)
|
||||
|
||||
@ -104,12 +104,12 @@ default her_neckwear_poker1 = DollCloth("hermione", ("head", "neckwear"), "neckw
|
||||
default her_stockings_poker1 = DollCloth("hermione", ("underwear", "hosiery"), "stockings", "poker_stockings_1", ["#1a1a23ff", "#99160aff"], level=13)
|
||||
default her_stockings_poker2 = DollCloth("hermione", ("underwear", "hosiery"), "stockings", "poker_stockings_2", ["#1a1a23ff", "#99160aff"], level=13)
|
||||
default her_panties_poker1 = DollCloth("hermione", ("underwear", "panties"), "panties", "poker_panties_1", ["#1a1a23ff", "#99160aff", "#ffb303ff"], level=19)
|
||||
default her_bra_poker1 = DollCloth("hermione", ("underwear", "other"), "bra", "poker_bra_1", ["#1a1a23ff", "#e8e8e8ff", "#99160aff", "#ffb303ff"], blacklist=["panties", "top", "bottom"], level=19)
|
||||
default her_onepiece_poker1 = DollCloth("hermione", ("tops", "one-pieces"), "top", "poker_onepiece_1", ["#1a1a23ff", "#e8e8e8ff", "#99160aff", "#ffb303ff"], blacklist=["panties", "top", "bottom"], level=19)
|
||||
default her_gloves_poker1 = DollCloth("hermione", ("accessories", "gloves"), "gloves", "poker_gloves_1", ["#e8e8e8ff", "#ffb303ff"], level=4)
|
||||
default her_earring_poker1 = DollCloth("hermione", ("body art", "earrings"), "earrings", "poker_earring_1", ["#ffb303ff"], level=4)
|
||||
default her_piercing_poker1 = DollCloth("hermione", ("body art", "piercings"), "piercing", "poker_belly_1", ["#1a1a23ff", "#e8e8e8ff", "#99160aff", "#ffb303ff"])
|
||||
|
||||
default her_outfit_poker = DollOutfit([her_hair_base, her_hat_poker1, her_hat_poker2, her_neckwear_poker1, her_stockings_poker1, her_stockings_poker2, her_panties_poker1, her_bra_poker1, her_gloves_poker1, her_earring_poker1, her_piercing_poker1], name=_("Poke-her-nips Costume"), desc=_("An outfit that doesn't leave much for the mind's desire, perfect for a lewd card loving girl."))
|
||||
default her_outfit_poker = DollOutfit([her_hair_base, her_hat_poker1, her_neckwear_poker1, her_stockings_poker1, her_onepiece_poker1, her_gloves_poker1, her_earring_poker1, her_piercing_poker1], addons=[her_hat_poker2, her_stockings_poker2, her_panties_poker1], name=_("Poke-her-nips Costume"), desc=_("An outfit that doesn't leave much for the mind's desire, perfect for a lewd card loving girl."))
|
||||
|
||||
##################
|
||||
## Bunny Outfit ##
|
||||
@ -153,7 +153,7 @@ default her_outfit_ball = DollOutfit([her_hair_updo, her_neckwear_pearls1, her_t
|
||||
## Yennefer Outfit ##
|
||||
#####################
|
||||
|
||||
default her_top_yen1 = DollCloth("hermione", ("tops", "knitwear"), "top", "yen_top", ["#09202fff"], level=10)
|
||||
default her_top_yen1 = DollCloth("hermione", ("tops", "shirts"), "top", "yen_top", ["#09202fff"], level=10)
|
||||
default her_bottom_yen_skirt1 = DollCloth("hermione", ("bottoms", "skirts"), "bottom", "yen_skirt", ["#1a1a1aff"], level=4)
|
||||
default her_stockings_yen1 = DollCloth("hermione", ("underwear", "hosiery"), "stockings", "yen_stockings", ["#4c4c4cff"], level=10)
|
||||
default her_accessory_yen_sash1 = DollCloth("hermione", ("accessories", "miscellaneous"), "accessory", "yen_sash", ["#191919ff", "#333333ff"], zorder=213, level=10)
|
||||
@ -182,7 +182,7 @@ default her_outfit_pizza = DollOutfit([her_hair_base, her_bottom_pizza, her_top_
|
||||
|
||||
default her_hair_bioshock = DollCloth("hermione", ("head", "hair"), "hair", "bio_hair", ["#1f1d1bff", "#363230ff"], level=4)
|
||||
default her_neckwear_bioshock = DollCloth("hermione", ("head", "neckwear"), "neckwear", "bioshock_choker", ["#0c0148ff"], level=4)
|
||||
default her_top_bioshock = DollCloth("hermione", ("tops", "other"), "top", "bioshock_corset", ["#e1e0e8ff", "#2e2e30ff", "#e8e8e8ff"], level=4)
|
||||
default her_top_bioshock = DollCloth("hermione", ("tops", "dresses"), "top", "bioshock_corset", ["#e1e0e8ff", "#2e2e30ff", "#e8e8e8ff"], level=4)
|
||||
default her_bottom_bioshock = DollCloth("hermione", ("bottoms", "skirts"), "bottom", "bioshock_skirt", ["#0c0148ff"], level=4)
|
||||
default her_robe_bioshock = DollCloth("hermione", ("outer wear", "jackets"), "robe", "bioshock_robe", ["#0c0148ff", "#e8e8e8ff"], level=4)
|
||||
|
||||
@ -211,7 +211,7 @@ default her_outfit_egypt = DollOutfit([her_hair_base, her_neckwear_egypt, her_to
|
||||
## Latex dress Outfit ##
|
||||
########################
|
||||
|
||||
default her_top_latex_dress_1 = DollCloth("hermione", ("tops", "one-pieces"), "top", "latex_dress_1", ["#fa8bf1ff", "#ffad16ff"], blacklist=["bra"], level=19)
|
||||
default her_top_latex_dress_1 = DollCloth("hermione", ("tops", "dresses"), "top", "latex_dress_1", ["#fa8bf1ff", "#ffad16ff"], blacklist=["bra"], level=19)
|
||||
|
||||
default her_outfit_latex_dress = DollOutfit([her_hair_base, her_top_latex_dress_1], price=350, name=_("Latex Dress"), desc=_("Something you wouldn't normally find in a regular clothing store."))
|
||||
|
||||
@ -318,7 +318,7 @@ default her_outfit_latex = DollOutfit([her_hair_base, her_top_latex, her_gloves_
|
||||
####################
|
||||
|
||||
default her_top_fishnet = DollCloth("hermione", ("tops", "other"), "top", "fishnet_top", ["#181818ff"], blacklist=["bra"], level=19)
|
||||
default her_panties_fishnet = DollCloth("hermione", ("underwear", "other"), "panties", "fishnet_panties", ["#181818ff"], level=19)
|
||||
default her_panties_fishnet = DollCloth("hermione", ("underwear", "panties"), "panties", "fishnet_panties", ["#181818ff"], level=19)
|
||||
|
||||
default her_outfit_fishnet = DollOutfit([her_hair_base, her_top_fishnet, her_panties_fishnet], price=350, name=_("Fishnet Set"), desc=_("Disclaimer: Not suitable for actual fish catching."))
|
||||
|
||||
|
@ -218,9 +218,9 @@ default lun_outfit_latex = DollOutfit([lun_hair_base, lun_top_latex, lun_bottom_
|
||||
|
||||
default lun_neckwear_collar = DollCloth("luna", ("head", "neckwear"), "neckwear", "collar", ["#565656", "#eaeaea"])
|
||||
default lun_neckwear_collar_1 = DollCloth("luna", ("head", "neckwear"), "neckwear", "collar_1", ["#F12E2EFF"])
|
||||
default lun_accessory_leash = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "leash", ["#F12E2EFF"], level=7, zorder=214)
|
||||
default lun_accessory_leash = DollCloth("luna", ("head", "neckwear"), "accessory", "leash", ["#F12E2EFF"], level=7, zorder=214)
|
||||
default lun_accessory_onepiece_harness = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "onepiece_harness", ["#565656", "#eaeaea"], zorder=215, level=10)
|
||||
default lun_robe_coat_flasher = DollCloth("luna", ("outer wear", "robes"), "robe", "coat_flasher", ["#dba55f", "#fdd299", "#493a31"], level=7, zorder=145, blacklist=["top", "bottom", "gloves"])
|
||||
default lun_robe_coat_flasher = DollCloth("luna", ("outer wear", "coats"), "robe", "coat_flasher", ["#dba55f", "#fdd299", "#493a31"], level=7, zorder=145, blacklist=["top", "bottom", "gloves"])
|
||||
|
||||
default lun_outfit_flasher = DollOutfit([lun_hair_base, lun_accessory_leash, lun_accessory_onepiece_harness, lun_robe_coat_flasher], addons=[lun_neckwear_collar, lun_neckwear_collar_1], price=350, name=_("Flasher Outfit"), desc=_("Show them what you got."))
|
||||
|
||||
@ -255,7 +255,7 @@ default lun_outfit_harley_quinn = DollOutfit([lun_hair_harley_quinn, lun_pantyho
|
||||
#################
|
||||
|
||||
default lun_bottom_casual_jeans = DollCloth("luna", ("bottoms", "trousers"), "bottom", "casual_jeans", ["#8027bfff"])
|
||||
default lun_top_casual_sweater = DollCloth("luna", ("tops", "shirts"), "top", "casual_sweater", ["#382088ff", "#382088ff"])
|
||||
default lun_top_casual_sweater = DollCloth("luna", ("tops", "knitwear"), "top", "casual_sweater", ["#382088ff", "#382088ff"])
|
||||
default lun_accessory_lionhead = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "lionhead", None)
|
||||
|
||||
default lun_outfit_casual= DollOutfit([lun_hair_base, lun_panties_base1, lun_bra_base1, lun_bottom_casual_jeans, lun_top_casual_sweater], unlocked=True)
|
||||
|
@ -203,7 +203,7 @@ default ton_outfit_mechanic = DollOutfit([ton_hair_mechanic, ton_top_vest_mechan
|
||||
## Tuxedo (Office) ##
|
||||
#####################
|
||||
|
||||
default ton_robe_office = DollCloth("tonks", ("outer wear", "jacket"), "robe", "office",["#353843ff", "#fff24aff"])
|
||||
default ton_robe_office = DollCloth("tonks", ("outer wear", "jackets"), "robe", "office",["#353843ff", "#fff24aff"])
|
||||
default ton_top_office = DollCloth("tonks", ("tops", "shirts"), "top", "office", ["#e7e7e7ff", "#d1cebbff"])
|
||||
default ton_bottoms_office = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "office",["#353843ff"])
|
||||
default ton_accessory_office = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "office_pin", ["#e7e7e7ff", "#fff24aff", "#d8422cff"], zorder=235)
|
||||
@ -256,7 +256,7 @@ default ton_outfit_santa = DollOutfit([ton_hair_base, ton_panties_santa, ton_top
|
||||
################# /% \ |=I~I=| #################
|
||||
|
||||
# Accessories
|
||||
default ton_makeup_elf_ears = DollCloth("tonks", ("accessories", "miscellaneous"), "makeup", "elf_ears", None)
|
||||
default ton_makeup_elf_ears = DollCloth("tonks", ("body art", "prosthetics"), "makeup", "elf_ears", None)
|
||||
default ton_hat_antlers = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "antlers", ["#eabbaaff"], tracking="?hair")
|
||||
default ton_hat_elf = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "elf", ["#027447ff", "#ffeff8ff"], tracking="?hair")
|
||||
default ton_neckwear_choker1 = DollCloth("tonks", ("head", "neckwear"), "neckwear", "choker_1", ["#ff2b95ff"])
|
||||
|
Loading…
Reference in New Issue
Block a user