From 40466b026b9d6fd5fc7ff38ea32dd250a5d5565f Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 9 Aug 2022 00:31:35 +0100 Subject: [PATCH] Vibrator Events - CG * Initial implementation --- .../her_vibrators_public_background.webp | 3 ++ .../her_vibrators_public_npc_shock_harry.webp | 3 ++ ...brators_public_npc_shock_harry_effect.webp | 3 ++ .../her_vibrators_public_npc_shock_ron.webp | 3 ++ ...vibrators_public_npc_shock_ron_effect.webp | 3 ++ .../her_vibrators_public_npc_sus_ron.webp | 3 ++ .../her_vibrators_public_blush_heavy.webp | 3 ++ .../her_vibrators_public_blush_neutral.webp | 3 ++ .../hermione/her_vibrators_public_body.webp | 3 ++ .../hermione/her_vibrators_public_bra.webp | 3 ++ ...her_vibrators_public_eyebrows_neutral.webp | 3 ++ ...r_vibrators_public_eyebrows_surprised.webp | 3 ++ .../her_vibrators_public_eyebrows_upset.webp | 3 ++ ...her_vibrators_public_eyebrows_worried.webp | 3 ++ .../her_vibrators_public_eyes_ahegao.webp | 3 ++ .../her_vibrators_public_eyes_base.webp | 3 ++ .../her_vibrators_public_eyes_big_ahegao.webp | 3 ++ ...her_vibrators_public_eyes_big_crossed.webp | 3 ++ .../her_vibrators_public_eyes_clenched.webp | 3 ++ .../her_vibrators_public_eyes_closed.webp | 3 ++ .../her_vibrators_public_eyes_crossed.webp | 3 ++ .../her_vibrators_public_eyes_down.webp | 3 ++ .../her_vibrators_public_eyes_forward.webp | 3 ++ .../her_vibrators_public_eyes_left.webp | 3 ++ .../her_vibrators_public_eyes_sad.webp | 3 ++ .../hermione/her_vibrators_public_hair.webp | 3 ++ .../her_vibrators_public_legs_effect.webp | 3 ++ .../her_vibrators_public_mouth_ahegao.webp | 3 ++ ...r_vibrators_public_mouth_disappointed.webp | 3 ++ ...er_vibrators_public_mouth_grossedout1.webp | 3 ++ ...er_vibrators_public_mouth_grossedout2.webp | 3 ++ .../her_vibrators_public_mouth_lip_bite.webp | 3 ++ .../her_vibrators_public_mouth_neutral.webp | 3 ++ .../her_vibrators_public_mouth_open.webp | 3 ++ .../her_vibrators_public_mouth_shocked.webp | 3 ++ .../her_vibrators_public_mouth_upset.webp | 3 ++ .../her_vibrators_public_outfit_uniform.webp | 3 ++ .../her_vibrators_public_panties.webp | 3 ++ .../her_vibrators_public_tears_ahegao.webp | 3 ++ ..._vibrators_public_vibrator_lower_base.webp | 3 ++ ...ibrators_public_vibrator_lower_effect.webp | 3 ++ ...r_vibrators_public_vibrator_lower_egg.webp | 3 ++ ..._vibrators_public_vibrator_lower_tape.webp | 3 ++ ..._vibrators_public_vibrator_upper_base.webp | 3 ++ ...ibrators_public_vibrator_upper_effect.webp | 3 ++ ...r_vibrators_public_vibrator_upper_egg.webp | 3 ++ ..._vibrators_public_vibrator_upper_tape.webp | 3 ++ .../her_vibrators_public_wetness_legs.webp | 3 ++ .../her_vibrators_public_wetness_vagina.webp | 3 ++ game/scripts/cg/hermione.rpy | 47 +++++++++++++++++++ 50 files changed, 194 insertions(+) create mode 100644 game/images/CG/her_vibrators/public/her_vibrators_public_background.webp create mode 100644 game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry.webp create mode 100644 game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry_effect.webp create mode 100644 game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron.webp create mode 100644 game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron_effect.webp create mode 100644 game/images/CG/her_vibrators/public/her_vibrators_public_npc_sus_ron.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_heavy.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_neutral.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_body.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_bra.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_neutral.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_surprised.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_upset.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_worried.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_ahegao.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_base.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_ahegao.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_crossed.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_clenched.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_closed.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_crossed.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_down.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_forward.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_left.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_sad.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_hair.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_legs_effect.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_ahegao.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_disappointed.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout1.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout2.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_lip_bite.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_neutral.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_open.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_shocked.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_upset.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_outfit_uniform.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_panties.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_tears_ahegao.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_base.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_effect.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_egg.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_tape.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_base.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_effect.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_egg.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_tape.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_legs.webp create mode 100644 game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_vagina.webp diff --git a/game/images/CG/her_vibrators/public/her_vibrators_public_background.webp b/game/images/CG/her_vibrators/public/her_vibrators_public_background.webp new file mode 100644 index 00000000..a23ae27b --- /dev/null +++ b/game/images/CG/her_vibrators/public/her_vibrators_public_background.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc56e3605b9b3638a8dca16f60db342ace43291b6c29dfb25cf339fa4ceaea8 +size 590030 diff --git a/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry.webp b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry.webp new file mode 100644 index 00000000..7ddd5898 --- /dev/null +++ b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c12422874ef06b063da72485510cd3fa6e216c8c052125666490d6a304dd488 +size 12358 diff --git a/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry_effect.webp b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry_effect.webp new file mode 100644 index 00000000..bf49590d --- /dev/null +++ b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_harry_effect.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad63a49eda75df132a3833aa9cb024f1e889fac93fe9f53a419295016d9f0f50 +size 6116 diff --git a/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron.webp b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron.webp new file mode 100644 index 00000000..354c23dd --- /dev/null +++ b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abdf6fa7a1f159843251bbeb685277e26f5a0a44eb80406dc3c418db5a42775 +size 16360 diff --git a/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron_effect.webp b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron_effect.webp new file mode 100644 index 00000000..6fb02c33 --- /dev/null +++ b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_shock_ron_effect.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90669425a079ece459fef7b03090c3d42c5b8d1ae85d7b787f2bd4993576947c +size 6006 diff --git a/game/images/CG/her_vibrators/public/her_vibrators_public_npc_sus_ron.webp b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_sus_ron.webp new file mode 100644 index 00000000..4375eff6 --- /dev/null +++ b/game/images/CG/her_vibrators/public/her_vibrators_public_npc_sus_ron.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91ef27db322ce3de97da3b86bdc8f785385f4d732704463c5cd708e1662e37c +size 10670 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_heavy.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_heavy.webp new file mode 100644 index 00000000..ef6e212b --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_heavy.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab563cdb8705f7c4a4b73e84decc3edc3a26bdc37ea24ef936f338917205bd8c +size 9732 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_neutral.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_neutral.webp new file mode 100644 index 00000000..cb170ab0 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_blush_neutral.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0a05682db6d2d7612238214732da371fb5c0c06bccaf5fe43003b3e51a861f +size 7618 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_body.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_body.webp new file mode 100644 index 00000000..8ccf9b20 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_body.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9286a54411ec4f364be32d4a5715565e413f688604287492453a43a3358018 +size 84684 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_bra.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_bra.webp new file mode 100644 index 00000000..e645fe11 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_bra.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa02f2babfef5ee7b245e2b5b4637fdf46ac7ec7d18310bd78a8568df286cd2e +size 16680 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_neutral.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_neutral.webp new file mode 100644 index 00000000..2b7c1fba --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_neutral.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99460f0118f1ab8c44c1b421cda696b96db5ec72c85efb0ac8e489ceb734e2a0 +size 1902 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_surprised.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_surprised.webp new file mode 100644 index 00000000..4a8bc76c --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_surprised.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2525734b07782fb4aa672d53728435036d7582daea1c71d39fc4c055d6fea444 +size 2156 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_upset.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_upset.webp new file mode 100644 index 00000000..9742ed4d --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_upset.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84745651b8cbf37ae8ba2fbf313740ac3d2b01b79d615320cd52df0c40559e3e +size 2198 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_worried.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_worried.webp new file mode 100644 index 00000000..ba15bbcc --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyebrows_worried.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec9f5f179f9f21ea4ebedf7d6e0f4a5a4a0e191ce5aabe367b38c9c297212b4 +size 2148 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_ahegao.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_ahegao.webp new file mode 100644 index 00000000..289e56fe --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_ahegao.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1750bbfd7628f8f1bad2521e58bf158bf9b88b8fae559cc05732cbe59e163431 +size 3134 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_base.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_base.webp new file mode 100644 index 00000000..feacfbaa --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_base.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606209304d4095cf798f5659f34e350aee11d99e8882153eeaad5a2b0bdeadae +size 3030 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_ahegao.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_ahegao.webp new file mode 100644 index 00000000..b6a12338 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_ahegao.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63de35ad7e02a36604a1f6b6e362d74eb9567c78974bc1cb326d3814d55f2480 +size 3192 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_crossed.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_crossed.webp new file mode 100644 index 00000000..28a30b87 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_big_crossed.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7817da1e7482f79908fe9465f2b24d64dc1fe93573eea956b18ceab45e86bccf +size 3088 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_clenched.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_clenched.webp new file mode 100644 index 00000000..044a110e --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_clenched.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3052295e325b5851926cd1668f9e8a1c19c6038d2b8bdf0595be9c76ba75a290 +size 1496 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_closed.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_closed.webp new file mode 100644 index 00000000..ccdfce18 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_closed.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb41413de461f0e789f2524d372b70c3f9be564611e0a222c3b909b63194e1cf +size 1500 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_crossed.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_crossed.webp new file mode 100644 index 00000000..941cd74f --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_crossed.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473ff42f838b28557aca0a08e377a63ea29182901c60d698d55eea9ecb8509ab +size 2870 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_down.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_down.webp new file mode 100644 index 00000000..3b10a2ca --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_down.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1550de2d21f6d2e899242eb88848cd0287a1ce87f685f7df5580e56db441fa7 +size 3040 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_forward.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_forward.webp new file mode 100644 index 00000000..feacfbaa --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_forward.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606209304d4095cf798f5659f34e350aee11d99e8882153eeaad5a2b0bdeadae +size 3030 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_left.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_left.webp new file mode 100644 index 00000000..b52cd56c --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_left.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ec650dc1aa5196950f535203e39080fab855f08cdd104ba6d44ce2c6d9d659 +size 2856 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_sad.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_sad.webp new file mode 100644 index 00000000..70f6fb6c --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_eyes_sad.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f02d400d042372ffa223b6cc59820f2c8446422d51bf83b225c99a2fef0f36 +size 2964 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_hair.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_hair.webp new file mode 100644 index 00000000..bae550b4 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_hair.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390fc618c54c3ec5b42d290828f18cd5440ec46283a700e8f90931a92e1bee94 +size 69476 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_legs_effect.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_legs_effect.webp new file mode 100644 index 00000000..b1a4fab5 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_legs_effect.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a19a05f580bb9b3b2c81ee0511ced7bfc788d4a60647fb473b94ae0702163a3 +size 3750 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_ahegao.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_ahegao.webp new file mode 100644 index 00000000..35abc194 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_ahegao.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c32f3fb8e3ae71644eda5c3cf7f4ca261626c182816a34efa494f02250b9fd0 +size 3312 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_disappointed.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_disappointed.webp new file mode 100644 index 00000000..0a744196 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_disappointed.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0dc20dec37b40a40e4797d7b505d267929b5469bd95dbe666f7934e0ce6104 +size 1998 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout1.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout1.webp new file mode 100644 index 00000000..d89a7c3a --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0734c0ae4673401a438c3de204e34ab0a83f253f3f8d3845a72f6c67514e4593 +size 2740 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout2.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout2.webp new file mode 100644 index 00000000..7e6338b6 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_grossedout2.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3dcd4221105f7b3a86b2ed4cb6da86117ee39905765546a2db4caa2ed48f85 +size 2328 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_lip_bite.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_lip_bite.webp new file mode 100644 index 00000000..fc357908 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_lip_bite.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894f52f7443459552969642bf4d628b21f85b5150fc6be5cb579ef65836e6fb8 +size 2490 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_neutral.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_neutral.webp new file mode 100644 index 00000000..6cffc821 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_neutral.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6c5aecbd9bce3c55fab5c527b0ae109011a51007e58e8a431991d29400f5e4 +size 1982 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_open.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_open.webp new file mode 100644 index 00000000..1f294eb1 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_open.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aebc14ed148014aafb187c18c4fe6c6d6a374ed8be7ce9de5b7f6b1267ee3c6 +size 2624 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_shocked.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_shocked.webp new file mode 100644 index 00000000..fd611906 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_shocked.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0644c9f0770d102015f63a9ecfa9c55c18141a3e3aaef76f790f124df517d2 +size 2936 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_upset.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_upset.webp new file mode 100644 index 00000000..0ea17e9c --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_mouth_upset.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0f37ba883a51919f9106aa33542df7dfe6ad0aff1b7baf5d4f238a3cfa5b06 +size 2100 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_outfit_uniform.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_outfit_uniform.webp new file mode 100644 index 00000000..377dca7d --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_outfit_uniform.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291efcf74c70c6146f98c9942c23045353c3170096bbfe594143d3e78e8a6a88 +size 106958 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_panties.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_panties.webp new file mode 100644 index 00000000..36d8aeb3 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_panties.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be66dbf218e03987254b25b2e6451dc651536943a9d60886f42acca0a6328c4a +size 15944 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_tears_ahegao.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_tears_ahegao.webp new file mode 100644 index 00000000..20d13e43 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_tears_ahegao.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9cbfe2ac53ba04b58342ae321de9ac8c5372530c60e4adf5f3e5937295dd6f +size 1860 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_base.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_base.webp new file mode 100644 index 00000000..9aa791e3 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_base.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dd0cd514edd28202975da65612de1543a4ac0ca5b153e6648b79d4e59d61cb +size 10032 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_effect.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_effect.webp new file mode 100644 index 00000000..123121f7 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_effect.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebb1bdb68f2fa8f748f7d72db2def6003b47b2a53a774cd00df0e502c2cfd18 +size 1938 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_egg.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_egg.webp new file mode 100644 index 00000000..16f43829 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_egg.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce281fa30f1144df72c9a9b41789ab623b883839241049d8f20189affb265b4 +size 2562 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_tape.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_tape.webp new file mode 100644 index 00000000..02f9fac0 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_lower_tape.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d0e22f6c50400cb34ae83bd054632d8821f7ccccf199099688d7a1b06a04a8 +size 2974 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_base.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_base.webp new file mode 100644 index 00000000..e6d0039a --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_base.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4af1e60956d67598664d5c727d0e340dccd41601528ee71fcc645589e86c50 +size 7830 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_effect.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_effect.webp new file mode 100644 index 00000000..06affe52 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_effect.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927464baafa7bbb8dd9a45c3e7f5c8715e4ba66fba4ceb04ff247642c10f6215 +size 2004 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_egg.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_egg.webp new file mode 100644 index 00000000..a117a716 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_egg.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf6d012e3c912f1b66b0804aee622604f6029f7c5e08ccdfebae59fcb827dea +size 3436 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_tape.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_tape.webp new file mode 100644 index 00000000..9152187e --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_vibrator_upper_tape.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d42c0aedc4667867e913a59549576c96329540b7177f29cc58f074c514490db +size 3848 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_legs.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_legs.webp new file mode 100644 index 00000000..f59cd3bc --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_legs.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a18ecd6a41f63989b3058334022f62d79c52f7fa6049001fbd8c23d4b207a9e +size 3798 diff --git a/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_vagina.webp b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_vagina.webp new file mode 100644 index 00000000..e8bbe307 --- /dev/null +++ b/game/images/CG/her_vibrators/public/hermione/her_vibrators_public_wetness_vagina.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab85961a986324ff8737adc4297aa68c8b625bcf76b284092cc96b1f056ada0 +size 1996 diff --git a/game/scripts/cg/hermione.rpy b/game/scripts/cg/hermione.rpy index 57234e2c..06099185 100644 --- a/game/scripts/cg/hermione.rpy +++ b/game/scripts/cg/hermione.rpy @@ -65,3 +65,50 @@ image CG ass expand classroom A1: image CG ass expand classroom A2: "images/CG/her_potions/ass_expand/classroom_a2.webp" + +layeredimage her_vibrators_public: + fit "cover" + + attribute background default + + # TODO NPC reactions + + attribute body default + group blush auto prefix "blush": + attribute neutral default + group tears auto prefix "tears" + group eyes auto prefix "eyes": + attribute forward default + group eyebrows auto prefix "eyebrows": + attribute neutral default + group mouth auto prefix "mouth": + attribute neutral default + attribute hair default + + group wetness auto prefix "wetness" + + group vibrator_upper multiple variant "vibrator_upper": + attribute base default + attribute egg default if_any ["nude" "nobra"] + attribute tape default if_any ["nude" "nobra"] + attribute effect default if_any ["nude" "nobra"] + + group vibrator_lower multiple variant "vibrator_lower": + attribute base default + attribute egg default if_any ["nude" "nopanties"] + attribute tape default if_any ["nude" "nopanties"] + attribute effect default if_any ["nude" "nopanties"] + + group underwear multiple: + attribute bra default if_any ["underwear", "nopanties"] + attribute panties default if_any ["underwear", "nobra"] + + group outfit: + attribute uniform default + attribute underwear null + attribute nobra null + attribute nopanties null + attribute nude null + +image her_vibrators_public_proxy = LayeredImageProxy("her_vibrators_public") +image her_vibrators_public_xray = Xray("her_vibrators_public", "her_vibrators_public_proxy", radius=0.18)