forked from SilverStudioGames/WTS
Separated Cho "Cho-li" top into shirt and skirt.
This commit is contained in:
parent
bca24d96bc
commit
19895d1953
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/0.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/0.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/1.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/1.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/extra.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/extra.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/bottom/skirt_chun_li/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/0.webp
(Stored with Git LFS)
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/0.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/1.webp
(Stored with Git LFS)
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/1.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/extra.webp
(Stored with Git LFS)
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/extra.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/outline.webp
(Stored with Git LFS)
BIN
game/characters/cho/poses/default/clothes/top/chun_li_dress/outline.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/0.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/0.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/1.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/1.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/extra.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/extra.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/cho/poses/default/clothes/top/top_chun_li/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -151,14 +151,15 @@ default cho_outfit_toon = DollOutfit([cho_hair_base, cho_headgear_toon_band, cho
|
||||
## Chun-Li Outfit ##
|
||||
####################
|
||||
|
||||
default cho_top_chun_li = DollCloth("cho", ("upper body", "dresses"), "top", "chun_li_dress", ["#ed224fff", "#ffe279ff"], blacklist=["bottom"], level=12)
|
||||
default cho_top_chun_li = DollCloth("cho", ("upper body", "shirts"), "top", "top_chun_li", ["#ed224fff", "#ffe279ff"], level=12)
|
||||
default cho_bottom_chun_li_skirt = DollCloth("cho", ("lower body", "skirts"), "bottom", "skirt_chun_li", ["#ed224fff", "#ffe279ff"], level=12)
|
||||
default cho_accessory_chun_li_wrap = DollCloth("cho", ("misc", "accessory"), "accessory", "body_wrap", ["#fffbdeff"], level=12, zorder=193)
|
||||
default cho_accessory_chun_li_shoulders = DollCloth("cho", ("misc", "accessory"), "accessory", "chun_li_shoulders", ["#ed224fff", "#ffe279ff"], level=12, zorder=213)
|
||||
default cho_headgear_chun_li_puffies = DollClothDynamic("cho", ("head", "headgear"), "headgear", "chun_li_puffies", ["#fffbdeff"], level=10, tracking="?hair")
|
||||
default cho_tattoo_chun_li_dragon = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "chun_li_dragon", ["#ed224fff", "#ffe279ff"])
|
||||
default cho_tattoo_chun_li_mule = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "chun_li_mule", ["#000000ff"])
|
||||
|
||||
default cho_outfit_chun_li = DollOutfit([cho_hair_base, cho_top_chun_li, cho_accessory_chun_li_wrap, cho_accessory_chun_li_shoulders, cho_headgear_chun_li_puffies, cho_bra_basic1, cho_panties_basic1, cho_tattoo_chun_li_dragon, cho_tattoo_chun_li_mule], price=500, name="Chun-Li Outfit", desc="For the strongest woman in the world!")
|
||||
default cho_outfit_chun_li = DollOutfit([cho_hair_base, cho_top_chun_li, cho_bottom_chun_li_skirt, cho_accessory_chun_li_wrap, cho_accessory_chun_li_shoulders, cho_headgear_chun_li_puffies, cho_bra_basic1, cho_panties_basic1, cho_tattoo_chun_li_dragon, cho_tattoo_chun_li_mule], price=500, name="Chun-Li Outfit", desc="For the strongest woman in the world!")
|
||||
|
||||
##################
|
||||
## Police Woman ## #unlocked in not_so_great_escape mirror story
|
||||
|
Loading…
Reference in New Issue
Block a user