Susan School Uniform

* Defined Remaining uniform pieces and adjusted base outfit.
* Fixed highlights on top by separating into "extra" layer.
* Fixed School skirt button luminosity. Separated highlights into "extra" layer.
* Added Socks Highlights as "extra" layer.
This commit is contained in:
Johnny 2022-06-15 16:27:34 +02:00
parent 8c6e467816
commit 792f7ef274
17 changed files with 54 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
game/characters/susan/clothes/top/top_school_1/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/susan/clothes/top/top_school_2/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/susan/clothes/top/top_school_3/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/susan/clothes/top/top_school_4/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/susan/clothes/top/top_school_5/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/susan/clothes/top/top_school_7/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -65,21 +65,25 @@ default sus_top_school5 = DollCloth("susan", ("upper body", "shirts"), "top", "t
default sus_top_school7 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_7", [[114,109,126,255], [51,43,54,255], [212,161,14,255]], unlocked=True)
#Bottoms
#TODO
#orig file colours default sus_bottom_school1 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_1", [[86, 74, 91, 255], [219,165,13,255]], unlocked=True)
default sus_bottom_school1 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_1", [[103, 90, 108, 255], [232, 177, 13, 255]], unlocked=True)
default sus_bottom_school2 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_2", [[103, 90, 108, 255], [232, 177, 13, 255]], unlocked=True)
default sus_bottom_school3 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_3", [[103, 90, 108, 255], [232, 177, 13, 255]], unlocked=True)
default sus_bottom_school4 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_4", [[103, 90, 108, 255], [232, 177, 13, 255]], unlocked=True)
#Stockings
#TODO
#Basic Underwear
default sus_bra_base1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "basic_bra_1", [[255, 238, 237, 255], [236, 191, 191, 255], [249, 135, 135, 255]], unlocked=True)
default sus_panties_base1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "basic_panties_1", [[255, 238, 237, 255], [236, 191, 191, 255], [249, 135, 135, 255]], unlocked=True)
#Stockings
default sus_stockings_school1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "short_school_1", [[212,161,14,255], [51,43,54,255]], unlocked=True)
default sus_stockings_school2 = DollCloth("susan", ("legwear", "stockings"), "stockings", "short_school_2", [[51,43,54,255]], unlocked=True)
#Robes
#TODO
#Adjust when new school pieces are added
#default sus_outfit_default = DollOutfit([sus_hair_base, sus_top_school1, sus_bottom_school1, sus_bra_base1, sus_panties_base1, sus_stockings_base1], unlocked=True)
default sus_outfit_default = DollOutfit([sus_hair_base, sus_bra_base1, sus_panties_base1], unlocked=True)
default sus_outfit_default = DollOutfit([sus_hair_base, sus_top_school1, sus_bottom_school1, sus_bra_base1, sus_panties_base1, sus_stockings_school1], unlocked=True)
default sus_outfit_last = DollOutfit([sus_hair_base], hidden=True)