From c5ae9f29d77aca9b62f3ce83fe5e5dc439f7618f Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 9 Jun 2022 22:02:38 +0100 Subject: [PATCH] Susan Wardrobe * Restored Susan's wardrobe work files --- .../susan/clothes/bottom/jeans_1/0.webp | 3 + .../susan/clothes/bottom/jeans_1/1.webp | 3 + .../susan/clothes/bottom/jeans_1/outline.webp | 3 + game/characters/susan/clothes/bra/base/0.webp | 3 + .../susan/clothes/bra/base/mask.webp | 3 + .../susan/clothes/bra/base/outline.webp | 3 + .../susan/clothes/bra/base/skin.webp | 3 + .../susan/clothes/bra/basic_bra_1/0.webp | 3 + .../susan/clothes/bra/basic_bra_1/1.webp | 3 + .../susan/clothes/bra/basic_bra_1/2.webp | 3 + .../susan/clothes/bra/basic_bra_1/mask.webp | 3 + .../clothes/bra/basic_bra_1/outline.webp | 3 + .../susan/clothes/bra/basic_bra_1/skin.webp | 3 + .../susan/clothes/bra/lace_bra_1/0.webp | 3 + .../susan/clothes/bra/lace_bra_1/1.webp | 3 + .../susan/clothes/bra/lace_bra_1/mask.webp | 3 + .../susan/clothes/bra/lace_bra_1/outline.webp | 3 + .../susan/clothes/bra/lace_bra_1/skin.webp | 3 + .../susan/clothes/bra/muggle_bra_1/0.webp | 3 + .../susan/clothes/bra/muggle_bra_1/1.webp | 3 + .../susan/clothes/bra/muggle_bra_1/mask.webp | 3 + .../clothes/bra/muggle_bra_1/outline.webp | 3 + .../susan/clothes/bra/muggle_bra_1/skin.webp | 3 + .../susan/clothes/bra/sport_bra_1/0.webp | 3 + .../susan/clothes/bra/sport_bra_1/1.webp | 3 + .../susan/clothes/bra/sport_bra_1/mask.webp | 3 + .../clothes/bra/sport_bra_1/outline.webp | 3 + .../susan/clothes/bra/sport_bra_1/skin.webp | 3 + .../clothes/garterbelt/garter_belt_1/0.webp | 3 + .../garterbelt/garter_belt_1/outline.webp | 3 + .../garterbelt/garter_belt_1/skin.webp | 3 + .../clothes/panties/basic_panties_1/0.webp | 3 + .../clothes/panties/basic_panties_1/1.webp | 3 + .../clothes/panties/basic_panties_1/2.webp | 3 + .../panties/basic_panties_1/outline.webp | 3 + .../clothes/panties/basic_panties_1/skin.webp | 3 + .../susan/clothes/panties/lace/0.webp | 3 + .../susan/clothes/panties/lace/outline.webp | 3 + .../clothes/panties/lace_panties_1/0.webp | 3 + .../clothes/panties/lace_panties_1/1.webp | 3 + .../clothes/panties/lace_panties_1/2.webp | 3 + .../panties/lace_panties_1/outline.webp | 3 + .../clothes/panties/lace_panties_1/skin.webp | 3 + .../clothes/panties/muggle_panties_1/0.webp | 3 + .../clothes/panties/muggle_panties_1/1.webp | 3 + .../panties/muggle_panties_1/outline.webp | 3 + .../clothes/panties/sport_panties_1/0.webp | 3 + .../clothes/panties/sport_panties_1/1.webp | 3 + .../panties/sport_panties_1/outline.webp | 3 + .../clothes/panties/sport_panties_1/skin.webp | 3 + .../stockings/striped_stockings_1/0.webp | 3 + .../stockings/striped_stockings_1/1.webp | 3 + .../striped_stockings_1/outline.webp | 3 + .../stockings/striped_stockings_1/skin.webp | 3 + .../clothes/top/muggle_casual_top_1/0.webp | 3 + .../clothes/top/muggle_casual_top_1/mask.webp | 3 + .../top/muggle_casual_top_1/outline.webp | 3 + .../clothes/top/muggle_casual_top_1/skin.webp | 3 + game/scripts/characters/susan/wardrobe.rpy | 57 +++++++++++++++++-- 59 files changed, 226 insertions(+), 5 deletions(-) create mode 100644 game/characters/susan/clothes/bottom/jeans_1/0.webp create mode 100644 game/characters/susan/clothes/bottom/jeans_1/1.webp create mode 100644 game/characters/susan/clothes/bottom/jeans_1/outline.webp create mode 100644 game/characters/susan/clothes/bra/base/0.webp create mode 100644 game/characters/susan/clothes/bra/base/mask.webp create mode 100644 game/characters/susan/clothes/bra/base/outline.webp create mode 100644 game/characters/susan/clothes/bra/base/skin.webp create mode 100644 game/characters/susan/clothes/bra/basic_bra_1/0.webp create mode 100644 game/characters/susan/clothes/bra/basic_bra_1/1.webp create mode 100644 game/characters/susan/clothes/bra/basic_bra_1/2.webp create mode 100644 game/characters/susan/clothes/bra/basic_bra_1/mask.webp create mode 100644 game/characters/susan/clothes/bra/basic_bra_1/outline.webp create mode 100644 game/characters/susan/clothes/bra/basic_bra_1/skin.webp create mode 100644 game/characters/susan/clothes/bra/lace_bra_1/0.webp create mode 100644 game/characters/susan/clothes/bra/lace_bra_1/1.webp create mode 100644 game/characters/susan/clothes/bra/lace_bra_1/mask.webp create mode 100644 game/characters/susan/clothes/bra/lace_bra_1/outline.webp create mode 100644 game/characters/susan/clothes/bra/lace_bra_1/skin.webp create mode 100644 game/characters/susan/clothes/bra/muggle_bra_1/0.webp create mode 100644 game/characters/susan/clothes/bra/muggle_bra_1/1.webp create mode 100644 game/characters/susan/clothes/bra/muggle_bra_1/mask.webp create mode 100644 game/characters/susan/clothes/bra/muggle_bra_1/outline.webp create mode 100644 game/characters/susan/clothes/bra/muggle_bra_1/skin.webp create mode 100644 game/characters/susan/clothes/bra/sport_bra_1/0.webp create mode 100644 game/characters/susan/clothes/bra/sport_bra_1/1.webp create mode 100644 game/characters/susan/clothes/bra/sport_bra_1/mask.webp create mode 100644 game/characters/susan/clothes/bra/sport_bra_1/outline.webp create mode 100644 game/characters/susan/clothes/bra/sport_bra_1/skin.webp create mode 100644 game/characters/susan/clothes/garterbelt/garter_belt_1/0.webp create mode 100644 game/characters/susan/clothes/garterbelt/garter_belt_1/outline.webp create mode 100644 game/characters/susan/clothes/garterbelt/garter_belt_1/skin.webp create mode 100644 game/characters/susan/clothes/panties/basic_panties_1/0.webp create mode 100644 game/characters/susan/clothes/panties/basic_panties_1/1.webp create mode 100644 game/characters/susan/clothes/panties/basic_panties_1/2.webp create mode 100644 game/characters/susan/clothes/panties/basic_panties_1/outline.webp create mode 100644 game/characters/susan/clothes/panties/basic_panties_1/skin.webp create mode 100644 game/characters/susan/clothes/panties/lace/0.webp create mode 100644 game/characters/susan/clothes/panties/lace/outline.webp create mode 100644 game/characters/susan/clothes/panties/lace_panties_1/0.webp create mode 100644 game/characters/susan/clothes/panties/lace_panties_1/1.webp create mode 100644 game/characters/susan/clothes/panties/lace_panties_1/2.webp create mode 100644 game/characters/susan/clothes/panties/lace_panties_1/outline.webp create mode 100644 game/characters/susan/clothes/panties/lace_panties_1/skin.webp create mode 100644 game/characters/susan/clothes/panties/muggle_panties_1/0.webp create mode 100644 game/characters/susan/clothes/panties/muggle_panties_1/1.webp create mode 100644 game/characters/susan/clothes/panties/muggle_panties_1/outline.webp create mode 100644 game/characters/susan/clothes/panties/sport_panties_1/0.webp create mode 100644 game/characters/susan/clothes/panties/sport_panties_1/1.webp create mode 100644 game/characters/susan/clothes/panties/sport_panties_1/outline.webp create mode 100644 game/characters/susan/clothes/panties/sport_panties_1/skin.webp create mode 100644 game/characters/susan/clothes/stockings/striped_stockings_1/0.webp create mode 100644 game/characters/susan/clothes/stockings/striped_stockings_1/1.webp create mode 100644 game/characters/susan/clothes/stockings/striped_stockings_1/outline.webp create mode 100644 game/characters/susan/clothes/stockings/striped_stockings_1/skin.webp create mode 100644 game/characters/susan/clothes/top/muggle_casual_top_1/0.webp create mode 100644 game/characters/susan/clothes/top/muggle_casual_top_1/mask.webp create mode 100644 game/characters/susan/clothes/top/muggle_casual_top_1/outline.webp create mode 100644 game/characters/susan/clothes/top/muggle_casual_top_1/skin.webp diff --git a/game/characters/susan/clothes/bottom/jeans_1/0.webp b/game/characters/susan/clothes/bottom/jeans_1/0.webp new file mode 100644 index 00000000..df8a085c --- /dev/null +++ b/game/characters/susan/clothes/bottom/jeans_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed697b1c8055311de157d5e06745e88bd542f7d65e3412a1c4602fdde1757d7 +size 12902 diff --git a/game/characters/susan/clothes/bottom/jeans_1/1.webp b/game/characters/susan/clothes/bottom/jeans_1/1.webp new file mode 100644 index 00000000..f0f1ca96 --- /dev/null +++ b/game/characters/susan/clothes/bottom/jeans_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552fc88795bb5e4b895a9a95361a7339fc01db92682ef7eeadd1086f6bcefba3 +size 652 diff --git a/game/characters/susan/clothes/bottom/jeans_1/outline.webp b/game/characters/susan/clothes/bottom/jeans_1/outline.webp new file mode 100644 index 00000000..e407a42e --- /dev/null +++ b/game/characters/susan/clothes/bottom/jeans_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238b662d4b7ecec6efc1f0895493dc4904038d27e7ea59ff5722ed2ff2877d54 +size 14324 diff --git a/game/characters/susan/clothes/bra/base/0.webp b/game/characters/susan/clothes/bra/base/0.webp new file mode 100644 index 00000000..4d27c9d7 --- /dev/null +++ b/game/characters/susan/clothes/bra/base/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78314b2a0afc11f8512802517d3497f25e333e4a858293af2e2deb62c99753ff +size 72 diff --git a/game/characters/susan/clothes/bra/base/mask.webp b/game/characters/susan/clothes/bra/base/mask.webp new file mode 100644 index 00000000..d4e8418e --- /dev/null +++ b/game/characters/susan/clothes/bra/base/mask.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556ce1114c9e7be2539d2ea3a65170fa70ad068e721c7ec5c41182b005249301 +size 1190 diff --git a/game/characters/susan/clothes/bra/base/outline.webp b/game/characters/susan/clothes/bra/base/outline.webp new file mode 100644 index 00000000..554a656e --- /dev/null +++ b/game/characters/susan/clothes/bra/base/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e81c8f1625bc8716f2a7d1388d17d8a3a97de06f91625a0824f0bd723b11123 +size 17238 diff --git a/game/characters/susan/clothes/bra/base/skin.webp b/game/characters/susan/clothes/bra/base/skin.webp new file mode 100644 index 00000000..84975596 --- /dev/null +++ b/game/characters/susan/clothes/bra/base/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fff05e7238ab84035faa2d11c33df2880a88f2e083f87b0e3cb3e7162d9a696 +size 19998 diff --git a/game/characters/susan/clothes/bra/basic_bra_1/0.webp b/game/characters/susan/clothes/bra/basic_bra_1/0.webp new file mode 100644 index 00000000..de2f67ee --- /dev/null +++ b/game/characters/susan/clothes/bra/basic_bra_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e9b81eeec76c4187071c2d462fabcdd4012d183a71bd776e96c33c96dfc98f +size 4580 diff --git a/game/characters/susan/clothes/bra/basic_bra_1/1.webp b/game/characters/susan/clothes/bra/basic_bra_1/1.webp new file mode 100644 index 00000000..1c7299af --- /dev/null +++ b/game/characters/susan/clothes/bra/basic_bra_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522bd0fb6cee8313aaee1086e394c14f1bc689a12ae825929a6de6a9be0feaf9 +size 5238 diff --git a/game/characters/susan/clothes/bra/basic_bra_1/2.webp b/game/characters/susan/clothes/bra/basic_bra_1/2.webp new file mode 100644 index 00000000..93aa5676 --- /dev/null +++ b/game/characters/susan/clothes/bra/basic_bra_1/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8947843a9895596498cddb5ec40d43f0545ea952f642006318f00a73b0f3541f +size 1630 diff --git a/game/characters/susan/clothes/bra/basic_bra_1/mask.webp b/game/characters/susan/clothes/bra/basic_bra_1/mask.webp new file mode 100644 index 00000000..c06fb9cb --- /dev/null +++ b/game/characters/susan/clothes/bra/basic_bra_1/mask.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e3b0b53026a21986a163b0f9215dc2f7101eb91b28b10274ad08fc57a39d0 +size 1516 diff --git a/game/characters/susan/clothes/bra/basic_bra_1/outline.webp b/game/characters/susan/clothes/bra/basic_bra_1/outline.webp new file mode 100644 index 00000000..4f8c58b4 --- /dev/null +++ b/game/characters/susan/clothes/bra/basic_bra_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da2c450a0c89a4b831525c5917d0525cb837c9543f5bc75bf78e7ef448b9d75 +size 11892 diff --git a/game/characters/susan/clothes/bra/basic_bra_1/skin.webp b/game/characters/susan/clothes/bra/basic_bra_1/skin.webp new file mode 100644 index 00000000..2c7a9d23 --- /dev/null +++ b/game/characters/susan/clothes/bra/basic_bra_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf6da2aad4b8ea583f8bc9918624db25e2b9f6dff783541584f10503041ee9a +size 2294 diff --git a/game/characters/susan/clothes/bra/lace_bra_1/0.webp b/game/characters/susan/clothes/bra/lace_bra_1/0.webp new file mode 100644 index 00000000..a50c70d6 --- /dev/null +++ b/game/characters/susan/clothes/bra/lace_bra_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ffc01d789e8a4b8559b28c56ec884558738b8d3771580f29cbb4d0a9fcb632 +size 9498 diff --git a/game/characters/susan/clothes/bra/lace_bra_1/1.webp b/game/characters/susan/clothes/bra/lace_bra_1/1.webp new file mode 100644 index 00000000..9b9d0957 --- /dev/null +++ b/game/characters/susan/clothes/bra/lace_bra_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d0fa915792881c72e224c4f5b719d765d45b517422ee9d03c82544868bd759 +size 3874 diff --git a/game/characters/susan/clothes/bra/lace_bra_1/mask.webp b/game/characters/susan/clothes/bra/lace_bra_1/mask.webp new file mode 100644 index 00000000..c06fb9cb --- /dev/null +++ b/game/characters/susan/clothes/bra/lace_bra_1/mask.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e3b0b53026a21986a163b0f9215dc2f7101eb91b28b10274ad08fc57a39d0 +size 1516 diff --git a/game/characters/susan/clothes/bra/lace_bra_1/outline.webp b/game/characters/susan/clothes/bra/lace_bra_1/outline.webp new file mode 100644 index 00000000..cc3f9287 --- /dev/null +++ b/game/characters/susan/clothes/bra/lace_bra_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de968a0055bbb5640688c57aafec6fe6de9b98f134097ff19f5e11cf4e96a43 +size 16826 diff --git a/game/characters/susan/clothes/bra/lace_bra_1/skin.webp b/game/characters/susan/clothes/bra/lace_bra_1/skin.webp new file mode 100644 index 00000000..d338ed9a --- /dev/null +++ b/game/characters/susan/clothes/bra/lace_bra_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c79a41ca54afe0a85cb74b4855494304f1d1fd2b08b6ccd12eb8be1dbf74d49 +size 2564 diff --git a/game/characters/susan/clothes/bra/muggle_bra_1/0.webp b/game/characters/susan/clothes/bra/muggle_bra_1/0.webp new file mode 100644 index 00000000..07b3c76b --- /dev/null +++ b/game/characters/susan/clothes/bra/muggle_bra_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fbf5aa957ccd5307a1436832bf467383c43029d928b9d199c3c22672a0a909 +size 4868 diff --git a/game/characters/susan/clothes/bra/muggle_bra_1/1.webp b/game/characters/susan/clothes/bra/muggle_bra_1/1.webp new file mode 100644 index 00000000..423e0fc6 --- /dev/null +++ b/game/characters/susan/clothes/bra/muggle_bra_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be62b070095afced7c6629bccb0e05173d107136f19384591c2344d4fe316e34 +size 4316 diff --git a/game/characters/susan/clothes/bra/muggle_bra_1/mask.webp b/game/characters/susan/clothes/bra/muggle_bra_1/mask.webp new file mode 100644 index 00000000..1c32ab7b --- /dev/null +++ b/game/characters/susan/clothes/bra/muggle_bra_1/mask.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e779bd394f86490726de87b081c2c3db34525edf09e47c0286a54059223d983 +size 1592 diff --git a/game/characters/susan/clothes/bra/muggle_bra_1/outline.webp b/game/characters/susan/clothes/bra/muggle_bra_1/outline.webp new file mode 100644 index 00000000..8a6c69be --- /dev/null +++ b/game/characters/susan/clothes/bra/muggle_bra_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58d0856b718e7bf4ca3dbdeaf4053d5cd22d75ea940cb32b4150806be51703d +size 8894 diff --git a/game/characters/susan/clothes/bra/muggle_bra_1/skin.webp b/game/characters/susan/clothes/bra/muggle_bra_1/skin.webp new file mode 100644 index 00000000..81f6bea4 --- /dev/null +++ b/game/characters/susan/clothes/bra/muggle_bra_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e60f20f36e0bb8d04a1f03f15178e32166559cfb0f3b72375cda2b894a08822 +size 2910 diff --git a/game/characters/susan/clothes/bra/sport_bra_1/0.webp b/game/characters/susan/clothes/bra/sport_bra_1/0.webp new file mode 100644 index 00000000..2017fd87 --- /dev/null +++ b/game/characters/susan/clothes/bra/sport_bra_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda679fe3ee70c68f73343b68d8a2bfa018248f7e4ea63c7ae9cd8510d2d1987 +size 7128 diff --git a/game/characters/susan/clothes/bra/sport_bra_1/1.webp b/game/characters/susan/clothes/bra/sport_bra_1/1.webp new file mode 100644 index 00000000..99566a6f --- /dev/null +++ b/game/characters/susan/clothes/bra/sport_bra_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161ac79b9789b722bebd54e031c085aa58ec97a79b76ce1a8a4a1ca074ee35df +size 6620 diff --git a/game/characters/susan/clothes/bra/sport_bra_1/mask.webp b/game/characters/susan/clothes/bra/sport_bra_1/mask.webp new file mode 100644 index 00000000..ebaa2256 --- /dev/null +++ b/game/characters/susan/clothes/bra/sport_bra_1/mask.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d769281315d3f033c27ab1aa754768d99849f4e7a0aeb943a4dfb029c633449d +size 1860 diff --git a/game/characters/susan/clothes/bra/sport_bra_1/outline.webp b/game/characters/susan/clothes/bra/sport_bra_1/outline.webp new file mode 100644 index 00000000..9b731655 --- /dev/null +++ b/game/characters/susan/clothes/bra/sport_bra_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9c6fb6c6220823e6c83061a39a39fa7e4b4fe9f5af78bc249961c3d7c92e8e +size 10734 diff --git a/game/characters/susan/clothes/bra/sport_bra_1/skin.webp b/game/characters/susan/clothes/bra/sport_bra_1/skin.webp new file mode 100644 index 00000000..f5a1dc96 --- /dev/null +++ b/game/characters/susan/clothes/bra/sport_bra_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33267b458b3768bcf63bbedac8955866f04c5a2f3b5e1fb49f0520442822532 +size 1438 diff --git a/game/characters/susan/clothes/garterbelt/garter_belt_1/0.webp b/game/characters/susan/clothes/garterbelt/garter_belt_1/0.webp new file mode 100644 index 00000000..7ce21257 --- /dev/null +++ b/game/characters/susan/clothes/garterbelt/garter_belt_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1534dec4f18f6d13a667672733dd42168f895551bb26da44d5890497e837d69b +size 5356 diff --git a/game/characters/susan/clothes/garterbelt/garter_belt_1/outline.webp b/game/characters/susan/clothes/garterbelt/garter_belt_1/outline.webp new file mode 100644 index 00000000..957b1c6c --- /dev/null +++ b/game/characters/susan/clothes/garterbelt/garter_belt_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc8e62c7509c9ebdfe15bcb03bab5553b8dd307b590bf16b9b014511e61460d +size 8866 diff --git a/game/characters/susan/clothes/garterbelt/garter_belt_1/skin.webp b/game/characters/susan/clothes/garterbelt/garter_belt_1/skin.webp new file mode 100644 index 00000000..c0a0d6d7 --- /dev/null +++ b/game/characters/susan/clothes/garterbelt/garter_belt_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f70babcc12e675d4639856af93073ebbfd880e154fe00da7f851e3894865f5 +size 3606 diff --git a/game/characters/susan/clothes/panties/basic_panties_1/0.webp b/game/characters/susan/clothes/panties/basic_panties_1/0.webp new file mode 100644 index 00000000..33393906 --- /dev/null +++ b/game/characters/susan/clothes/panties/basic_panties_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02d0a2fd06f5a99840ad0888be36bf62970cd98a618d055b38dec3759b47036 +size 3990 diff --git a/game/characters/susan/clothes/panties/basic_panties_1/1.webp b/game/characters/susan/clothes/panties/basic_panties_1/1.webp new file mode 100644 index 00000000..bd37ff76 --- /dev/null +++ b/game/characters/susan/clothes/panties/basic_panties_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1526f0588b31aa31f34231e424e6143611b7d6169addb56c9db4effc638c979 +size 4724 diff --git a/game/characters/susan/clothes/panties/basic_panties_1/2.webp b/game/characters/susan/clothes/panties/basic_panties_1/2.webp new file mode 100644 index 00000000..b045e7a4 --- /dev/null +++ b/game/characters/susan/clothes/panties/basic_panties_1/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022009c08c26b7b429a97aad521a8149337599e152a4c66bb6d95059f6b124a8 +size 1002 diff --git a/game/characters/susan/clothes/panties/basic_panties_1/outline.webp b/game/characters/susan/clothes/panties/basic_panties_1/outline.webp new file mode 100644 index 00000000..432b6e94 --- /dev/null +++ b/game/characters/susan/clothes/panties/basic_panties_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fc9d1d401fbef67ec77377800d978f4a7ff2b467c928a3d31e7963c13fdade +size 7200 diff --git a/game/characters/susan/clothes/panties/basic_panties_1/skin.webp b/game/characters/susan/clothes/panties/basic_panties_1/skin.webp new file mode 100644 index 00000000..eac5a393 --- /dev/null +++ b/game/characters/susan/clothes/panties/basic_panties_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb322e7f84a249eba7ebde09b3a392cb0d3307702f976010f9743c50b9302b8 +size 2876 diff --git a/game/characters/susan/clothes/panties/lace/0.webp b/game/characters/susan/clothes/panties/lace/0.webp new file mode 100644 index 00000000..4d27c9d7 --- /dev/null +++ b/game/characters/susan/clothes/panties/lace/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78314b2a0afc11f8512802517d3497f25e333e4a858293af2e2deb62c99753ff +size 72 diff --git a/game/characters/susan/clothes/panties/lace/outline.webp b/game/characters/susan/clothes/panties/lace/outline.webp new file mode 100644 index 00000000..be057a49 --- /dev/null +++ b/game/characters/susan/clothes/panties/lace/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e9bff9d34e0027b7eac6e84c34d9f2e278acc31bc61423eea8b1560b002347 +size 18904 diff --git a/game/characters/susan/clothes/panties/lace_panties_1/0.webp b/game/characters/susan/clothes/panties/lace_panties_1/0.webp new file mode 100644 index 00000000..abbac118 --- /dev/null +++ b/game/characters/susan/clothes/panties/lace_panties_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb5be81813973669e70af35540d392bb64a3710f677cfa6cd6f2688c89f3af4 +size 3788 diff --git a/game/characters/susan/clothes/panties/lace_panties_1/1.webp b/game/characters/susan/clothes/panties/lace_panties_1/1.webp new file mode 100644 index 00000000..1e9343fa --- /dev/null +++ b/game/characters/susan/clothes/panties/lace_panties_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034b326bf484b95fa06c235c008e2d62b71bec3a4f9f6470564cbfafef266aee +size 1494 diff --git a/game/characters/susan/clothes/panties/lace_panties_1/2.webp b/game/characters/susan/clothes/panties/lace_panties_1/2.webp new file mode 100644 index 00000000..29e686fd --- /dev/null +++ b/game/characters/susan/clothes/panties/lace_panties_1/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967c3436eccacea4e28b1bdcde9d2968da3dfc531f555a808e5a77c497cb6d66 +size 1112 diff --git a/game/characters/susan/clothes/panties/lace_panties_1/outline.webp b/game/characters/susan/clothes/panties/lace_panties_1/outline.webp new file mode 100644 index 00000000..f1f3691b --- /dev/null +++ b/game/characters/susan/clothes/panties/lace_panties_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8a2ac1e8498db0681f24aabef0e97cd767d2447edbafcbc546ba354b4aa8c8 +size 6516 diff --git a/game/characters/susan/clothes/panties/lace_panties_1/skin.webp b/game/characters/susan/clothes/panties/lace_panties_1/skin.webp new file mode 100644 index 00000000..c0cc3c75 --- /dev/null +++ b/game/characters/susan/clothes/panties/lace_panties_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e119acb0765a6092320683be4ddbb9e6822ea46fb82345aa5550c2a12ec418aa +size 1878 diff --git a/game/characters/susan/clothes/panties/muggle_panties_1/0.webp b/game/characters/susan/clothes/panties/muggle_panties_1/0.webp new file mode 100644 index 00000000..86621244 --- /dev/null +++ b/game/characters/susan/clothes/panties/muggle_panties_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f48a18bda94f903429e6e6fe9aebc7b5ad8320962061ae6bf8b34e786e37174 +size 4102 diff --git a/game/characters/susan/clothes/panties/muggle_panties_1/1.webp b/game/characters/susan/clothes/panties/muggle_panties_1/1.webp new file mode 100644 index 00000000..db76e3d8 --- /dev/null +++ b/game/characters/susan/clothes/panties/muggle_panties_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a063e347e883a15261612fef227f4d22349def04a31d52eb669a2518e86754 +size 1974 diff --git a/game/characters/susan/clothes/panties/muggle_panties_1/outline.webp b/game/characters/susan/clothes/panties/muggle_panties_1/outline.webp new file mode 100644 index 00000000..c6d9e472 --- /dev/null +++ b/game/characters/susan/clothes/panties/muggle_panties_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6411f2b7d492462b8b441861065ce14c7ffd3ad814f111d148ae96330a0d538a +size 5116 diff --git a/game/characters/susan/clothes/panties/sport_panties_1/0.webp b/game/characters/susan/clothes/panties/sport_panties_1/0.webp new file mode 100644 index 00000000..d08f9d09 --- /dev/null +++ b/game/characters/susan/clothes/panties/sport_panties_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e481acfbaeffcd506d1c7b944fb9332f60695d58fc146d8547a2b6d89b887d +size 5252 diff --git a/game/characters/susan/clothes/panties/sport_panties_1/1.webp b/game/characters/susan/clothes/panties/sport_panties_1/1.webp new file mode 100644 index 00000000..942aca28 --- /dev/null +++ b/game/characters/susan/clothes/panties/sport_panties_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcd1975f80f9f1fd461ca973115249916856b0ca01838a907d6ca5f3e334979 +size 3712 diff --git a/game/characters/susan/clothes/panties/sport_panties_1/outline.webp b/game/characters/susan/clothes/panties/sport_panties_1/outline.webp new file mode 100644 index 00000000..e7aead32 --- /dev/null +++ b/game/characters/susan/clothes/panties/sport_panties_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ae62c28d9809f0f344a1a9049611dd4a90465cef2d025d5dbe38072733eb2e +size 9084 diff --git a/game/characters/susan/clothes/panties/sport_panties_1/skin.webp b/game/characters/susan/clothes/panties/sport_panties_1/skin.webp new file mode 100644 index 00000000..e1d72cd8 --- /dev/null +++ b/game/characters/susan/clothes/panties/sport_panties_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6191415105ce24f9ae3c4ea3203d8db22dc81e44240186142b679cff153b4a3 +size 2170 diff --git a/game/characters/susan/clothes/stockings/striped_stockings_1/0.webp b/game/characters/susan/clothes/stockings/striped_stockings_1/0.webp new file mode 100644 index 00000000..8bc2dbc7 --- /dev/null +++ b/game/characters/susan/clothes/stockings/striped_stockings_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1408a268755a357c08dbbf2d8450098dbae173fde3cf79b316601b8a06714e17 +size 4868 diff --git a/game/characters/susan/clothes/stockings/striped_stockings_1/1.webp b/game/characters/susan/clothes/stockings/striped_stockings_1/1.webp new file mode 100644 index 00000000..7599d4a6 --- /dev/null +++ b/game/characters/susan/clothes/stockings/striped_stockings_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beada89e67baad28deb9e702a14b6093089b5817b53b3ea350c94fb32862462 +size 2582 diff --git a/game/characters/susan/clothes/stockings/striped_stockings_1/outline.webp b/game/characters/susan/clothes/stockings/striped_stockings_1/outline.webp new file mode 100644 index 00000000..dcbdb73b --- /dev/null +++ b/game/characters/susan/clothes/stockings/striped_stockings_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5fdc471590e4212a3167b8af146d501874b58d1abca221eaa458b06fedfa35 +size 7492 diff --git a/game/characters/susan/clothes/stockings/striped_stockings_1/skin.webp b/game/characters/susan/clothes/stockings/striped_stockings_1/skin.webp new file mode 100644 index 00000000..d77caaef --- /dev/null +++ b/game/characters/susan/clothes/stockings/striped_stockings_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf2df40d220e1b3769117524a00dccf1d23b5c6986e8879a5f7f2722035da13 +size 2748 diff --git a/game/characters/susan/clothes/top/muggle_casual_top_1/0.webp b/game/characters/susan/clothes/top/muggle_casual_top_1/0.webp new file mode 100644 index 00000000..347457f0 --- /dev/null +++ b/game/characters/susan/clothes/top/muggle_casual_top_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c4637e108227edaac6ad85a47f24179d24988d114ca8eacc1d59332282fec7 +size 17602 diff --git a/game/characters/susan/clothes/top/muggle_casual_top_1/mask.webp b/game/characters/susan/clothes/top/muggle_casual_top_1/mask.webp new file mode 100644 index 00000000..842a0fec --- /dev/null +++ b/game/characters/susan/clothes/top/muggle_casual_top_1/mask.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432cbecf1b1bf90b59cda3adfea509e133b0195f2bfa8bc4198d42dba4c35714 +size 1860 diff --git a/game/characters/susan/clothes/top/muggle_casual_top_1/outline.webp b/game/characters/susan/clothes/top/muggle_casual_top_1/outline.webp new file mode 100644 index 00000000..2fae6fbd --- /dev/null +++ b/game/characters/susan/clothes/top/muggle_casual_top_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dbf9dbf8934fe525731393b5d50a6fe97fae02cc01f2ef682d7e8db5777b11 +size 18096 diff --git a/game/characters/susan/clothes/top/muggle_casual_top_1/skin.webp b/game/characters/susan/clothes/top/muggle_casual_top_1/skin.webp new file mode 100644 index 00000000..e21d50b4 --- /dev/null +++ b/game/characters/susan/clothes/top/muggle_casual_top_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18004009ab92c9a7bfac70c4c6b1338cfc2411452358d9fc50bc16f944cd1a40 +size 2382 diff --git a/game/scripts/characters/susan/wardrobe.rpy b/game/scripts/characters/susan/wardrobe.rpy index 402e6332..0a760b21 100644 --- a/game/scripts/characters/susan/wardrobe.rpy +++ b/game/scripts/characters/susan/wardrobe.rpy @@ -44,12 +44,59 @@ default susan = Doll(name="susan", "eyes": ["base", 8, True], "pupils": ["mid", 9, True], "mouth": ["base", 13, True]}, - body={"armleft": [None, -1], - "armright":[None, -1], + body={"armleft": ["behind", -1], + "armright":["behind", -1], "base": ["front", 0], - "breasts": [None, 2]}) + "breasts": ["normal", 2]}) -default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", [[232, 110, 62, 255]], unlocked=True) +####################### +## Schoolgirl Outfit ## +####################### -default sus_outfit_default = DollOutfit([sus_hair_base], unlocked=True) +default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", [[213, 90, 42, 255]], unlocked=True) + + +#TBA +#tops +#bottoms +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) +#Robes + +#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_last = DollOutfit([sus_hair_base], hidden=True) + + +########################## +## Muggle Casual Outfit ## +########################## + +default sus_top_muggle_casual1 = DollCloth("susan", ("upper body", "sweaters"), "top", "muggle_casual_top_1", [[157, 105, 68, 255]]) +default sus_bottom_jeans1 = DollCloth("susan", ("lower body", "trousers"), "bottom", "jeans_1", [[78, 65, 127, 255]]) +default sus_bra_muggle1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "muggle_bra_1", [[225, 201, 161, 255], [255, 251, 219, 255]]) +default sus_panties_muggle1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "muggle_panties_1", [[225, 201, 161, 255], [255, 251, 219, 255]]) + +default sus_outfit_muggle_casual1 = DollOutfit([sus_hair_base, sus_top_muggle_casual1, sus_bottom_jeans1, sus_bra_muggle1, sus_panties_muggle1], unlocked=True) + + +############### +## Underwear ## +############### + + +# Lingerie + +default sus_bra_lace1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "lace_bra_1", [[246, 243, 216, 255], [206, 123, 231, 100]]) +default sus_panties_lace1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "lace_panties_1", [[246, 243, 216, 255], [206, 123, 231, 100], [163, 180, 216, 255]]) +default sus_stockings_striped_1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "striped_stockings_1", [[246, 243, 216, 255], [206, 123, 231, 170]]) +default sus_garterbelt_1 = DollCloth("susan", ("legwear", "garterbelts"), "garterbelt", "garter_belt_1", [[206, 131, 231, 255]]) + +default sus_outfit_lace1 = DollOutfit([sus_hair_base, sus_bra_lace1, sus_panties_lace1, sus_stockings_striped_1, sus_garterbelt_1], price=250, name="Lace Lingerie", desc="Perfect for making a girl look even more presentable.") + +# Sport +default sus_bra_sport1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "sport_bra_1", [[107, 107, 139, 255], [219, 205, 79, 255]], unlocked=True) +default sus_panties_sport1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "sport_panties_1", [[107, 107, 139, 255], [219, 205, 79, 255]], unlocked=True) + + +