From 8c6e467816fb9f34689b36b21e635cf3a44df27d Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 14 Jun 2022 20:47:53 +0200 Subject: [PATCH] Susan School uniform PT1 *Added School uniform art files *Defined tops in wardrobe.rpy --- .../clothes/bottom/school_skirt_1/0.webp | 3 +++ .../clothes/bottom/school_skirt_1/1.webp | 3 +++ .../bottom/school_skirt_1/outline.webp | 3 +++ .../clothes/bottom/school_skirt_1/skin.webp | 3 +++ .../clothes/bottom/school_skirt_2/0.webp | 3 +++ .../clothes/bottom/school_skirt_2/1.webp | 3 +++ .../bottom/school_skirt_2/outline.webp | 3 +++ .../clothes/bottom/school_skirt_2/skin.webp | 3 +++ .../clothes/bottom/school_skirt_3/0.webp | 3 +++ .../clothes/bottom/school_skirt_3/1.webp | 3 +++ .../bottom/school_skirt_3/outline.webp | 3 +++ .../clothes/bottom/school_skirt_3/skin.webp | 3 +++ .../clothes/bottom/school_skirt_4/0.webp | 3 +++ .../clothes/bottom/school_skirt_4/1.webp | 3 +++ .../bottom/school_skirt_4/outline.webp | 3 +++ .../clothes/bottom/school_skirt_4/skin.webp | 3 +++ .../clothes/stockings/short_school_1/0.webp | 3 +++ .../clothes/stockings/short_school_1/1.webp | 3 +++ .../stockings/short_school_1/outline.webp | 3 +++ .../stockings/short_school_1/skin.webp | 3 +++ .../clothes/stockings/short_school_2/0.webp | 3 +++ .../stockings/short_school_2/outline.webp | 3 +++ .../stockings/short_school_2/skin.webp | 3 +++ .../susan/clothes/top/top_school_1/0.webp | 3 +++ .../susan/clothes/top/top_school_1/1.webp | 3 +++ .../susan/clothes/top/top_school_1/2.webp | 3 +++ .../susan/clothes/top/top_school_1/3.webp | 3 +++ .../clothes/top/top_school_1/outline.webp | 3 +++ .../susan/clothes/top/top_school_1/skin.webp | 3 +++ .../susan/clothes/top/top_school_2/0.webp | 3 +++ .../susan/clothes/top/top_school_2/1.webp | 3 +++ .../susan/clothes/top/top_school_2/2.webp | 3 +++ .../susan/clothes/top/top_school_2/3.webp | 3 +++ .../clothes/top/top_school_2/outline.webp | 3 +++ .../susan/clothes/top/top_school_2/skin.webp | 3 +++ .../susan/clothes/top/top_school_3/0.webp | 3 +++ .../susan/clothes/top/top_school_3/1.webp | 3 +++ .../susan/clothes/top/top_school_3/2.webp | 3 +++ .../susan/clothes/top/top_school_3/3.webp | 3 +++ .../susan/clothes/top/top_school_3/4.webp | 3 +++ .../clothes/top/top_school_3/outline.webp | 3 +++ .../susan/clothes/top/top_school_3/skin.webp | 3 +++ .../susan/clothes/top/top_school_4/0.webp | 3 +++ .../susan/clothes/top/top_school_4/1.webp | 3 +++ .../susan/clothes/top/top_school_4/2.webp | 3 +++ .../susan/clothes/top/top_school_4/3.webp | 3 +++ .../clothes/top/top_school_4/outline.webp | 3 +++ .../susan/clothes/top/top_school_4/skin.webp | 3 +++ .../susan/clothes/top/top_school_5/0.webp | 3 +++ .../susan/clothes/top/top_school_5/1.webp | 3 +++ .../susan/clothes/top/top_school_5/2.webp | 3 +++ .../susan/clothes/top/top_school_5/3.webp | 3 +++ .../clothes/top/top_school_5/outline.webp | 3 +++ .../susan/clothes/top/top_school_5/skin.webp | 3 +++ .../top/top_school_6/Shirt_open_buttons.txt | 0 .../susan/clothes/top/top_school_7/0.webp | 3 +++ .../susan/clothes/top/top_school_7/1.webp | 3 +++ .../susan/clothes/top/top_school_7/2.webp | 3 +++ .../clothes/top/top_school_7/outline.webp | 3 +++ .../susan/clothes/top/top_school_7/skin.webp | 3 +++ game/scripts/characters/susan/wardrobe.rpy | 20 +++++++++++++++++-- 61 files changed, 195 insertions(+), 2 deletions(-) create mode 100644 game/characters/susan/clothes/bottom/school_skirt_1/0.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_1/1.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_1/outline.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_1/skin.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_2/0.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_2/1.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_2/outline.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_2/skin.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_3/0.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_3/1.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_3/outline.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_3/skin.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_4/0.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_4/1.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_4/outline.webp create mode 100644 game/characters/susan/clothes/bottom/school_skirt_4/skin.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_1/0.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_1/1.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_1/outline.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_1/skin.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_2/0.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_2/outline.webp create mode 100644 game/characters/susan/clothes/stockings/short_school_2/skin.webp create mode 100644 game/characters/susan/clothes/top/top_school_1/0.webp create mode 100644 game/characters/susan/clothes/top/top_school_1/1.webp create mode 100644 game/characters/susan/clothes/top/top_school_1/2.webp create mode 100644 game/characters/susan/clothes/top/top_school_1/3.webp create mode 100644 game/characters/susan/clothes/top/top_school_1/outline.webp create mode 100644 game/characters/susan/clothes/top/top_school_1/skin.webp create mode 100644 game/characters/susan/clothes/top/top_school_2/0.webp create mode 100644 game/characters/susan/clothes/top/top_school_2/1.webp create mode 100644 game/characters/susan/clothes/top/top_school_2/2.webp create mode 100644 game/characters/susan/clothes/top/top_school_2/3.webp create mode 100644 game/characters/susan/clothes/top/top_school_2/outline.webp create mode 100644 game/characters/susan/clothes/top/top_school_2/skin.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/0.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/1.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/2.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/3.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/4.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/outline.webp create mode 100644 game/characters/susan/clothes/top/top_school_3/skin.webp create mode 100644 game/characters/susan/clothes/top/top_school_4/0.webp create mode 100644 game/characters/susan/clothes/top/top_school_4/1.webp create mode 100644 game/characters/susan/clothes/top/top_school_4/2.webp create mode 100644 game/characters/susan/clothes/top/top_school_4/3.webp create mode 100644 game/characters/susan/clothes/top/top_school_4/outline.webp create mode 100644 game/characters/susan/clothes/top/top_school_4/skin.webp create mode 100644 game/characters/susan/clothes/top/top_school_5/0.webp create mode 100644 game/characters/susan/clothes/top/top_school_5/1.webp create mode 100644 game/characters/susan/clothes/top/top_school_5/2.webp create mode 100644 game/characters/susan/clothes/top/top_school_5/3.webp create mode 100644 game/characters/susan/clothes/top/top_school_5/outline.webp create mode 100644 game/characters/susan/clothes/top/top_school_5/skin.webp create mode 100644 game/characters/susan/clothes/top/top_school_6/Shirt_open_buttons.txt create mode 100644 game/characters/susan/clothes/top/top_school_7/0.webp create mode 100644 game/characters/susan/clothes/top/top_school_7/1.webp create mode 100644 game/characters/susan/clothes/top/top_school_7/2.webp create mode 100644 game/characters/susan/clothes/top/top_school_7/outline.webp create mode 100644 game/characters/susan/clothes/top/top_school_7/skin.webp diff --git a/game/characters/susan/clothes/bottom/school_skirt_1/0.webp b/game/characters/susan/clothes/bottom/school_skirt_1/0.webp new file mode 100644 index 00000000..707aed8c --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053562f5f99098a64122eb23bf23df9eb1f889bee8409d688ba4eca546b9a0a8 +size 19072 diff --git a/game/characters/susan/clothes/bottom/school_skirt_1/1.webp b/game/characters/susan/clothes/bottom/school_skirt_1/1.webp new file mode 100644 index 00000000..3f255bab --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5018b015b46714962584bd9e7e1129af9a7f88239c1e734cd75319b35af46 +size 800 diff --git a/game/characters/susan/clothes/bottom/school_skirt_1/outline.webp b/game/characters/susan/clothes/bottom/school_skirt_1/outline.webp new file mode 100644 index 00000000..e7d06ba7 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afe8883a95a8dc005afb917687077841768d82bfa8af2016d336bb143747142 +size 23796 diff --git a/game/characters/susan/clothes/bottom/school_skirt_1/skin.webp b/game/characters/susan/clothes/bottom/school_skirt_1/skin.webp new file mode 100644 index 00000000..fa9503f3 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f765578134a0cdb1114771b615824fde3bd12a100b034aeaaf149464019a03e +size 2558 diff --git a/game/characters/susan/clothes/bottom/school_skirt_2/0.webp b/game/characters/susan/clothes/bottom/school_skirt_2/0.webp new file mode 100644 index 00000000..33c5b6aa --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_2/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b678ef06fda50d911133865c005f3dfe778975259238f2f2cfcf703e76fb06 +size 12144 diff --git a/game/characters/susan/clothes/bottom/school_skirt_2/1.webp b/game/characters/susan/clothes/bottom/school_skirt_2/1.webp new file mode 100644 index 00000000..3f255bab --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_2/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5018b015b46714962584bd9e7e1129af9a7f88239c1e734cd75319b35af46 +size 800 diff --git a/game/characters/susan/clothes/bottom/school_skirt_2/outline.webp b/game/characters/susan/clothes/bottom/school_skirt_2/outline.webp new file mode 100644 index 00000000..ac373a34 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_2/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d37bf93c459999c98b16bf82d0fbb89247e615aa3a56a5f6b97219c5b4ea70 +size 17672 diff --git a/game/characters/susan/clothes/bottom/school_skirt_2/skin.webp b/game/characters/susan/clothes/bottom/school_skirt_2/skin.webp new file mode 100644 index 00000000..e73311a2 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_2/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3884c09ca8ccdf450d71eb570569798d8f2e61b7209460c69116ed71c6ac99 +size 2894 diff --git a/game/characters/susan/clothes/bottom/school_skirt_3/0.webp b/game/characters/susan/clothes/bottom/school_skirt_3/0.webp new file mode 100644 index 00000000..f7f83991 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_3/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba3548030749954ebbb7e244fc6c8045f32980cb3b1749f61c48eb1bb42447d +size 11224 diff --git a/game/characters/susan/clothes/bottom/school_skirt_3/1.webp b/game/characters/susan/clothes/bottom/school_skirt_3/1.webp new file mode 100644 index 00000000..3f255bab --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_3/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5018b015b46714962584bd9e7e1129af9a7f88239c1e734cd75319b35af46 +size 800 diff --git a/game/characters/susan/clothes/bottom/school_skirt_3/outline.webp b/game/characters/susan/clothes/bottom/school_skirt_3/outline.webp new file mode 100644 index 00000000..be42a097 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_3/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3ee27c1ea463251aaa145ce03fbf1f75d6a14d82b889e734c1a7471070db0a +size 14742 diff --git a/game/characters/susan/clothes/bottom/school_skirt_3/skin.webp b/game/characters/susan/clothes/bottom/school_skirt_3/skin.webp new file mode 100644 index 00000000..2c04e173 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_3/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb04e8f847baa86f4d81e3926dcee30a2bdd3659b01fc42487756c7edfa31679 +size 2916 diff --git a/game/characters/susan/clothes/bottom/school_skirt_4/0.webp b/game/characters/susan/clothes/bottom/school_skirt_4/0.webp new file mode 100644 index 00000000..1d47fc34 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_4/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6818f9cf7c20ab05eeef51176c0b4fe42d882bdfee8d3bde0b7f64147bd1802 +size 8414 diff --git a/game/characters/susan/clothes/bottom/school_skirt_4/1.webp b/game/characters/susan/clothes/bottom/school_skirt_4/1.webp new file mode 100644 index 00000000..3f255bab --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_4/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5018b015b46714962584bd9e7e1129af9a7f88239c1e734cd75319b35af46 +size 800 diff --git a/game/characters/susan/clothes/bottom/school_skirt_4/outline.webp b/game/characters/susan/clothes/bottom/school_skirt_4/outline.webp new file mode 100644 index 00000000..730b5bd0 --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_4/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923a2db3e48307796c87a4fbf07600779a5b3070cf22aef5146da44eae993fbc +size 11114 diff --git a/game/characters/susan/clothes/bottom/school_skirt_4/skin.webp b/game/characters/susan/clothes/bottom/school_skirt_4/skin.webp new file mode 100644 index 00000000..49799f8f --- /dev/null +++ b/game/characters/susan/clothes/bottom/school_skirt_4/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bf47a47082bd055cce0dc78b6c4dccb1ffe6a8c99f275e66007fcd52b3d067 +size 3046 diff --git a/game/characters/susan/clothes/stockings/short_school_1/0.webp b/game/characters/susan/clothes/stockings/short_school_1/0.webp new file mode 100644 index 00000000..d958eab7 --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f659b7bc53879c24753e8d79b4434b20c2d1d3a778326455024123cfc2b089 +size 3202 diff --git a/game/characters/susan/clothes/stockings/short_school_1/1.webp b/game/characters/susan/clothes/stockings/short_school_1/1.webp new file mode 100644 index 00000000..9c456b53 --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b7664609d47bc19c4be5ab0ccf51934936c85ce97e492bc51ba2750667469d +size 5404 diff --git a/game/characters/susan/clothes/stockings/short_school_1/outline.webp b/game/characters/susan/clothes/stockings/short_school_1/outline.webp new file mode 100644 index 00000000..2c191fb4 --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e6cab023ef3374c97eadb9a2c44dc1ebd1ac9fefce95690f5194762abd9baf +size 6724 diff --git a/game/characters/susan/clothes/stockings/short_school_1/skin.webp b/game/characters/susan/clothes/stockings/short_school_1/skin.webp new file mode 100644 index 00000000..6abd561a --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dc7a7fea972f1b07de30ff7f094a04f62361a08ce2e8dd4d00772d815837a5 +size 1632 diff --git a/game/characters/susan/clothes/stockings/short_school_2/0.webp b/game/characters/susan/clothes/stockings/short_school_2/0.webp new file mode 100644 index 00000000..c5379222 --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_2/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47911f9739f9a8b0fbb589972d949601eaa90394935ceb66bb68d753de84e687 +size 4516 diff --git a/game/characters/susan/clothes/stockings/short_school_2/outline.webp b/game/characters/susan/clothes/stockings/short_school_2/outline.webp new file mode 100644 index 00000000..48d2c2b9 --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_2/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e223f3f36f4f975e0811d9ac1283a06275e0ced48ade08b7d776c748392728 +size 4134 diff --git a/game/characters/susan/clothes/stockings/short_school_2/skin.webp b/game/characters/susan/clothes/stockings/short_school_2/skin.webp new file mode 100644 index 00000000..6abd561a --- /dev/null +++ b/game/characters/susan/clothes/stockings/short_school_2/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dc7a7fea972f1b07de30ff7f094a04f62361a08ce2e8dd4d00772d815837a5 +size 1632 diff --git a/game/characters/susan/clothes/top/top_school_1/0.webp b/game/characters/susan/clothes/top/top_school_1/0.webp new file mode 100644 index 00000000..b8f7bbf2 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_1/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671e5bcc132f6099598d6b8baa22601429e468b6b5dc621441edc7a87192f341 +size 20948 diff --git a/game/characters/susan/clothes/top/top_school_1/1.webp b/game/characters/susan/clothes/top/top_school_1/1.webp new file mode 100644 index 00000000..8c95430e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_1/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95aa7263063aa458844f1ed7de820a5fc0d0a6caf9fc99fe76c2ae8ea36b06b +size 15904 diff --git a/game/characters/susan/clothes/top/top_school_1/2.webp b/game/characters/susan/clothes/top/top_school_1/2.webp new file mode 100644 index 00000000..43985db4 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_1/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a9ea205eb02b6c058f308102b052c0aa94ebbb868919cf992ab8dd705a6bef +size 9392 diff --git a/game/characters/susan/clothes/top/top_school_1/3.webp b/game/characters/susan/clothes/top/top_school_1/3.webp new file mode 100644 index 00000000..8c68de45 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_1/3.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55181a1d3651f42e7967762635abf9b2fcc094f6c999f588d9f2821c8333a1d +size 8180 diff --git a/game/characters/susan/clothes/top/top_school_1/outline.webp b/game/characters/susan/clothes/top/top_school_1/outline.webp new file mode 100644 index 00000000..4af67ffc --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_1/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98f241129cb914c4330baabc1dee690e57e093bc1082ca5ef4073b7df35e560 +size 27660 diff --git a/game/characters/susan/clothes/top/top_school_1/skin.webp b/game/characters/susan/clothes/top/top_school_1/skin.webp new file mode 100644 index 00000000..30788e3c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_1/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4a995984b4538b5a9f0660d13531dd4f9a2eca50c05a375a1360e650a60cd +size 1648 diff --git a/game/characters/susan/clothes/top/top_school_2/0.webp b/game/characters/susan/clothes/top/top_school_2/0.webp new file mode 100644 index 00000000..e22511e7 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_2/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1126c7e5f354a2fc5c7013c09ba550d78e608b19548c6dee5e5ff7b565d046 +size 20980 diff --git a/game/characters/susan/clothes/top/top_school_2/1.webp b/game/characters/susan/clothes/top/top_school_2/1.webp new file mode 100644 index 00000000..8c95430e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_2/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95aa7263063aa458844f1ed7de820a5fc0d0a6caf9fc99fe76c2ae8ea36b06b +size 15904 diff --git a/game/characters/susan/clothes/top/top_school_2/2.webp b/game/characters/susan/clothes/top/top_school_2/2.webp new file mode 100644 index 00000000..0f4d9777 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_2/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e3355e213f901e34bd37432399d34fa18018f30beaa1f2f11b9147bedf7c5e +size 12060 diff --git a/game/characters/susan/clothes/top/top_school_2/3.webp b/game/characters/susan/clothes/top/top_school_2/3.webp new file mode 100644 index 00000000..1431378c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_2/3.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83abdef16e8f1f45a872a16f6837a3bedbae8057f28531b5585ce1e7658efdbd +size 10276 diff --git a/game/characters/susan/clothes/top/top_school_2/outline.webp b/game/characters/susan/clothes/top/top_school_2/outline.webp new file mode 100644 index 00000000..37cacf74 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_2/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b41fe535f9ef91036502b0bccdd8202879fd4868e5fd38b48c75c0e5d0fd7b +size 29660 diff --git a/game/characters/susan/clothes/top/top_school_2/skin.webp b/game/characters/susan/clothes/top/top_school_2/skin.webp new file mode 100644 index 00000000..30788e3c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_2/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4a995984b4538b5a9f0660d13531dd4f9a2eca50c05a375a1360e650a60cd +size 1648 diff --git a/game/characters/susan/clothes/top/top_school_3/0.webp b/game/characters/susan/clothes/top/top_school_3/0.webp new file mode 100644 index 00000000..aa01656f --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8029ba0c8fc3bf3397ff213eb51e914e4b16e64e3066fd583b790cd822c8577d +size 19944 diff --git a/game/characters/susan/clothes/top/top_school_3/1.webp b/game/characters/susan/clothes/top/top_school_3/1.webp new file mode 100644 index 00000000..1129a38e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bee730830bca9ed51d6b0565c0e98bc6d61f8419c8ba4b96bc6f5a3e93f841 +size 1240 diff --git a/game/characters/susan/clothes/top/top_school_3/2.webp b/game/characters/susan/clothes/top/top_school_3/2.webp new file mode 100644 index 00000000..8c95430e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95aa7263063aa458844f1ed7de820a5fc0d0a6caf9fc99fe76c2ae8ea36b06b +size 15904 diff --git a/game/characters/susan/clothes/top/top_school_3/3.webp b/game/characters/susan/clothes/top/top_school_3/3.webp new file mode 100644 index 00000000..6abd8052 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/3.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4b9af24536e3e84ca33656000d7d522d5229c11083244704d86f08b4327c9a +size 7844 diff --git a/game/characters/susan/clothes/top/top_school_3/4.webp b/game/characters/susan/clothes/top/top_school_3/4.webp new file mode 100644 index 00000000..f6c38a50 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/4.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7e912ff76b21371db2bd3ea5f6cfefac5630c27b8bed7a425eb90521535e02 +size 6898 diff --git a/game/characters/susan/clothes/top/top_school_3/outline.webp b/game/characters/susan/clothes/top/top_school_3/outline.webp new file mode 100644 index 00000000..82f1329f --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec656ee63b81bfa3e85649e0888c08ce5fa41ef7e5d959f6e38ab8b3f8ccf66c +size 26988 diff --git a/game/characters/susan/clothes/top/top_school_3/skin.webp b/game/characters/susan/clothes/top/top_school_3/skin.webp new file mode 100644 index 00000000..30788e3c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_3/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4a995984b4538b5a9f0660d13531dd4f9a2eca50c05a375a1360e650a60cd +size 1648 diff --git a/game/characters/susan/clothes/top/top_school_4/0.webp b/game/characters/susan/clothes/top/top_school_4/0.webp new file mode 100644 index 00000000..3f1a91b4 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_4/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4b733c9558114da1078a7dcf3132c02003ed7e28a237240ec7cc7125b7a4fa +size 20336 diff --git a/game/characters/susan/clothes/top/top_school_4/1.webp b/game/characters/susan/clothes/top/top_school_4/1.webp new file mode 100644 index 00000000..1129a38e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_4/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bee730830bca9ed51d6b0565c0e98bc6d61f8419c8ba4b96bc6f5a3e93f841 +size 1240 diff --git a/game/characters/susan/clothes/top/top_school_4/2.webp b/game/characters/susan/clothes/top/top_school_4/2.webp new file mode 100644 index 00000000..538754a0 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_4/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ae0155efa91aedd2af7b0e763301891e3a84143660caa0467c442e0bed4db1 +size 6012 diff --git a/game/characters/susan/clothes/top/top_school_4/3.webp b/game/characters/susan/clothes/top/top_school_4/3.webp new file mode 100644 index 00000000..bbee9c5f --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_4/3.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e6b4343fb31104e8fc6ceb78accde75a3f405ff47f3e3ae9cbeffd5e646f66 +size 4856 diff --git a/game/characters/susan/clothes/top/top_school_4/outline.webp b/game/characters/susan/clothes/top/top_school_4/outline.webp new file mode 100644 index 00000000..8f4f2246 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_4/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f55f729b0b33d5525f75b86131095ef2bd3ddc480dbb6f9f7d1358e685d537 +size 22054 diff --git a/game/characters/susan/clothes/top/top_school_4/skin.webp b/game/characters/susan/clothes/top/top_school_4/skin.webp new file mode 100644 index 00000000..30788e3c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_4/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4a995984b4538b5a9f0660d13531dd4f9a2eca50c05a375a1360e650a60cd +size 1648 diff --git a/game/characters/susan/clothes/top/top_school_5/0.webp b/game/characters/susan/clothes/top/top_school_5/0.webp new file mode 100644 index 00000000..2affa07d --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_5/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de5837b8f9857dd7f894ff87c4197dbe8b16581d8ce643180175d7c005462d3 +size 19408 diff --git a/game/characters/susan/clothes/top/top_school_5/1.webp b/game/characters/susan/clothes/top/top_school_5/1.webp new file mode 100644 index 00000000..6f71afd5 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_5/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa77a5d5ecf3781d180c38b3d270dcbbdeca5fd9cc1ca88fc9fa034e6d3e9e7 +size 1500 diff --git a/game/characters/susan/clothes/top/top_school_5/2.webp b/game/characters/susan/clothes/top/top_school_5/2.webp new file mode 100644 index 00000000..87119973 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_5/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e849711b262912aafd79f4b5bf4a69d66e1f3c37a28c689636923fa76f90d5 +size 1056 diff --git a/game/characters/susan/clothes/top/top_school_5/3.webp b/game/characters/susan/clothes/top/top_school_5/3.webp new file mode 100644 index 00000000..1129a38e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_5/3.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bee730830bca9ed51d6b0565c0e98bc6d61f8419c8ba4b96bc6f5a3e93f841 +size 1240 diff --git a/game/characters/susan/clothes/top/top_school_5/outline.webp b/game/characters/susan/clothes/top/top_school_5/outline.webp new file mode 100644 index 00000000..c0d77722 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_5/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e8a082662f5eb2aa6ed19b1f4ea0ede0a5a403e18fb1c5524c7c4ebcc38b9f +size 20048 diff --git a/game/characters/susan/clothes/top/top_school_5/skin.webp b/game/characters/susan/clothes/top/top_school_5/skin.webp new file mode 100644 index 00000000..30788e3c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_5/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4a995984b4538b5a9f0660d13531dd4f9a2eca50c05a375a1360e650a60cd +size 1648 diff --git a/game/characters/susan/clothes/top/top_school_6/Shirt_open_buttons.txt b/game/characters/susan/clothes/top/top_school_6/Shirt_open_buttons.txt new file mode 100644 index 00000000..e69de29b diff --git a/game/characters/susan/clothes/top/top_school_7/0.webp b/game/characters/susan/clothes/top/top_school_7/0.webp new file mode 100644 index 00000000..8c95430e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_7/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95aa7263063aa458844f1ed7de820a5fc0d0a6caf9fc99fe76c2ae8ea36b06b +size 15904 diff --git a/game/characters/susan/clothes/top/top_school_7/1.webp b/game/characters/susan/clothes/top/top_school_7/1.webp new file mode 100644 index 00000000..c3131b31 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_7/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbec10b4b6294825103dfa88fc166edf7609836533cdacecc6475b3517c70524 +size 6962 diff --git a/game/characters/susan/clothes/top/top_school_7/2.webp b/game/characters/susan/clothes/top/top_school_7/2.webp new file mode 100644 index 00000000..c365a3c1 --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_7/2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1700a45110f81af08e3a293526fc8b377d36e930689673b0b163407b77b0ff97 +size 6546 diff --git a/game/characters/susan/clothes/top/top_school_7/outline.webp b/game/characters/susan/clothes/top/top_school_7/outline.webp new file mode 100644 index 00000000..e049c77e --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_7/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b7f3a4bccc75077359458f67eec4937cafd6635cfccf95c54814fed7ed16ed +size 19950 diff --git a/game/characters/susan/clothes/top/top_school_7/skin.webp b/game/characters/susan/clothes/top/top_school_7/skin.webp new file mode 100644 index 00000000..78f2339c --- /dev/null +++ b/game/characters/susan/clothes/top/top_school_7/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf28f1862dc7849956495572dbec63d7283c378fef8be7add4a05d9f256eae5 +size 886 diff --git a/game/scripts/characters/susan/wardrobe.rpy b/game/scripts/characters/susan/wardrobe.rpy index fa3840a8..803d016f 100644 --- a/game/scripts/characters/susan/wardrobe.rpy +++ b/game/scripts/characters/susan/wardrobe.rpy @@ -55,11 +55,27 @@ default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", [[2 #TBA -#tops -#bottoms +#Tops +default sus_top_school1 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_1", [[185,184,184,255], [114,109,126,255], [51,43,54,255], [212,161,14,255]], unlocked=True) +default sus_top_school2 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_2", [[185,184,184,255], [114,109,126,255], [51,43,54,255], [212,161,14,255]], unlocked=True) +default sus_top_school3 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_3", [[185,184,184,255], [231,219,219,255], [114,109,126,255], [51,43,54,255], [212,161,14,255]], unlocked=True) +default sus_top_school4 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_4", [[185,184,184,255], [231,219,219,255], [51,43,54,255], [212,161,14,255]], unlocked=True) +default sus_top_school5 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_5", [[185,184,184,255], [51,43,54,255], [212,161,14,255], [231,219,219,255]], unlocked=True) +#TODO open collar variant default sus_top_school6 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_6", [[185,184,184,255], [114,109,126,255], [51,43,54,255], [212,161,14,255]], unlocked=True) +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 + +#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) + #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)