From 79ce50382eb40af3b9f04d540aca9f8279a5f08d Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 10:29:21 -0400
Subject: [PATCH 01/24] add build script

---
 .gitignore                   |   2 +
 build.sh                     |  24 +++++
 docs/CommandValues.py        | 189 -----------------------------------
 docs/Connotations.txt        |  77 --------------
 docs/Signals.txt             |   8 --
 docs/TODO.txt                |   4 -
 docs/__NOTES__.txt           |   1 +
 src/gensim/master_db.sqlite3 | Bin 319488 -> 0 bytes
 8 files changed, 27 insertions(+), 278 deletions(-)
 create mode 100755 build.sh
 delete mode 100644 docs/CommandValues.py
 delete mode 100644 docs/Connotations.txt
 delete mode 100644 docs/Signals.txt
 delete mode 100644 docs/TODO.txt
 create mode 100755 docs/__NOTES__.txt
 delete mode 100644 src/gensim/master_db.sqlite3

diff --git a/.gitignore b/.gitignore
index e77fb07..e586788 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ env/
 event_blacklist.json
 character_blacklist.json
 **/*.sqlite
+**/*.sqlite3
 **/*.egg-info/
 
 # bin
@@ -21,6 +22,7 @@ main.bin
 main.build/
 main.dist/
 main.onefile-build/
+AnotherChance
 
 # dist
 dist/
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..b10b3a9
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,24 @@
+echo "building..."
+python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
+
+echo "cleaning up..."
+find . -name *.py[co] -delete
+find . -type d -name __pycache__ -delete
+find . -name *.sw[po] -delete
+find . -name '*~' -delete
+find . -name *.sqlite -delete
+find . -name *.sqlite3 -delete
+find . -name *.timestamp -delete
+find . -name *.error -delete
+find . -name *.gsav -delete
+
+echo "adding source files..."
+mkdir AnotherChance
+cp -r main.dist AnotherChance/libs
+cp -r LICENSE AnotherChance
+cp README.md AnotherChance
+cp -r src/achan AnotherChance/libs/achan
+cp -r src/gensim AnotherChance/libs/gensim
+echo "./libs/main.bin" > AnotherChance/start.sh && chmod +x AnotherChance/start.sh
+
+echo "done"
diff --git a/docs/CommandValues.py b/docs/CommandValues.py
deleted file mode 100644
index 5bce7d1..0000000
--- a/docs/CommandValues.py
+++ /dev/null
@@ -1,189 +0,0 @@
-TargetDict = {
-    "State":{
-        "Mood": 2,
-        "Energy": -10,
-        "Excitement": 0,
-        "Arousal": 0,
-        "Intoxication": 0,
-        },
-    "Temporal":{
-        "Favor": 15,
-        "Loyalty": 5,
-        "Desire": 0,
-        "Obedience": 0,
-        "Superiority": 0,
-        "Submission": 0,
-        "Service": 0,
-        "Shame": 0,
-
-        "MPlea": 0,
-        "CPlea": 0,
-        "APlea": 0,
-        "VPlea": 0,
-        "PPlea": 0,
-
-        "Pain": 0,
-        "Fear": 0,
-        "Discomfort": 5,
-        "Hate": 0,
-        },
-    "Permanent":{
-        "Attraction": 0,
-        "Reliability": 0,
-        "SpeechExp": 0,
-
-        "MExp": 0,
-        "MOrgasmExp": 0,
-        "MPenetrationExp": 0,
-
-        "CExp": 0,
-        "COrgasmExp": 0,
-        "CPenetrationExp": 0,
-
-        "AEXP": 0,
-        "AOrgasmExp": 0,
-        "APenetrationExp": 0,
-
-        "VExp": 0,
-        "VOrgasmExp": 0,
-        "VPenetrationExp": 0,
-
-        "PExp": 0,
-        "POrgasmExp": 0,
-        "PPenetrationExp": 0,
-
-        "AbnormalPenetrationExp": 0,
-
-        "CaressExp": 0,
-        "LickExp": 0,
-        "PenetrateExp": 0,
-
-        "ServiceExp": 0,
-        "AlcoholExp": 0,
-        },
-    "Task":{
-        "HourStart": DateData["Hour"],
-        "HourFinish": DateData["Hour"] + 10,
-        "Task": ["Idlying", {"BriefFluff": f'''Listening to {Globals.SoLNPCData[Actor]["Name"]}''', "LongFluff": f'''{Globals.SoLNPCData[Target]["Name"]} is listening to {Globals.SoLNPCData[Actor]["Name"]}.'''}],
-        "InterruptionPenalty": -50,
-        "Location": Globals.SoLNPCData[Target]["Actions"]["CurrentTask"]["Location"],
-        },
-    "Connotations":{
-        "Simple":[0,0],
-
-        "Basic":[0,0],
-        "Sexual":[0,0],
-
-        "Intimate":[0,0],
-        "Active":[0,0],
-        "Passive":[0,0],
-        "Dominant":[0,0],
-        "Submissive":[0,0],
-        "Extroverted":[0,0],
-        "Introverted":[0,0],
-
-        "StartIntimacy":[0,0],
-        "EndIntimacy":[0,0],
-
-        "Friendly":[1,100],
-        "Speech":[1,20],
-        "Sing":[0,0],
-        "Dance":[0,0],
-        "Service":[0,0],
-        "Playful":[0,0],
-        "Serious":[0,0],
-        "Gamble":[0,0],
-        "Gift":[0,0],
-
-        "Vanilla":[0,0],
-        "Deviant":[0,0],
-        "Agressive":[0,0],
-        "SHarassement":[0,0],
-        "Sadist":[0,0],
-        "Masochist":[0,0],
-        "Abuse":[0,0],
-        "Humilliation":[0,0],
-        "Homosexual":[0,0],
-        "Bestiality":[0,0],
-        "Watersports":[0,0],
-        "Scat":[0,0],
-        "Abnormal":[0,0],
-        "Drugs":[0,0],
-        "Alcohol":[0,0],
-        "Exhibitionist":[0,0],
-        "SexToy":[0,0],
-        "Filth":[0,0],
-
-        "Caress":[0,0],
-        "Lick":[0,0],
-        "Penetration"[0,0],
-
-        "AbnormalPenetration":[0,0],
-        "ExtremePenetration":[0,0],
-        "MultiplePenetration":[0,0],
-
-        "M":[0,0],
-        "C":[0,0],
-        "V":[0,0],
-        "A":[0,0],
-        "U":[0,0],
-        "W":[0,0],
-
-        "P":[0,0],
-        "T":[0,0],
-    },
-    "Resistance":-40,
-}
-
-# M: Mouth
-# C: Chest
-# N: Nipples
-# V: Vaginal
-# A: Anal
-# P: Penis
-# B: Balls
-# U: Urethra
-# W: Womb
-# T: SexToy
-
-TargetDict = {
-    "State":{
-
-        },
-    "Temporal":{
-
-        },
-    "Permanent":{
-
-        },
-    "Task":{},
-    "ForcefulTask":{},
-    "ResistanceTask":{},
-    "EnergyTask":{},
-    "Connotations":{
-
-        },
-    "Resistance":0,
-    }
-ActorDict = {
-    "State":{
-
-        },
-    "Temporal":{
-
-        },
-    "Permanent":{
-
-        },
-    "Task":{},
-    "ForcefulTask":{},
-    "ResistanceTask":{},
-    "EnergyTask":{},
-    "Connotations":{
-
-        },
-    "Resistance":0,
-    }
-OtherData = {
-    "Success":2,
-    }
diff --git a/docs/Connotations.txt b/docs/Connotations.txt
deleted file mode 100644
index da9f692..0000000
--- a/docs/Connotations.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-# User = Who the connotation is put in
-
-"Basic":[0,0],                  # USED FOR SIMPLE COMMANDS SUCH AS TALKING, THIS VALUE WILL SCALE WITH INTIMACY
-
-"Simple":[0,0],                 # INDICATES THE USER IS PARTICIPATING IN AN ACTION IN A NON SEXUAL WAY
-"Sexual":[0,0],                 # INDICATES THE USER IS PARTICIPATING IN AN ACTION IN A SEXUAL WAY
-
-"Intimate":[0,0],               # INDICATES THE USER IS PARTICIPATING IN AN INTIMATE ACTION
-"Active":[0,0],                 # INDICATES THE USER IS PERFORMING AN ACTION
-"Passive":[0,0],                # INDICATES THE USER IS RECEIVING AN ACTION
-"Dominant":[0,0],               # INDICATES THE USER IS THE DOMINANT PARTY IN AN ACTION
-"Submissive":[0,0],             # INDICATES THE USER IS THE SUBMISSIVE PARTY IN AN ACTION
-"Extroverted":[0,0],            # INDICATES THE USER IS PERFORMING A EXTROVERTED ACTION
-"Introverted":[0,0],            # INDICATES THE USER IS PERFORMING A INTROVERTED ACTION
-
-"Friendly":[1,100],             # INDICATES THE USER IS PERFORMING A FRIENDLY ACTION
-"Speech":[1,20],                # INDICATES THE USER IS PERFORMING A SPEECH BASED ACTION
-"Sing":[0,0],                   # INDICATES THE USER IS PERFORMING A SING BASED ACTION
-"Dance":[0,0],                  # INDICATES THE USER IS PERFORMING A DANCE BASED ACTION
-"Service":[0,0],                # INDICATES THE USER IS PERFORMING A SERVICE ACTION
-"Playful":[0,0],                # INDICATES THE USER IS PERFORMING A PLAYFUL ACTION
-"Serious":[0,0],                # INDICATES THE USER IS PERFORMING A SERIOUS ACTION
-"Gamble":[0,0],                 # INDICATES THE USER IS PARTICIPATING IN A GAMBLE ACTION
-"Gift":[0,0],                   # INDICATES THE USER IS RECEIVING A GIFT ACTION
-
-"Vanilla":[0,0],                # INDICATES THE USER IS PERFORMING A VANILLA ACTION
-"Deviant":[0,0],                # INDICATES THE USER IS PERFORMING A DEVIANT ACTION
-"Agressive":[0,0],              # INDICATES THE USER IS PERFORMING A AGRESSIVE ACTION
-"SHarassement":[0,0],           # INDICATES THE USER IS PERFORMING A SEXUALLY AGRESSIVE ACTION
-"Sadist":[0,0],                 # INDICATES THE USER IS PERFORMING A SADISTIC ACTION / RECEIVING A MASOCHISTIC ACTION
-"Masochist":[0,0],              # INDICATES THE USER IS PERFORMING A MASOCHISTIC ACTION / RECEIVING A SADISTIC ACTION
-"Abuse":[0,0],                  # INDICATES THE USER IS RECEIVING AN ABUSIVE ACTION
-"Humilliation":[0,0],           # INDICATES THE USER IS RECEIVING A HUMILLIATING ACTION
-"Homosexual":[0,0],             # INDICATES THE USER IS PARTICIPATING A SEXUAL ACTION WITH THE SAME SEX
-"Bestiality":[0,0],             # INDICATES THE USER IS PARTICIPATING IN A SEXUAL ACTION WITH A BEAST
-"Watersports":[0,0],            # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING URINE
-"Scat":[0,0],                   # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING FECES
-"Abnormal":[0,0],               # INDICATES THE USER IS RECEIVING AN ABNORMAL OR UNUSUAL SEXUAL ACTION
-"Drugs":[0,0],                  # INDICATES THE USER IS RECEIVING DRUGS
-"Alcohol":[0,0],                # INDICATES THE USER IS RECEIVING ALCOHOL
-"Exhibitionist":[0,0],          # INDICATES THE USER IS PARTICIPATING IN A SEXUAL ACTION IN PUBLIC
-"Filth":[0,0],                  # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING FILTH
-
-"Coercion":[0,0],               # INDICATES THE USER IS PARTICIPATING IN AN ACTION WHILE BEING COERCED INTO IT
-"Forced":[0,0],                 # INDICATES THE USER IS PARTICIPATING IN AN ACTION BY BEING FORCED INTO IT
-"Unaware":[0,0],                # INDICATES THE USER IS PARTICIPATING IN AN ACTION WHILE BEING UNAWARE OF IT HAPPENING
-"Unconcious"[0,0],              # INDICATES THE USER IS PARTICIPATING IN AN ACTION WHILE BEING UNCONCIOUS
-"MindControl":[0,0],            # INDICATES THE USER IS PARTICIPATING IN AN ACTION WHILE BEING MIND CONTROLED
-
-"Caress":[0,0],                 # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING BEING CARESSED
-"Lick":[0,0],                   # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING BEING LICKED
-"Penetration"[0,0],             # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING BEING PENETRATED
-
-"AbnormalPenetration":[0,0],    # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING BEING PENETRATED IN AN ABNORMAL OR UNUSUAL WAY
-"ExtremePenetration":[0,0],     # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING BEING PENTRATED TO AN EXTREME LEVEL
-"MultiplePenetration":[0,0],    # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING BEING PENETRATED IN MULTIPLE AREAS
-
-"M":[0,0],                      # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING THEIR MOUTH OR LIPS
-"C":[0,0],                      # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING THEIR CHEST OR NIPPLES
-"V":[0,0],                      # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING THEIR VAGINA
-"A":[0,0],                      # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING THEIR ANUS OR BUTTOCKS
-"U":[0,0],                      # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING THEIR URETHRA
-"W":[0,0],                      # INDICATES THE USER IS RECEIVING AN ACTION INVOLVING THEIR WOMB
-
-"P":[0,0],                      # INDICATES THE USER IS PERFORMING AN ACTION INVOLVING THEIR PENIS
-"T":[0,0],                      # INDICATES THE USER IS PERFORMING AN ACTION INVOLVING SEXUAL TOYS
-
-# M: Mouth
-# C: Chest
-# N: Nipples
-# V: Vaginal
-# A: Anal
-# P: Penis
-# B: Balls
-# U: Urethra
-# W: Womb
-# T: SexToy
diff --git a/docs/Signals.txt b/docs/Signals.txt
deleted file mode 100644
index 9e81764..0000000
--- a/docs/Signals.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-SIGNALS
-#SIGNALNAME #ARGS #DESCRIPTION
-
-CTS1 = CommandTriggerSignal1 || "CommandID", "Target", "Actor" ||  Is triggered at the beggining of a command, before any of the data is being set up.
-CTS2 = CommandTriggerSignal2 || "CommandID", "Modification", "Implementation", "Target", "Actor", {TargetDict}, {ActorDict} ||  Is triggered once the data of the command has been set up, but before processing.
-CTS3 = CommandTriggerSignal3 || "Modification", "Implementation", {OriginalData}, {FinalData} ||  Is triggered at the end of a command, post processing, and before returning FinalData
diff --git a/docs/TODO.txt b/docs/TODO.txt
deleted file mode 100644
index 294d058..0000000
--- a/docs/TODO.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Idle action when the PC moves
-Add sexuality selector
-Upon a character that isn't the PC sleeping, call for ProcessGems to modify existing abilities, traits, and fallenstates of every relationship they have.
-Add processing of negative gems
diff --git a/docs/__NOTES__.txt b/docs/__NOTES__.txt
new file mode 100755
index 0000000..c1fbd45
--- /dev/null
+++ b/docs/__NOTES__.txt
@@ -0,0 +1 @@
+nothing here yet
diff --git a/src/gensim/master_db.sqlite3 b/src/gensim/master_db.sqlite3
deleted file mode 100644
index 677ee1792a1ff43c7ff01678e46f843a88615f0c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 319488
zcmeI*Piz}ke!y{#9g7krS;;yI*Kr(;lZ{Q<R{q(JlQ?lq%OhDeO*ypeuGUB<lr)r>
zrAV0?IdR+Uf+l0%wmlRD_E4bM%VJUV&{K~+EqW@@0xgQ7+X5}H=wW;40>KvOAE5Jx
zL(Nb#!#^6D67_Wug&fX%eDCx7&71c$M&9j@lQ~rpv&GU{MitM6o(%~?=!z(YLZNHg
zzbWls>yQ5a8S9PqU%~d;>*cl3>$g8Uq<tD5`)B=})Y$)w{buafWB)Ps?_>XF9`Y*6
zaRd-R009ILKmY**5I_I{1Q2Ld;Mx`K%n#nzew;tA{Wv?R{rJvF?ML)w?Z*qxjcPx&
zML&NKKmY**5I_I{1Q0*~0R#|0ppOM2df!<8_i=>j8UhF)fB*srAb<b@2q1s}0-+Gk
z|H%Rb5I_I{1Q0*~0R#|0009L0Ux4+0|HqgfB7gt_2q1s}0tg_000Iagz~BET2M|C2
z0R#|0009ILKmY**5a@pap8xlMjOif)2q1s}0tg_000IagfB*tK|0f3!KmY**5I_I{
z1Q0*~0R#}}e*xD2{U2j`hyVfzAb<b@2q1s}0tg_00Du3V96$g81Q0*~0R#|0009IL
zK%oBxc>dr2F{XzIAb<b@2q1s}0tg_000Ic`{GS{^009ILKmY**5I_I{1Q0-={{>k8
z_kWD(Ap!^>fB*srAb<b@2q1s}0{s1dasUAY5I_I{1Q0*~0R#|00D=A&;Q4?5$Cw@>
zfB*srAb<b@2q1s}0tg_$`kx#?009ILKmY**5I_I{1Q0-={{>k8_kWD(Ap!^>fB*sr
zAb<b@2q1s}0<8bZ0R#|0009ILKmY**5I_I{1o~fq|NmeA$Cw@>fB*srAb<b@2q1s}
z0tg_$^M7&x0R#|0009ILKmY**5I_Kd{uki+fB(mr9wLAM0tg_000IagfB*srAfP}0
ze@^&|(Ae78bBF)r@Y|!m9QogoKOOmW_>YIL4E@dEmxIxP-yHh8gTK~J`OnZ_YX7wU
z=hX89(M#h(C|6ikzTCK<&#8)>*;I?hdwE06sPbF-&vC8FLA~1YwQq%^O6y->oH=l@
z%>tpnYPY~HJimJJxp4IMZQ;osHM5vkmR2*R%#x~<<a}`{qvnc*LS{{ol?O^em6dE(
zSyEd#<y%u}DKRgJ^NFiTNo=8j7>f+$mc`lByfh=F#njxqn7Wfpo)sfQTIs@yBHm4;
zr>-ZQA8jlZONwhDv%MZQs+rP?qRQ)~;<{2&AG%guJIAXA<x5re`0Q4C_GTizAl{G`
z#8_@QuJ>VjE-lT@r1WDkt7&mDElo>lDK#bC7L9|hr#Cd#QK}9r#;j<`dbqZIXT3LG
z#a-H|ntgPXSk7hg#TBESk$B~^XT#A?J`o-tX`VSH<^E=_q^xOKRByCfhS|=0uJs(U
zmGViX2buh)dmdRKaZRO$0CbQodo?2>@kbM5;ppU~P`Td_Vnb|WE0pH@XFWn@e(Dn%
zqaq`9U3ty;=$Y;MaWmho+8xPUZ@n0Ey=b<+)ltkiTq~jpy?i(veeE@&@<T(Yq~wi3
zb7M8PZht-Ikg<Q_qmnHZ*JRfozoHgjas6OJEh&W+b=5VKn>iWZ=jdxQBE22H1tM{I
zbRhc1gz!V-UY+|=u2*S<yZ-KQ4d_m4_TxK}*8FSIcg1a|i*u>1yGbnukM4|wqZ1QC
z^`SFI>s60B?CXbp;5{=<DJZ3thpxD}4S7AEd8m}ct8;TnDUs60{nes&@ARzAF=o4l
zvsuLI^*e%)DJdC`oOXPrqmcE<R%Wjahoj@;!q*=fuIm|fRsVOyp{XD7fh?ACE4hMe
z*OrwHHCHe$7WdC{+KjHS<bHeC<|n00t{|%q*E<^$%!c^^G~Tvt?QN%+y`_$FwGYIY
z-Um4ziQkJ1L?@36ziVA6RzQsWvEB@OTqf4%X0mBliFKeB&hq7<aP;_b;nAECOzTtY
zzY#}Jt)o7H^~`BK_Z%6oJ2p$>dLf69EsZ1b8-oMUcvMg<9dmFt?2MN~wI0+54%-R(
zs8JiWP3*bwK=f2pFxL;-AY-1Z_sMuQ=z+X-nyp5?RJ@!W2uGt)p>oFHHBK~sgdMQP
zp-xmED5b^XhI1&<VU6y%UOwxZo;G9OnxnQ7hk7AL9BQrBrifY?4h=+K8yCKBg`plf
z{l$QXTm2-RO@C8M%KS6N08_qXpy?mz{~mIXnWuX$4m|U)G36rh;=yqA=ux5kp7Cww
zOxFDQjN==vIj-k->JwveUiz-KM6oSXwtwOG4rmwjv8@Z*J`~8cHwQh)9Ovq64Z}tG
zSs@%fc1$RLVf3c<Y3)A;9Q~=6^zM*80=Z_<{mqQF*nTKZC+8B)x;r}b-=Wda`Oxq`
z4ILW%#b7mj;n4iSpB~7E&X0XK`rgP-B7YEhvvK`fz3^f<`tirs;?q7a(w6n+RK~IP
zY<|XZN9UWL?{hh7Q-v<CJl)p2^|hMoG^4gEbN#F_1siW+#)Yg62_9E><LM0xA4e&>
zs~EFF)#AF-S-6v>=c9Lz8cWa0l#%}RIi1^*()^``yttXowtC)6jvQ*WlustD6_;JE
zq55!ZMYHoUx`j4ctM=314o4+P`1-dEI^&mT#>%*Mo!QpXexDt45c!?y!xGSny#1@_
zDPAc$jTkd}+T!J5mN0I&l~1GL=)HT^uUPCCPUHA!i(8AQz32#Gi-q=iH0??|ANRCh
zA0%H0M^{#aig`8qUdFZvHy_O!Pd@4hc3a=$6Y}1UYqmbt2DiK81JSp}g-vUEYK%)p
zXN@(9{`T87i26dI;T(OkWnO_><>D<rfGC%a7<1anOnr3KD|_CdZ&vR)9m{7HmAo|_
z({Bk|4Y7_oW}fCK>NW_v4Rf_$u*8gSIcxql#lYD%I&FQe<JNB+)}Ij6e^a2%>i(#4
zX4m`okFLM0Jp)pN%55VQ_AA$C>@=>dcFsNF2yHthdwE^8*v{HzWj;>3EtEg8F06VI
z_{_MBr!y^_c%<=)Y@v*7KKjwF)fP_H25S95QM~;8@o@C!C80cNbwj@rW&7->Hd!>z
z_xMn3Y_7+7TTS#h!D?1jcqtscbV+z}v_59Iw8^8A2}k;QoaB>f8Xs$%`lCR{K&NAN
zICI;!lxp@Yt$gKJIJ)$)P+qW7)9(tkXKC~EUT#d-=0&!0xB0nN8uR!6dw<WP1qdL3
z00IagfB*srAb<b@2y|P3|NmdNg{dC_1Q0*~0R#|0009ILKmdW>3$Xt0eGF&;0tg_0
z00IagfB*srAb<b@-4<Z|-)&*)M*sl?5I_I{1Q0*~0R#|0p!Wi-|9c+;T7Uoo2q1s}
z0tg_000IagfIzneSpRohnEDYw009ILKmY**5I_I{1Q6)G0RR90-p7CzAb<b@2q1s}
z0tg_000Iag&}{*p|94xM`Vl|?0R#|0009ILKmY**5a_)C&;NTL16qIp0tg_000Iag
zfB*srAb>!(1$h47ZDHz1009ILKmY**5I_I{1Q0-=_X4c{dmjT@fB*srAb<b@2q1s}
z0tg_0K(_^0|94xM`Vl|?0R#|0009ILKmY**5a_*tzWyH!t%gR{hu@359{$;(lL!7`
z^!K#`p9R*oLA|DG{^U@!e4>0pcru}87V}C;$!FADv9Ph4TbDP~l2TYvSLLPEOewRZ
zDkV8zTrxf{WY!c}d7u<jS;=OVB~@PB%x2}1a(^>dQr5KN!PRtnDlH}EC2>A+H7SX~
z)hos#L%C&fHZ?EJNNF)OH!r5{B$H>w$k2mKep3<eCel;a6V6Y}K6?~XGo=+pmDfwf
zb)}>}bgjB}jz<l*(z7=c=>_qIv>?WE%W=Ii({pKQb|$4Ci&<YE7t_+Tl$KIc(rvNT
z@VM64&}K))c55+arNg#H)w|?VSnEq9UQK>SOSkdzxbXN3Bi%OCj4B)0{yApLt8IxE
zL>)0liUm>Q{z$IIxU`*NI<*)xGN8q@GD{fg^mXV}EuGGk&j?S>bvk-A_F#uYm|u0L
z97$%swptu%{VFHl>SN^79MQf$@QRj#ljTV(1wF=MkHhA0?iW{&f*yyP*LTv9gdWv+
z9By8F_p{LLo?O5GxZZGszoj<DtL;&*?kmQu36-qRs9GEXZN-go@X_Fja8#0n%8|yK
zsu?lc3{4+BYd73&pS|Wt4Zkye!n{^o7N?VQ32iQAn@_E0w3(zTZ%umic}=sx)C)PL
z6&~#}Vi1WxIxmK!_wEUmk9=+j+j{Ok7H>Q4RR>Uug?ee#yonauOB3Pf+?-H3<(@%}
z8NV$EjVHX~plW)0FOmEjSL3M`UeiYTSIe(j%cS}h=v)wa9Nv~l_DP0E8IQxhRmC0X
z9yNFz_N~|_JOQngcEhl48zy@_qVxPeu-|h~5dsJxfB*srAb<b@2q1s}0=rg#_5ZF7
z4Glv80R#|0009ILKmY**5I`U>0oMP4QBn~C2q1s}0tg_000IagfB*u!R)F>Yt_=+h
zLjVB;5I_I{1Q0*~0R#|0ATR;e|AA3b5dsJxfB*srAb<b@2q1s}0=rg#_5ZF74Glv8
z0R#|0009ILKmY**5I`U>0oMP4QBn~C2q1s}0tg_000IagfB*u!R$z2k4245K4-Niu
z;G09?gVUj(kCunu8Ge1&Hn^c-gZlgG56)QIbH8D1E9$ZJq~9*3jr)qWuybao)xFuu
z?wOrd-ZwjFwgb@XT{J6~PiqM{QJxU0GmZP&dgP+H4XR(($%~uWtZmQOomKRPBk2OG
z)+gPb<_66j+tl{mt$ZHW0(hZ(L8xjpi+RO8`#Sy_BbME$^L0m9yYUUZjBvpHv4UNQ
zX~Di&z9>|`@Vi~?EZQEWJr1`x985aG?NOJ<;TFH5m+|&!xyRw=9jXPq`tB($;KSu%
z;qg*i!?SIpX8U}g)zQ<V_!&nKcUYNExB}WSdp0#M%}8l6H8(G&?j)0E#mJDFDXl1~
zoLd&%KE0Kmy_rZah&QAK*E_QrxZHAFOiR;JT1rhxw?*F|+az6UthHyoR9sg|>O)7x
zI<OcsFyeaKr{~hr>`Y2;U98>@ml9h0B5`eY`9i~#Q=f2NpVSiSNco8H*t}iXg6KYG
zHP6)ms(9Ngu{v#2-y~N%08cl;s=s$uOQm=@E<7>UF78crKiWL2+{?KiZC=}3js$bB
z#r<gWy2-VMLCJM6v+Ihn4Yi~cR@BuN$2DhRV|?TJ|Mt<HBM2aX00IagfB*srAb<b@
z2=to(>;Ha>DE&bI0R#|0009ILKmY**5I|tN0PFwlCLBQk0R#|0009ILKmY**5I~^c
z1X%y~TSVy(0tg_000IagfB*srAb<b@+XYzvZ#Urx0tg_000IagfB*srAb<b@{U*Tr
zzuzKCe-J<b0R#|0009ILKmY**5ZErj`hU9#M-V^&0R#|0009ILKmY**5a>67(cyPO
z;n1nj;J*(1=$ZQm{_yark>3fO8vd7tepWv}ukBKKqI^Pla?EebWcv<-vb8&*Y;OK&
z+r!nqnXbpauN~C%zGHXF;Og!E&Xji(>8b09u5Yp1qG{V3pw_9ySiZQFQFFzDT*#~`
zEpAI`D{kybS^3^uTCz=+CxxoHU32{e*{WWzUG_Nan{CEM>>dR@4mYpwVk?Q)aqT|o
zw^m#hr;~FDZDVHJ=FICEZC6nH=FIx8$IbR+t`~CbgzV91kHfxFMpi}Q)fe9kN5A??
zcs$d%6Sr*xWV51@a(^>dQr7g&EN*7A_EE!jvh8K_a_=}oWh-iX*}N8?knF8Zx1095
z?Xf_wvE$vgtGC{$?W_IdpphQ#BUaN^+cPDADlRyZCV&dbAAR@ur?SCuHT}AlQsd=u
zp_Wn}V^>=_6+|8997z>Kjor_xr!-G#8jH3^r8;jgGn7zBxYjU3=53n-mDA^H7iRTb
z<5Zv?F6V^LcYa|^5p0>$aUJhDF3ccm^tmv*K7-p~`)jkd%H6lMV4W$S5vsD!jk#lU
z_j_u`)xGNoVZfF5GMd44r50G8|F=18aXJDBAb<b@2q1s}0tg_000MhZfc5_#3>r;F
z009ILKmY**5I_I{1Q0-=O##;bZGv$+0tg_000IagfB*srAb<b@dr*M&{~in)O-29#
z1Q0*~0R#|0009ILK%h+l*8gpSaXJDBAb<b@2q1s}0tg_000MhZfc5_#3>r;F009IL
zKmY**5I_I{1Q0-=O##;bZGv$+0tg_000IagfB*srAb<b@dr)9BG8!5P{VEjx$)WEb
zJRSPg=zonwA}1n8_h46inmnj~R{h{zZ4b+#@{sVj=(C5VZNp68{YKrlVr;eaM=k77
z*=k)r8&dA^-N=<}R#`GPe{XxsUweGS*oInC3M=Yr{Hz!mnx0Ebvok62hO`h<GbMd5
z>fEwp-+O0a?L%$j`pXx!^cgM>Tj}GmJ87#?+hOs`js)6aW!=x9UhN#clMJe(2D52&
z_53^5_+##&Ys(aSzR6au%D&^z&PspiNS~e6)&1<5P0dR)Qd&&S&5Nl!$)tV}*DqYr
z?bBQ7*_(;<f_{m+jvOYf&sFae1=k8|&2in+Ugs5K##r3q_+yqZ$DP#+TG~vMCxj=*
zd~RDEWRQCi_oKe4c*&7W?iIKn^{tk?+PXiv=9S$vh+CYtt^NP`%%b?Hp9LzPzpsrm
z7s?lesy6y8=9T*GPtF&YGHR|^C}h?Y*`9QbgJem$znLp3Yf8bKv}q?h4|Jo>gk$vS
z#y9v3L~F%maXLAd(C$mNd((PGn{DcoO6%UF->{n9lIn#VGtq$iQ``2vI`CdNy0IZV
zK4*klzum~j{Yi^x{iW~VY&*~P(znPJN1$w_Y%hH)@QK4dUg+q09nUU!{@>4II(<U`
z0R#|0009ILKmY**5J12bVEs=fAb<b@2q1s}0tg_000Iag(EkFg|NB42^bi3A5I_I{
z1Q0*~0R#|000Gwj<NyK)Ab<b@2q1s}0tg_000R9l!1}-cV@wYbKmY**5I_I{1Q0*~
z0R#|W{Z9@cfB*srAb<b@2q1s}0tg_`{{pQ4`#;9?5CH@bKmY**5I_I{1Q0*~fzim1
zLj%G$p~KO^Uxbex`t;ym3*U@93e80RG4i*q=?v<pMSd*&S!<_rR?h`0cduwWy`Cwb
z5vt}!<Q?oWYTH*mh)rJos=MykHZ<V2`fMq>8@G1#aH{R<S~>iY7T9n(EL5XS_jPUD
zns-|mZM(ACUYZ-UHZ45k2%4?D?PZHq^)f`Z*4kb+Z@3kZ_b+P!IbJ?4RHuCQZf~n<
zd2utFb>D=!{d%SyVG63&UPdf{K3KuK{Gk@SiSmR{o$=ccyM1+!F|7THBuDrHtG1W%
z3!)QN0N?+>dG*<V-P5G`g>77YLDe(m2wzaO_A+__^r05KQ0U+fdOlO40SN3%flBt0
zHgujVpA)J@pNY$kMp5^|?nhf3n6EkpRQIafkGA*)y&PNJ8}5Fzd3S2VEYJV<<@HUc
z5kLR|1Q0*~0R#|0009K{nE>nmeHL)KivR)$Ab<b@2q1s}0tg_mF9lft@5`{$X#@~J
z009ILKmY**5I_KdeI~&Af1d@M?jnEy0tg_000IagfB*sr>`MXG|NAoRbQ%E!5I_I{
z1Q0*~0R#|0V4n%F{@-T-r@IIsfB*srAb<b@2q1s}0{c>c_5Z#MJDo-V0R#|0009IL
zKmY**5ZGq|tpE2}!09dm2q1s}0tg_000IagfWW>KVEw-@!%n9WKmY**5I_I{1Q0*~
z0R;A$fWH1e6#nzj;WHzTB7Z-0R(r`G1Q0*~0R#}(Z32(Jl)}-kz7nbj)y!gE*-$g8
z{2-IxRAk#r<$+RAWhI+cmQ;ChGn<u5%Kgn;Nm<j6>j!Kn+g>&=cXKK&CFUh@K5;cE
ziMFD)m(6PtW09fUvN)TXmu952n3|gxQ+JZdvtndut+*^sC+8B{5!=!AOi6F~RvG=&
zTj|-GiS&YaLs}4Hx#hTiY<ey&&CaCsW3hUnxR{ovrL>fql5Tg>W~25<ymIo|P_%rc
zd_<_eVc?gPd`8U`3mdDsb&X$Z;)=T3UK|3bBIyW802TH!Iy-B=6{yowTA;?u<3jbE
z5vZlrOewRZDkV8zTrxsd$gH(_#RO5u4M(VgsIix^+F|>xV4b|`ysB&?iF-CQA728f
z;<p^33ZTMXMrvoxw*r+;Xn~5C<3jbG&+yl2%-qYlA8noivySk&*W!M(dELE?q<fp)
LkNWnc7S#U-MX9%*

-- 
GitLab


From 05d133ce89d0543d7e0f03614e0b64de98df3087 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:12:52 -0400
Subject: [PATCH 02/24] gh workflows

---
 .github/workflows/build.yml | 48 +++++++++++++++++++++++++++++++++++++
 build.sh                    |  3 ---
 compile.sh                  |  1 +
 src/achan/frontend/main.py  |  3 +++
 4 files changed, 52 insertions(+), 3 deletions(-)
 create mode 100644 .github/workflows/build.yml
 create mode 100644 compile.sh

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..80b5e9f
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,48 @@
+jobs:
+build:
+   strategy:
+      matrix:
+      os: [macos-latest, ubuntu-latest, windows-latest]
+
+   runs-on: ${{ matrix.os }}
+
+   steps:
+      - name: Check-out repository
+      uses: actions/checkout@v3
+
+      - name: Setup Python
+      uses: actions/setup-python@v4
+      with:
+         python-version: '3.10'
+         cache: 'pip'
+         cache-dependency-path: |
+            **/requirements*.txt
+
+      - name: Install Dependencies
+      run: |
+         pip install -r requirements.txt
+
+      - name: Build Executable with Nuitka
+      uses: Nuitka/Nuitka-Action@main
+      with:
+         nuitka-version: main
+         script-name: src/achan/frontend/main.py
+         # many more Nuitka options available, see action doc, but it's best
+         # to use nuitka-project: options in your code, so e.g. you can make
+         # a difference for macOS and create an app bundle there.
+         standalone: true
+         enable-plugins: pyqt5
+         include-module: dbm.gnu
+         follow-imports: true
+         output-dir: .
+
+      - name: Add source files
+      run: |
+         ./build.sh
+
+      - name: Upload Artifacts
+      uses: actions/upload-artifact@v3
+      with:
+         name: ${{ runner.os }} Build
+         path: | # match what's created for the 3 OSes
+           AnotherChance/**/*
diff --git a/build.sh b/build.sh
index b10b3a9..c1356ad 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,3 @@
-echo "building..."
-python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
-
 echo "cleaning up..."
 find . -name *.py[co] -delete
 find . -type d -name __pycache__ -delete
diff --git a/compile.sh b/compile.sh
new file mode 100644
index 0000000..83dd4c5
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1 @@
+python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
diff --git a/src/achan/frontend/main.py b/src/achan/frontend/main.py
index 1ecf9b6..decb5b7 100644
--- a/src/achan/frontend/main.py
+++ b/src/achan/frontend/main.py
@@ -139,3 +139,6 @@ def run():
 
 if __name__ == "__main__":
     run()
+# Compilation mode, support OS-specific options
+# nuitka-project: --standalone
+# nuitka-project: --enable-plugin=pyqt5
-- 
GitLab


From d82cebbd4e49e9f332d3d20d105f68148448c573 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:19:08 -0400
Subject: [PATCH 03/24] fix yaml

---
 .github/workflows/build.yml | 67 +++++++++++++++++--------------------
 1 file changed, 30 insertions(+), 37 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 80b5e9f..0bb9310 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,48 +1,41 @@
 jobs:
 build:
-   strategy:
-      matrix:
-      os: [macos-latest, ubuntu-latest, windows-latest]
-
-   runs-on: ${{ matrix.os }}
-
-   steps:
-      - name: Check-out repository
+  strategy:
+    matrix:
+      os:
+        - macos-latest
+        - ubuntu-latest
+        - windows-latest
+  runs-on: ${{ matrix.os }}
+  steps:
+    - name: Check-out repository
       uses: actions/checkout@v3
-
-      - name: Setup Python
+    - name: Setup Python
       uses: actions/setup-python@v4
       with:
-         python-version: '3.10'
-         cache: 'pip'
-         cache-dependency-path: |
-            **/requirements*.txt
-
-      - name: Install Dependencies
+        python-version: "3.10"
+        cache: pip
+        cache-dependency-path: |
+          **/requirements*.txt
+    - name: Install Dependencies
       run: |
-         pip install -r requirements.txt
-
-      - name: Build Executable with Nuitka
+        pip install -r requirements.txt
+    - name: Build Executable with Nuitka
       uses: Nuitka/Nuitka-Action@main
       with:
-         nuitka-version: main
-         script-name: src/achan/frontend/main.py
-         # many more Nuitka options available, see action doc, but it's best
-         # to use nuitka-project: options in your code, so e.g. you can make
-         # a difference for macOS and create an app bundle there.
-         standalone: true
-         enable-plugins: pyqt5
-         include-module: dbm.gnu
-         follow-imports: true
-         output-dir: .
-
-      - name: Add source files
+        nuitka-version: main
+        script-name: src/achan/frontend/main.py
+        standalone: true
+        enable-plugins: pyqt5
+        include-module: dbm.gnu
+        follow-imports: true
+        output-dir: .
+    - name: Add source files
       run: |
-         ./build.sh
-
-      - name: Upload Artifacts
+        ./build.sh
+    - name: Upload Artifacts
       uses: actions/upload-artifact@v3
       with:
-         name: ${{ runner.os }} Build
-         path: | # match what's created for the 3 OSes
-           AnotherChance/**/*
+        name: ${{ runner.os }} Build
+        path: |
+          AnotherChance/**/*
-- 
GitLab


From 6af0509bc5ec6fba753c78e57097fe53249ff242 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:21:37 -0400
Subject: [PATCH 04/24] fix yaml

---
 .github/workflows/build.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0bb9310..4a9d801 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,10 +2,7 @@ jobs:
 build:
   strategy:
     matrix:
-      os:
-        - macos-latest
-        - ubuntu-latest
-        - windows-latest
+    os: [macos-latest, ubuntu-latest, windows-latest]
   runs-on: ${{ matrix.os }}
   steps:
     - name: Check-out repository
-- 
GitLab


From da69d01e3db7e9a3cd92e4ed3c473295e735d679 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:29:40 -0400
Subject: [PATCH 05/24] fix yaml

---
 .github/workflows/build.yml | 75 +++++++++++++++++++------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4a9d801..70993ac 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,38 +1,39 @@
 jobs:
-build:
-  strategy:
-    matrix:
-    os: [macos-latest, ubuntu-latest, windows-latest]
-  runs-on: ${{ matrix.os }}
-  steps:
-    - name: Check-out repository
-      uses: actions/checkout@v3
-    - name: Setup Python
-      uses: actions/setup-python@v4
-      with:
-        python-version: "3.10"
-        cache: pip
-        cache-dependency-path: |
-          **/requirements*.txt
-    - name: Install Dependencies
-      run: |
-        pip install -r requirements.txt
-    - name: Build Executable with Nuitka
-      uses: Nuitka/Nuitka-Action@main
-      with:
-        nuitka-version: main
-        script-name: src/achan/frontend/main.py
-        standalone: true
-        enable-plugins: pyqt5
-        include-module: dbm.gnu
-        follow-imports: true
-        output-dir: .
-    - name: Add source files
-      run: |
-        ./build.sh
-    - name: Upload Artifacts
-      uses: actions/upload-artifact@v3
-      with:
-        name: ${{ runner.os }} Build
-        path: |
-          AnotherChance/**/*
+  on: workflow_dispatch
+  build:
+    strategy:
+      matrix:
+        os: [macos-latest, ubuntu-latest, windows-latest]
+    runs-on: [macos-latest, ubuntu-latest, windows-latest]
+    steps:
+      - name: Check-out repository
+        uses: actions/checkout@v3
+      - name: Setup Python
+        uses: actions/setup-python@v4
+        with:
+          python-version: "3.10"
+          cache: pip
+          cache-dependency-path: |
+            **/requirements*.txt
+      - name: Install Dependencies
+        run: |
+          pip install -r requirements.txt
+      - name: Build Executable with Nuitka
+        uses: Nuitka/Nuitka-Action@main
+        with:
+          nuitka-version: main
+          script-name: src/achan/frontend/main.py
+          standalone: true
+          enable-plugins: pyqt5
+          include-module: dbm.gnu
+          follow-imports: true
+          output-dir: .
+      - name: Add source files
+        run: |
+          ./build.sh
+      - name: Upload Artifacts
+        uses: actions/upload-artifact@v3
+        with:
+          name: ${{ runner.os }} Build
+          path: |
+            AnotherChance/**/*
-- 
GitLab


From 088ee85a04df34fc753e77a2fe0d4920db21018b Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:30:58 -0400
Subject: [PATCH 06/24] fix yaml

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 70993ac..bb037d6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,5 @@
+on: workflow_dispatch
 jobs:
-  on: workflow_dispatch
   build:
     strategy:
       matrix:
-- 
GitLab


From 0a2133a0aec7c7ce4046a0862153833439a9ea11 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:34:26 -0400
Subject: [PATCH 07/24] update readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d24ccf4..db4cd53 100644
--- a/README.md
+++ b/README.md
@@ -13,4 +13,4 @@ You need (Python)[https://www.python.org/downloads/] to run this.
 
 ## Windows
 
-double click on install.bat
+Download windows, double click on install.bat, and double click on achan.bat
-- 
GitLab


From a9da8213c180f79410d7b09028381d8e65f00f57 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 11:40:04 -0400
Subject: [PATCH 08/24] fix yaml

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bb037d6..3d5c2d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,4 +1,4 @@
-on: workflow_dispatch
+on: [workflow_dispatch, push]
 jobs:
   build:
     strategy:
-- 
GitLab


From f6ef46eebf0b07b671a0b9e08c1c9d3e54e18a61 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 12:08:24 -0400
Subject: [PATCH 09/24] fix yaml

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3d5c2d2..267520b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
     strategy:
       matrix:
         os: [macos-latest, ubuntu-latest, windows-latest]
-    runs-on: [macos-latest, ubuntu-latest, windows-latest]
+    runs-on: ${{ matrix.os }}
     steps:
       - name: Check-out repository
         uses: actions/checkout@v3
-- 
GitLab


From f21124a6ee4374802f94c66b38af2dedb52ada42 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 12:09:58 -0400
Subject: [PATCH 10/24] remove macos support

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 267520b..b5163f5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,7 +3,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [macos-latest, ubuntu-latest, windows-latest]
+        os: [ubuntu-latest, windows-latest]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Check-out repository
-- 
GitLab


From 5b1947f9b67fda5707d9d5d37672e0792f7137a0 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 13:16:45 -0400
Subject: [PATCH 11/24] fix yaml and add bat

---
 .github/workflows/build.yml |  5 +++--
 build.bat                   | 10 ++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 build.bat

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b5163f5..165fe1d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,7 +3,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [ubuntu-20.04, windows-latest]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Check-out repository
@@ -26,11 +26,12 @@ jobs:
           standalone: true
           enable-plugins: pyqt5
           include-module: dbm.gnu
-          follow-imports: true
           output-dir: .
+          onefile: false
       - name: Add source files
         run: |
           ./build.sh
+          build.bat
       - name: Upload Artifacts
         uses: actions/upload-artifact@v3
         with:
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..e5c5b7e
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,10 @@
+@echo off
+
+mkdir AnotherChance
+
+robocopy main.dist AnotherChance\libs /E
+copy LICENSE AnotherChance
+copy README.md AnotherChance
+robocopy src\achan AnotherChance\libs\achan /E
+robocopy src\gensim AnotherChance\libs\gensim /E
+echo "./libs/main.bin" > AnotherChance\start.bat
-- 
GitLab


From 9354fdf691b48c3441a94e7d020591fb0c53017c Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 13:26:23 -0400
Subject: [PATCH 12/24] fix yaml

---
 .github/workflows/build.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 165fe1d..37f2ad3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,8 +30,13 @@ jobs:
           onefile: false
       - name: Add source files
         run: |
-          ./build.sh
-          build.bat
+          if [ "$RUNNER_OS" == "Linux" ]; then
+            ./build.sh
+          elif [ "$RUNNER_OS" == "Windows" ]; then
+            build.bat
+          else
+            echo "no"
+          fi
       - name: Upload Artifacts
         uses: actions/upload-artifact@v3
         with:
-- 
GitLab


From 4b4989dd75ca6d5d31ac6b7a19f9ad10b318effd Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 13:32:27 -0400
Subject: [PATCH 13/24] fix yaml

---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 37f2ad3..5c2c19a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
           else
             echo "no"
           fi
+          shell: bash
       - name: Upload Artifacts
         uses: actions/upload-artifact@v3
         with:
-- 
GitLab


From fee90dd96902766bf58caaa0af9dab7133729c77 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 13:38:33 -0400
Subject: [PATCH 14/24] .

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5c2c19a..480bfdd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
           else
             echo "no"
           fi
-          shell: bash
+        shell: bash
       - name: Upload Artifacts
         uses: actions/upload-artifact@v3
         with:
-- 
GitLab


From d892eb2101d466b75392a9e84b0a70242ee0939b Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 13:43:11 -0400
Subject: [PATCH 15/24] fix yaml

---
 .github/workflows/build.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 480bfdd..e029068 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,13 +30,7 @@ jobs:
           onefile: false
       - name: Add source files
         run: |
-          if [ "$RUNNER_OS" == "Linux" ]; then
-            ./build.sh
-          elif [ "$RUNNER_OS" == "Windows" ]; then
-            build.bat
-          else
-            echo "no"
-          fi
+          ./build.sh
         shell: bash
       - name: Upload Artifacts
         uses: actions/upload-artifact@v3
-- 
GitLab


From 63a66ce00782c2116e12e9e3d0ffa99872ef36ce Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 14:29:23 -0400
Subject: [PATCH 16/24] fix yaml

---
 .github/workflows/build.yml |  6 ++----
 build.bat                   | 10 ----------
 build_win.sh                | 22 ++++++++++++++++++++++
 compile.sh                  |  0
 src/achan/frontend/main.py  |  2 ++
 5 files changed, 26 insertions(+), 14 deletions(-)
 delete mode 100644 build.bat
 create mode 100755 build_win.sh
 mode change 100644 => 100755 compile.sh

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e029068..cb5fc90 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,17 +23,15 @@ jobs:
         with:
           nuitka-version: main
           script-name: src/achan/frontend/main.py
-          standalone: true
-          enable-plugins: pyqt5
-          include-module: dbm.gnu
           output-dir: .
           onefile: false
       - name: Add source files
         run: |
           ./build.sh
+          ./build_win.sh
         shell: bash
       - name: Upload Artifacts
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: ${{ runner.os }} Build
           path: |
diff --git a/build.bat b/build.bat
deleted file mode 100644
index e5c5b7e..0000000
--- a/build.bat
+++ /dev/null
@@ -1,10 +0,0 @@
-@echo off
-
-mkdir AnotherChance
-
-robocopy main.dist AnotherChance\libs /E
-copy LICENSE AnotherChance
-copy README.md AnotherChance
-robocopy src\achan AnotherChance\libs\achan /E
-robocopy src\gensim AnotherChance\libs\gensim /E
-echo "./libs/main.bin" > AnotherChance\start.bat
diff --git a/build_win.sh b/build_win.sh
new file mode 100755
index 0000000..a3ee3e8
--- /dev/null
+++ b/build_win.sh
@@ -0,0 +1,22 @@
+echo "cleaning up..."
+find . -name *.py[co] -delete
+find . -type d -name __pycache__ -delete
+find . -name *.sw[po] -delete
+find . -name '*~' -delete
+find . -name *.sqlite -delete
+find . -name *.sqlite3 -delete
+find . -name *.timestamp -delete
+find . -name *.error -delete
+find . -name *.gsav -delete
+
+echo "adding source files..."
+mkdir AnotherChance
+cp -r main.dist AnotherChance/libs
+cp -r LICENSE AnotherChance
+cp README.md AnotherChance
+cp -r src/achan AnotherChance/libs/achan
+cp -r src/gensim AnotherChance/libs/gensim
+echo "./libs/main.bin" > AnotherChance/start.sh && chmod +x AnotherChance/start.sh
+echo "start ./libs/main.exe" > AnotherChance/start.bat && chmod +x AnotherChance/start.bat
+
+echo "done"
diff --git a/compile.sh b/compile.sh
old mode 100644
new mode 100755
diff --git a/src/achan/frontend/main.py b/src/achan/frontend/main.py
index decb5b7..2a16448 100644
--- a/src/achan/frontend/main.py
+++ b/src/achan/frontend/main.py
@@ -141,4 +141,6 @@ if __name__ == "__main__":
     run()
 # Compilation mode, support OS-specific options
 # nuitka-project: --standalone
+# nuitka-project: --follow-imports
+# nuitka-project: --include-module=dbm.gnu
 # nuitka-project: --enable-plugin=pyqt5
-- 
GitLab


From 43c3ff8012675a7631d66588a0b72e2c8d485dac Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 14:41:21 -0400
Subject: [PATCH 17/24] fix yaml

---
 .github/workflows/build.yml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb5fc90..b0d40d0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,14 +17,11 @@ jobs:
             **/requirements*.txt
       - name: Install Dependencies
         run: |
+          python -m virtualenv env
+          source env/bin/activate
           pip install -r requirements.txt
-      - name: Build Executable with Nuitka
-        uses: Nuitka/Nuitka-Action@main
-        with:
-          nuitka-version: main
-          script-name: src/achan/frontend/main.py
-          output-dir: .
-          onefile: false
+          pip install nuitka
+          python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
       - name: Add source files
         run: |
           ./build.sh
-- 
GitLab


From bf36932f6397a1ef6cb1c9ef092476c780ac0393 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 14:42:31 -0400
Subject: [PATCH 18/24] fix yaml

---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0d40d0..b147324 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
             **/requirements*.txt
       - name: Install Dependencies
         run: |
+          pip install virtualenv
           python -m virtualenv env
           source env/bin/activate
           pip install -r requirements.txt
-- 
GitLab


From e189eb5c8da1f1aa0e1b1554dae11ae19275f212 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 14:47:00 -0400
Subject: [PATCH 19/24] fix yaml

---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b147324..f7286bc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
           pip install -r requirements.txt
           pip install nuitka
           python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
+        shell: bash
       - name: Add source files
         run: |
           ./build.sh
-- 
GitLab


From a792daffc0b7076e4bb860bfbbef35e32761976d Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 14:51:53 -0400
Subject: [PATCH 20/24] fix yaml

---
 .github/workflows/build.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f7286bc..9c487c5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,14 @@ jobs:
         run: |
           pip install virtualenv
           python -m virtualenv env
-          source env/bin/activate
+          if [ "$RUNNER_OS" == "Linux" ]; then
+            source env/bin/activate
+          elif [ "$RUNNER_OS" == "Windows" ]; then
+            source env/Scripts/activate
+          else
+            echo "$RUNNER_OS not supported"
+            exit 1
+          fi
           pip install -r requirements.txt
           pip install nuitka
           python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
-- 
GitLab


From 28f6f6f0fdf3e5d040e428c4f02e36356ef1c1bf Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 15:01:53 -0400
Subject: [PATCH 21/24] fix yaml

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9c487c5..5f88946 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
           fi
           pip install -r requirements.txt
           pip install nuitka
-          python -m nuitka --follow-imports --include-module=dbm.gnu --standalone --enable-plugin=pyqt5 src/achan/frontend/main.py
+          PYTHONPATH=src/ python -m nuitka src/achan/frontend/main.py
         shell: bash
       - name: Add source files
         run: |
-- 
GitLab


From 03724becc372d82f927231aadbf2659926fc49a0 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 15:18:32 -0400
Subject: [PATCH 22/24] fix yaml

---
 src/achan/frontend/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/achan/frontend/main.py b/src/achan/frontend/main.py
index 2a16448..5a96a2c 100644
--- a/src/achan/frontend/main.py
+++ b/src/achan/frontend/main.py
@@ -141,6 +141,6 @@ if __name__ == "__main__":
     run()
 # Compilation mode, support OS-specific options
 # nuitka-project: --standalone
-# nuitka-project: --follow-imports
+# nuitka-project: --assume-yes-for-downloads
 # nuitka-project: --include-module=dbm.gnu
 # nuitka-project: --enable-plugin=pyqt5
-- 
GitLab


From 2a2bee6abe24519fec34c407e0e13577b7b937ea Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Fri, 26 Apr 2024 16:52:27 -0400
Subject: [PATCH 23/24] remove shelve from dependencies because build fails on
 windows

---
 build.sh                   |  2 ++
 build_win.sh               |  2 ++
 src/achan/core/__init__.py | 36 ++++++++++++++----------------------
 src/achan/frontend/main.py |  1 -
 4 files changed, 18 insertions(+), 23 deletions(-)

diff --git a/build.sh b/build.sh
index c1356ad..3eb8629 100755
--- a/build.sh
+++ b/build.sh
@@ -17,5 +17,7 @@ cp README.md AnotherChance
 cp -r src/achan AnotherChance/libs/achan
 cp -r src/gensim AnotherChance/libs/gensim
 echo "./libs/main.bin" > AnotherChance/start.sh && chmod +x AnotherChance/start.sh
+# this is added twice for some reason
+rm -r ./libs/main.dist/
 
 echo "done"
diff --git a/build_win.sh b/build_win.sh
index a3ee3e8..3ce17a3 100755
--- a/build_win.sh
+++ b/build_win.sh
@@ -18,5 +18,7 @@ cp -r src/achan AnotherChance/libs/achan
 cp -r src/gensim AnotherChance/libs/gensim
 echo "./libs/main.bin" > AnotherChance/start.sh && chmod +x AnotherChance/start.sh
 echo "start ./libs/main.exe" > AnotherChance/start.bat && chmod +x AnotherChance/start.bat
+# this is added twice for some reason
+rm -r ./libs/main.dist/
 
 echo "done"
diff --git a/src/achan/core/__init__.py b/src/achan/core/__init__.py
index a74a610..2fda7f9 100644
--- a/src/achan/core/__init__.py
+++ b/src/achan/core/__init__.py
@@ -1,11 +1,10 @@
-import shelve
+import pickle
 from pathlib import Path
 from functools import wraps
 
 from achan.core import settings
 from achan.core import log
 
-
 def _normalize(name):
     """
     CamelCase to snake_case
@@ -40,45 +39,38 @@ def img_path(name):
     return str(settings.IMG_DIR / name)
 
 
-# autocommit
-def transaction(method):
-    @wraps(method)
-    def internal(self, *args, **kwargs):
-        with self:
-            res = method(self, *args, **kwargs)
-        return res
-
-    return internal
-
-
 class BaseShelf:
     """
-    Base client for interactions with the DB backend (shelve)
+    Base client for interactions with the DB backend (json)
     """
 
     filename = None
     default = None
-    session = None
 
     def __init__(self):
         if not Path(self.full_path).exists():
-            with self as db:
-                db.update(self.default)
+            with open(self.full_path, "w+b") as file:
+                pickle.dump(self.default, file)
 
     @property
     def full_path(self):
         return str(Path().cwd() / self.filename)
 
     def open(self):
-        return shelve.open(self.full_path)
+        return open(self.full_path, "r+b")
 
-    @transaction
     def __getitem__(self, key):
-        return self.session.__getitem__(key)
+        with self as file:
+            data = pickle.load(file)
+        return data.__getitem__(key)
 
-    @transaction
     def __setitem__(self, key, value):
-        return self.session.__setitem__(key, value)
+        with self as file:
+            data = pickle.load(file)
+        data.__setitem__(key, value)
+        with open(self.full_path, "w+b") as file:
+            pickle.dump(data, file)
+        return None
 
     def __enter__(self):
         self.session = self.open()
diff --git a/src/achan/frontend/main.py b/src/achan/frontend/main.py
index 5a96a2c..dd6025e 100644
--- a/src/achan/frontend/main.py
+++ b/src/achan/frontend/main.py
@@ -142,5 +142,4 @@ if __name__ == "__main__":
 # Compilation mode, support OS-specific options
 # nuitka-project: --standalone
 # nuitka-project: --assume-yes-for-downloads
-# nuitka-project: --include-module=dbm.gnu
 # nuitka-project: --enable-plugin=pyqt5
-- 
GitLab


From 10c813a6d7a654415cc3bdb27257f1463f7b7070 Mon Sep 17 00:00:00 2001
From: moist <oqrpewnjooelqbvfab@nvhrw.com>
Date: Sat, 27 Apr 2024 12:30:24 -0400
Subject: [PATCH 24/24] remove bloat

---
 README.md                                     |   27 +-
 achan                                         |    1 -
 achan.bat                                     |    3 +-
 build_win.sh                                  |    2 +-
 ...4\343\203\231\343\203\263\343\203\210.ERB" |  250 --
 ...6\343\203\263\343\202\277\343\203\274.ERB" |  130 -
 ...3\345\215\260\345\217\226\345\276\227.ERB" |   19 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" |  141 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" | 1247 ---------
 ...4\343\203\231\343\203\263\343\203\210.ERB" | 2306 -----------------
 ...3\345\215\260\345\217\226\345\276\227.ERB" |   98 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" |  639 -----
 ...4\343\203\231\343\203\263\343\203\210.ERB" |  550 ----
 ...3\343\203\236\343\203\263\343\203\211.ERB" |   85 -
 ...3\345\215\260\345\217\226\345\276\227.ERB" |   22 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" |  327 ---
 ...4\343\203\231\343\203\263\343\203\210.ERB" |  105 -
 ...3\345\215\260\345\217\226\345\276\227.ERB" |   24 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" |  263 --
 ...4\343\203\231\343\203\263\343\203\210.ERB" |  233 --
 ...3\343\203\236\343\203\263\343\203\211.ERB" |  527 ----
 ...4\343\203\231\343\203\263\343\203\210.ERB" |  138 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" |   94 -
 ...3\343\203\236\343\203\263\343\203\211.ERB" |  604 -----
 24 files changed, 27 insertions(+), 7808 deletions(-)
 delete mode 100644 "src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\253\343\202\246\343\203\263\343\202\277\343\203\274.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\204\233\346\222\253\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\346\200\247\344\272\244\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\345\245\211\344\273\225\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
 delete mode 100644 "src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"

diff --git a/README.md b/README.md
index db4cd53..05933ea 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,13 @@ Another Chance is a erotic Slice of Life game, focused on the interactions betwe
 
 # Quick Guide
 
-You need (Python)[https://www.python.org/downloads/] to run this.
+Grab a [release](https://gitgud.io/moist/Another-Chance/-/releases) compatible with your system [here](https://gitgud.io/moist/Another-Chance/-/releases).
+Extract and double click on the bat (Windows) or sh (GNU/Linux) file.
+
+
+# Build from source
+
+You need [Python](https://www.python.org/downloads/) to build from source.
 
 ## GNU+Linux
 
@@ -11,6 +17,23 @@ You need (Python)[https://www.python.org/downloads/] to run this.
     $ cd Another-Chance
     $ pip install .
 
+You can create a virtual environment if you want.
+
 ## Windows
 
-Download windows, double click on install.bat, and double click on achan.bat
+Download python, the code from the repository, double click on install.bat, and double click on achan.bat
+
+>error related to Microsoft C++ Build Tools
+
+If it complains about some dependencies you will have to install the 7GB package linked in the error or find an alternative way to solve it (I don't know of any).
+
+# FAQ
+
+## Why does it take a while to start the first time I begin a new game?
+
+It takes a while to build the database the first time. The result is cached so the next time will be quicker.
+
+## I named my character "a" and now the text on the screen is all broken!11!
+
+To avoid building the whole database from zero, I save a template of a blank game and replace the name of the old player in all the files when asked to begin a new game. So, if the name matches something else it will replace it too.
+For example, if the name of the 
diff --git a/achan b/achan
index e21a247..e949d1d 100755
--- a/achan
+++ b/achan
@@ -4,5 +4,4 @@ sys.path.append("./src")
 
 from achan import main
 
-
 main.run()
diff --git a/achan.bat b/achan.bat
index bfc9e58..903e3af 100755
--- a/achan.bat
+++ b/achan.bat
@@ -1,4 +1,3 @@
 @echo off
 set PYTHON=env\Scripts\python.exe
-set PYTHONPATH=src\
-%PYTHON% -m achan.frontend.main
+%PYTHON% achan
diff --git a/build_win.sh b/build_win.sh
index 3ce17a3..c3c4a86 100755
--- a/build_win.sh
+++ b/build_win.sh
@@ -17,7 +17,7 @@ cp README.md AnotherChance
 cp -r src/achan AnotherChance/libs/achan
 cp -r src/gensim AnotherChance/libs/gensim
 echo "./libs/main.bin" > AnotherChance/start.sh && chmod +x AnotherChance/start.sh
-echo "start ./libs/main.exe" > AnotherChance/start.bat && chmod +x AnotherChance/start.bat
+echo "start .\\libs\\main.exe" > AnotherChance/start.bat && chmod +x AnotherChance/start.bat
 # this is added twice for some reason
 rm -r ./libs/main.dist/
 
diff --git "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\244\343\203\231\343\203\263\343\203\210.ERB" "b/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
deleted file mode 100644
index efed5bc..0000000
--- "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"	
+++ /dev/null
@@ -1,250 +0,0 @@
-「Ah! You!」
-「You look like someone who'll become %CALLNAME:TARGET%'s Onii-sama!」
-「Of. Course. You. Are.♪」
-「Since Flan can smell an Onii-sama from a mile away%UNICODE(0x2661)%」
-「Ufufu♪」
-
-「By the way, who are you?」
-「Onii-sama, since we went on a date, we're lovers now, right?」
-「%CALLNAME:TARGET% became lovers with Onii-sama because %CALLNAME:TARGET% wants to marry Onii-sama in the future.」
-「So... Chuu%UNICODE(0x2661)%」
-「Onii-sama. If there's tarako in %CALLNAME:TARGET%'s food, will you eat it for %CALLNAME:TARGET%?」
-「In return, %CALLNAME:TARGET% will eat Onii-sama's green peppers for Onii-sama.」
-「Because %CALLNAME:TARGET% is fine with green peppers...」
-「Ufufu♪ Love you, Onii-sama!」
-「Sniff... Why are you bullying %CALLNAME:TARGET%...?」
-%CALLNAME:TARGET%'s expression is unusually serious...
-Though you're pretty sure she had tons of fun on the date...
-
-「Hey, Onii-sama...」
-「%CALLNAME:TARGET%, Um...」
-「%CALLNAME:TARGET%, Umm...」
-「%CALLNAME:TARGET% was born to become Onii-sama's bride,」
-「that's what %CALLNAME:TARGET% has decided.」
-「... That's why,」
-「that's why, Onii-sama...」
-「Please marry %CALLNAME:TARGET%!」
-%CALLNAME:TARGET% hugs you tight without a word.
-「%CALLNAME:TARGET% loves you.」
-%CALLNAME:TARGET% pouts as the corners of her eyes moistens.
-「Hmmmmmphー!」
-「Onii-sama is a big meanie!!」
-「Until Onii-sama says『yes』,」
-「%CALLNAME:TARGET% will never ever ever ever give up!!!」
-
-「Unyuuuー...」
-「Sniff... Tarako-san isn't coming anymore...?」
-「Tarako will come... %CALLNAME:TARGET% knows it.」
-
-
-
-
-
-
-
-
-
-
-
-
-
-「Morning, Onii-sama.」
-「Onii-sama, it's good morning for %CALLNAME:TARGET% at night.」
-
-「Morning, Onii-sama.」
-「Onii-sama, it's good morning for %CALLNAME:TARGET% at night.」
-
-
-
-
-
-
-
-
-
-
-
-
-
-Shudder!!
-%CALLNAME:TARGET%'s tiny body stiffens in fear.
-「Nyaa!」
-%CALLNAME:TARGET% lets out a faint scream of terror before hiding behind your back...
-「%CALLNAME:TARGET% is scared...」
-%CALLNAME:TARGET% clings to you tightly with her trembling hands...
-
-
-
-
-
-
-
-
-
-
-
-
-
-「Onii-sama, you can't eat pieces of cloth like panties.」
-「Onii-sama, wait! Wait up, Onii-sama!」
-「Panties are just pieces of cloth.」
-「It's just cloth, so you can't eat it.」
-「W-wait, wait Onii-sama.」
-「O-ni-i-sa-ma! Come play with %CALLNAME:TARGET%!」
-「%CALLNAME:TARGET% is still eatingー♪」
-「Onii-sama, don't you want to eejakyuulate?」
-「Onii-sama is a tarako for not playing with %CALLNAME:TARGET%.」
-%CALLNAME:TARGET% pouts as she nibble her little finger.
-「It's over already? Hmm, %CALLNAME:TARGET% should...」
-「Onii-sama, would you like coffee, tea, or ta-ra-ko?」
-%CALLNAME:TARGET% asks as she puts her index finger on her lips.
-
-「What are you looking at, Onii-sama? The thing on %CALLNAME:TARGET%'s head?」
-「It's a "shaower kyap".」
-「Vampires need to wear this while taking a bath. Onee-sama said so, so it's true.」
-
-
-
-
-
-
-
-「Ehehe♪」
-
-「It looks delicious.」
-「But %CALLNAME:TARGET% is a good girl and mature adult, so %CALLNAME:TARGET% won't take anything without permission.」
-(Guuuuuー)
-%CALLNAME:TARGET%'s body is more honest than she is...
-In order to preserve her pride, you quickly serve %CALLNAME:TARGET% the %DISHNAME_TR(DISHNAME)%.
-「Onii-sama. W-What are you doing?」
-「Pro wrestling? Judo? Or. Is. It...」
-「Fake Danmaku?」
-「Are we playing "baby making" again?」
-「Onii-sama, you want to play "baby making" again?」
-「%CALLNAME:TARGET% wants to play "cum inside".」
-「Are we playing "cum inside" again?」
-「Hey, Onii-sama. What does『impregnate』mean?」
-「Love? Love like being couples?」
-
-「Hmmm...」
-「Patchie told %CALLNAME:TARGET% something different...」
-
-「Onii-sama,」
-「%CALLNAME:TARGET%'s love also means being couples%UNICODE(0x2661)%」
-「Is that all, Onii-sama?」
-「Onii-sama, %CALLNAME:TARGET% wants more huggies.」
-
-
-「Onii-sama, take responsibility, okay?」
-「Patchie says when two people sleep in a bed together, they will have a baby.」
-「But why didn't %CALLNAME:TARGET% have a baby with onee-sama, I wonder.」
-「Onii-sama, take responsibility okay?」
-[1] - Yes
-[0] - No
-"Buuuuuu", %CALLNAME:TARGET% pouts.
-%CALLNAME:TARGET%'s expression brightens.
-「Really? You promise? Pinky promise?」
-「Onii-sama will take responsibility... Hehehe♪」
-「You're a tarako if you lie, okay?」
-「That's not a valid input, Onii-sama.」
-「Tarako will come for you now.」
-「Hauuuuu!」
-「ね、ねぇ!お兄様、%CALLNAME:TARGET%のパンティ知らない?無くなっちゃったの」
-「Hey! Hey, Onii-sama! Have you seen %CALLNAME:TARGET%'s panties? ... They're missing...」
-「...!」
-「What is this...」
-「...! Cough! Cough! Ueeee...」
-「So bitter... Sniff Sniff.」
-「So bitter... Sniff.」
-「Oww... What? My weewee feels weeeeeird...」
-「My tummy feels weeeeird...」
-「Onii-sama, you want to have "baby-making sex"?」
-「%CALLNAME:TARGET% doesn't really understand, but...」
-「If it's Onii-sama,」
-「then okay.」
-「Onii-sama, you want to have "baby-making sex"?」
-「Even if %CALLNAME:TARGET% will turn into a mama?」
-「%CALLNAME:TARGET% is...」
-「okay.」
-「Heheheー Sleepover, sleepover!」
-「Since %CALLNAME:TARGET% is moving in, you can't ignore %CALLNAME:TARGET%, okay?」
-「No? Then will Onii-sama still come to %CALLNAME:TARGET%'s room?」
-
-
-
-(%CALLNAME:TARGET% wants to go on a date with Onii-sama.)
-(Go on dates, then go on more dates, then go on more and more dates and then...)
-(And then and then)
-
-「And then...」
-
-(Onii-sama will eat %CALLNAME:TARGET%'s cooking and)
-(Onii-sama will say "It's delicious.")
-
-「Kyuuuuー!」
-(What should I do)
-(What should I do what should I do?!)
-「It's delicious!」
-(What should I do Onii-sama said it's delicious what should I do)
-%CALLNAME:TARGET% buries her face in her pillow, kicking her feet as if she were swimming...
-(おにいさまとデートしたい)
-「Haaa... %CALLNAME:TARGET% wants to go outside.」
-「%CALLNAME:TARGET% wants to go outside together and have fun together and then,」
-「And then.」
-「And then and then...!」
-「Under the evening sky,」
-「we'll say to each other, "See you tomorrow..."」
-
-「...」
-
-「Onii-sama,」
-「see you tomorrow.」
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-「お兄様、おデートしましょ。」
-「Let's go, Onii-sama.」
-%CALLNAME:TARGET%はいつもよりちょっぴりおめかししている
-「O-ni-i-sa-ma! Lets-go-aa-and-play~」
-%CALLNAME:TARGET%はサイドテールを跳ねさせ笑顔で誘ってきた
-「Let's go on a date♪ Let's go, let's go♪」
-
-
-「Are you going to work now?」
-「Should %CALLNAME:TARGET% take off her clothes?」
-「Okay,」
-「Here you go, open wiiiiide.」
-Rustle!
-
-%CALLNAME:TARGET% crunches her panties into a ball and shoves it into your mouth...
-「Uuuuuummmm~~!!!」
-「%CALLNAME:TARGET%'s not! ... Not crying...at all... %CALLNAME:TARGET%'s not...cryin' at...aaaaaaaall...」
-「Hnnnng, Sniff, Hic...」
-
-A弄ってる場合
-V弄ってる場合
-A弄ってる場合
-V弄ってる場合
-C責め
-B責め
-M責め
-Aで本番
-Vで本番
diff --git "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\253\343\202\246\343\203\263\343\202\277\343\203\274.ERB" "b/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\253\343\202\246\343\203\263\343\202\277\343\203\274.ERB"
deleted file mode 100644
index 48e8307..0000000
--- "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\343\202\253\343\202\246\343\203\263\343\202\277\343\203\274.ERB"	
+++ /dev/null
@@ -1,130 +0,0 @@
-「Poor Onii-sama, tarako will come for you now.」
-「%CALLNAME:TARGET%? %CALLNAME:TARGET% is fine. Because %CALLNAME:TARGET% is a good girl.」
-「Ufufu...」
-Fidget Fidget
-「Hey! Hey, Onii-sama! Do you have a foundation?」
-「Onii-sama! Scarlet Devil Masion doesn't have a foundation! Can you see a foundation?」
-「Where is the foundation? There's no foundation? Onii-sama has no foundation?」
-(TL note: "Foundation" has almost the same pronunciation as "chasity" or "decency")
-Fidget Fidget
-Fidget Fidget
-It seems %CALLNAME:TARGET% has some weird expectations for your date destination...
-%CALLNAME:TARGET% beckons you over and whispers into your ears,
-「Umm, Onii-sama,」
-「you tarako.」
-「I love you♪」
-You bend down to %CALLNAME:TARGET%'s eye height because %CALLNAME:TARGET% keeps pulling at your sleeves.
-「Onii-sama...」
-「Onii-sama!」
-「Ufufu♪」
-Though %CALLNAME:TARGET% keeps pestering you with Onii-sama this and Onii-sama that, her happiness is rather contagious...
-「Tara-tara-tara-tara-tarako Danceー♪」
-「Seaweed is no good I'm a tarako♪」
-「『Tarako is really spicy』, Onee-sama told %CALLNAME:TARGET% that before.」
-「Oh man, Onee-sama is such a child.」
-「%CALLNAME:TARGET% won't cry even if it's spicy. %CALLNAME:TARGET% is a grown-up after all.」
-「Onee-sama calls tarako 『Scarlet Caviar』.」
-「Does that mean tarakos are red?」
-「Onii-sama, have you seen a tarako before?」
-「Of course you have. Onii-sama is a bad boy after all.」
-「Onii-sama talk with me. Ufufu♪」
-%CALLNAME:TARGET%'s fragrance chips away at your sanity.
-%CALLNAME:TARGET% hides behind your back.
-「Oniiiiiiii-sama!」
-「Ufufu♪」
-「No-thing-at-aaaaall♪」
-「Taaaaarakoooo, taaaaarakoooooー♪」
-「Onii-sama, why are Onii-sama's pants unzipped?」
-「Ju-st-kid-king!」
-「Is %CALLNAME:TARGET% a bad girl? Will you punish %CALLNAME:TARGET%? Onii-sama, will you want to punish %CALLNAME:TARGET%? Onii-sama?」
-「Ufufu♪」
-「Taaaaarakooooー♪」
-「Ufufu...」
-%CALLNAME:TARGET% presses her little finger against her lips and giggles...
-「Taaaarakoooー♪ Taaaarakoooー♪ Taaaarakooo suuuuurimiー♪」
-「Huffー Puffー」
-「Huffー Puffー」
-「たーらこー♪たーらこー♪たーらこーのーすーりみー♪」
-「Can you feel it? You can't feel anything? But %CALLNAME:TARGET% is pressing her chest...」
-「Here, here, Onii-sama! Boobies! Boobies!!」
-「Ufufu♪」
-「Onii-sama, is your heart pounding?」
-「%CALLNAME:TARGET%'s heart is pounding right now.」
-「Ufufu♪」
-「Onii-sama, kiss, %CALLNAME:TARGET% wants a kiss!」
-「Hopefully %CALLNAME:TARGET% will have a baby soon%UNICODE(0x2661)%」
-「Grrrrrー!Tarako is hereー!」
-「Nyaaaー Nyaaaー」
-「%CALLNAME:TARGET% is a kitty.」
-「Nyaaaー Nyaaaー」
-「Eeeyy! Onii-sama, 『impregnate』 me!」
-「Ufufu~♪」
-%CALLNAME:TARGET% hugs you from behind.
-「Onii-sama, huggieー!」
-「Eeeyy! Onii-sama, 『impregnate』 me!」
-「Ufufu~♪」
-%CALLNAME:TARGET% hugs you.
-「O-ni-i-sa-ma!」
-「Onii-sama, huggieー!」
-「How are %CALLNAME:TARGET%'s boobies? Are you "arrowsed"?」
-%CALLNAME:TARGET% grins mischievously as she sees your raging hard-on.
-「Onii-sama, what is this?」
-「Onii-sama, are you hiding tarako in here? Is it tarako-san? Is it red?」
-%CALLNAME:TARGET% starts playing with your "shirako".
-「Onii-sama, ole! 」
-%CALLNAME:TARGET% flaps her red skirt around.
-「Ole means『Nice!』or『Yay!』.」
-「Yay!」
-「Whoooooo am I?」
-「It's not %CALLNAME:TARGET%, it's tarako.」
-「Onii-sama, what is this?」
-「Onii-sama, what is this?」
-「O-ni-i-sa-ma, please teach %CALLNAME:TARGET%.」
-「I'm squeezing your crotch, Onii-sama! Squeeze-squeeze!」
-「I'll give a nice licky-lick to your poopie hole, Onii-sama!」
-「Let me make the pain go awayー♪」
-「Ufufu... Does it still hurt? Not any more? Ufufu.」
-「Onii-sama. Why do you have boobies?」
-「Onii-sama. Why are you boobies bigger than %CALLNAME:TARGET%'s?」
-「Onii-sama. Tell me tell me, o-ni-i-sa-ma?」
-「Hauuuu...」
-「Onii-sama's tongue is so tasty.」
-「When %CALLNAME:TARGET% licks it, %CALLNAME:TARGET%'s head goes all fuzzy.」
-「Onii-sama... %CALLNAME:TARGET%'s weewee feels lonelyyyy...」
-「Lick it, harder! Harder! Lick it please!」
-「Rubbing(meeting) breasts(fathers) together? Hmmm, %CALLNAME:TARGET%'s father would probably be Onee-sama.」 (If you can't tell, it's a pun)
-「You know, there was this one time when Onee-sama put on a fake beard and was like "I ain't giving you my daughter!"」
-「I (watashi) am a brush (tawashi)~♪」
-「Right now %CALLNAME:TARGET% is a tawashi, okay?」
-「Ah, But Patchie is more like a tawashi since her hair is so bushy.」
-「Hey, Onii-sama, why do you have a weewee?」
-「Because you're a girl? %CALLNAME:TARGET% doesn't understand what you're saying...」
-「Onii-sama are you okay? Do you want to suck %CALLNAME:TARGET%'s boobies?」
-「Onii-sama %CALLNAME:TARGET% feels weird...」
-「Don't make %CALLNAME:TARGET% feel weird, Onii-sama. %CALLNAME:TARGET% will break if you do.」
-「Onii-sama, this is fun%UNICODE(0x2661)%」
-「Let's teach Onee-sama this game too♪ Eh? We can't?」
-「If we do, tarako will appear?」
-「Onii-sama %UNICODE(0x2661)%」
-「Onii-sama Onii-sama Onii-sama %UNICODE(0x2661)%」
-「Ufufu%UNICODE(0x2661)%」
-「Onii-sama are you having fun? %CALLNAME:TARGET% is having lots of fun!」
-「Onii-sama's weewee feels so good~♪」
-「Onii-sama, Ufufu%UNICODE(0x2661)%」
-「Onii-sama, %CALLNAME:TARGET%, ummm, can take your weewee now. It doesn't hurt any more.」
-「Is %CALLNAME:TARGET% a good girl?」
-「Get pregnant, you bitch!」
-「Huh? When you put your weewee in, you're supposed to say that, right? %CALLNAME:TARGET% read that in a book. But the girl was crying though.」
-「Onee-sama told me that woman's name is called Ann Itano.」
-「But Onee-sama wouldn't look %CALLNAME:TARGET% in the eyes after that.」
-「Onii-sama are you crying? Why are you crying?」
-「A vajaina is there to be filled by a peenus?」
-「Is putting your peenus in %CALLNAME:TARGET% fun?」
-「Onii-sama, is it fun?」
-「Got you~♪」
-「You can't move? That's alright, right, o-ni-i-sa-ma?」
-「Unnphh, Hnnnng, Nnnph...」
-「So %CALLNAME:TARGET%, like, went to the town hall, right, and applied for permission to use Onii-sama's butthole.」
-「The woman at the counter was really confused.」
-「%CALLNAME:TARGET% applied, so it's fine, right? Onii-sama?」
-「It's.Fine.Right? O-ni-i-sa-ma?」
diff --git "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\345\210\273\345\215\260\345\217\226\345\276\227.ERB" "b/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
deleted file mode 100644
index 749fe4b..0000000
--- "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"	
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-「Playing pranks is not good, O-ni-i-sa-ma.」
-「Onii-sama, did you know? Tarako will go where there are bad kids.」
-「Lots and loooooots of tarako will come, okay?」
-「Onii-sama is a bad kid, so tarako will come for you for sure!」
diff --git "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\204\233\346\222\253\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\204\233\346\222\253\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index 6fbb04e..0000000
--- "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\204\233\346\222\253\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,141 +0,0 @@
-「Onii-sama, %CALLNAME:TARGET% feels really hot.」
-「Please, cool %CALLNAME:TARGET% down.」
-When you stroke %CALLNAME:TARGET%'s forehead to cool her down, %CALLNAME:TARGET% pulls your hand down to her precious place,
-「Not there, here...」
-
-
-
-
-
-
-
-
-
-「Onii-sama, what's where my peepee comes out!」
-「Awuuuu! Don't lick it!!!」
-「Don't... Nnnggg...」
-
-
-「Onii-sama, are you going to lick %CALLNAME:TARGET%'s weewee again?」
-%CALLNAME:TARGET% asks you, a bit uneasy at the thought.
-「%CALLNAME:TARGET% feels good when my weewee is licked,」
-「That's weird, right? %CALLNAME:TARGET% is a weird girl, right?」
-
-「Sorry, Onii-sama!」
-「%CALLNAME:TARGET% is sorry for being a weird girl.」
-「Sorry sorry sorry sorry...」
-
-「Tarako will come for %CALLNAME:TARGET% now...」
-「Hnnngg... Hic... Onii-samaaaa. You won't hate %CALLNAME:TARGET%, will you?」
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-「Masteerbayte?」
-「Rub my weewee? Okay, %CALLNAME:TARGET% will try.」
-「ねぇおにいさまぁ。%CALLNAME:TARGET%のちっちゃなおまんこをお兄様のおっきなおちんちんで、ごしごししてください」
-「おなにーっていけない事なの?たらこきちゃうの?」
-「そんな事言われても、指止まんないよぉ」
-「酷いよぉお兄様」
-「酷いよぉ」
-「ごめんなさいたらこさんごめんなさい」
-それでも%CALLNAME:TARGET%は自慰をやめられないようだ
-「Onii-sama's weewee... It's becoming...」
-%CALLNAME:TARGET%'s eyes can't seem to move away from your crotch as her fingers speed up, a trickle of saliva dribbling down the side of her mouth.
-You wipe away the drool on %CALLNAME:TARGET%'s dainty little mouth.
-「Onii-samaaa,」
-「%CALLNAME:TARGET% wants Onii-sama to play with her weewee.」
-「Umm, Onii-sama... please?」
-「Nnng, Phew, Hmmmmnn, Nnhhhggg...」
-「Nnng, Phew, Hmmmmnn, Nnhhhggg...」
-「Wow, Onii-sama, this feels really good.」
-「Onii-sama, aren't going to play with your weewee too?」
-「Hey, Onii-sama, you're not doing it?」
-「%CALLNAME:TARGET%'s pussy wants to rub rub with Onii-saa's peenus. Don't you want to?」
-「You don't?」
-「Come on, rub rub.」
-「Please?」
-「Onii-sama, aren't you bored just watching %CALLNAME:TARGET%?」
-「%CALLNAME:TARGET% really want to play with Onii-sama instead.」
-「Hey, Onii-sama, does Patchie also rubbie rubbie her weewee?」
-「Oh,」
-「Mashterbayte?」
-「Does Patchie mashterbayte?」
-「Hey, Onii-sama, does Sakuya also rubbie rubbie her weewee?」
-「Oh,」
-「Mashterbayte?」
-「I wonder if Sakuya also mashterbaytes?」
-「Hey, Onii-sama, does onee-sama know how to do this too?」
-「It's a secret?」
-「Okay, here!」
-「Pinky promise. %CALLNAME:TARGET% won't tell anyone about this.」
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index b6e4406..0000000
--- "a/src/gensim/data/dialog/characters/Flandre Scarlet/M_KOJO_K50_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,1247 +0,0 @@
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Ah, cabbage farm.」
-「Planting so many things in the garden%UNICODE(0x2661)%」
-「Onii-sama, are you preparing for a baby?」
-「But Onee-sama says we can't.」
-
-「Okay,」
-「because %CALLNAME:TARGET% also want Onii-sama's baby.」
-「Ufufu! Come on, Onii-sama! Try to catch %CALLNAME:TARGET% in the cabbage field!」
-「Hmmm, Was Onee-sama green when she was young too?」
-「Watermelon-san~ Watermelon-san~ Grow biiiig and strong, okay? Watermelon-san~」
-「Let's eat watermelon with everyone!」
-%CALLNAME:TARGET% laughs.
-「Let's make wine with these grapes.」
-「%CALLNAME:TARGET% wants to do the stomping, okay?」
-「Ufufu, It's so fun♪」
-%CALLNAME:TARGET% holds up her skirt slightly,
-and as she does so, her eyes drift towards your crotch, her tiny feet stomping about.
-stomping about on a pantomime grape treading spree.
-「Yuri~♪ Yuriyuri~♪」 (Yuri is the Japanese word for lily)
-「Onii-sama, did you know, did you know? You can eat the root of the lily!」
-%CALLNAME:TARGET% looks at your crotch somewhat weirdly.
-「Onii-sama, did you know did you know,」
-「if you squeeze a lemon on a carrot, it turns into an ashprodeeshiak. But what is an ashprodeeshiak anyway?」
-「Carrot-san♪ Raddish-san♪ Shiitake-san♪ Lappa-san♪ Lotus root-san who is full of holes♪」
-「And bittercur-san who is full of vines♪」
-%CALLNAME:TARGET% nods her head in agreement as you speak.
-%CALLNAME:TARGET% shakes her head a little at your words.
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Oww!」
-It seems like it was a bit too hot for %CALLNAME:TARGET%.
-「%CALLNAME:TARGET%'s tongue hurts...」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Huggie huggie huggie in the bath♪」
-「Hum hum hum huuuum♪」
-%CALLNAME:TARGET% takes your hand and spins in a graceful circle.
-「Onii-sama!」
-%CALLNAME:TARGET%'s intense stare takes you by surprise.
-Before you realise, %CALLNAME:TARGET%'s arm are already wrapped around your waist...
-「Fufu~」
-%CALLNAME:TARGET%'s graceful and elegant movement makes your heart skip a beat.
-
-「Onee-sama always plays the lady in our dances, and %CALLNAME:TARGET% always plays the gentleman.」
-「It's unfair that Onee-sama always get to play the lady.」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Eh? Did you just say you'll do anything?」
-「Onii-sama?」
-「You just said you'll do anything, right? Ufufu%UNICODE(0x2661)%」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Ah, This cat is so cute!」
-「But %CALLNAME:TARGET% wants to pet Onii-sama's『cat』too♪」
-She backs you up against the corner of the room and pushes you down.
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Funyuuu!」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Onii-sama! Flan is a lady, so don't treat Flan like a kid, okay?!」
-Flan gets mad at you...
-「Hauuuuu...」
-%CALLNAME:TARGET%'s wings twitches slightly...
-「Onii-sama...」
-「%CALLNAME:TARGET% got pet by Onii-sama...」
-「against her will...」
-「You meanieee……%UNICODE(0x2661)%」
-「Stop petting %CALLNAME:TARGET%'s head all of a sudden!」
-「Onii-sama...」
-「You can't... You shouldn't...」
-%CALLNAME:TARGET% starts crying...
-「Onii-sama, no headpats for you...」
-「Hiyaaa!」
-%CALLNAME:TARGET% gracefully blocks your hand, striking a charismatic pose.
-「Don't... Tarako is going to come now...」
-「No... Don't...」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Heheheー♪ Huggie huggieー♪」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Onii-sama.」
-%CALLNAME:TARGET% looks at you with a serious expression, taking you aback.
-「If you kiss someone, you might make a baby.」
-「You shouldn't do that so lightly, okay?」
-「Onii-sama, %CALLNAME:TARGET%'s weewee is asking for a kiss%UNICODE(0x2661)%.」
-「」
-「」
-「」
-「」
-「Fuwaaa...%UNICODE(0x2661)%」
-「Onii-sama... %CALLNAME:TARGET% might have a baby now...%UNICODE(0x2661)%」
-「%CALLNAME:TARGET% will become %CALLNAME:TARGET% mama now...%UNICODE(0x2661)%」
-「」
-「」
-「」
-「Onii-samaaa... No kisses for you...」
-「%CALLNAME:TARGET% will become %CALLNAME:TARGET% mama now... Hic Hic...」
-「We'll have a baby... we'll have a baby because of the kiss... Hic Hic...」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Onii-sama. The sun will see us doing it. It's not good, okay?」
-%CALLNAME:TARGET% says that you should only do perverted things at night.
-
-「Fuweeee, you can't...」
-「You can't...」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Eh...」
-%CALLNAME:TARGET%'s expression starts crumbling bit by bit as tears well up in her eyes...
-「Uuuu... Eeeeehhhhh...」
-「Sob... Ueeeehhhhーー!」
-「Onii-sama... sob... you... sob... big... meanie... uwaaaaaaーー!!」
-「Aaaaaaaーー!! Ahhhhhhーーー!!!」
-「Stop!」
-「Onii-sama stop!」
-「Stop Onii-sama stoooop!」
-「Stop it...please...」
-Large teardrops flow down %CALLNAME:TARGET%'s cheek...
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「This tastes just like %CALLNAME:15%'s tea.」
-「You did a good job, Onii-sama.」
-「Good boy, good boy.」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「What's wrong, Onii-sama?」
-「...could it be...」
-「You're scared of going to the toilet alone?」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Ow!」
-While preparing the food, %CALLNAME:TARGET% accidentally cut her finger.
-
-As you lick the blood away, %CALLNAME:TARGET% seemed to panic.
-「O-Onii-sama?」
-「%CALLNAME:TARGET% is a vampire, so umm, blood sucking is like reproduction.」
-「Oh no what should I do. %CALLNAME:TARGET% isn't even married yet, but Onii-sama already reproduced with %CALLNAME:TARGET%.」
-「Not even Onee-sama did this to %CALLNAME:TARGET% before...」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-%CALLNAME:TARGET% breaks out in cold sweat at the sight of the scarlet curry...
-「U-umm, Onii-sama.」
-「It looks really spicy.」
-「This isn't tarako, right?」
-You reassure her this isn't tarako as %CALLNAME:TARGET% shakily puts a spoonful into her mouth...
-Nom!
-「Ahhh, spicy!!」
-%CALLNAME:TARGET% spits out her tongue, panting profusely...
-You give the pregnant %CALLNAME:TARGET% something sour to sate her appetite...
-「Nnnnggg~~!」
-「Wasabi-san is hitting the inside of %CALLNAME:TARGET%'s nooooose!」
-You give the pregant %CALLNAME:TARGET% something sour to sate her appetite...
-「Did you put in %CALLNAME:TARGET%'s favourite flavouring?」
-「Ahh! It's so sour and delicious!♪」
-Although she isn't aware of her pregnancy, her body naturally starts craving citrusy foods.
-%CALLNAME:TARGET%'s face fills with happiness as she eats your homemade food...
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-%CALLNAME:TARGET% breaks out in cold sweat at the sight of the scarlet curry...
-「U-umm, Onii-sama.」
-「It looks really spicy.」
-「This isn't tarako, right?」
-You reassure her this isn't tarako as %CALLNAME:TARGET% shakily puts a spoonful into her mouth...
-Nom!
-「Ahhh, spicy!!」
-%CALLNAME:TARGET% spits out her tongue, panting profusely...
-(This taste...)
-%CALLNAME:TARGET%, getting inspiration from your flavouring choice, whispers into your ear...
-「Okay♪ When we're alone, let's be sweet%UNICODE(0x2661)% to each other lots and lots.」
-「This is really sweet!」
-You give the pregnant %CALLNAME:TARGET% something sour to sate her appetite...
-「Nnnnggg~~!」
-「Wasabi-san is hitting the inside of %CALLNAME:TARGET%'s nooooose!」
-You give the pregant %CALLNAME:TARGET% something sour to sate her appetite...
-「Did you put %CALLNAME:TARGET%'s favourite flavouring?」
-「Ahh! It's so sour and delicious!♪」
-Although she isn't aware of her pregnancy, her body naturally starts craving citrusy foods.
-%CALLNAME:TARGET%'s face fills with happiness as she eats your homemade food...
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-%CALLNAME:TARGET% sinks into the bath, blowing bubbles underwater with her tiny mouth...
-%CALLNAME:TARGET%は湯船を掴み足をばたつかせている…
-「Onii-sama, Onii-sama! Look! It's a duck!」
-「Quack~!!」
-%CALLNAME:TARGET% runs after the duck, quacking as she chases...
-%CALLNAME:TARGET% rolls her towel into a ball and watches it sink, again and again...
-「Glub glub glub glub~!」
-「Onii-sama Onii-sama! Did you know did you know? When %CALLNAME:TARGET% goes underwater,」
-「%CALLNAME:TARGET% multiplies!」
-『%CALLNAME:TARGET% multiplies!』
-「When %CALLNAME:TARGET% washes her hair, there's someone to watch %CALLNAME:TARGET%'s back!」
-『When %CALLNAME:TARGET% washes her hair, there's someone to watch %CALLNAME:TARGET%'s back!』
-「Cool, rightー?」
-『Cool, rightー?』
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Throw it in the pot, and boil itー♪ Is it cooked? Let's find outー」
-「Nom nom nom!」
-「It's not cooked yet.」
-%CALLNAME:TARGET% sings a nursery rhyme as she sits beside you, bored.
-「Hey, Onii-sama?」
-「...」
-
-「You shouldn't let a lady get bored, okay?」
-「Nnnnmmph!」
-「Heeeey, heeeey, Onii-sama.」
-「Let's play?」
-%CALLNAME:TARGET% starts tugging at your arm persistently.
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「せんせーい!バナナが入りました~!」
-%CALLNAME:TARGET%のバナナに貫かれながら%CALLNAME:MASTER%は獣のような声を上げている…
-「せんせーい!バナナはおやつに入りますか?」
-%CALLNAME:TARGET%はここぞとばかりに質問した
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-%CALLNAME:TARGET% pulls your sleeve while fidgeting uncomfortably, trying to tell you something.
-%CALLNAME:TARGET% looks up at you with watery eyes...
-「... I need to pee.」
-Losing all sense of sanity, you drag %CALLNAME:TARGET% into an empty snack shop before shoving a long, black stick of wheat candy down her throat!
-You buy a stick of cotton candy for the good girl %CALLNAME:TARGET%.
-You buy a lollipop for the good girl %CALLNAME:TARGET%.
-Shimacchau-ojisan watches the two of you with a loving gaze. (A hard-to-explain cultural joke)
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Onii-sama, Onii-sama, will %CALLNAME:TARGET% become a good bride?」
-「%CALLNAME:TARGET% can't be a bride anymore? Even you if you say so, Onii-sama,」
-「that's for Onee-sama to decide.」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Onii-sama! That was delicious!」
-「It was worth the Charisma!」
-「%UNICODE(0x2661)%」
-%CALLNAME:TARGET%'s wings flutter happily as she enjoys the deserts.
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「綺麗」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Onii-sama. My favourite book is Tamapyo Club(kurabu). Lovey-dovey(rabu-rabu).」
-%CALLNAME:TARGET% seems to be incredibly excited...
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-Reading while wearing glasses seems to have completely changed %CALLNAME:TARGET%'s aura,
-her innocent gestures draws out the normally hidden elegant side of her.
-「...Is something the matter, Onii-sama?」
-%CALLNAME:TARGET% closes the bad girl's picture book...
-%CALLNAME:TARGET% closes the good girl's picture book...
-You have no idea when %CALLNAME:TARGET% started wearing glasses.
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「Nnngyuuu...」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-(Wow, Onii-sama really wants to make %CALLNAME:TARGET% pregnant...)
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「」
-「%CALLNAME:TARGET% doesn't want to make Onee-sama sad...」
-%CALLNAME:TARGET% tells you as she looks up at you with teary eyes.
-「No, not now, Onii-sama!」
-「Onii-sama, no...」
-「Onee-sama will be jealous if she sees this.」
-「」
-「」
-「Wait! Onii-sama! Leaving %CALLNAME:TARGET% behind is against the law!」
-「Onii-sama! Wait! Wait!」
-「Don't pull so hard... Onii-sama...」
-「Onii-sama, you'll be sued if you're caught...」
diff --git "a/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\343\202\244\343\203\231\343\203\263\343\203\210.ERB" "b/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
deleted file mode 100644
index 7203973..0000000
--- "a/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"	
+++ /dev/null
@@ -1,2306 +0,0 @@
-#### DATE
-
-Two people are returning home, the rhythm of their pace matching.
-Turning her head casually, Meiling stares at your profile.
-She smiles and stops walking, trying to catch your attention.
-You're about to ask if there is something on your face when...
-
-She was soft and smelled nice.
-You notice Meiling's face is suddenly in front of your.
-Your lips are overlapping.
-「... Nn... Haa...」
-
-「... Ehehe... I did it♥」
-To say something that bashfully, she's just too adorable.
-Meiling holds an arm behind your back as you walk together.
-Just before reaching home, your eyes meet hers.
-It looks like she has something to say, but hesitates.
-「Ano... {player}, I have something to tell you.」
-She looks at you with an unusually serious gaze.
-
-「I...」
-「I, I like being around {player}.」
-「When I'm working as a gate keeper.」
-「But, I also like you, personally.」
-「I thought I just had to convey these feelings properly.」
-She hangs her head for a moment, a bit bashfully, before raising it.
-Her face is dyed crimson, having said such a thing.
-「Would you, mind keeping me company...?」
-On the way home, Meiling utters something again.
-「... Today was fun as well...」
-She says something normal, but her words are loaded with emotion.
-「Being with {player} is fun, I really like it, it makes me happy...」
-「Aa, But I'm guessing you still haven't changed your mind.」
-Smiling softly, she grasps your hand tightly.
-
-「...Hey, {player}, you still won't go out with me...?」
-
-Her eyes are full of expectation and anxiety as she asks you again...
-You tell Meiling you feel the same way, and tears start welling up in her eyes.
-
-「Really...?」
-「You really like me as well?」
-
-She asks you again, unable to believe it, and you nod.
-Overcome with emotion, Meiling embraces you.
-
-「I'm so happy...」
-「I didn't think I could be this happy...!!」
-She hugs you with all of her might, conveying her emotion through her body.
-「Ehehe, Now I'm {player}'s lover...」
-「Ee...」
-「Ah, Ahahaha, I see...」
-「I thought a bit too highly of myself, Haha...」
-Meiling tries to keep up appearances, but it's clear how heartbroken she is.
-「Iyaaー Today was fun, really.」
-「I'd be happy if we could do this again.」
-「So... Then...」
-「One day, I'll change your mind.」
-「...Ahaha, You're going too far♪」
-Just some childish banter.
-「Ee? It's fine, but please make sure to return the favor, okayー?」
-Holding hands while walking together. Just that alone fills you with happiness.
-「Well then... Yes. ...How so?」
-「Ehehe... I am so happy to be with you {player}.」
-Walking side by side, the two of you huddle close as you slowly return home.
-「Uuーn, Where should we go on our next date?」
-「There's this place I want to eat atー」
-On the way back, you two immediately begin talking about your next date.
-「Ah, There's this thing I've wanted to see with {player}... What was it...」
-You chat as you wander home, never running out of topics...
-「Fufu, I knew it, time just flies whenever I'm with {player}...」
-「They say time flies when you're having fun but...」
-「If time were to stop for just the two of us, I wouldn't mind that at all, {player}♪」
-Meiling blushes as she clings to you.
-While it makes it difficult to walk, you realize it's useless to protest.
-You enjoy Meiling's warmth as you walk home.
-You and Meiling think back on the date as you head home.
-「Iyaaー  That was fun♪」
-「I know! Let's go to that place next time!」
-「I give it my strongest recommendation. Fufufu~」
-You two continue chatting on the way back, as you enjoy the sensation of her breasts pressing against your arm.
-「Time just flies when you're having fun~」
-「I wish I could stop time like Sakuya-san~... Hmm?」
-「Fufu, I'm joking. Thank you for today.」
-Meiling returns home with a smile, but she looks a bit sad at parting with you.
-「Aa~a, The date's already over~...」
-「... Did {player} have fun as well?」
-You nod, and Meiling smiles warmly.
-「Good. Well then, let's do it again some time♪」
-On the way home, you two begin planning your next outing.
-「I love it when we walk home together like this.」
-「I mean, I loved the date too, but...」
-「It's like, ”Aaah, I feel so full of life!” or something.」
-Meiling has a gentle look of satisfaction on her face.
-({player} thinks so too... I'm so happy...)
-「Oya? It's that time already...?」
-「It's been fun♪ I look forward to meeting you again~」
-Says Meiling while waving her hand, before returning home in a good mood...
-「Thank you for inviting me today.」
-「What now? I'll show you a great spot to relax at the Scarlet Devil Mansion.」
-「It's completely relaxing! I swear!」
-Meiling puffs her chest out proudly, but, won't anyone get upset...?
-「Nah~ Going out with someone is always funー」
-「{player}, thank you for today.」
-「Well then, goodbyeー♪」
-「Well then, guess it's about time to go home.」
-「This was a nice change of pace. Please invite me again if you have the chance.」
-Meiling bowed, and gave a small wave and left.
-「I guess that's it for today.」
-「Please be careful on your way home. Now then...」
-
-#### HATE MARK REMOVAL
-「...Fuu.」
-「I understand. I'll wipe the slate clean this time.」
-Meiling shrugs in resignation, and you let out a sigh of relief.
-「I guess there's no use staying mad, is there?」
-She says, and you see the corners of her mouth turn up a bit.
-「... Fine then. It seems you've reflected on it.」
-「I'll forgive you for now.」
-If just a bit, it seems Meiling's mood has improved.
-「But. If you do something like this again... You understand, right?」
-「I'll get angry, and that's extremely dangerous.」
-It seems it will still take some time for her to be back to normal...
-「......」
-「At first, I thought you just wanted to apologize.」
-「I'll give you a chance.」
-
-「... I do not want you to end up as a ”Special Event” at the Scarlet Devil Mansion.」
-In that moment, you feel how Meiling says something terrifying...
-
-### ENCOUNTER PLEASURE MARK > 0
-As soon as you approach, the pleasure\@MARK:快楽刻印>0? #%" "%forcefully\@ engraved in Meiling stirs to life.
-Her body begins aching, longing for you unconsciously...
-「Are? What happened?」
-
-### REVERSE ENCOUNTER
-# i wonder what should i do with these, huh...
-
-Meiling calls out to you in a slightly stressed tone before coming over.
-Saying that, Meiling comes over.
-As soon as she gets closer to you her eyes begin wandering downwards.
-Her trained and sensitive erogenous zones ache, longing for you to give them more pleasure...
-It seems she can't fight against the female instinct that has awoken inside her.
-She draws closer to you, her body aching as she longs for you unconsciously...
-「{player} discovered... Alright.」
-
-
-As soon as Meiling finds you she presses herself against you.
-「Haa~ It's so warm... Fuu...」
-With a sigh of relief, she wraps her legs around yours.
-「Hmm~? What is it, {player}?」
-「... That's just a bit of skinship~ Fufufu.」
-「Just relax, I'm not going into heat or anythingー...」
-She laughs impishly, but won't stop rubbing against you.
-It might be the steam, but her eyes seem hazy...
-
-### BATH
-「Arya, You got in first?」
-「... I'll join you in a bit, please wait.」
-Meiling says as she turns to face the washing area, cleaning her body.
-But the way she turns her body is a bit strange, almost sensual.
-Perhaps all the time stop rape has left a mark on her body.
-She washes her body thoroughly, her hand drawing across it enchantingly, a bit obscenely too as she washes between her legs.
-A long, throaty moan escapes her when she lowers herself into the hot water.
-「Haaaa... Preparations complete... Nfuuu...」
-### BATH 2
-「Hora Hora, {player}, let me accompany you.」
-Meiling floats next to you as you bathe.
-「Nnhh~...Haa~~ Reviving~...」
-After soaking for a while, she moves her head towards you.
-「Fuu... I'll reach paradise if I fall asleep here... Please wake me up before I down, alright?」
-You can't help but bitterly smile and nod as she looks up at you and asks, feeling her soft hair between your fingers.
-
-「――Ara, It seems someone's still here.」
-Meiling draws close to you while submerged in the water.
-
-### BATH
-「Fufu, Bathing is just too nice~... Nnnhh...」
-She bends her back, smiling provocatively as she leans against you.
-「Aah, Well... {player}, do you like『things that feel good』?」
-Her two voluptuous hills are dyed pink from bathing, floating right before you as she shows them off.
-As hot water flows down from the hard pointed summits, you feel yourself hardening as well...
-「... In any case, why... Why am I so aroused...」
-She feels warmth begin gathering in her body as she stares at you, especially her nether region.
-「No matter... Haa...」
-Her body has been developed without her knowing, and she turns away from you.
-Even if she doesn't want it, her body still reacts to yours, aching...
-Finished, she stretches right in front of you.
-
-###  BATH
-Her full breasts jiggle, and you're entranced by her beautiful body.
-「――Are, {player}!?」
-Meiling comes out from the steam, trying to cover up her plump body.
-
-### BATH
-「You were already here... Hahaha...」
-「Then... Excuse me for intruding...」
-She blushes from more than just the heat.
-It seems approaching you naked awakens some memories in her.
-Feeling a bit dizzy, heat begins building up in her as her eyes stare transfixed at your crotch...
-Seeing your naked body, hers instantly begins to recall pleasure against her will.
-Even before she enters the water, you see some liquid trickling down her thigh from her covered up crotch...
-She soaks in the water, a bit away from you.
-Glittering water droplets fall down her cleavage, captivating you...
-「――Ah... Ooooー...」
-「E-Excuse me... Hahaha...」
-Meiling stares transfixed at your member for a while before coming to her senses.
-She covers up her previously exposed privates and leaves in a hurry...
-
-### BATH
-「Uwaa, You've already entered?」
-「...Nkuu, T-Take your time...」
-Meiling's body stiffens for a second as a strange pleasure runs through it, she gulps before turning around to leave.
-You stare at her naked ass in full view as she runs.
-Even if she hasn't entered the bath, a transparent liquid trails down her thigh...
-「Ue!? E-Excuse me!」
-Meiling leaves embarrassed...
-
-### BATH
-「――Eeh...」
-「Sorry, but the bath is one of the few places I can rest easy.」
-「Please get out so I can relax.」
-Meiling quickly walks up behind you and begins pushing you out.
-「Don't turn around! Leave! Now!」
-
-
-### MORNING
-You wake up, and feel a strange but not unpleasant sensation from your lower half.
-
-「Mubu, Nhh, Nbu, Npuhaa... Ah? You've woken up?」
-Looking down, you see Meiling nuzzling her face against your cock, giving it a warm kiss.
-「The first thing to wake up is your penis, and it's twitching so hard, I wonder why... Jyuru...」
-「Delicious, Fuoo... Mofuoi, It must be painful... Aamph, Thought I'd calm it down...」
-Her lips and tongue twirl around it as she speaks.
-Seeing her shiny lips working the twitching head pushes you towards the edge.
-「Mmfuu―― Haa, Amazing...! Hamu, Mujyuru, Jyubu Jyubu, Nnnmuu!」
-Eventually you're pushed over it, Meiling servicing you in a trance as you unload semen into her mouth...
-「Nbu, Nku, Nnhh... Haaa, Gochisousamadeshita... Ehehe...」
-
-You wake up from a throbbing sensation, hearing a loud, obscene sound from your crotch.
-
-「Ohayogozaimafu... Haa, Nchyuu, Pero Pero...」
-「I thought I'd give you a morning fellatio... Haa...」
-Meiling holds your glans between her lips, dragging her tongue across your frenulum.
-The way she services you is utterly obscene.
-「Besides... Fufu, {player}'s sleeping face and twitching penis are so cute♪」
-「There's no way I could resist playing with you~ Ero Rero... Jyururu...」
-「Hora, It's so thick first thing in the morning, and so hard as well... Haamu, Nbu, Nnhh, Mhh...」
-Hearing those words pushes you over the limit, your head swelling as you feel semen welling up inside.
-You cum into Meiling's mouth, your hot, sticky liquid flooding into her mouth...
-
-「{player}, please wake up.」
-「You can't give in to the great futon's temptation~」
-You are shaken awake by Meiling, along with her words.
-
-### MORNING
-「Ei Ei...~♪ ...Ah, You've woken up.」
-You wake up to see Meiling poking your cheeks.
-「It's just... Your sleeping face is too cute... But, now it's morningー」
-「{player}− It's morningー」
-「I get that you want to sleep but please wake upー...」
-Meiling stirs you gently from your sleep, and you wake up.
-「It's time to wake up, {player}.」
-「{player}−? ... If you don't get up I'll play a prank you~...」
-Saying so, Meiling brings her face closer.
-A gentle, soft scent washes over you, and you open your eyes to meet her.
-「H-Hey, Please tell me if you're awake, you...」
-When you ask her about that prank, Meiling blushes and dodges the question.
-「{player}, please wake up.」
-「You can't give in to the great futon's temptation~」
-You are shaken awake by Meiling, along with her words.
-「Ei Ei...~♪ ...Ah, You've woken up.」
-You wake up to see Meiling poking your cheeks.
-「It's just... Your sleeping face is too cute... But, now it's morningー」
-「Hora Hora, It's morning {player}.」
-「... If you sleep too much your body will become sluggish you know~?」
-Meiling shakes your body, waking you up.
-「{player}, please wake up.」
-「You can't give in to the great futon's temptation~」
-You are shaken awake by Meiling, along with her words.
-
-
-### MORNING
-「Nnhhh... Is it already time to get up...?」
-「Munyaa... Five more minutes... No, ten... Twenty... More...」
-When you ask Meiling if she wants to be left alone she says adamantly no.
-You slowly help the sleeping, futon-wrapped Gatekeeper up.
-
-### MORNING
-「Fuwaah, Ohayougozaimafu, {player}...」
-Seeing the sleepy Meiling, you find her adorable and defenseless, and you feel like doing some mischief to her.
-「Fufufu, Don't do that with my hand...」
-「You're making me say............... Don't say stuff like that...」
-Her reactions are perfect as always, and you stop, instead beginning to get up.
-
-# MORNING INFATUATED
-「Munya Munya... Shleepyー...」
-Although sitting up, Meiling's eyes are still half-closed.
-「{player}− Kiss please... Kissー...」
-「I can't get up without one~... Munyuu...」
-She closes her eyes, moving her hands up and down in frustration as she demands a kiss.
-You give in and give her a peck on the cheek, a smile spreading across her face.
-「Nnuu...♪ My energy is now a hundredfold... Supii~... Partner...」
-When she tries lying down again, you give her a light chop on the head, finally waking her up.
-
-# MORNING
-「Nnhhh... Is it already time to get up...?」
-「Munyaa... Five more minutes... No, ten... Fifteen...more...」
-It feels like her demands will just keep increasing if left alone.
-You force the adorably sleeping, futon-wrapped Meiling to get up.
-
-# MORNING MISCHIEF
-「Fuwaah, Ohayougozaimafu, {player}...」
-Seeing the sleepy Meiling, you find her adorable and defenseless, and you feel like doing some mischief to her.
-
-「Ee? Wh- That's... Eh? Are you serious? Ehhh??」
-「No way no way, that's impossible... Waitー! Please tell me~...!」
-Enjoying her perfectly confused response, you finish, and instead start preparing to get up.
-
-# MORNING
-「Uoooー... Don't mind me... Munyaa....」
-Meiling talks in her sleep while rolling over, her cleavage exposed right before your eyes.
-You spend some time staring at the breathtaking scene, before she wakes up.
-「Kuuoooo... Hmmm? ...Ah, Ohayougozaimasu.」
-
-
-# GOODBYE
-「(Whisper)... Because of a certain someone, time flies a bit too fast.」
-Meiling is reluctant, but looks extremely tired.
-
-「Well then, see you tomorrow.」
-
-「Now then, time to go to bed.」
-
-「{player}, it's not good for you to stay up lateー」
-Meiling rubs her tired eyes before going home.
-
-「Not sleepy... I'm not tired at all... Nmuu...」
-The quite sleeping Meiling murmurs something like a mantra in her sleep...
-
-「Fuwaaa... I'm sorry... I'm fine...」
-Meiling's ability to stifle her yawns seems to be reaching its limit.
-
-「Suuu, Suuu... Eh? Did you say anything?」
-
-Meiling nods off asleep.
-
-「I'm okay I'm okay, I'm not shleeping, I'm not tired at all...」
-Judging by her slurring, it seems Meiling is sleeping.
-
-# OUT OF STAMINA
-「Ehehe...Nnnu...」
-「Nmuu...Nyuu...」
-「...Haa... My chest... Aan...」
-「...Fuaa, ..., Nn....」
-「Munya...aa...」
-「Nh...oo... That's...」
-「Munya...nn...」
-「...Haa...n...」
-「...Suyaa...ann...?」
-「...Aa~a... Haa... Hahi...」
-「I...I'll die...」
-After enjoying the sweat-drenched and panting Meiling for a while, you send her off to bed.
-
-
-「....a, HaaAa... Haa... It'sh too amazing...」
-「Doing that's... Haa... Ahhh...」
-You lend a shoulder to Meiling whose entire body is dyed pink.
-「...Haaa.... I'm already at my limit...」
-You look after the panting Meiling for a while before seeing her off.
-
-
-「Wawa! {player}! {player}!」
-「Hang in there {player}! Are you okay... Eh? You're just tired?」
-Checking your state, Meiling sighs in relief.
-「... You're hopeless.」
-「Don't make me worry like that...」
-Meiling carefully lifts you into her arms and carries you to your room.
-「A-Are you okay?!」
-「You're overdoing it... Mattaku.」
-「I will carry you to your room, but please don't overexert yourself.」
-Meiling lifts you into her arms and carries you to your room...
-「A-Are you okayー?」
-「You have completely exhausted yourself... Oh well.」
-Meiling puts her hand on your body and gives you a bit of Qi, before lifting you up.
-「You shouldn't work until your body gives in...」
-
-# WORK ENCOUNTER LEAVING INFATUATED (this is better triggered in the outskirts or something)
-「{player}- Where are you going?」
-「When you're done please keep me companyー」
-「People can die of loneliness you knowー?」
-In response to Meiling's joke, you smile bitterly and say you'll be back soon.
-
-### IDEM
-「Oya, {player}, where to?」
-「... Is that so. Very well, take care.」
-Says Meiling as she smiles, waving her hand slightly.
-
-# INDEM
-「Haーi, See youー」
-Meiling returns a warm wave.
-
-# PLEASURE MARK
-You pass Meiling but notice her gaze lingering on you.
-The pleasure engraved in her mind causes her honey pot to begin twitching and leaking...
-Under her clothes however, her erogenous zone begins aching in preparation.
-
-Meiling herself doesn't notice it, but her eyes linger on you...
-
-
-# EMBRACE CAUGHT
-「...Arya, Here comes Sakuya-san.」
-Meiling lets go of you, albeit reluctantly.
-She puts a bit of distance between herself and you.
-「... Sakuya-san, sometimes I wish she'd stop showing up.」
-
-# IDEM
-Meiling separates from you after finally having gotten close to you.
-「... Come on...」
-
-
-「...Tch, She'll get angry if my posture isn't correct.」
-Sensing Sakuya coming, Meiling panics and adjusts her clothes.
-
-
-「Ah, I think Sakuya-san is coming.」
-Having sensed something coming, Meiling turns to face it.
-
-
-「... Nn... Someone came?」
-Meiling doesn't move too far away from you, and
-hides her hand behind her back to not have to stop touching you.
-
-
-「... Don't do that right now.」
-Sensing someone arriving, Meiling regretfully separates from you and puts some distance between \@THIRD_PERSON?the two#you\@.
-「... Come on.
-
-
-「... Oya, who's that?」
-Meiling looks a bit disappointed as she corrects her posture.
-
-「Oh, someone came.」
-Sensing someone arriving, Meiling turns to face them.
-
-「S- Sakuya-san...!?」
-「Err... You're looking nice and sexy!」
-Looking for any way to escape, Meiling gives a thumbs up.
-「......Awawa, Sorry....」
-Unable to bear the atmosphere, she bows her head in a hurry, but the mood is already ruined.
-「――」
-
-# EMBRACE OTHER
-「You seem to be having fun.」
-Despite blushing, Meiling seems to pout a bit.
-「... I'm sorry to disturb you.」
-When she sees your disordered shape, her eyes seem to grow wet.
-It's hard to tell if the pain is that of love or lust.
-「――Ah.」
-「Just what are you doing...」
-「No, I understand, just...」
-「Please bear in mind the time and place.」
-Staring at you without batting an eye, you quickly throw your clothes back on.
-「――...」
-Meiling pants as she draws closer.
-「I'll consider this a declaration of war against me.」
-
-Don't get angry don't get an―― But right after.
-「However is the last to collapse wins!」
-Saying so, she approaches you.
-「There's no way I'll lose... So I'm not leaving.」
-Her face is filled with fighting spirit and arousal.
-「――...」
-「Doing something like that when I'm here, isn't that a bit...」
-「Isn't this something you should never do?」
-Meiling stares at where you and %CALLNAME:ARG% are connected.
-「Muu~... There's no way I could forgive you for this.」
-
-「But if you struggle fiercely, I'll forgive you...♥」
-Her words are laced with arousal, sticky liquid slowly trickling down her thighs...
-「――Ah.」
-Meiling hesitates after she comes across your tryst, but approaches after a while.
-「If that's the case, please let me join.」
-「I mean... I am pretty confident in my body.」
-With a look of defiance on her face, Meiling leans against you.
-「What the――...」
-「I- I guess you can do stuff like that from time to time, huh...」
-「{player}'s lust is amazing.」
-「But... I want you to save up for me...」
-Meiling's voice trails away at the end, before she departs.
-「――Eee...」
-「Ahー Sorry for interrupting you...」
-「Haha, Excuse me.」
-Meiling turns around and leaves in a hurry.
-「Ah, That's...」
-Meiling freezes with a blush, before spouting some words.
-「S-Sorry... Haha..-」
-(Uwaaー Uwaー... I just saw something amazing...)
-She leaves in a hurry.
-「You're just so... Ugh...」
-「I will participate in this battle, no doubt about it.」
-「There is no way I can forgive you for just...leaving me be.」
-Meiling's finger trails to your crotch, blowing hot air on your neck.
-She grabs your hand, guiding it to hers - she's already drenched.
-「I'm going to squeeze you dry, so please resolve yourself, okay?」
-「There just is no helping you, is there?」
-「They say great men have great fondness for sensual pleasures, but I don't think it applies the other way.」
-Despite saying that, Meiling's breath has already started growing hot.
-
-「But I wonder if your Qi is that of an ordinary man or not...」
-「... Guess I'll have to check for myself♥」
-「Really now, the nerve to just say something like that...」
-Meiling gulps as she lets her eyes wander to your lower half.
-「...Nku, Well... I guess it can be fun...」
-
-「...Eh, No way, Sakuya-san...!?」
-Meiling panics, but she notices she's becoming wet.
-The moment your eyes met her womb descended.
-「Haa... This is... No way...」
-She's lost for words, her heart pounding...
-「Ooo――... Aaa...」
-Seeing you in the middle of having sex――
-Meiling's body has gotten to the point where it's turned on by the thought.
-The obscenity of the situation settles in her, making her quiver.
-She soils herself standing, nectar flowing out ceaselessly as she recalls %CALLNAME:ARG%'s face...
-「Ee...」
-Meiling recalls your lying on top of %CALLNAME:ARG%.
-Staring at each other as――
-In that moment, she suddenly feels warmth gathering in her abdomen.
-「Are... What's this...?」
-She's struck by confusion as she feels moisture building up...
-「Hiaa!?」
-「――Ah...」
-Meiling recalls your immodest form.
-「Uuu... So embarrassing...」
-She blushes up to her ears as she covers her face...
-「Aaah, So I see %CALLNAME:ARG%-san can't stand it either...」
-「{player} is honestly far too much of a pervert... Especially, right, here...♥」
-Meiling slowly moves her fingers towards your crotch.
-「Too late to stop now, make sure to take responsibility, okay...?」
-「Eh? Wh- Wha-? Why would I...」
-「Iya Iya, Just read the mood. Wait, it's telling me I'm supposed to join?」
-%CALLNAME:ARG% nods at Meiling, as the idea begins settling in.
-「... Don't get involved with too many girls now, really...」
-「...Ahー That surprised me...」
-After making sure %CALLNAME:ARG% has left, you both sigh in relief.
-「Now then, do... Do we continue?」
-Interrupted in the middle of sex, Meiling's body aches.
-She stares at you expectantly...
-「{player} must have unending vigor, really...」
-「But now we can have one on either side...♪」
-Meiling's eyes shine, longing for the challenge.
-「Now then, will you make %CALLNAME:ARG%-san and me sing...?」
-You invite %CALLNAME:ARG%, and %HE_SHE(ARG)% draws close.
-「Eh? Err, Aren't you embarrassed...?」
-Meiling asks, but %HE_SHE(ARG)% doesn't change %HIS_HER(ARG)% mind.
-「I see, well... This does feel pretty good.」
-「Alright then, let's...have fun together?」
-
-「I exist, so why would you do something like that?」
-
-
-Meiling puts you in an armlock while smiling.
-――Her breasts are pressed against your face, dying like this wouldn't be so baaa――――
-「Why  Do  Something  Like  That  ?」
-You start explaining frantically before your bones start breaking.
-「... I see. If that's the case I forgive you.」
-「But please, don't do this again, okay?」
-「Since... I want to devote all of myself to {player}...」
-
-
-「Do you just want to breed all the time without a care as to where?」
-「Please think of other people in your vicinity.」
-「... Someone might think you're attacking someone, you know?」
-So Meiling says, but she's blushing heavily.
-「Hey, I don't want to talk about people's sex lives.」
-「But please think of the time and place.」
-「I might mistake you for an intruder and kick you out.」
-Meiling says with a smile, it feels like she has had experiences like this in the past.
-「Is this really okay...! You two?」
-「Not hesitating in the least, just having sex openly like that, panting, moaning...」
-「Do you know how hard it is to bear this aching pain!!」
-「Please explain why you didn't bring me in!」
-「So please, put it in me right now!! Alright!?」
-Meiling isn't even scolding you, her cries echoing throughout...
-「Is this really okay, you two?」
-「You two don't show enough lust-control... Ehem, Self-control.」
-「Sure, this might be something you want to do every day.」
-「But, if you don't choose the right time and place, then――...」
-Two hard points stick out through Meiling's clothes as she scolds you, it's not very persuasive...
-「Is this really okay, you two?」
-「You two don't show enough self-restraint.」
-「Sure, this might be something you want to do every day.」
-「But please think of the time and place, that's――...」
-Meiling continues scolding you...
-
-# PANTSU
-「Oya? The way you move is weird... Excuse me for a moment.」
-「――――」
-Meiling discovers the panties in your pocket.
-「... Why do you have these?」
-
-# PANTSU
-「Mu? A suspicious person!」
-Meiling blocks your way and begins searching you.
-「Yaya, This, is――...」
-「......」
-「You're going to have to tell me everything.」
-Meiling scowls at you as she stares at the panties you've stolen.
-
-# PUSHED DOWN
-「Haaa, Haaa...」
-「You're just too heartless, really now...」
-You are pushed over instantly, albeit gently.
-「It's just, too cruel, so... You understand, right?」
-Meiling's eyes look completely possessed, as she begins removing your clothes.
-「Haa, Haa, I guess the problem isn't you at this point.」
-「My body won't stop aching, but maybe if we do it...♥」
-
-# PUSHED DOWN
-「Haa... Haahh.」
-「I can't wait anymore... Itadakimasu~」
-You are instantly pushed down, Meiling staring at you with an insatiable look in her eyes.
-She breathes hot breaths on your neck while rubbing her thighs together.
-「I was forced to do it, since {player} is hopeless...」
-
-# PUSHED DOWN
-「Aah! Enough already!」
-Meiling suddenly utters her mind, at her wits' end.
-And then abruptly pushes you down.
-「I'm sorry, but I can't hold out anymore...!」
-A seductive moan escapes her lips, her long, red hair flowing down her body.
-Seeing her expression and words, you have no idea what's to come...
-
-# EMBRACE
-「I can't hold it anymore, {player}...」
-「More... Hold me tighter please...」
-Meiling says eagerly, wanting to be spoiled like a child as she clings to you.
-「Fuaaann, Isn't this a bit gentle...?」
-
-# 
-Her eyes have melted completely, her body coiling around yours.
-「I want to feel {player} more...」
-「Does it feel good? ... {player}♥」
-「Haaaa... Haa...」
-「Please bear with me for a while... I can't stand it...」
-Meiling stares up at you, tears in her eyes.
-Her lips tremble, wanting you to kiss them, as she rubs her thighs together...
-「You made me like this {player}, so it's fine, right...?」
-
-「Aann, I can't take it anymore...」
-Meiling seems to be at her wits' end――
-You think before you're suddenly embraced.
-「More, more, I want to feel more of you...」
-
-Her charming lips part slightly, and you can see her captivating tongue inside, a bit of her red hair is clinging to it.
-Looking at her face, you can tell what's about to happen...
-
-# SLIP OUT
-「Nnaa, We're stopping here..?」
-「Just a bit more, I'll do anything you like...!」
-Meiling presses her flushed chest against you, trying to persuade you.
-「... ... I get it.」
-「Next time... Please love me until it's over, okay...?」
-「Ee, But, ending it now~...」
-「It's not enough. Are you really sure this is it?」
-「Again... No good?」
-Meiling traces her finger up and down your crotch.
-You grab her hand, and she finally gets the idea.
-「Ah, So no good. I get it.」
-「... Next time, please make sure to give ample ”compensation”, okay?」
-「Nhh... Is this...the end?」
-「Excuse me, I seem to have lost myself there.」
-「I'm not satisfied but... I'll have to bear it.」
-
-# EMBRACE END
-「...Hafu. You spoiled me properly...」
-「Arigatougozaimasu, {player}♪」
-Meiling's eyes are still glazed over, giving you a kiss as you separate from each other.
-「...Fuu. I've calmed down completely now, Arigatougozaimasu.」
-「Embracing you like this is pretty good, {player}♪」
-
-
-「...Aaann, I want you to cuddle me more~...」
-「Next time, let's do it properly {player}... Promise?」
-
-Meiling stares up at you a bit let down as she draws her finger around on your chest in a circle...
-「Uu, If we have no choice...」
-Meiling looks up at you, her cheeks puffed up adorably in indignation...
-「Haa, How adorable...」
-
-# SLIP OUT FAIL
-「Trying to slip out of my hold, aren't you 100 years too early...? Aann♥」
-Meiling smiles ominously as she holds you tighter, preventing you from escaping.
-
-
-「Hora, Hora, If you want to escape from my body, you've got to have sex with it first...♥」
-Her smile turns into a grin, you have no way of escaping.
-
-
-「Ufufu, You can't escape with just that~...」
-
-
-「Aann, {player} has gone and made me like this.」
-「So shouldn't you please take responsibility pro-per-ly...?」
-Meiling smiles provocatively, there is no way for you to escape from her grip...
-
-
-「That's no good, I still haven't had enough, Haa, Ha...」
-「It's aching so much, it feels like I'm going to go crazy...」
-「If you want to escape, please give me an absurd amount of love...!」
-Lost to pleasure, Meiling pins you down, there is no way to escape...
-
-
-「Haaa, I'm not satisfied yet... More, more...」
-「Hora, You keep doing whatever you like, I can't help this aching feeling...!」
-
-# BATH
-「............」
-There's a moment of silence once Meiling recognizes your shape, her body tensing up.
-「...............Fueee?!」
-Realizing her body is in full unobstructed view, she raises her voice in confusion.
-「Oooouu, Don't come in right now, I've already entered!」
-「I'm bathing, so please leave!」
-At her wits' end, she quickly drives you out.
-「――!!」
-As soon as she discovers the intruder, Meiling strikes a pose despite being naked.
-The bath water immediately begins to form itself around her Qi and you're blown away.
-「Pervert, Punish!」
-... Although seeing Meiling in that pose was enough.
-Some time later, everyone got reprimanded due to the amount of warm water that was wasted...
-
-
-「Oya, It's you, {player}.」
-「Don't just stand there, come here~」
-
-
-Meiling emerges from the water and calls you over.
-Her long red hair gives off a different impression than usual.
-From the nape of her neck comes a distinctively feminine scent that tickles your nose.
-And right before your eyes is a abundant valley dripping with water as if calling you in.
-
-
-「Iyaa~ We can't do that in the bath~」
-「Ah, {player}... Do you want to join me?」
-「Here, there's some free space here.」
-You accept the offer and head towards Meiling.
-「... Ah, You have to wash your body first.」
-She walks towards you, her defenseless body on full display.
-Her nipples are erect, standing on end.
-「Hora Hora, Don't hold back...」
-Filled with arousal, Meiling's fingers begin wandering across your skin...
-As you draw close, a heat wells up in her body.
-She seems to be getting hotter from you than from the bath...
-「I-Isn't it a bit hot in this...bath...」
-「Ah, It's because now there are two people, so, it's warmer... Haha, Haa, Haaa...」
-You see her beautiful symmetrical body through the water.
-Particularly captivating are her two breasts, dyed pink as they float in the hot water.
-「Ahaha, Don't stare so much...」
-「Err... Uhh―― Are you entering?」
-Meiling hesitates a bit before calling out to you.
-Although she seems fine with bathing with you, she instantly covers herself up with her hands in embarrassment.
-However, when you draw close she immediately begins blushing.
-She says she's just feeling a bit dizzy from the heat, but you can tell she's glancing at your crotch.
-As you draw close, her entire body begins twitching.
-「Haa... Fuuu...」
-Memories of things she shouldn't be remembering awakens, filling her with a heat that isn't from the water.
-Slowly but surely, her body begins growing warmer...
-But you get to see more and more of her beautiful limbs as you draw closer.
-
-
-# BEDROOM INVADE
-「... I have to admit it takes courage to sneak into a Gatekeeper's bedroom.」
-「Even if this is a misunderstanding it's still a bother, make sure not to anger me, got it...?」
-Meiling radiates with anger, telling you it's not a good idea to get close to her.
-
-
-「Uu~n, Munya Munya...」
-As you enter the bedroom, you see Meiling sleeping with a smile.
-「Fufufu... How's that... Do you give up...」
-She seems to be beating someone up in her dream, her body rolling over at times.
-She kicks away her night gown and futon, exposing her breasts and meaty thighs...
-「..Nnn... \@ TALENT:恋慕 ? {player} # Sakuya-san \@...」
-Meiling mutters \@ TALENT:恋慕 ? your # Sakuya's \@ name as she sleeps, hugging the futon.
-
-#
-「Supiiー... Supiiー...」
-Seeing her sleeping, defenseless face, you want to bully her even more...
-「Nnnu? Ah, It's you, {player}.」
-「Fuwaaa... What is it?」
-「...Ah, Maybe you came here to assault me...? Kya~」
-Meiling smiles jokingly, but it seems she wouldn't mind it at all.
-「Munyuu... Please don't scare me like that, {player}.」
-「I almost send you flying with a kick... Fufu, Do you want me to show it?」
-While lying down, she lifts one leg up and draws her smooth ankle around in a circle.
-「Beside, sneaking into a girl's room at night, what were you trying to do...?」
-Meiling grins as she pokes you with her foot.
-「Ah... {player}...」
-Meiling sighs in relief as she finds it's you, but she doesn't seem to be as peppy as usual.
-「Sorry, but please let me rest for now...」
-「I'll be revived as soon as I fall asleep...but...」
-She falls back asleep before she has time to finish the sentence.
-「Nnuu... Good morning everyone...」
-After asking you if there's anything wrong Meiling collapses on the bed again.
-The already worn out Gatekeeper falls asleep as soon as she hits the pillow.
-「...Suya...」
-You sneak into Meiling's room without making any sound and approach her bedー
-「Nn... Yaya?」
-She seems to have noticed you somehow.
-「You're a hundred years too early to attack me in my bed you know?」
-「... I am seriously tired today.」
-「If you have business, it has to wait... Unyuu...」
-
-
-# WORK PLEASURE MARK
-「...Fuuーーu, Fuuーーu...」
-Despite being at work, Meiling's body is full of arousal.
-Her honey jar wriggles and twitches hungrily.
-The innermost parts of her anus twitches hungrily, having gotten a taste for pleasure.
-Her entire body twitches just from her clothes lightly rubbing against her nipples.
-Her clitoris is so engorged it almost looks like an erection.
-From her throat to her lips-cum-onahole, it all aches hungering for pleasure.
-It doesn't seem like she can concentrate at all.
-(I can't bear it, as soon as I feel that――)
-(But I have to suppress my body in front of the fate... Aaah...)
-「Haaー Haaー... Nku...」
-Meiling catches a few glances at times as she's unable to bear the ache inside her.
-She still looks around vigilantly, but it's clear she's just searching for pleasure.
-「I won't let any deviates escape... Not a single one, no way...」
-Having to wait before punishing a certain someone, the Gatekeeper licks her lips suggestively as she talks...
-「Uuumu, It's... No, that just now was dangerous...」
-Meiling keeps an eye on passersby, grumbling to herself.
-(Fingers are too effective against supple flesh... I must be at full power tonight.)
-(That child's ass just now was a dangerous weapon, maybe that can be used as a decoy...)
-(When I lock my legs like that... My hips just stop working...)
-(Having sex like that... Ahh, I'm getting too wet...)
-(What an innocent looking girl, but in Gensokyo girls can never let their guards down.)
-(Aaah... That girl just now, she had to have some super ecchi spell cards...)
-
-
-# ???
-She looks around properly, scanning people like she should, but stops as soon as she sees you.
-「Haa, Haa, Un, The most erotic...dangerous...person... Gokuri...」
-「Haa Haa...(If I can't suppress myself at work I'll get scolded...)」
-「Fuu, Fuu...(Sakuya-san or Ojousama will get mad if I do anything improper...)」
-「Nnh, Nhh...(Punishment... Lots of harsh punishment... Ahh...)」
-
-「...Ha!! Bad! Bad!」
-Meiling stop spacing out, her eyes regaining their focus as she gets her breath under control...
-
-
-# ??? PLEASURE MARK
-「This is bad... Haa...」
-Despite being at work, Meiling's body is flush with arousal.
-Her pussy aches, wanting something inside it.
-Her anus twitches, longing for someone to pierce it.
-Her nipples stand erect, as if wanting someone to touch them.
-Her clitoris twitches each time her clothes rub against it.
-Her lips and tongue water with hunger.
-It's preventing her from guarding the gate properly.
-「Haa, Nnn... How am I supposed to hold it in...」
-「Fuu~ Un, Fuuu~...」
-Meiling stands next to the gate as she tries controlling her breath.
-Pushing her arms together over and over, moans slip past her lips.
-(I can't be this lustful of a Gatekeeper... Haa...)
-Being forced to do it over and over, the aching in her body just grows...
-「Haa, Haa, Presence of mind, Presence of mind...」
-(Nnhhh, I won't lose... I will douse this flame...)
-Meiling appears to be guarding the gate at first glance.
-But she's leaning strangely against the wall, her body twitching...
-「Nnhhー I need something to distract myself, I wonder...」
-Trying to suppress the arousal, Meiling lets her eyes wander.
-(Ah~... With all those clothes on there's no way I'd see a penis... No wait.)
-Realizing she just had a stupid thought she shakes her head, trying to clear her mind.
-She swallows a mouthful of saliva she hadn't noticed.
-
-「I- I wanna go home...」
-Despite the complaints, Meiling weathers the weather and keeps working...
-# PINK WIND
-「Just what is this weather?」
-「If an intruder shows up now I'll... Haaa...」
-Despite the slight blush, Meiling's face reveals nothing as she continues guarding...
-
-# 
-「There's nothing strange by the gate today either♪」
-Meiling says to you with a smile.
-
-「Whenever I see a certain someone, all my tiredness just seems to fly away!」
-
-「I won't let even a single suspicious person through~
-「Since I am Gensokyo's best Gatekeeper♪」
-Meiling says, puffing her chest out in pride, she sure seems full of hiss and vinegar...
-
-# ENCOUNTER WORK PLEASURE MARK
-「Ah, I'm at work, so no touching, okay {player}?」
-「... It's absolutely forbidden, okay...?」
-Meiling blushes a bit as she emphasizes the point.
-
-# FLAVOR INFATUATED
-「If I have spare time, I often think back on nice things.」
-「... What nice things? That's... They're very nice things♪」
-Even if you're just saying pointless things to each other, Meiling's face makes you smile.
-
-# WORK ENCOUNTER (outsider)
-「Hello. How can we help you today?」
-Meiling greets you enthusiastically.
-Blood is trickling down her forehead, there's a depression similar to one left behind by a knife...
-
-# WORK FLAVOR (outsider)
-「Guu... Suu... Kii... Suu...」
-「Hmm? Ah, good morning {player}.」
-Meiling wakes up and greets you with a bright smile.
-# if PLEASURE MARK
-「Haa~♥ Haa~♥...」
-「Hurry up... I can't calm down...♥」
-
-# PLEASURE MARK WORK FINISH
-Meiling finishes her work for the day, no longer having to endure the aching want.
-As soon as she sees you, she's overrun by thoughts of you violating her
-pussy, abusing it until it breaks
-anus, spreading it as far as it can
-breasts, kneading and folding them roughly
-throbbing clitoris
-mouth and lips that you've broken
-entire body
-#
-.
-「I can't fight it, I... Nhaa...」
-「Haa, Haa...」
-「I did it... It's over...」
-Meiling finishes her work for the day, no longer having to endure the aching want.
-As soon as she sees you, she's overrun by thoughts of you violating her
-pussy
-anus
-breasts
-clitoris
-mouth
-entire body
-.
-「This might be a serious illness.. Nnhhaa...」
-
-# 
-「Guu~~ That's it for today. Food...~ Food...~」
-(I've slept well, it seems Sakuya-san is working as hard today...)
-
-# ENCOUNTER FOOD
-「Ah, {player}.」
-When Meiling notices your %DISHNAME_TR()% she immediately leans against you.
-「Could those possibly be provisions...?」
-She stares greedily at you until you hand the %DISHNAME_TR()% over.
-「Arigatougozaimasu! Now then...」
-Meiling eats the delicious %DISHNAME_TR()% instantly, while you look at her with a bitter smile.
-
-#
-「Ha! I smell something delicious!」
-Meiling stares closely at your %DISHNAME_TR()%.
-「Inspection! To go through here you need to give me %DISHNAME_TR(DISHNAME)%!」
-「This could be a plot to serve Ojousama something weird, yes.」
-Guu~~......rururu......
-「.........」
-「This is absolutely not because I'm hungry!」
-It's clear she just wants to eat it, and reckoning it can't be helped you hand the %DISHNAME_TR()% over.
-
-
-#
-「Ha, \@DISHNAME_PLURAL(DISHNAME)?Those %DISHNAME_TR(DISHNAME)% look#That %DISHNAME_TR(DISHNAME)% looks\@ delicious...!」
-When Meiling notices your %DISHNAME_TR()% she immediately leans against you.
-「Seeing something that delicious and not wanting to eat it is just...」
-「... Please don't say no?」
-Seeing how much Meiling is looking forward to eating it, you give up and hand over the %DISHNAME_TR()%.
-
-#
-「Yatta! {player}'s home-made cooking!」
-「I'm so happy...MGMG.」
-You're surprised by how much Meiling seems to like it.
-
-#
-「Mumu, Seems like someone here has some delicious smelling food.」
-Meiling stares closely at your %DISHNAME_TR()%.
-「Iyaaー Just as I was getting hungry.」
-「I'll take just one bite... Hamu.」
-「Ooh, Isn't this something, Hamu, Hamuhafu.」
-Meiling goes out of control and ends up eating all of it.
-
-# denial?
-「Haaa, Haaa... Eh?」
-「Err, aren't you going to finish me off...?」
-Meiling's body writhes in ecstasy, unable to orgasm.
-「P- Please, denial play is a bit... Ahhh...」
-「... What is it? Are you feeling ill?」
-「Or, did I do something wrong...?」
-Meiling looks at you worried since none of you managed to climax.
-「...Are? We're stopping here...?」
-「You can't just stop like that...」
-Meiling turns away, dejected.
-「Eh? ... Ah, is that it?」
-「I don't get it but...」
-Meiling seems disappointed as she adjusts her dress.
-「Haa... Hmm? Is that it?」
-「... Satisfy me properly next time, please?」
-Meiling's gaze lingers on your privates as you separate.
-「Are... Is that it?」
-「... If you go this far, we might as well finish it...」
-「... This is just mean...」
-Meiling's gaze lingers on your privates as you separate.
-「Eh? ...Ah, That's it?」
-「If you're satisfied, I guess that's fine.」
-「Puah, Nku... Haa...」
-「You shot out so much of it... Haa...」
-Meiling mutters fascinated, her whole body covered in semen.
-「Plastering my body without letting me cum once...」
-「... Or are you some kind of pervert...?」
-She stares at the penis that came on her over and over.
-Her eyes glimmer as she calms herself down.
-「Nnn.. Pufu, Nku...」
-「Haa, How much are you going to shoot out?」
-Meiling mutters, her whole body covered in semen.
-「... Being the only one to cum, how cruel...♥」
-Meiling's gaze lingers on your privates as you separate.
-「Haa, Haa...」
-「Is it really that fun to paint me with your semen...?」
-Meiling gives you a condemning look as she begins wiping off cum from her body.
-「You know you shouldn't just focus on your own pleasure, right...?」
-「Haa, Haa...」
-「Eh? That's it...?」
-「I don't really mind but...」
-「Aaーh, Haaーa, Haaーa...」
-Semen and nectar overflows from Meiling's ass and pussy as her hips still twitch.
-She slowly regains her breath, just a hair's width away from cumming again.
-「Nnn... So you love both those places that much...」
-「I wonder which part of me you love the most...♥」
-「Haaーa, Haaーa, Is it over...?」
-「But, can you make me cum just a bit more...?」
-Semen and nectar flows from Meiling's ass and pussy as she strokes her stomach.
-Seeing that, you start hungering for even more pleasure...
-「Agu... Nnn, Haaー, Haaー...」
-「You have completely violated me but...」
-「I still won't say I've lost.. Nnhaaa...」
-Meiling trues putting up a strong front, but semen spills out from both her holes.
-Even still her eyes are full of lust...
-「Kufu, Aah, Haa...」
-「Aaa, {player} filled both my ass and pussy...」
-Cloudy semen leaks out from her holes, but she seems happy.
-「Now you've... Conquered both of them...♥」
-「Haa, Haa... Fuuu...」
-「There's so much of it... It's just spilling out... Nnnh...」
-Meiling gasps happily as semen pours out of her anus and pussy...
-「Nnn... Ku...」
-「You just pour wherever you want... Fuu...」
-「Or do you mistake people for toilets... Uuu...」
-Meiling gasps happily as semen pours out of her anus and pussy...
-「Ehehe, You came so much in my pussy...」
-「Nnn, Don't look at it, Ahh...」
-You spread her slit, and semen begins pouring out.
-「Please give me lots of love, okay...?」
-「Aah, You shot out so much inside...」
-「Even if we're of different species, and the probability is low...」
-「It if happens... Please take responsibility, okay?」
-Meiling stares up at you, semen spilling out of her pussy as she pats her stomach.
-「Uuu, You shot so much inside...」
-「So cruel... I might get pregnant...」
-Meiling blushes as she parts her slit, making semen spill out...
-「Agu... Nnhii, Haa... Haa...」
-「When you cum this much inside my ass, it's like your marking me with your semen...」
-「It's not even made for excreting anymore, it's just for {player}'s personal use...♥」
-It seems Meiling wants it to be at least.
-Semen spills out of her asspussy as it opens and closes obscenely...
-「Ahi, Nnuu...! Fuu, Fuu...」
-Meiling struggles to get her breath under control, her ass full of semen.
-「It's disgusting... Haa, Haa...」
-「But, this could become a habit... Aah...♥」
-She is tormented by the throbbing heat inside her intestines...
-「Nn, Haa, Ahh...」
-「It's better than pulling out but... Nnh...」
-「At this rate you'll make my ass retarded... Really...」
-「Puah, Nku... Haa...」
-「You shot out so much of it... Haa...」
-Meiling mutters fascinated, her whole body covered in semen.
-「Painting my body with this much...」
-「... Are you some kind of pervert...?」
-She stares at the penis that came on her over and over.
-Her eyes glimmer as she calms herself down.
-「Nnn.. Pufu, Nku...」
-「Haa, How much are you going to shoot out?」
-Meiling mutters, her whole body covered in semen.
-「... Does it really feel that good...♥?」
-She stares hungrily at your privates as you separate.
-「Haa, Haa...」
-「Is it really that fun to paint me with your semen...?」
-Meiling gives you a disgusted but lust filled look as she begins wiping away the semen.
-「You're a degenerate...」
-「Haa, Haa, Nnh...♥」
-Meiling tries to gather her breath, her entire body tinted pink.
-「That felt amazing, {player}.」
-「Show me some more love again...♪」
-She mutters as she buries your head in her soft chest.
-「... Haa, Nnn, Haa...」
-「This is, it for now...?」
-After being given a nod, Meiling stares at you with a passionate gaze.
-「In that case, my expectations will be higher next time...」
-「... So that's... It?」
-「Haa... Oh well, it served as a good stress relief.」
-As she turns away, she doesn't seem completely satisfied.
-「Aa~~...♥ Uuooo...♥」
-Meiling's entire body twitches, drooling as she soils herself with semen from every hole.
-It seems just touching her lower back slightly is enough of a push.
-「...Hiyaaaa...aaa...――――!!」
-「...Haa, Haa... I.. I can't beat {player}...♥」
-You give her a tender hug, embracing her until she calms down.
-「...――!! ――~~!!」
-Meiling cums over and over.
-She continues shaking her hips even if the sex has ended.
-A deluge of semen spills out form her now unmistakably female anus and pussy.
-「I... I'm going to lose my mind...♥」
-「Shtop it... You'll ruin my hole and asspussy at this rate... ♥」
-She separates from you, her look and words making you want to break her...
-「Uuaa... Aaa~~...」
-Semen spills out from both of Meiling's holes.
-Her legs are spread wide, her hips still twitching.
-「Hahii... I'm dying....♥」
-「My ass, my pussy, they're being ruined by {player}'s dick...♥」
-Declaring something like that as white liquid leaks out of her, it's as if she's waving a white flag...
-「Aaa―a, Aa――h, Haa――...」
-Semen spills out from Meiling's secret place, forming obscene bubbles.
-「Haa, Haa... So this is a female's pleasure...」
-「Haha... You've filled me up so much... Nnaa...」
-She lies stretched out, cum leaking out of her as she hugs you...
-「Uaa... Haa... Amashing...」
-「More, I want to cum moree...♥」
-Meiling's body continues twitching even after you've pulled out.
-She thrusts her hips fruitlessly, begging you to continue.
-As she spreads her lips, semen comes spilling out...
-「Aaa~~ T-This...」
-「You can't cum inside me... It feels too amashingg... Ngghh...」
-「...Haaー, You're so cruel...♥」
-Meiling's voice criticizes, but she drools as she stares at you..
-「Ooo――... Ooo...♥」
-Having been abused a bit too much, Meiling anus can't close completely, hanging ajar.
-Intestinal fluid and semen spills out, the sensation of excreting extending her climax.
-「Nhii... M-My ass... How wash it...?」
-「After all, it's {player}'s hole now...」
-「So, use it anytime you want, okay...♥?」
-「Oooー Oo... Unn~~!!」
-Meiling's anus continues throbbing long after it's stopped being abused.
-She soils herself with intestinal fluids and semen, her lewd mouth hanging ajar.
-「Ahh――  Haa, Haa...」
-「With this much, my ass will... Do you want to break it――...♥」
-You smile at hearing those words, as you see Meiling struggling to return it.
-「Ka, Ah..... Ngii... Ii..」
-Sweat, love juice, intestinal fluids, semen――
-Meiling is covered in fluid as she continues shaking her hips.
-「Hooー  Oooー  Hooー...」
-She continues panting, her thrusts slowing down as her insides continue to be violated...
-「Haa, Haa... Nnn, Haー  Haaー...」
-「I-Is it finally over...?」
-Meiling frantically tries controlling her breath, her face and lower half dripping wet...
-She blushes, not having enough energy to mind the semen stuck to her face and hair.
-「If... If you can cum more than this, you'd probably be the strongest in all of Gensokyo...♥」
-You smile bitterly as you nestle close to Meiling, and she surrenders herself to you happily...
-「Aaa, Haa, Nnaa, Ha――...」
-「I... I can't bear it, I'm cumming too much, Haa...」
-Meiling gasps and pants, her body covered in sweat as she drools from both her upper and lower mouths.
-「You sure know how to make a lady cry, {player}...♥」
-She summons up the last of her willpower to shake her head as you ask her to sing like a bird.
-「...~~!! ――...」
-Meiling thrusts her hips in delirium, it seems she broke from cumming too much.
-She spreads her legs wide as she obscenely pistons in and out of her upper and lower mouths.
-Her entire body, tinted a bright pink, twitches as you stroke it lovingly.
-Having cum over and over, Meiling separates from you, completely satisfied.
-
-# MORNING
-As you wake up, you see Meiling sleeping next to you.
-No different from usual, she's sleeping quietly.
-But you don't feel like calling out to her at all.
-Staring at her beautiful form, you slowly get up.
-「Nhh... Ohayougozaimasu, {player}.」
-When you wake up, you see Meiling right before you.
-「Nhh... Hamu... Ehehe, This feels so nice...」
-Without either of you getting up, she gives you a light peck as she smiles.
-「Ahh... Did I wake you up?」
-When you wake up, Meiling is getting her braids ready.
-She's bending a bit while doing it, giving off the impression of a young girl.
-「Ohayougozaimasi. Did you sleep well?」
-When you wake up, Meiling is breathing in her sleep next to you.
-「Mmmu... {player}... Nyuu...」
-
-#
-When she turns over, her large breasts nearly spill out.
-You look over, and this time her meaty thighs are exposed.
-It's an unbearable sight this early, but you have to wake up Meiling first.
-
-#
-「Uun... 5 more minutes... Munya Munya...」
-... When you try to wake her again, Meiling twists her body around you.
-「... Hold me please...」
-Maybe it's best to just push her down...
-「Oh, You're awake?」
-You notice Meiling is brushing her red hair.
-Her long hair flows beatifully down her back, and a faint aroma fills the air.
-「When it's this long, you really do have to take care of itー」
-
-# generic ero scene
-Meiling's body can't stop hungering for a man, wanting to be taken like some female animal as semen splashes about inside her.
-「I'm not satisfied yet... Ahh... My insides are so warm...」
-「Haha, Hahahaha...」
-「Nnn...ku, This is... I'll become pregnant, won't I...?」
-Meiling's eyes are filled with resignation as she mutters to herself, knowing semen is splashing about inside her.
-「This is terrible... No, wait, I have to stay strong...」
-「Err... What do you think of pulling out today...?」
-Says Meiling timidly once she sees your cock.
-「It's a dangerous day so... Don't do it inside, okay...?」
-With both her hands clasped before her, she humbly requests...
-「It's a dangerous day so... Please hold back for today.」
-Requests Meiling nervously, her trembling hands clasped before her.
-「Err... You understand what it means to go raw, right?」
-「Ugh... I want to feel {player} directly as well...」
-「But it is really a dangerous day, okay...?」
-「Ugh... But if you're that aroused, I don't think you'll notice the condom.」
-「But it is really a dangerous day, okay...?」
-「No! Even if you ask like that!」
-Meiling lets out a huff as she becomes angry.
-
-「Even Dogeza won't help you. Even if you look at me like that.」
-「Even if you show it off like that...♥ The answer is no.」
-「... What would you do if you forgot to pull out? Really now...」
-「Can you even take responsibility if you don't pull out? Really now...」
-「In any case, today is no good!」
-「... Do you want to do it raw that much...?」
-Meiling glances between your face and your penis.
-Eventually she nods, a groan of frustration rising from her as she gives in.
-「Fine then... I want to be connected to you was well...♥」
-「Fine then... It's just because it feels better if it's direct...♥」
-「... However! Not on dangerous days. I am serious about that... Okay?」
-「If you say that now...」
-「Let's do it... Let's make a child...♥」
-Meiling's breath grows hotter and hotter as she brings both her hands between her legs.
-「{player} will cum inside me... I'll become pregnant... I can feel it clenching in me...」
-「My insides will be filled with {player}'s spirit... I can't hold out anymore...♥」
-Saying so, Meiling spreads her labia with her fingers.
-Her cherry blossom petals twitch eagerly, waiting impatiently for your sperm...
-
-「Take responsibility... Use all your have and... Make me pregnant please♥」
-「Really...?」
-「Making a child...with me... You really want to...?」
-
-Meiling looks up at you as she speaks, checking every last detail.
-Her womb pulses, a dull but sweet pain spreading through her body as her uterus clamps down.
-
-As you nod, Meiling slowly follows suit.
-「... Very well then.」
-「Then let's make {player}'s and my child...♥」
-With wet eyes, Meiling stares up at you...
-「Aaahh... If you continue doing that I'll...」
-You ask again, swinging your hips a bitー
-
-「... I can't hold out anymore...」
-「... Fine then. It's fine if you do it inside...♥」
-Meiling blushes as she grabs your penis, her eyes full of want.
-「So, take responsibility, okay...?」
-「Yattaーーー!」
-
-# living together
-Meiling holds both her hands up like some athlete that has won, she seems ecstatic.
-「We'll be living together! {player} and me under one roof!」
-「Eh? We'll be living in different buildings so we won't live together?」
-「No, even if it's like that we're still living together.」
-「One of Patchouli-Sama's long thin books said so!」
-「This counts as living together!」
-She goes on and on, and you can't help but smile.
-
-「...Haa, Haa, I got a bit worked up there.」
-「In any case, I'll be staying here with {player} from now on♥」
-Meiling gets close to you and wraps her arms around you.
-「... We can still do ecchi stuff though, right...?」
-「It's a bit late, but, Yoroshiku onegaishimasu♥」
-「Ahaha... Reimu-san agreed rather easily.」
-「Even if I'm a Youkai, she doesn't seem to mind.」
-Meiling rubs the back of her head, it seems she now realized what's happening.
-「It's been a long time since I lived somewhere other than the Scarlet Devil Mansion, it feels a bit strange, but...」
-「Ah, Whatever... Yoroshiku onegaishimasu♪」
-Meiling turns towards you and bows deeply.
-You bow down as well, looking up to see her smiling face.
-「Ehーー!? What do you meanー!?」
-「Uuu... I didn't even think I would be turned down...」
-「It'll be fine~ Let's live together~」
-「... Can't {player} just move to the Scarlet Devil Mansion?」
-「What a shame~....」
-「Doesn't the need a gatekeeper? Someone to guard the Toori?」
-「... I see. Haa...」
-「No way!? We've been having so much fun I forgot the time!」
-「Muu~ I'm sorry, but I can't do anything about it.」
-Meiling leans against you softly with a smile.
-「Well then, see you tomorrow.」
-「Arya, It's that late already...」
-「Well then, I've got to get going.」
-Meiling waves at you as she leaves.
-「Ah, It's that time already.」
-「If I could stop time like Sakuya-san things would be a lot easier.」
-「... Well then, excuse me.」
-「Nooo, it's already this late...」
-「I don't want to go home... But it can't be helped.」
-Meiling gives you a light peck on the cheek.
-「Ehehe... Let's go on a date again sometime♥」
-「Aah~ Sadly, I have to go home now.」
-「Aren't you forgetting something? This is fine, right? Make it tight, okay?」
-Meiling spreads her arms demanding a hug, and you embrace her closely.
-「Nnhh~~ Fuu. Well then, I think I've filled up on enough of {player}'s Qi for the way back♪」
-「I'm sorry, but it's getting a bit too late...」
-Meiling looks disheartened as she puts her arms in front of her.
-「So, thank you for today♪」
-「Please invite me again sometime~!」
-She waves at you as she returns home...
-「Spending the day with {player} was such fun.」
-「Be careful on the way back... Ah...」
-You feel Meiling's hands on your back, her warmth spreading throughout your body.
-「Alright. Let this give you some peace of mind on the way ”back”... Ehehe...」
-Smiling bashfully, Meiling waves at you as she departs.
-「Arara, Is it that time already?」
-「Fufu, If you feel like having fun with the Lovely Gatekeeper of the Scarlet Devil Mansion, please inform me.」
-Meiling holds her arms in front of her and bows, her breasts jiggling slightly.
-「I do love my job but... A change of pace isn't that bad, invite me again some time.」
-「Aa, I've got to go back home...」
-「Thank you for inviting me today.」
-「It was fun, well, see you!」
-「Aaーn, I guess that's it for this date.」
-「I want to be with {player} some more~... But I guess you have to go home now?」
-Meiling doesn't want you to depart, embracing you tightly.
-「Fufufu, You can't escape now......... No good?」
-You give your adorable lover a head pat...
-「Judging by the time, I guess it's time for this date to end~」
-「Un, Today was very enjoyable.」
-Meiling smiles, but she's not being quite honest.
-「... What is it?(Chira) Aren't you going home?(Chira Chira)」
-... It seems she actually does want you to stay longer.
-「I guess that's it for the day, the date is now overー」
-「Today was fun, guess it's time to see you off...」
-Finally ready, Meiling stops talking.
-「... Or maybe, you want to stay just a bit more?」
-「Alright, what do you think of the date so far?」
-「Iyaa, Thank you for spending your day visiting me.」
-「... {player}, what are you going to do after this?」
-You give a vague response, eliciting a ”Heeー?” from Meiling.
-
-# > love
-Meiling lies in bed, staring at the ceiling lost in though.
-She notices once again she's thinking of you.
-... Whenever she closes her eyes, she sees your face.
-She feels happy whenever she sees you smile.
-Just thinking about you makes her chest ache.
-「If only we could stay together like this forever, but that's unlikely...」
-Just the thought of kissing you makes her blush all the way to her ears.
-A sweet, simple kiss that melts her head――
-「Haha. Just what am I thinking. Kissing, like lovers...」
-... She starts saying before noticing it.
-What is this feeling inside me?
-Slowly moving her hands to her chest, she feels the beating of her heart.
-
-「I see, I...」
-「――I, I love {player}...」
-
-Finally saying it, she's struck by how embarrassing it is.
-Her face goes bright red as she twists and turns in her bed.
-「Nuoooーーーーー!」
-「Eh? Wh- Really!? What is this, what is this!?」
-「Waa~! Wa~~!! It's so embarrassing though!」
-She tries calming down her pounding heart.
-「...Haa, Haa...」
-「... Do you, love...♥」
-Meiling buries her face in the neatly arranged pillows, smiling...
-While preparing to go to bed, Meiling speaks to herself.
-
-# > infatuated
-「... U~nn, What is this...」
-「Recently, I've been spending so much time with {player}...」
-
-Whenever she thinks of what happened during the day, your face appears in her mind.
-
-「No, {player} visits the Scarlet Devil Mansion for other reasons...」
-「But, it makes my time spent guarding the gate just fly by.」
-
-It all spins around in her head, slowly forming into words.
-
-「Talking with {player} is so fun...」
-「It's different from when I talk to Ojousama.」
-
-But, she didn't understand the strange feeling inside her.
-
-# > sex friend
-「Just... What is this strange feeling...」
-――Truth is, Meiling's known it for a long time.
-Pleasure soaking into her head, dimming it.
-Pleasure carved into her flesh, engraving the memory of it.
-「{player} is really amazing...♥」
-「Every time I touch %HIM_HER(MASTER,,1)%, it feels like I'm going into heat.」
-「Now it takes just a moment for me to cum...♥」
-Recalling the sensation of being caressed, her body trembles and quivers.
-
-「The penis is a dangerous weapon, very dangerous...♥」
-「I see an erect one, and instantly... Ahhh...♥」
-Drooling while talking to herself, lost in memories of ecstasy, her soliloquy continues.
-
-「Both my pussy and ass, Nnhh♥」
-「They've broken, as soon as %HE_SHE(MASTER)% inserts I just collapse...♥」
-「... During normal sex I can stand it, sure, but... Nhaa♥」
-「How many times has %HE_SHE(MASTER)% thrusted into me, filling me with an impossible amount of semen...」
-「My body is at this point just for {player}'s personal use♥ %HE_SHE(MASTER,1)%'s made my holes female♥」
-「Just by inserting in me... I understand.」
-
-
-「... I understand completely...♥ It's all because of {player}'s dick♥」
-「The taste of the leftover semen, the smell, {player} is the culprit after all..♥」
-
-Meiling mutters in surprise, but her face shows nothing but pleasure.
-On the contrary, her lower half is soaking wet.
-「Finally know it, make me happy...♥」
-「Because at this point, I just love when that happens...♥」
-「Even if we love each other, Haa♥ %HE_SHE(MASTER,1)% can still use %HIS_HER(MASTER)% ability to rape me, Ahh♥ And...♥ Make me――――~~%UNICODE(0x2665)%!!」
-Meiling spreads her legs wide, looking forward to be assaulted again――
-Recalling all the times she has been raped pushes her over the edge, the tide crashing into her.
-
-「...!! ――~~!! ...Ha, Haa, Haa♥」
-「...... Let's go crazy together... {player}♥」
-
-
-――――Meiling's【Self Control】has disappeared
-――――Meiling acquires【Liberated】
-――――Meiling now knows you can stop time
-... Training your body is good, it increases your stamina, letting you enjoy sex more.
-If you stretch a lot, who knows what kinds of positions you can be taken in.
-Controlling how Qi travels around your body lets you focus it on some parts to gain more pleasure――
-
-This is the result of always accepting your advances.
-
-# onanism
-Her bed in disarray, Meiling lies naked among the scattered sheets, indulging in masturbation.
-「Haann♥ Ah♥ {player}♥ Nhh%UNICODE(0x2665)% Uuaah...%UNICODE(0x2665)%」
-「Aahh♥ Not enough, this isn't enough...♥」
-She puts everything she has into it, trying to calm down the fire in her body.
-But no matter how many times she does it, it won't disappear――
-「I can't... {player} has ruined my body, it's becoming weirdd...♥」
-She wants to be near you.
-She wants to be taken by you, any place, any time.
-Her breasts,
-her clitoris,
-her mouth,
-her pussy,
-her anus...
-They want to be raped by you over and over.
-She wants you to thrust into her until you both go mad.
-Even if she's just imagining being with you, she can't stop herself, nectar flowing out ceaselessly.
-「Uaaa♥ Just thinking of {player} isn't enough for me anymore...♥」
-Meiling can no longer live without you...
-Even as the night grows older, Meiling still thinks about you.
-「... It's amazing... {player}...」
-「That it can feel so good...♥」
-Every time she recalls having sex with you, her breath roughens and her loins begin to ache,
-Rubbing her thighs together, squeezing her fingers between them and――...
-「Aaahh...♥ You can't go to bed early...♥」
-Gouging out her insides over and over, she's brought to her peak again and again――
-「{player}'s dick...♥ Haa...♥」
-「Thrust it into me... Mess me up...♥」
-「Push deep into me, mercilessly... Haa, Haaa...」
-「You really ruin my mind and body... I love it, your penis...♥」
-Without her noticing, she has completely soiled the bed.
-「Uunn... Haa, This is a bit different...」
-「{player}'s everything makes me go crazy...♥」
-Meiling's face is wrapped in ecstasy, her upper and lower mouths drooling as she gasps...
-Late at night, even after having changed into her night gown, Meiling can't stop her finger.
-Undressing herself, she stands naked before a mirror.
-「Aah, So I am changing...♥」
-Compared to before, her breasts and hips look different――
-They have been raped and ravaged.
-They have changed to better pleasure you.
-「If %HE_SHE(MASTER)% continues I bet they'll...♥」
-「Sucking, fondling, penetrating...♥」
-「Making me cum even as I cry out, thrusting into me... Haa...♥」
-Recalling your everyday trysts, Meiling slowly moves her hand towards her crotch.
-「If I'm taken like that again...」
-「Even if it's just what my body wants, I guess it's not that bad...」
-「Ahh... Haa, Nnn...」
-Lewd sounds echo from Meiling's room.
-「Aa, My beloved {player}, I...♥」
-Imagining a tryst with you, love juice gushes out of her.
-「Nnhaa, Aahh, {player}, I love you, Haa...♥」
-Her moans are interrupted by an amorous monologue, her breath growing rougher as more fluid begins spilling out...
-Meiling's eyes are lost in lust as she pistons in and out of her holes.
-「Haa, Aaaaa, Aa, Ah, Ha, Nnnaaa♥」
-「Nnh, Ah, Wh, Why, {player}'s face... Aahh...」
-Her entire body writhes as she recalls how you've had sex.
-「Aaah... My hands, won't stop moving... Haaa♥」
-Yearning for even more pleasure, Meiling begins masturbating deliriously...
-「Ah, Haann, Nnn...」
-Obscenely fingering herself from both sides, Meiling makes a mess of her pussy.
-「Haa, How's...that...? Nnnaa, Nna...」
-「Aaau, Naa... Aaa... It'sh amashing...♥」
-She soon finds her weak spot and begin hammering it.
-「Ahh, Stop... That's... Dangeroushh...~~!!!」
-Despite saying stop, Meiling's lower mouth twitches and writhes as it reaches climax.
-Sliding her hands into her underwear, Meiling begins caressing her anus.
-「Suuー... Haaaー... Nn, Nnaa...♥」
-After working it for a bit, she slowly pushes her fingers inside.
-「Kuaa... Fuu, Unn, Nnii...♥」
-「Haa, It's so warm, Nnnh, More, Further in...♥」
-Her face warps in pleasure each time she rubs against the opening, the aching sensation and heat increasing...
-Meiling gropes her entire body as she moans, her clothes completely disheveled.
-「Haaa... Fuaa, Nh, Haaa...」
-「{player}, more, do me more...♥」
-「Nnnh, Fuah, Nkuu...!」
-「That... That place is... Kuhiii...!」
-Her lower half is soaking wet, the sounds of her obscene self-ministration echoing throughout the still night...
-「Aaann, How can I long for someone like this, just what's...」
-Indulging in a masturbatory fantasy, she imagines how you embrace her.
-「Aaa, More, That's... Aa, Haa―――...!?」
-And just like that the fire inside her burns even warmer.
-「...Ha, Haa... Haa... I... That's... No way, again...?」
-Meiling continues masturbating to the thought of you, all reason having long since left her...
-「Not enough... Someone, anyone... Niii...――uaa...」
-Honey drips out of her as she pants...
-「Hoo, Hoo, Hooo... Tto, Nn, Nnhh~~...」
-Meiling stretches on her bed before going to sleep, trying to suppress the heat inside her.
-However, as she does the clothes rub against her breasts and crotch.
-Eventually she can no longer hold back.
-「Nnn, Nnnhh♥ Ha, Haa... Haaa...♥」
-Before she realizes, she starts caressing her slit and nipples, staining the bed.
-The healthy stretching quickly devolves into pure masturbation...
-「――! Hiaa, Uunn~~―――!!」
-Meiling moans loudly as she caresses her clitoris, drawing circles around it,
-Her sense of judgement melts and gives in more for every revolution.
-「...Haa, Haa... Normally I'd never use my strength for this but...」
-「Nhiyaa♥ I can't shtop... I can't stopppp♥」
-「How can it feel soo good... Aah♥ Hii♥ Hia――a♥!!」
-Tearing off her clothes as she screams, Meiling thrusts her hips over and over...
-Meiling is unsatisfied with just touching her clitoris.
-Leaning against the wall, she begins groping her breast as well.
-「Haa, Haa, How can this...」
-Not content with doing it through her clothes, she fumbles in frustration as she struggles to unbutton them.
-As soon as her hard nipples are revealed, she begins rubbing then with even more strength.
-「Fuaa... Ahii, I'm going numb...♥」
-Focusing on just her hands, Meiling feels as pleasure spreads throughout her entire body from just her chest.
-「Haa... Fuuu...」
-Meiling takes deep breaths, trying to calm her raging body down.
-「I can't sleep like this...」
-As soon as she realizes the futility, her fingers begin moving to her hard nipples.
-「Just a bit, yeah, just a bit... Haa, Nnnhh...」
-Fondling more and more of her breasts, she slowly snakes one hand down to her crotch.
-In no time she starts working both her upper and lower hard nubs...
-「Nna, Haa, Haa... Kuu, Fuu...」
-「Nnn~~~ Fuu, Fuuu... Haaaa...」
-Meiling's clitoris is slick and shiny with nectar as she draws her beautiful finger around it in a circle.
-As it grows harder, she accelerates her movements, masturbating with vigor.
-「Ha, Ha, Fu, Fuu, Nnnnuu~~!!! ...」
-Before long her body spasms, and Meiling falls asleep spent...
-「Nnn... I haven't practiced enough asceticism... Nnn, Aah...」
-「This aching feeling, I can't stop it... Fuaa, Ah, Ah, Ahh...」
-Loudly making a mess of her secret place, Meiling finds herself thinking of you.
-「This too, it's all because of {player}, Oo, Fuu, Fuu...」
-「Aah... This place longs for {player}... Nnaah...」
-She pins her thighs shut, clamping down on her hand but she can't stop it from caressing her slit.
-「Ahii, Cumming, {player}, I'm cumminggg...!!!」
-Calling out your name, Meiling arcs her back as she reaches her climax, her thighs spasming as she soils the bed...
-Rubbing her slit with both her hands, Meiling finds herself thinking of you.
-「Nna? Haa, Aaa, Why is {player}... Aa, Fuaa!」
-Before she notices, her fingers start goughing her out even harder, pushing her towards the edge.
-「Stop, shtop thaa...aaatt!!」
-Trembling and shivering, Meiling mutters something as she reaches climax.
-「Haa, Haa... I... Sorry, {player}...」
-Meiling holds both her hands between her thighs, rubbing her slit faster and faster.
-The rustling of her clothes grow louder as they get soaked...
-「Haa, Stop, I can't... Fuu, Kuuuu...!!」
-「Fuah, Aaー My fingers, won't stop... Nnhh...」
-「Aaー Why can't I stop myself anymore... Nhaaa...」
-Pinching her clitoris between her fingers, a long moan slips out from Meiling's lips.
-「Nuu, Fuuu... This can't become a habit... Nnaah...」
-「...Nuu, Aa, Kufu... Haa...」
-(Aah, Stop, {player} is sleeping next to me, but...)
-「Nn, Nnnh, Fuuuu...! ...!」
-「...Kufuu... Fu, Nnnn~~!!」
-(... Please don't notice... I... Haann...)
-「Uaa... How can it be so loud...」
-「...Ahiin, Ahh, {player}, Naahh...」
-(Nku, If %HE_SHE(MASTER)% sees me I might get punished...)
-「...Ah, Imagining it is... Nnhh... Haa...」
-Meiling masturbates openly, her spread open crotch in clear view.
-As you don't seem to notice, she continues fingering herself bashfully.
-
-「...Ahh, Cumming, I'm cummingg, {player}――!!」
-Muttering your name as she reaches orgasm, you",1)% casually %PARSE("reply.
-「............~~!? Wh- No w- Ho.....!? ...~~!!」
-Her mind already clouded by the climax, she can't respond at all, instead only arcing her back and twitching...
-「...... Please tell me if you're awake... Baka...♥」
-Meiling's breath grows rougher as she squeezes your hand.
-You peek at her as she reaches her peak, and your eyes happen to meet.
-
-「...Aaah, So you were awake after all...♥」
-「Haa, Your breathing, it was a bit off, Aahh, So you saw it...♥」
-「{player} is seeing me masturbate... Cumm...ingg... Kuuu――~~!!!」
-Meiling cums, smiling suspiciously as she stares at your eyes......
-「...Haa, Haa... Does this, excite you...? Fufu...」
-Meiling holds her hand between her legs, fingering herself with wild abandon as rough moans slip past her lips.
-「Nnnh, Holding {player}'s hand and... Fuaah... This tingling fee-aahhh...」
-「...Fuu, Nnhh~~ Hyuu, Kuhii, {player}... Ah~~~」
-「Nhh, My voice, I can't hold it in... Fuu, Unn...~~~~!」
-Seeing her struggling so hard not to speak while masturbating, you pretend not to notice until she finishes...
-Meiling indulges openly in masturbation, her legs spread wide as she stares at your sleeping face.
-The indecency of the act spurs her on.
-
-「Naah, Haa... {player}'s sleeping face is so cute...♥」
-「I want to eat %HIM_HER(MASTER,,1)% up, but, Nnhh, waking %HIM_HER(MASTER,,1)% up would be bad... Iiinn....」
-「Ahh~~... I want to fondle %HIS_HER(MASTER)% \@ GETBIT(TALENT:MASTER:性別,1) ? penis # breasts \@... Ahiii♥」
-Even if she's whispering, you can easily hear her wanton display.
-Getting up right now would probably be dangerous, so you reluctantly decide to feign being asleep...
-Unable to bear the throbbing sensation, Meiling stirs her honey pot loudly.
-Masturbating deliriously, she stares at you as she whispers something.
-
-「{player}, {player}... Higuu, Fuaaah...」
-「I'm masturbating while lying next to {player}...」
-「Ehehe, I guess that makes me a bad girl? Kkuaaa... So please, wake up and punish me lots...」
-She doesn't seem to realize she's not the only one awake.
-In any case, you decide to let the bad girl play with her lower mouth and enjoy herself...
-As Meiling masturbates openly, you decide to play a prank on her and pretend to sleep.
-You move your other hand towards the Gatekeeper's chest, grabbing one of her supple breasts.
-「Fueea!? ...Nhaa, Are you awake? {player}...? Haa, Haaa...」
-Her heart pounds in her chest as she asks you, not wanting it to be the case.
-
-... After a moment of silence, Meiling begins masturbating again.
-「...Haaーa, Haaー... Nhii, My chest is... Nhhaaaa!!!」
-She masturbates deliriously, the uncertainty driving her mad...
-「Nnnh, Holding {player}'s hand and... Fuaah... This tingling fee-aahhh...」
-Meiling holds her hand between her legs, fingering herself with wild abandon as rough moans slip past her lips.
-「...Fuu, Nnhh~~ Hyuu, Kuhii, {player}... Ah~~~」
-「Nhh, My voice, I can't hold it in... Fuu, Unn...~~~~!」
-Seeing her struggling so hard not to speak while masturbating, you pretend not to notice until she finishes...
-No matter how much Meiling tries to stifle her moans, you can easily make out the more obscene sounds she's making in the dead of night.
-She's blushing up to her ears, but continues masturbating while lying beside you.
-
-「Fuuu, Kyuunn...! Aah, {player}...!」
-(I'm a bad girl... {player} is sleeping, but yet I'm...)
-The usually so self-conscious Meiling's consciousness is dyed white as she loses track of time...
-Meiling's breath grows rougher as she squeezes your hand.
-Just as she's about to climax, you make eye contact with her.
-
-「...Fuuu!? No this is... It's... Waah...!」
-「Aah, Wait, Stop, I'm... Cumminggg...――~~!!」
-She is unable to stop her arousal.
-Shame washes over the Gatekeeper as you watch her climax...
-Meiling masturbates quietly when you feel an urge to play a trick on her rise up in you.
-Pretending to turn in your sleep, you move your face so it's right next to hers, your hands separating.
-「Hiiuu!? Ah... Uuu, {player} you idiot... Ahh...」
-
-Despite being startled, she grabs your hand again, squeezing it.
-It's very much a lover's embrace.
-Meiling's entire body twitches as you hold your arm around it.
-「Fuaa!? {player} is awake... Ah, Stop! You can't hug me like that, shtoppp...――!!」
-Her body already having tasted semen, the thought of pregnancy doesn't cross her mind at all.
-Having been filled with her lover's semen, Meiling's womb starts to melt.
-She tries to prevent any of it from flowing out, pushing it back inside.
-But even more spills out as she begins moving violently, unable to stop.
-
-「Ahhh, Stop, I can't stop... I'm cumminggg♥ I'm cumming from {player}'s semennn...♥」
-「Puah, I feel so happy, my belly full of this semen♥ More, I want to eat more of {player}♥...!!」
-Meiling arches her back as she's hit by a mind shattering orgasm, shaking her hips as semen spills out of her.
-「...Haa, Aahh, Nchu, Chuu, Nnn~...! Puah, Haa... More...♥」
-Not knowing whose semen it is, Meiling tries removing it at first.
-But as the feeling of warmth wells up inside her packed full stomach, she finds herself unable to fight it.
-
-「Nkuuー Fuaah, I'm sorry, {player}... But this semen, Uaahh...」
-「... For some reason, it feels sho good when I churn up my cum-filled insides...♥」
-Perhaps understanding whose it is on a instinctive level, Meiling masturbates deliriously, tasting the cum with both her upper and lower mouth.
-She rubs it into every crevice of her honey pot, the semen and nectar mixing together as she soils the bed with it...
-Satisfied and full of semen, Meiling's womb starts to melt.
-Not wanting the pleasure to end, she stirs up her insides, turning her slit into a sloppy mess.
-「Seーmen, Seーmen, {player}'s seーmennn♥... Uaaaa!」
-
-Each time her fingers push inside it's like your semen is rushing into her brain, wiping away her consciousness.
-She feels herself about to cum, imagining all the semen churning up her ovum.
-「Ah, Cumming! Cumming! My obscene pussy is cumming... Haa, Ah, Ahh...」
-「This semen is making me cummmm...♥!!」
-Meiling is unable to resist, her womb packed full of impregnating semen.
-She lies naked on her bed, spreading semen over her body as a lubricant as she masturbates.
-Not knowing whose semen she's covered in, she's hit again and again by light orgasms...
-
-「Haaa... Shtop! The semen throbbing inside me, it'sh amashingg...!」
-「I... I only want {player}'s semen, so, why am I...♥」
-「Fuaaa, Again! I'm cumming just form the smell...! Hoo, Nnhoooo...!!!」
-Meiling's eyes roll back as yet another climax hits her, the stench of the cum awakening her female instincts...
-Meiling pats her belly swollen with semen, and her womb begins to ache.
-An obscene sloshing sound comes from her drenched slit as she gouges it out with her hand, cum spilling out on the bed.
-
-「Uaaaa... Higu, My insides, right there, it just won't... Haaa!」
-「Aahh, This tingling sensation, my mind is going blank...♥ Ahii, Aaaahhhh...!」
-At times she scoops out a bit and brings it to her mouth, her face going slack as she savors it.
-Semen and nectar mix together in a froth that spills out as she masturbates, painting herself with it in delirium...
-Meiling has completely lost her mind, drowning in the taste of cum.
-Semen spills out of her drenched slit as she fingers herself deliriously.
-
-「Nhaann, Shtop... It's spilling outtt... Haa, Nnhhaa, It feels so good...」
-Scooping it out, the Gatekeeper caresses her clitoris and nipples, pinching and rubbing them.
-「Uaaa, Amaashinggg... This sticky feelinggg...♥」
-Making a mess of her pussy, Meiling's face is slack, intoxicated by all the semen...
-Meiling rubs the semen into her ripe walls.
-She lies with her crotch spread wide open it spills out mixed with nectar, covering the room in its stench.
-
-「Haa, Kuhii, {player}'s, {player}'s semen, more――...!」
-「Nbuchuu... Puah, I want to be filled with even moreee♥」
-「I want to taste {player}'s semen...♥ Aahhh, Higuu! Fuuuu!!」
-A sweet sense of intoxication spreads throughout Meiling's body as she scrapes out the semen inside her.
-「But, Nnnuu, I don't even know whose it is... I need to get it out... Hahiii...」
-
-However, her body on the other hand recognizes the cum, and she has no chance of winning.
-Every time she rubs the semen against her inner walls, she can't help but feel happy.
-「Higuu, I'm scraping it out, that's aahh...ll I'm doing, but why does it feel shoo...oooo♥」
-Meiling uses one hand to scoop nectar-mixed semen into her mouth while masturbating deliriously with the other...
-Meiling recalls your cumming inside her as she makes a mess of her drenched pussy.
-「...Nhaa, {player}, it's too much..! Hii, Hiiii...」
-「Ahi, Ah, Ah, Ahh, Nh, {player}'s semen is going inside me...!」
-
-Already full of semen, she begins overflowing as nectar leaks out of her.
-Rubbing the insides of her walls, Meiling masturbates wantonly on the bed...
-「Fuaaah, It's so slippery and slimy... It's the besttt...♥」
-Although it doesn't apply in this case, the image of your cumming inside her plays in Meiling's mind.
-She begins scooping out the semen, making a mess of her slit.
-「...Ahii, Higu, I'm scraping out {player}'s semen...!」
-「I don't know whose it is but... {player}'s will wash it away... Heaa♥」
-
-But her body surrenders, and she can't help but give in to the temptation.
-Every time she rubs the cum against her inner walls, an unwanted feeling of happiness spreads inside her.
-「Uaaa... Shtop, this slippery semen feels too good...♥」
-Meiling lies in bed, moaning quietly but erotically.
-Even if it isn't her partner's semen, she can't stop her fingers from gouging out her insides...
-「Ahii, Pouring that much in me is just... Fuaa, Ahh, Ahhh~...♥」
-Despite nectar and semen pouring out of her, Meiling immerses herself in scooping it out, being marked by the cum.
-「This is so wrong, yet... Haa, This semen feels sho goood...!」
-
-「Aah, Ffuu... Kuuu, Aahー Aah−...!」
-Meiling lies immersed in pleasure, tugging on her sensitive clit, flicking it and moaning.
-It's engorged, standing hard as she plays with her gem, her thighs twitching uncontrollably.
-「Higiii...! It's amazing... Touching my clit feels amashingg, {player}... ♥」
-「...Aaaahh, {player}, {player}...――♥!!」
-She calls out your name over and over, putting on a grand display as she reaches her peak.
-「Nhii, Hii, My clit... It's too muchh... Aaa! Kuuuu♥」
-Meiling caresses her clitoris roughly, being brought to her peak each time she flicks it.
-Her other hand trails along her hood and slit, stroking the sensitive skin.
-
-「Agii! Ahh, {player}, I'm going to cum againn... Uu...kkuuu――~~~!!」
-Having long since lost count, another climax hits the Gatekeeper, her thighs moving up and down.
-She puts Qi between her finger pads as she gives it another squeeze.
-「Aah, Haaaa――~~♥!! ...Haa, Haa... Hahiii...」
-「T-This ishn't enough, I want {player} to touch me directly... Kiuuu♥」
-Even if she's not satisfied with just her own hands, she continues abusing her trembling clit...
-「Hahii, Hiiinn! Uaaa♥ Aaaahhh♥!!」
-Meiling can't suppress the aching feeling inside her, immersing herself in pleasure.
-「Uooo!! Right there...! Just a bit more...♥!」
-Her mons seem to clamp down on her fingers as she masturbates furiously.
-Nectar gushes out every time she reaches inside.
-A small puddle of liquid forms as she's pushed over the edge, the vibrator and her twitching thighs making short work of her.
-
-「―――Nhooo!! This rich...♥ {player}'s smell is making me cumm♥!!」
-「――Ngii♥ Iiiii♥ ――Uaaa――...!!」
-Pistoning in and out of herself, she eventually lets go, drained of strength.
-Clamping down on the vibrator with unusual pressure, it's sent flying, scattering love juice throughout the room...
-「... ...! ......Haa, Oo, Masturbating...is the best...♥」
-「Fugii♥ {player}, {player}, {player}...!」
-Meiling overflows each time she calls out your name, the aching in her womb growing warmer.
-She rubs her walls with the vibe, her insides contracting desperately, preventing her from pushing further in.
-The sense of frustration dominates her womb and mind.
-「I... I can't reach all the way... {player}, I want {player}...!」
-Even if she knows it's not enough, she continues violently gouging out her drenched honey jar...
-「Hooo♥ Ooooo♥!!」
-Obscene sounds echo from Meiling's room as she masturbates with her anus.
-Lying down with her butt in the air, she forces the vibrator deep inside herself.
-Working it back and forth, she skillfully churns up her insides, her other hand working on her drenched slit.
-「This, Haa♥ I'm just stretching before going to bed, it's my ass that's being lewd♥」
-「Ooo♥ Hoo♥ Hooo♥ Oooo%UNICODE(0x2665)%」
-Meiling mutters meaningless excuses to herself, panting like an animal as she indulges in the pleasure...
-「Fugii, Ohooo... Kuu! Fuuuu...♥」
-Meiling's fingers are drenched with intestinal fluids as she stretches her anus wide.
-「...Haaa... I want... My ass wants {player}...」
-Reaching deep inside, she stimulates the most inner parts, working herself to exhaustion.
-「Hoo, Ooo, Ohii, Teasing my ass... Nhooooo――♥」
-Lusting for more of the strange pleasure, Meiling continues defiling her own hole...
-「Haaaa... Nhooooo...♥」
-Panting and moaning, Meiling inserts a vibrator deep into her anus.
-Each time a sphere pushes in, her ring expands and contracts around it, coating each one as she pistons it.
-The feeling of constant defecation is so pleasurably Meiling simply drools, her mouth hanging open as she moans.
-「Hooooo...ooo... Not again, my asss...♥」
-She immerses herself in the pleasure, reveling in the sensation as she begins moving even faster...
-「Mmuuu, Myuruu...!! ...Puhee, Haheee, Nyuruu♥」
-Meiling's face is wrapped in ecstasy as she lifts her plump breasts up, sucking on her nipples.
-If anyone saw her she'd instantly be known as a deviant.
-「Fuuー Fuuー...Hero Rero, Fugii...! Njuuー...!」
-At times play-biting, she is completely absorbed as she plays with her pointed ends.
-The pleasure is just as sweet as from any other erogenous zone.
-Meiling's already floating mind goes blank as she reaches climax.
-「~~~♥! Fuu~ Ngii~~♥!!」
-「Puah, Fu, Nhiuu, Kuuunn...♥!」
-Meiling holds one nipple in her mouth while tugging on the other like she's trying to milk a cow.
-「Ha, Ha... My breasts are tingling... It's amashingg... Kuhiii♥ Nniiii♥」
-(Aaah... But what they really want is {player}...)
-Alternating between the two, she coats them in saliva, working herself towards the edge.
-「――――Nnn! Ah, Ahaha, My nipples are becoming stupid...♥ Nhooo♥」
-Putting both her nipples in her mouth and tugging on them hard, Meiling's mind goes white as she reaches climax.
-「Uuaaa, Ahii, Kuhiii, Aaa~ah...♥」
-Meiling fondles her full breasts, almost painfully.
-Her fingers sink into them, the flesh bulging up obscenely around the fingers trying to regain its shape.
-「Aaー Haaー {player}, I'm cumming {player}...! Higyuuu♥」
-Pinching her nipples between her fingers, they quickly grow hard and lumpy.
-She sheds tears from the pleasure, drooling from both her mouths.
-「Aahh, Shtopp... The aching won't stop... Ahh, {player}...!!!」
-「Ahh, {player}, Haa, Nnnhh...♥」
-In the dark of the night, a shadow twists and shivers obscenely.
-The sound of splashing liquid echoing out of the room.
-「Uaaa♥ {player}, a bit more...♥」
-Meiling's hands are covered in love juice as she fondles her breasts.
-She shakes her hips, longing for you.
-Arcing her back, she thrusts her thighs up and down in the air, scattering nectar throughout the room.
-「Haaaaa, {player}, {player}, {player}ー♥」
-Meiling calls out your name over and over as she reaches climax...
-「...Nnhh, Haa, Haa, Nii, Iii...♥」
-Meiling lies on her bed, both her hands buried between her legs.
-Spreading her labia with one hand, she uses the other to caress her clitoris.
-「Haa, I'm masturbating to the thought of {player}, how many times will I cum... Haaa♥」
-Even if she's climaxed multiple times, her body doesn't show any signs of slowing down.
-Her plump breasts are squeezed between her arms, sweat pouring off her.
-「... I wonder if {player} masturbates to me as well...♥」
-Closing her eyes, she masturbates while thinking of you, much more violently than usual...
-「――Haa...♥ ――Haaa...♥」
-Kneeling with her legs spread open, Meiling doesn't care about anything as she focuses on her abdomen.
-It's different from her usual training, as pure nectar dribbles out of her.
-「Concentrate... Concentrateeeeee...♥」
-Pouring Qi into her nether region, her sensitivity increases and her womb begins to descend.
-「That's it... With this I'll be able to please {player}... Iii...♥」
-Just by faintly brushing against her lips, Meiling is hit by a mind shattering orgasm as she collapses.
-「Aa...――~~!! ―――♥!  ――~~♥!!」
-「......Haa, Haa....♥ I'm just training for {player}, yet...♥」
-「Masturbating with my Dantian's become a habit...♥」
-「Haa――♥ Haa―――♥ Nhaa♥」
-Even as night drags on, Meiling continues covering herself in love juice.
-She fondles her breasts with each hand, unable to stop her movements.
-「I can't sleep without this♥ I can't sleep so, Haa, Haa♥」
-「So I... Uaaa♥ It can't be helped, Uu――u♥――~~!!」
-Telling herself so, she indulges in the pleasure.
-At first the plan was to just do a bit of fingering before going to bed――
-But it seems that wasn't quite enough――
-Her mind lost in pleasure, Meiling can't even think anymore...
-「Aah――♥ Ooo――♥」
-Meiling drools mindlessly in ecstasy as she immerses herself in masturbation.
-「Masturbating feels so good...♥ Ahh... Aaah...♥」
-「Nichyu Nichyu, Guchyu Guchyu...♥ Ehehe, It's so obscene... Nnhh...♥」
-「Will {player} mindー...? Nhhaaa...」
-「Nhoo, he was the one who taught this pleashure to mee...♥」
-Her eyes have melted completely, not showing anything but pure enrapture.
-
-「Aaaahh♥ Aguu♥ Amashingggg..gg!!!」
-「My pusshy and anus, Iii♥ Cumming♥ Cumming♥ I'm cumminggg!!」
-Meiling can't hold back her voice as she plays with her front and back holes.
-Breaking down from the relentless pleasure, her insides just continue pouring our fluids...
-
-「Nggaaa, I'm going to dieee, Fuguu, Fuuuー, Fuuー, My hips are being destroyed...♥」
-「Hahee, Hahe, I... I came again...♥ There's sho much coming out... Heaaa♥~~~~!!」
-Struck with a powerful orgasm, Meiling lets out an even louder moan, her entire body twitching before collapsing and falling asleep on the spot...
-「Fueemuu...♥ Both at once... I'm, becoming a deviant... Haa...♥」
-Meiling traces the entrances to her two adult holes, moans slipping past her lips.
-But the tiny embers prove too much, quickly turning into a flame that engulfs her mind as she plunges into them.
-
-「Shtooop, no mooree... Aaguu!? Haa, Aaaahh♥ Id'z too amashingg, this feels too goood♥」
-All traces of reason melts away from her mind, washed away by the pleasure threatening to corrode her consciousness.
-Even as both her hands are drenched she continues, reveling in the sensation as instinct takes over...
-「Uuaaaa♥ Cumming♥ I'm cumminggg――!!」
-「Nnhaa, My hips are going retarded...♥ Haaannn!」
-Meiling thrusts her hips in delirium, blinded by the pleasure form her holes.
-Each time she stabs into one hole, it protrudes obscenely on the other side, she then changes angle and pushes again.
-「Aaa, Dizh ish amashingg, Nnnnh... Higuu, Hiiinn!!」
-「...Haa, Aahh, My hips won't stop moving...! Uuaannn...♥!!」
-She shakes her lower half up and down, continuing her obscene dance...
-「Aahh! Haa!! Uaaa♥ Nnaaa♥」
-It won't stop aching――
-Panting heavily, Meiling comforts herself by violently pistoning the vibrator in and out of her pussy.
-The vibration is set to max, making mince meat of her insides as she thrusts it deep inside.
-「Nhaa, Jyubu Jyubu, Moree, Hahii♥ Moreeee♥」
-Spouting obscenities while the vibrator churns her up, nectar flows out of her, a white froth.
-「Yaaa♥ I can't stop my armm♥ I can't shtop itt!!」
-Meiling's mouth hangs ajar as she drools, continuing to work herself to climax...
-「Fuu, Fuu... Fuah, Nnnuu♥」
-Moans slip past Meiling's lips as she pushes the toy deep inside her pussy, mincing up her insides as it vibrates.
-She writhes in ecstasy, assaulted by a pleasure far greater than that of fingers as she begins pistoning it...
-「Kuuunn, Nhhaa, Haaa... My insides... Will go crazy...!」
-「...Fuguu, Ah Ah Ah, It feels so good...」
-Nectar gushes out of her as she pushes it deep inside...
-「Ah, Ah, Agu, Fuah, Fuguu♥」
-Meiling uses both her hands to thrust the toy inside herself, already slick with wetness.
-Trying desperately to get rid of that aching itch, she pushes it against her most sensitive spots, drooling from both her mouths.
-「Iiii...~~~! Aa~~ Fuaa~~!」
-(... Amazing... It feels so good, but...)
-(...Aahh, But now I really want the real thing...!)
-Swinging her hips wildly, she continues gouging out her insides, trying in vain to get rid of that itch but never succeeding...
-
-
-# BATH
-「Eh? Bathing together...? As I expected. Hahaha!」
-「I guess some evil Qi must have escaped from somewhere~」
-With an malicious laughter, Meiling turns down your offer.
-「No, I won't bathe with you... Why are you even asking me?」
-Although you invited Meiling to join you, she turns you down.
-「To invite someone like this takes guts though, which is sort of admirable.」
-Meiling shakes her head in astonishment.
-「Ah, You want to bathe with me?」
-「It's fine. Fufun, Feel free to be entranced by my proportions♥」
-Meiling undresses a bit sensually, followed by you throwing off yours.
-You see a long slender leg peek out from the slit in her mandarin dress.
-Next, the dress itself comes off, exposing her two supple thighs.
-「... My bra, can you remove it?」
-She says with a smile as she move her hair to her front, exposing her back to you.
-Finally, she removes her underwear while leaning against you, before you two enter the bath...
-「Ah, I guess it can't be helped.」
-Meiling laughs boldly as she slips out of her clothes.
-It's rather enjoyable seeing how smoothly she gets them off.
-As soon as her abundant curvilinear beauties are exposed your eyes are glued to them.
-「Muuu... Please don't stare like that...♥」
-She blushes a bit as she covers up her chest and privates with her hands.
-「Hora, Hurry up, let's go in.」
-You stare at her ass from behind as you head towards the bath.
-「Is it a bath?」
-「Yes, but... It's embarrassing, so please don't look while I undress, okay?」
-Meiling turns away from you as she skillfully removes her clothes.
-A tremendous temptation to peek on her from behind wells up in you.
-Bent over at just the right angle, you can easily make out her full, round butt.
-「Mmuu! I feel a wicked stare!」
-Meiling instantly turns back to face you, but you feign confusion, saying you didn't stare...
-「... Really now... Whatever, I'm going in now.」
-
-# child
-「Ano, Excuse me, {player}... Thing is, it seems we will be having a child\@ EXP:出産経験?%" "%again#\@.」
-Meiling smiles, her hand cradling her stomach.
-「I'm going to be a mother for the first time, it's a bit scary...」
-She looks down seriously worried for a second, before looking up and staring you right in the eyes.
-「I'll give birth to a healthy child. So please support me, {player}.」
-「I wonder what kind of child it will be this time... I'm looking forward to it.」
-「Since after all, it's {player}'s child~」
-
-She has the face of a mother\@ EXP:出産経験?, beaming with a smile# %" "%as she prepares herself for giving birth \@.
-Unable to bear the excitement, you give her a hug.
-Meiling returns it, your embrace overflowing with love...
-「Aaー... Er, Actually, {player}... It seems I'm expecting\@ EXP:出産経験?%" "%again# \@.」
-Meiling's eyes look a bit uneasy as she reveals her pregnancy, staring up at you.
-「Iyaaー It's just, I'm worried but..」
-「This is my first child... But since it's with {player}, it can't be a bad one.」
-She caresses her stomach gently, as she finds her resolve.
-「I mean, I know my body can handle it already, but...」
-「If we keep doing stuff like this {player}, this is kind of expected, Un.」
-There's a hint of resignation in her voice as she warns you again.
-
-「But in any case... Please take responsibility properly, okay...?」
-The weight of those words weigh down on you.
-But for now you grab Meiling's hand softly, giving her some relief...
-「Ano, {player}... Actually, it seems I'm pregnant with your child\@ EXP:出産経験?%" "%again# \@.」
-Meiling caresses her stomach sentimentally, shrugging her shoulders while smiling bitterly.
-「Ahaha, So I'm finally pregnant... Well, I guess this counts as ”love” as well.」
-「It's honestly a bit strange I haven't gotten pregnant yet.」
-「... In any case, this will be my first child. {player}, will you please support me?」
-She seems to resolve herself, and looks up at you with a precious look in her eyes.
-「Once again, you've poured too much ”love” into me...」
-「I guess this makes me a bit happy too, feeling my stomach expanding.」
-It's not quite a bulge yet, but she can clearly tell from experience.
-「... Err... Please listen carefully, {player}... Truth is...」
-「We've been doing it a bit too much inside, as it seems I'm pregnant\@ EXP:出産経験?%" "%again# \@... Ahaha...」
-As expected, Meiling is trembling in fear, and she's unusually quiet.
-
-「I guess this is also proof of the great compatibility between our bodies...」
-「But this is the first time I've gotten pregnant, Yoroshikuonegaishimasu...」
-... She seems full of anxiety, but perhaps not quite.
-Having been pregnant in the past, she speaks of it like it's a common thing.
-
-「We do have an amazing compatibility after all.」
-「I'll have to trouble you with this again, Yoroshikuonegaishimasu...」
-Meiling greets you with unusually high spirits, her crotch glued to you...
-「... {player}−! {player}−!!」
-Meiling comes rushing towards you, her face pale and full of fright.
-「What do we do!? Because of {player}, can I have gotten p-p-pregnant\@ EXP:出産経験?%" "%again# \@...!」
-She cradles her stomach uneasily, tears welling up in her eyes...
-
-「Aahhー I'm not ready to have {player}'s child...」
-「It happened again, again! ...Aaahhh, What am I going to say to everyone at the Scarlet Devil Mansion...」
-Trembling, she hangs her head, completely different from how she normally looks.
-「In any case! Since this has happened, you have to accept responsibility...!」
-She stares up at you, and you try soothing her for now...
-(...Uuーn, Something's up with my Qi flow..)
-(... Despite feeling possessed I don't feel strange... Mumumu...)
-
-Meiling tilts her head in confusion.
-Deep inside her uterus, life is slowly beginning to grow...
-
-「...Houaaa! Right, I have to report to Ojousama.」
-「We have planned for pregnancy before, but... There's so many things to buy as well...」
-「... This will be difficult, {player}.」
-She wraps her arms around your shoulders, staring up at you waiting for confirmation.
-No matter the outcome, Meiling is sure to become a great mother...
-
-「...Aah, I'm going to have to ask Ojousama for maternity leave and such, won't I...」
-「Aah, Hard days are upon us again... I'll rely on you, {player}.」
-Meiling thinks of the hardships ahead, but she seems to be smiling just a bit...
-Meiling takes your hand and places it on her belly with a smile.
-
-... Or so you think, as she starts moving your hand further and further down.
-「... We'll have to avoid enjoying ”that” for a while but...」
-「Once I've entered the stable period, \@ EXP:出産経験?we'll be able to enjoy pregnant sex again#we could have pregnant sex \@...♥」
-She whispers something in your ear, and you find yourself gulping at the thought...
-%CALLNAME:ARG%は、{player}の子供を無事出産しました
-%CALLNAME:ARG%は産まれたばかりの赤ん坊を受け取ると、優しく抱きかかえ母乳を飲ませ始めた
-Meiling is finally ready to give birth.
-Her struggles with labor pains over, you can hear the cry of a newborn...
-
-「Haa, Haa... Good... The birth happened without issues...」
-「Fufu, Our baby, how adorable... Hora, \@ CHILD_SEX:ARG:(ARG:1) == 1 ?She#He\@ seems to have {player}'s eyes...」
-You worry about Meiling's body, as the two of you stare at the newborn...
-
-「Aaa... My stomach still hurts a bit... Ahaha...」
-「But, Un. Looking at \@ CHILD_SEX:ARG:(ARG:1) == 1 ?her#his\@ face... It doesn't hurt as much, {player}.」
-Indulging her motherly instinct, Meiling stares lovingly at the newborn...
-
-「...Haa, Haa, Haa...{player}, I did it...」
-「Hora, It's our baby. The proof of our love... Ehehe.」
-Meiling smiles warmly as you two stare at the newborn together...
-「Fuuー Haha, \@ EXP:出産経験? Despite having done it before,# As expected, even if it's me \@ it saps me of all my strength...」
-「But, \@ CHILD_SEX:ARG:(ARG:1) == 1 ?She#He\@ looks to be a healthy child... Ah, This part looks a bit like me, Fufu.」
-Despite just having experienced pain, Meiling smiles warmly...
-「... Children carry no sin... Un.」
-「Please grow up and become someone who cares for their partner...」
-Meiling strokes the newborn's head softly while whispering something to \@ CHILD_SEX:ARG:(ARG:1) == 1 ?her#him\@.
-
-「... Children carry no sin... Un.」
-「This child will be raised properly...」
-Despite feeling anxiety for the future of her child, Meiling hugs \@ CHILD_SEX:ARG:(ARG:1) == 1 ?her#him\@ warmly...
-
-
-# PEEP
-Meiling panics, her face beet red.
-As soon as Meiling notices your peeping, she spreads her legs wide, letting you see more...
-Meiling hurries to cover up her admirable body, even being caught by complete surprise didn't stun her...
-「――~~! Please just go to bed!」
-So she says, but after seeing something like that..
-Neither of you are able to sleep at all...
-「Aaahh~~! Please just leave!」
-「... {player} you idiot...!」
-You quickly depart, leaving behind a blushing Meiling, her face burning red...
-「...A, Are? Uhh, I see...」
-「But I don't mind, so please~?」
-A bit let down, Meiling stares lonely at your back as you depart...
-(Aaaaahhh, How could I not notice %HIS_HER(MASTER)% presence this time...!!)
-Meiling is in shock, still trying to recover after being seen, worrying about what will happen...
-
-「Watching me masturbate huh... You really are Hentai-san... Nnhh...」
-「... If it's just {player}, I guess it's fine...」
-「Wh- That's... You just want to see...?」
-「Aaah! Nothing! It's nothing! .........Ahh...」
-「... Do you realize how embarrassing it is to be asked that? Uuu...」
-「Fine, I'll show it but... It's a bit difficult...」
-「So you like that stuff. Well then... I'll accept the offer♥」
-「...Aaah, Staring at me like that, it's turning me on...」
-「... You really just want to see?」
-「Fufu, I guess there's this kind of play too...」
-「You've already seen it......... Fine... But!」
-「J-Just make sure not to tell anyone...」
-「D-Don't say things like that you Aho!」
-「Kick you out!? It's because my full body's in view and... Err... Uhh...」
-「... Anyway, leave! Now!」
-「Ahaha, Well if that's the case... How can you even say that――!!」
-「Please just get out――!!」
-「Ano... You really want to do it now?」
-「No, it's just, I don't hate it, but... Uuu...」
-「When I see {player}'s face looking like that I... I can't get mad at you...」
-Meiling turns away in embarrassment, and you lower yourself slightly to see her soaking wet thighs in full view...
-「Eeh? W-What are you saying... Wh- Wait, what's this Qi!?」
-Meiling guesses at what you're meaning.
-The arousal from before hangs thick in the air, clouding her mind.
-
-「D-Doing it like this... You coward...」
-She mutters, but she seems awfully excited from your arousal alone...
-「Arara... {player}, you can't stand it anymore?」
-「Peeping at someone masturbating then assaulting them... You're an evil one.」
-Lightly touching her secret place while smiling, Meiling's eyes are full of lust...
-
-「I guess it's my duty to exterminate such bad people with my insides... Fufufu...」
-「Eh? Wa- Wait a moment, why are you coming closer...」
-「I mean it! don't get close to me right now...!」
-Meiling twists and turns to get away from you.
-But the female arousal clouds her mind with excitement, and she forgets how to move properly, tripping instead...
-
-「Wow, Seeing me again got you that excited...?」
-「... Well... Well then, make sure to please me properly.」
-Despite offering such a flimsy excuse, Meiling's entire body twitches.
-A loud, wet sound comes from her crotch as she continues fingering herself slowly.
-
-「Hora, Let's just go crazy together like this... Hurry up...」
-Her hips thrust towards you uncontrollably, and she can do nothing but moan...
-「... So you heard me again... You~」
-「Or perhaps you're doing this intentionally, just for your own enjoyment...?」
-Meiling stares at you with watery eyes.
-Is seems she expected something like this as well.
-After all, she's still fingering herself obscenely, wanting someone to touch her.
-「Aauu, Don't stare at me like that, hurry up please...」
-「Ah, I guess doing it alone isn't that good...」
-「Here, deep inside, Ahh, Hora, I can't reach it...」
-Says Meiling as she spreads her lips wide, exposing her insides.
-The scent of a female travels all the way to you...
-
-「Since that place has run out of patience, Haa...」
-「Hurry up, I want you inside, making me feel good...♥」
-Even without touching herself, nectar dribbles out on the ground.
-Such an obscene hole really has to be filled with something...
-「Y-You're doing it again... How sly...」
-「But... How can you be so sure that both of us are going to feel good...」
-Meiling mutters while staring up at you timidly, her face blushing more and more.
-You decide to torment the sexually frustrated partner in front of you...
-
-
-「Ehehe, I knew you could do it♪」
-「... My movements are already sluggish, let's stay together for today.」
-You smile bitterly as you realize Meiling's true intentions.
-「So, if you recover a bit more, we can have a second bout.」
-「...Fufu, I'm going to thank you properly for peeking in on me.」
-She seems happy, but also a bit scary...
-「...Un Un, The day's already over so let's sleep together.」
-「After today's events, I bet I'll have a good night's rest♪」
-
-「Hey, {player}, would you mind going out on a trip?」
-「Yep, it's an invite to a date♪ So, wanna go?」
-「I feel like going out with {player} on a trip today for some reason...」
-「Do you want to go out with me?」
-「{player}, let's go on a date! A date!」
-「... Or is that a no?」
-「Yatta! Let's leave at once!」
-「~♪ Date~ Date~♪」
-「Alright! Let's go!」
-「Fufu, I have this perfect place in mind, handpicked by Gensokyo's lovely Gatekeeper...」
-「It'll be great~」
-「What a relief. Well then, let's go together.」
-「Arigatougozaimasu. Now then, let's go♪」
-「Hora Hora, It's not a date if we don't hold hands.」
-
-「Muu~ Refusing your lover's invitation...」
-「I'll make you spit out the reason why, Uryaa Uryaa~」
-Meiling puts you in an armlock jokingly, but she seems kind of let down.
-「Muguu, I see... Oh well, maybe next time...」
-「...Arya, Why is that?」
-「Oh well, I'll ask you out again when I've got the time.」
-「Eh~!? Why would you say no~...」
-「I want to go on a date~...date...」
-「I see... Uuーn, I'm a bit let down but that can't be helped.」
-「If this isn't the time I'll invite you later.」
-
-The drunk Meiling doesn't mind as you remove her clothes.
-Her head swims as her burning hot body is undressed.
-Outdoors and in front of everyone, you
-Outdoors, you
-In front of everyone, you
-You
-expose the defenseless Meiling's naked form.
-expose the defenseless Meiling's underwear.
-open up the defenseless Meiling's clothes.
-The thought of being the only one that can see her in such a state lights a fire in you.
-The raindrops frozen in time adorn her like jewels.
-The bare skin in the fog gives her an unnatural beauty.
-The frozen downpour makes the whole thing a bit surreal...
-The white snowflakes dancing around promotes her beauty even more, but it looks pretty cold.
-... Only those with this ability could possibly worship a scene like this during a snowstorm.
-Honestly standing outside in this weather is not a good idea but... It's not that bad either.
-
-%CALLNAME:TARGET%を全裸にした	←の地の文の後に表示
-「Taking off everything... Now I can feel {player} with all of my body.」
-「Now then, let's make love while holding nothing back, {player}♥」
-Meiling stares at you with eyes full of expectation, not a single thread covering her body...
-「Ahh, All my clothes have been taken off...」
-Meiling's curvaceous, abundantly plump body is completely exposed to you.
-「Is my body, beautiful...?」
-You nod hastily, and she smiles in response...
-「Please don't stare so much...」
-「Err... {player} seeing me naked is a bit embarrassing...」
-Meiling blushes deeply, using her hands and legs to cover up her important places...
-「Fufufu, What's with this air...?」
-Meiling slips out of her clothes slowly, showing off her captivating legs as she undresses.
-Eventually she drops the clothes on the ground, and turns towards you.
-「Now then, {player}, the obstructing clothing is all gone~」
-「Uuu, Taking it all off is really embarrassing...」
-Meiling blushes profusely as she undresses.
-「...Iya, Don't say how great it is seeing me undress...」
-「Ara, You want to see me in just my underwear...?」
-「I don't mind, but if I'm naked I can touch you with all of my bodyー... Hey~」
-Having removed all her clothes save for the underwear, Meiling giggles as she asks you why.
-「Who knows? ... You find it impossible to resist when you see me standing like this, don't you? Fufu.」
-「Everything but the underwear, why is that?」
-「...Iya, I just thought being naked is fineー...」
-Meiling says, blushing adorably as you pat her head.
-「... It's fine like this? ...Muu~」
-「Remove everything but my underwear...?」
-「It's just, if I remove that much I might as well...」
-But as you stare at Meiling, she begins blushing profusely.
-「Auuu~ ... My underwear, it's not weird, right...?」
-「Aan. Everything but my underwear, I wonder what you'll have me do next.」
-... You say you want to remove it yourself.
-「Hora Hora, Do you enjoy stuff like this? ... Taking of just a bit at a time?」
-Meiling flexes and shows off, the eroticism completely different from when she's naked.
-抱き付かれた弾みに、下着越しでも分かる柔らかい膨らみが{player}に押し当てられた
-「Are you going to do something once I'm just in my underwear...?」
-「It's not like I mind but... They might get stretched out...」
-Meiling blushes as she turns towards you, waiting for you do to something...
-「Clothes disheveled like that is arousing, Huh...」
-「... How perverted, {player}.」
-The breasts are exposed in a way that begs others to touch them, you say.
-「...... And my underwear, what about them...?」
-Meiling rubs her thighs together impatiently, her clothes biting into her as she grinds...
-「... Is this good...?」
-Meiling's clothes are disheveled as per your request, it is quite arousing.
-Her nipples are covered up only by her fingertips, and her slit barely peeks out.
-「Well? Is this erotic enough...?」
-The answer is best left to actions rather than words...
-「Fuaa... Aa, Can you stop there...?」
-「This is more embarrassing than being naked, I can't calm down at all...」
-Isn't that a good thing? You ask, Meiling's eyes protesting.
-「You... Please stop staring at my breasts so much...」
-Your eyes are glued to them, the Gatekeeper twisting and turning in embarrassment...
-「Ara, You want to do half-clothed dress play?」
-Meiling smiles suspiciously as she rearranges her clothing, barely covering up her privates.
-「This is quite erotic... Haa...」
-「Now then, what do you think of my almost exposed, indecent...?」
-Inspired by her wild ideas, you decide to answer with actions...
-「Only removing the clothes partially, that's kind of perverse...」
-Meiling will have to be taught the importance of half-nakedness.
-「If I get {player}'s instead, I guess that's fine.」
-Saying so, Meiling accepts your underwear and removes hers.
-「Alright... There, now we have each others'... Un, This was rather fun, Ehehe.」
-Even without saying it, it's clear from the look on her face.
-「... Now then, time to enjoy ourselves.」
-You and Meiling remove your underwear and exchange them.
-「Hora Hora, This is kind of exciting...」
-It tickles a bit, suddenly having them removed.
-But exposing ones privates is far more arousing.
-「Yesー I've taken them offー... Now we can't hide anything from each other.」
-Meiling's legs twitch excitedly, as if inviting you...
-「Uuu, It's embarrassing...」
-「... I can't calm down if I'm the only one doing it, {player}, please take off yours too.」
-Hiding her shape, Meiling removes your underwear as well.
-「S- So. Now it's okay.」
-You're not sure just what's okay, but she seems satisfied.
-You and Meiling trade underwear, removing it from each other.
-However, your hands are used for more than just removing clothing.
-「Nbu, Nnnhh~ Mu, Nn, Nhnhh...」
-You fondle her, groping the Gatekeeper's ass and caressing her.
-「Puhaa... Fuu, {player}'s smell is making me dizzy...」
-Both of you are panting at the end...
-「There is no helping you... Is this special for you?」
-Hooking your",1)% finger around her panties, %PARSE("you slowly pull down along her thighs.
-It is an arousing scene as your face is right at her crotch by the time you finish.
-
-「It's so perverse, but it's still so arousing...」
-「Aah~~! It's wrong! Anyway, Hora, Here are the oh so precious panties you wanted.」
-Meiling hands over her lewdly removed panties.
-You find it was extremely worth asking.
-「Uuu... Please don't stare so hard, it's embarrassing...」
-「... What drives you to do these things {player}, really...」
-「As always, I just don't get it, isn't it just a piece of clothing?」
-Meiling smiles bitterly as you remove her panties.
-When you emphasize what you wear underneath is of critical importance, she simple shrugs her shoulders.
-「I get it, I understand... There must be something wrong with you {player}, and me as well...」
-She is a bit amazed at just how pleased you are...
-「Anyway... What do you do with them?」
-This and that, you answer with a smile.
-「I, I have no clue what you mean... Do as you will...」
-She is a bit too embarrassed to ask further.
-You make sure not to mention it's because of her reaction...
-「Yare Yare, You sure can't hide how much you value them.」
-「It's a bit embarrassing... I've got nothing to hide behind... Ann...」
-Meiling takes your hand and brings it to her secret place.
-「Feel how warm it is...... Fuaah, Underwear don't move on their own...」
-You smile as you pull on her panties, digging into her sensitive flesh...
-「Really now... Wanting to do such a thing...」
-You stare closely at Meiling's %PANTSNAME(EQUIP:TARGET:下半身下着2,TARGET)% as you reach towards them.
-「Ahh~ No, don't, I don't want to hear anything. It's just a worthless piece of clothing.」
-Even so, she seems to have gotten quite wet.
-「Nhaaa!? Nothing! Give them back! Give them back you bastard~!」
-Meiling blushes profusely as she tries getting them back, but you quickly pull away.
-「Fine then. I guess I should just let you? ... You...」
-Meiling fidgets nervously at seeing your reaction at getting her %PANTSNAME(EQUIP:TARGET:下半身下着2,TARGET)%.
-「... If you want them so much I guess it can't be helped, that's it, it can't be helped.」
-Meiling spouts excuses, trying to convince herself she hasn't become a pervert.
-「~~! Just take my underwear, so we can move on...」
-「Even if you say so, you're not selling them to someone, right? Right?」
-「I don't want some stranger to have these, okay?」
-Meiling tries talking to you in a serious tone, but it comes off as endearing.
-You promise to never hand them over to anyone(a human, that is).
-「Saying it with such zeal and enthusiasm, how much do you treasure them...?」
-「For example, compared to the one right in front of you, which one is better?」
-Meiling stares at you strangely...
-「How can I let this Hentai-San just... Haa...」
-「... You don't wear them, right...?」
-Meiling shakes her head at the absurdity of the situation, even as it tries burning into her mind...
-「My underwear......?」
-「No, that's just too... Un.」
-An awkward tension fills the room, and Meiling looks away from you...
-「Err... I can't just give you that...」
-「... Instead of my panties, focus more on me, Hora...」
-Meiling says greedily as she spreads her legs, inviting you...
-「No, I won't... What are you talking about?」
-Naturally she declines.
-Meiling is so angry her cheeks have inflated...
-Meiling glares at you...
-Meiling gives you a displeased look...
diff --git "a/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\345\210\273\345\215\260\345\217\226\345\276\227.ERB" "b/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
deleted file mode 100644
index 1e0c8f6..0000000
--- "a/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"	
+++ /dev/null
@@ -1,98 +0,0 @@
-# MARKS
-
-
-Seeing as it's her, she should be able to bear this without problem――
-You think about the pain Meiling will experience once time resumes.
-Imagining the look of anguish on her face once time resumes, you feel blood flowing to your crotch.
-Why is tormenting so fun――
-Imagining Meiling's body wracked by pain and agony, you give in to your carnal desires...
-「Kk.... Hn... I- I can withstand this much...」
-Meiling grits her teeth and stares at you defiantly right in the eye...
-「Higu!!... It hurts...!」
-「... I get it, I get it, so, just... Haa... Haa...」
-Sweat clings to her hair and her eyes are full of anguish as she submits to you...
-「Ugh- AHH!? It hurts! IT HURDZZ!!」
-「... Ah... I... I can't... Please, forgive me... Ahh...」
-Her face wet with tears, Meiling desperately begs you for forgiveness.
-A terrible pain has been carved into Meiling, one her mind and body won't soon forget...
-
-This is only the beginning. From here on the real performance――
-Staring at Meiling, unaware of the changes her body is undergoing, you can't help but grin.
-As time is stopped, you feel her flesh responding more to the pleasure.
-You stare at her with a satisfied look on your face...
-
-As time is stopped, Meiling's grimace is frozen, but it's about to change into one of shame.
-Feeling her crotch getting warmer and warmer, twitching as if alive, you laugh to yourself.
-
-She has a vacant look on her face.
-
-You touch her obscenely to your heart's content.
-
-The flood from her crotch evident to its effects――
-
-Using the absolute full extent of your skills on Meiling's body,
-You see the flesh before you give in to the pleasure...
-「Nnhaa♪... Haa... Haa... You're pretty good...」
-Meiling lets out a more flirtatious voice than normally.
-Her gaze is unsteady, but she smiles showing no weakness...
-「But, if we do it this much... I'll...」
-「... Hahe, Hahi, Hii...%UNICODE(0x2665)%」
-Meiling's tongue hangs out like a dog, panting happily.
-
-「... Eh? T- This is pure happiness...」
-「Even so, I can still keep going――! W- Wait...!」
-As a reward for being honest, %PARSE("you stimulate")% her erogenous zone with renewed vigor...
-「A- Amashing! Sho amashing....!!」
-Meiling in ecstasy as pleasure fills her entire body, and her face goes slack.
-「... HaaAaa... Aaahh... Haa...」
-「More... Pleashe give me more pleashure.... %UNICODE(0x2665)%」
-Her speech comes out slurred as she drools...
-「Hya...?! S- stop! T-This...」
-「Uuu... Don't look at the please...」
-Meiling looks away, spurring %PARSE("you")% on and fanning the flames of %PARSE("your",1)% animal instincts...
-「HaaAaa... Fuuu... Fuuu... Nnn...」
-「You like... My body this much...?」
-「If you say you like it then... Haa...............」
-Meiling blushes as she turns her face away.
-Her eyes are red with lust as she stares straight into %PARSE("your")% eyes...
-「Ahh%UNICODE(0x2665)%  Yaaa%UNICODE(0x2665)%  Fuaaa%UNICODE(0x2665)%」
-Meiling continues moaning as her body trembles.
-「Doing this is just... Am I losing my mind...?」
-「So, please, ravage me more, make me lose my mind...!」
-Her entire body is enflamed with lust, and responds expertly to every stimulation...
-「Umm, %CALLNAME:MASTER%... Is that all...?」
-「Something more like, this...」
-Meiling's pupils seem to glow redder than usual.
-%PARSE("You feel")% a chill run down %PARSE("your",1)% spine...
-「... I... Receiving pleasure from others is a wonderful feeling...」
-Meiling wraps both her hands around %PARSE("your")% face.
-「And giving pleasure to my partner makes me happy...」
-Her hands caress %PARSE("you",5)% ears, before slowly moving downward.
-Neck, chest, waist, and then――
-She assaults every spot %PARSE("you seem")% to enjoy.
-「Haa... So, I want to learn all of %CALLNAME:MASTER%'s weak spots!」
-「Can you please teach me...?」
-「Ahaa♪......... To just keep going like this is no good you know~...」
-「"What is it", just... I don't have to spell it out, right?」
-Meiling's legs wrap around %PARSE("your")% waist with such flexibility they seemed to belong to someone else.
-They slowly close in on %PARSE("you",5)%, as if constricting a prey, not letting it run away...
-「Just touching %CALLNAME:MASTER% causes the "important gate" inside my body to be wrenched open...」
-「It just won't close... Am I going crazy...?」
-「... To keep a certain distance from your partner is extremely important.」
-「Isn't it, %CALLNAME:MASTER%?」
-Instantly, Meiling's voice grew icy cold, causing you to unintentionally freeze up...
-「... Are you making fun of me? You're making fun of me, aren't you?」
-「As the Scarlet Devil Mansion's... No, as a Youkai, I can't ignore something like this.」
-Your spine turns to ice as Meiling exudes anger.
-「... If you keep screwing around, I will respond in kind.」
-With the daggers she's staring at you, you feel as though your life is in danger...
-「............ Aa, right. There was this technique I wanted to try.」
-
-「It was banned from regular Danmaku, but...」
-
-Meiling suddenly falls quiet.
-She takes just a single step forward, and you're covered in goosebumps.
-
-「――If I tried it out on someone as weak as you, what would happen...?」
-
-You realize you have provoked the true ”Dragon” of the mansion...
diff --git "a/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index fc5adbd..0000000
--- "a/src/gensim/data/dialog/characters/Hong Meiling/M_KOJO_K58_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,639 +0,0 @@
-# ACTIONS
-
-# CHAT SPRING
-「Everything is so leisurely this time of year, it's the perfect season to start new challenges.」
-「If there's anything {player} would like to try, feel free to ask me.」
-「It's always nice working with someone when improving oneself.」
-
-# CHAT SPRING
-「There are so many beautiful flower blooms to enjoy this time of year.」
-「It's as if you can just breathe in and smell the breath of life itself...」
-「... Eh? Wait, you say I smell even better than that? Come one, what kind of line is that...」
-Meiling turns away while blushing, her cheeks dyed a bit red.
-
-# CHAT SPRING
-「Spring must have this energy that makes people want to fall asleep.」
-「So when White Fairy-san comes by saying spring has come, it's like saying it's time for me to sleep...」
-Meiling closes her eyes while muttering about something silly.
-
-# CHAT SUMMER
-「Ahhー It's hot~ Hong Meiling done for today due to heat...」
-What would that make you then?
-
-# CHAT SUMMER
-「Nn~ Hmm... Uhh... What should I do?」
-「This time of year it's always so nice when Cirno and the others come to the lake and playー」
-「... It's because it gets cold, honestly...」
-「Since it's summer, working up a good sweat is always fun.」
-「This is the best time to exercise with all your strength, it feels so good.」
-「The strain on the body combined with the heat... What do you mean overkill?」
-「Standing guard under the blazing sun, it's almost like an ascetic buddhist practice to train your fortitude.」
-「The heat just growing stronger and stronger... Huh? Just hearing that made you feel hot?」
-「Aaa, guess it's time for another incident soon~」
-「Ojousama usually has some form of banquet around this time.」
-「When I hear stuff like that I want to join them too...」
-「The night sky during summer is a perfect place for Danmaku.」
-「Well, they might as well be firework displays at this point~」
-
-# CHAT AUTUM
-「I've heard there are special Fairy-san for that though.」
-「It's starting to get pretty cold.」
-Meiling rubs her hands together.
-「As the seasons change it's easy to catch a cold, so be careful.」
-
-# 
-「Speaking of autumn, it's a good season for going out, {player}.」
-「Autumn-leaf viewing on the Youkai Mountain, going to the spa in Old Hell... Roasted sweet potatoes...」
-... Feels like it changed from excursion to appetite half-way through...
-「The area surrounding Scarlet Devil Mansion looks amazing when it takes on the colors of autumn.」
-「Fallen leaves covering the path to the gate, it's just so nice.」
-「... Cleaning it is a pain though.」
-「Moon viewing this time of year is so nice.」
-「It's said there are Moon-people living up there, how... Surreal? 」
-「In cold weather like this it's possible to harden oneself and grow accustomed.」
-「This is because moving your body warms you up.」
-「... So I would assume {player} wouldn't have any problems with cold...」
-Saying that, Meiling starts blushing a bit.
-「Did you play Oshikura Manku when you were a kid?」
-「No-no, I saw some children in the village to that, I'm fine.」
-「But there's a similar thing we could do to warm up... Wanna do it? Fufu~」
-... Doing that with Meiling would be far from child's play...
-「If you wash your face in the morning is so refreshing, right?」
-
-# CHAT WINTER
-「Cold water during winter just feels...」
-「An M? Nono- Why would you even say that. I just like how cleansing it feels...」
-「I have lots of time to think about if there's a way to heat up when standing in front of the gate...」
-「... Wha-! With the Kappa's technology my dream of a mobile outdoors kotatsu might not just be a dream...!!」
-Meiling has started talking about something ridiculous again.
-「The stillness when it snows is so precious in the otherwise loud Gensoyko...」
-「Sometimes it even piles up against the windows of the mansion.」
-「Now that I think about it, aahhh, getting rid of the snow will be a pain...」
-Meiling looks as though she reached enlightenment before having her dreams crushed.
-
-# TEA
-「...! This tea is so good that you can make money off it at this point.」
-Meiling looks ecstatic as she sips the tea.
-「...Fuiiー This is supreme bliss...」
-Meiling's entire body seems to dissolve, filled with new energy...
-「Then, Itadakimasu.」
-「... Hey. This taste isn't rich enough...」
-Meiling puts it lightly, but it clearly doesn't fit her palate at all.
-「Ehehe, Arigatougozaimasu♪」
-「Yes, come here, {player}'s tea~」
-You pour some hot water and make some more tea, before handing it over to Meiling.
-「...Fuhh... Nahー It was pretty good this time.」
-「I want to relax and drink tea with {player} like this forever...」
-「Then, Itadakimasu♪」
-「...Haah. {player}'s tea making skill is the best in Gensokyo.」
-You pour your own share while laughing at her exaggerated expression.
-「It's not exaggerated. For me this is the best in Gensokyo♥」
-Meiling closes her eyes in delight as she brings the cup to her lips.
-「{player}'s tea is so delicious~」
-「ZuZuZu... Un. Second helping please.」
-... If she drinks that much there has to be a toilet nearby.
-「I'm fine. Hora, give me another helping♪」
-Meiling smiles as she asks for another cup, and you can't help but oblige.
-「Ah, Doumo Doumo.」
-「.....Eh? Aa, it's rather tasty...?」
-Her cracking smile tells you something else...
-「Aa, that's just the right amount.」
-「It's truly amazing... Arigatougozaimasu♪」
-Meiling smiles as you give her the cup.
-「Iyaa, {player} can't ever stop making tea...」
-Meiling savors the aroma while mumbling something to herself.
-「Uu~n, that smells nice~」
-「I do make myself tea from time to time.」
-「But as expected it can't be compared with {player}'s♪」
-Meiling looks happy as she sips the tea.
-「Ah, Arigatougozaimasu.」
-「...Mmm~♪ It's really tasty. Zuzuzu...」
-It seems the tea was brewed well.
-「Tea? Thank you.」
-「... Wait, this taste is too thin, haha.」
-Meiling stares doubtfully at the tea you made...
-「Ohh, how thoughful~」
-「Well then, itadakimasu... Fuu.」
-Meiling takes a short rest as she enjoy the tea you brewed...
-「Sakuya-san's black tea is a masterpiece, but your tea...」
-「... Un, it's delicious♪」
-Meiling nods in satisfaction.
-「Ooh, arigatougozaimasu.」
-「...! It's got a nice aroma to it.」
-Meiling seems to enjoy the tea as she sips.
-「Tea? Thanks.」
-「...... Umm, isn't it a bit bitter?」
-Meiling stares at the tea you made with a sour look on her face...
-「Tea? Arigatougozaimasu.」
-「Fuah, let's take a small break...」
-Meiling enjoys the tea wholeheartedly.
-
-# SKINSHIP
-「Wait, where do you think you're touching, stop it already...」
-You try to put your arm around her waist, put Meiling quickly escapes.
-「Keep that up and I'll get angry!」
-「Ahh, Nnn, it tickles.」
-Meiling's body shivers as you trace your finger from her shoulder to her neck.
-Ignoring her complaints, you keep tracing further and further down.
-「Wait, moving your hand like that is a bit lewd, but...?」
-「... Nnn, Fuu, I'll become angry if you don't finish...」
-You watch Meiling's face closely, as it turns more and more red...
-You offer a massage, and Meiling turns her body.
-「I'll take you up on that offer.... Aa~ This is niceー」
-Slowly more and more of her body gets massaged.
-「Ah, that spot... Nnn, Ahh, Nhaa, Ah...」
-Over time, Meiling starts letting out seductive moans...
-「Fufun, you're 1000 years too early to find a gap in my defences!」
-You stand in front of Meiling, stretch your arms out, and begin tickling Meiling's sides.
-「Ahiya!? T-This, stop... Hya, Hyaa!?」
-「W-What this is foul play...!? Fua, Ahahahaha!」
-Meiling twists her waist trying to get away, but you don't relent your attack...
-「Wait, where do you think you're touching, stop it already...」
-You try to put your arm around her waist, put Meiling quickly escapes.
-「Keep that up and I'll get angry.」
-「Muu~ It tickles!」
-「{player}, you don't stop your bad habits even if someone gets angry, do you?」
-Meiling pouts and objects, but looks adorable.
-「You want to touch?」
-「Fufu, it's because I've tempered my body!」
-Meiling puts her hands on her hips proudly, but as you poke her, her skin turns out to be soft.
-「Ah, that's a bit... Ehh...」
-
-# HATE MARK REMOVAL
-「... I like serious people, be sure to remember that.」
-「So from here on, make sure to be careful, okay?」
-You sigh in relief as Meiling's face softens.
-「... I understand, Haa. I'll forgive you.」
-「Your apology feels genuine.」
-Finally free after the awkward moment ends, relief washes over you.
-「I get it, Un. Let's make up.」
-「Staying like this forever is something only a fool would do.」
-Seeing Meiling smiling brightly, it seems everything has gone back to normal.
-「Yes, I'll forgive you... I was also being a bit stubborn.」
-「So let's make peace, {player}!」
-Grasping Meiling's stretched out hand, it seems the conflict has been resolved.
-「Muu, as you can see, I am pretty angry!」
-「Isn't there something you should say?」
-Meiling's cheeks are red as she asks you the question.
-You say a simple sorry.
-
-「... Good enough.」
-「Honestly, it doesn't feel right to stay mad at you...」
-「So then, I forgive you♪」
-You sigh in relief upon seeing Meiling's smiling face.
-「... Well? What is it?」
-Meiling folds her arms and glares at you...
-You lower your head, and offer a sincere apology.
-
-「... Fine, but you don't have to go that far...」
-Meiling sighs deeply, and the tense air starts to dissipate.
-「............」
-To ask forgiveness from the seething Meiling, you lower your head.
-
-「... Fine. It's fine, please raise your head.」
-Although her face still seems a bit stiff, it looks like you have been forgiven for now.
-「Muu, as you can see, I am pretty angry!」
-「Isn't there something you should say?」
-Meiling's cheeks are red as she asks you the question.
-You say a simple sorry.
-
-「... Not good enough. I can't forgive you yet.」
-After Meiling finishes talking, she turns away from you...
-「... Well? What is it?」
-Meiling folds her arms and glares at you...
-You lower your head, and offer a sincere apology.
-
-「... Are you truly reflecting on your actions?」
-「You're not showing it...」
-Unfortunately it seems she's not going to forgive you yet.
-「............」
-To ask forgiveness from the seething Meiling, you lower your head.
-
-「...... I'm sorry but, I can't forgive you yet.」
-Meiling stares at you like one would an enemy, as she gives you her response.
-「Even if you do that I won't forgive you.」
-「This isn't something you can do away with just with a few words.」
-
-# HELP WORK
-「You want to... Help me? With gatekeeping? Uhh...」
-「I should say no...」
-Meiling stares at you, unsure of what to do.
-「Alright, first of all you've got to stand guard while also conversing.」
-You follow Meiling's instructions and start helping her.
-
-「...Hee? Ah, You want to help me?」
-「Er, Then... Ha, Let's patrol together...」
-You nod, Meiling panting as she presses her body against you.
-「Over there... Isn't that a suspicious person?」
-It might be a bad idea to get caught like this.
-But you don't mind as Meiling rubs against you...
-
-
-「Ano, {player}...」
-「After work is finished, could you take me somewhere?」
-Meiling whispers softly in your ear.
-「I want a reward from {player} for holding out~...」
-「For example, your hard and warm...?」
-Meiling looks up in your eyes, her eyes full of want...
-
-
-「Muu~... Patience... Patience...」
-Meiling mutters something over and over while rubbing her thighs together...
-「... Excuse me, I've got to run to the toilet... No. Never mind.」
-「Ona... No, {player} will be troubled if I leave to do that...」
-You look at Meiling's state as you continue guarding the gate...
-
-
-# HELP WORK GARDEN
-「Pushing inside... Could you help me take care of the garden?」
-Says Meiling as she hands over some tools.
-「Yes, the flowers are delicate though, so be gentle, okay...?」
-「Now then, it's over here... Fu...nn...」
-Meiling sticks her ass out provocatively as she tends to the garden.
-You hold back the urge to assault her and begin helping her...
-
-
-# HELP WORK (crit?)
-「... Now then, why don't we try training while guarding...?」
-「Since I'm a gatekeeper, I have to be able to repel...attacks...」
-
-# infatuated
-Meiling pants as she speaks, clinging to you.
-「Hora, Ha, At times like these, wrap your arms around me like this... Ha...」
-Meiling's eyes look slightly bloodshot as she lectures you...
-
-
-「Ha, Wanting to help me guarding the gate, how nice...」
-「... But please, don't get too close, okay...?」
-Meiling takes a step away from you.
-She pretends as if her nipples aren't visibly erect...
-
-「...Aah~ Is work already over~... Fu...」
-Meiling begins moving suddenly, her body overcome with desire.
-「Ha, Sei, Fuu.... Nnn...! What is it?」
-Every time her clothes rub against her crotch, she lets out a moan.
-Meiling pushes her arms and legs out as if to drive away all evil thoughts.
-But to you it just looks like an obscene performance...
-「Oh right, if you help me with the garden I'll be saved...」
-Meiling thanks you awkwardly, her legs unsteady as she leads you.
-「Yes, here are the tools...」
-「You do that part, I'll do this part...」
-Meiling stares occasionally at the petals in the flowers, her hands frozen in action...
-「Ha... Yes...?」
-You distract Meiling from the tedium of gatekeeping by talking with her.
-「He, Is that so...」
-But Meiling is delirious, just answering yes...
-「Fuu, Fuu...」
-The two of you guard the gate, sweeping the area around it.
-Meiling swings her ass unconsciously, her soft behind swaying enchantingly.
-「... What are you staring at...?」
-As you see her blushing face, the desire to tease her wells up in you...
-「Ooh! As expected of {player}~」
-Meiling watches you as you repel an intruder, her eyes sparkling.
-「You've made me fall in love you all over, Fufu♪」
-「Well then, as a reward from me... Nchuu.」
-Meiling's soft lips touch your cheek, and all of a sudden you feel more motivated to work..
-You deal with some visitors successfully.
-「Iyaa, Having {player} really saved me.」
-「Guu~ Supi~ Guu~ Supi~...」
-Meiling is nodding off, a magnificent, large bubble expanding and shrinking as she snores.
-Thinking of her wellbeing, you regretfully poke the giant bubble, a loud pop sound is heard as it breaks.
-「Uhiyaa!? What is it!? Are we under attack!?」
-Jumping to her feet, Meiling looks around, carefully scanning her surrounding...
-「Fun Fun Fuーn, Working together with {player}~♪」
-Meiling is in high spirits as she guards the gate.
-「With me and {player} here, any opponent can be beatenー!」
-「Ooh, {player}'s help counts invaluable~」
-「So I guess it's time for me to go find somewhere to rest...」
-「Alright, I won't, sorry.」
-「... With {player} standing next to me I feel safe enough to fall asleep even standing up...」
-Even if she says that she can't help herself... Looks like she fell asleep...
-「Well then, we'll stay here for a while♪」
-Meiling smiles as you offer to help her.
-... And what about work?  You ask.
-「Ehehe, We'll share the workload...」
-Grabbing your hand, Meiling laughs as she smiles, your fingers entangling...
-「Then, let's check customers who come to visit together.」
-「The number of people coming have increased, so you're helping me a lot, really.」
-You answer it's no problem, and begin guarding the gate with Meiling.
-「Ah, There's also some light gardening to do.」
-You and Meiling take care of the flower beds together.
-「~♪~♪」
-Meiling hums a tune as she tends to the garden, and you can't help but break out a smile.
-「Ohh! As expected of {player}~」
-Meiling praises you after she sees you apprehend an intruder.
-「But if {player} does too well I'll be out of a job.」
-「... So could you just, please take it a bit easier? Fufu.」
-She laughs a bit happily though.
-You deal with some visitors successfully.
-「Iyaa~ Having {player} really saved me.」
-「Uu~n... Munya Munya.」
-「Ah, If I'm together with {player} I won't fall asleep.」
-「Alright, I'll be fine, I'll be fine~~.... Guu...」
-With a speed bordering on a special ability, Meiling places her head on your shoulder and immediately falls asleep.
-「Ehehe, Let's stand watch together~」
-You and Meiling stand near the gate.
-「Thank you for the help♪」
-「Err, Come a bit closer, a bit more, stop there...」
-「A bit... Ah, Right there! This is perfect!」
-You two stand on either side of the gate, and Meiling appears ecstatic.
-「I knew it, it works a lot better when we stand on either side like this! It just feels right.」
-Meiling is rather worked up as she talks about something...
-You and Meiling scan the surrounding area while playing Shiritori.
-「If we keep talking like this there's no way I'll fall asleep~... So, next is...」
-「Then, let's check customers who come to visit together.」
-「The number of people coming have increased, so you're helping me a lot, really.」
-You answer it's no problem, and begin guarding the gate with Meiling.
-「Anyway, what do you think of guarding the gate at the Scarlet Devil Mansion...?」
-Meiling asks you a question suddenly.
-「Or perhaps you come here just for me~? Or something. Ahaha♪」
-She laughs, her eyes telling you it's a joke, but you respond, saying it's something like that.
-「Wh-... H-Hey, saying stuff like that's...」
-Meiling stammers, her face completely red and utterly adorable...
-「Oohhー Nice work!」
-When you pin down an intruder trying to climb the wall, Meiling rushes over and beats them up in no time.
-「Nice save. You're getting pretty good at this♪」
-「The clever ones can be pretty difficult~」
-You deal with some visitors successfully.
-「Dealing with guests elegantly feels so good~」
-「Munya... Suuu...」
-Despite your standing next to her, Meiling is sound asleep.
-As soon as the thought of playing a prank on her enters your mind, she wakes up.
-「Nya! Some evil intent...!?」
-「...Are? Must have imagined it...」
-It seems she can still function as a gatekeeper...
-As you stand watch next to the gate, you can hear someone sleeping on the other side.
-「...Uu, Supahー... Guu... Uu, Supahー... Guu...」
-When you call out to her, she responds reflexively with her eyes shut.
-「Naa... This is a move meant to catch the opponent off guard, big jab... Zzz...」
-... She has got to be sleeping...
-「You have so much free time... You don't even need to help me.」
-Meiling says it in an earnest voice, so you pretend to walk away.
-「W- Wait don't leave...! Thank you so much for helping me!」
-Saying you can't leave in that case, you return to the gate satisfied...
-「When I'm in the middle of concentrating it's dangerous to approach, please call out to me instead.」
-「For example... For example when one of Sakuya-san's knifes comes flying by.」
-「That'll be {player}'s duty for now. Please?」
-... Despite feeling something was off, you give a quick nod in reply.
-「So, when I'm checking visitors, please keep track of the surroundings.」
-「Basically I'll mostly be dealing with people who want to go the casino or deal with Charisma.」
-You do as instructed and assist Meiling...
-「Nn, Yo, Ho, Ho...」
-To not get stiff from standing still for too long, Meiling does light exercises from time to time.
-You decide to imitate her movements.
-「Un-un, everything is calm today!」
-「So I'll be nodding off, as long as you don't have questions...」
-After delivering a light chop with your hand to Meiling's head, you continue working...
-「Oohhー Nice work!」
-When you spot an intruder trying to climb the wall Meiling rushes over and beats them up in no time.
-「You noticed it was a suspicious person right away.」
-「Thanks for the help, repelling him took no time this way.」
-You deal with some visitors successfully.
-「Hee, you're doing pretty well.」
-As you stand watch next to the gate, you can hear someone sleeping on the other side.
-「...Uu, Supahー... Guu... Uu, Supahー... Guu...」
-When you call out to her, she responds reflexively with her eyes shut.
-「Naa... This is a move meant to catch the opponent off guard, big jab... Zzz...」
-... She has got to be sleeping...
-「For now it's fine to just stand here and accept visitors.」
-「Just by there being someone here works fine to prevent crime.」
-「It's so peaceful~」
-Two people stand firmly in front of the gate.
-「... Wanna do shiritori?」
-「When I'm checking visitors, make sure to keep watch over the surroundings.」
-「Basically I'll mostly be dealing with people who want to go the casino or deal with Charisma.」
-You do as instructed and assist Meiling...
-「Nn, Yo, Ho, Ho...」
-To not get stiff from standing still for too long, Meiling does light exercise from time to time.
-You decide to imitate her movements.
-「If you find a suspicious person, don't hestitate...」
-(Nodding off in front of {player} wouldn't be good... But I'm so tired...)
-
-# LAP PILLOW
-「Yes yes, come here then please♪」
-「You're welcome to use my lap anytime.」
-Meiling beckons you, her entire face beaming with a smile.
-You smile contently as a sense of safety seems to cover your entire body.
-「Ehehe... I'm so happy...♥」
-「How does it feel?」
-Asks Meiling, her face calm.
-You answer it's the best, and slowly a smile begins creeping in.
-「Ehehe, Is that so, Un Un♪」
-「But no matter what, it's a special seat exclusively for {player}'s use♪」
-Resting your head, you savor the sensation...
-「Fufu. When I do this you look a bit like a child.」
-「Ehehe... It's so cute♪」
-Meiling laughs warmly, and you decide to appear as an innocent child.
-Turning yourself over, you bury your face between her thighs and begin rubbing your face against her crotch.
-「...Nnhh, Hey... You're quite the perverted child~ ...Funyaa!?」
-「Aan, Don't breast warm air there! It's absolutely forbidden...!」
-「Fuu... Nnn... Ano, {player}...?」
-You look up at Meiling, and she pats your sleeping face gently.
-Of course you're awake, merely pretending to be asleep.
-「By the way, what do you do when you feel yourself running out of patience...?」
-「For instance, if I were to...」
-Meiling blows in your ear, making your entire body twitch as it tickles.
-You two continue playing your game of chicken...
-「...Nnn~~...」
-After staring at you with a serious gaze, Meiling bends her torso over.
-「Breast Sign・Visions of Oppai.」
-your entire body tenses up as you get enveloped by her enormous breasts.
-The supple texture mixes with the scent of a girl...
-「Oya Oya, It seems my charm won over you, K.O~」
-Meiling sits up while laughing boldly, as you admit defeat...
-「...Nnn~~...」
-After staring at you with a serious gaze, Meiling bends her torso over.
-「Breast Sign・Visions of Oppai.」
-your entire body tenses up as you get enveloped by her enormous breasts.
-The supple texture mixes with the scent of a girl, almost suffocating you... Suffocating... Ah, This is bad...
-Held underneath Meiling's breasts, you enjoy it as much as you can, but tap out as you begin losing consciousness...
-「Oya Oya, It seems my charm won over you, K.O......Oya?」
-「Ababa, {player}, please wake up, {player}!?」
-As consciousness returns to you, she seems to just have enjoyed giving you a lap pillow... Sort of.
-Pon Pon, Meiling pats her lap and invites you.
-「Hora, {player}. Come here please♪」
-Nestled in under Meiling's breasts, a sense of security washes over you...
-「Ehehe... Do you want to be pampered even more...?」
-Each time Meiling looks down on you, her braids brush against your face, tickling you.
-You rest easily in Meiling's lap, enjoying the experience...
-「Fufu, Where are you looking?」
-You stare at the enormous breasts before you, as Meiling calls out to you.
-「Sometimes you act like such a baby...」
-Your eyes hazy with tiredness, Meiling begins looking like a mirage.
-Resting your head on her thighs, you begin rubbing your head against her...
-「Does it feel good?」
-Asks Meiling, her face calm.
-You answer it's pretty okay, and Meiling puts a finger on your lips.
-「Should I play a prank on this lying mouth~...?」
-
-Correcting yourself, you say it's the best as you grab her finger and put it in your mouth, wrapping your tongue around it.
-「Ee!? What are you... Just...」
-「Don't act like a spoiled child... Nn...」
-Meiling looks drunk on pleasure, savoring the sensation as you lick her finger...
-「Fufu... If you want to sleep, go right ahead.」
-Meiling runs her fingers through your hair lovingly.
-You close your eyes softly, and soon after hear something...
-「... {player} will stay in my heart forever...」
-「... But this is where {player} belongs...」
-「You seem to be enjoying it. My lap pillow is unbeatable.」
-「... It's quite popular with Flan-Ojousama, for one.」
-It seems to be common, as Meiling gives you a lap pillow without delay.
-Doing this seems to awaken some maternal instincts in her...
-「Alright, come here...」
-You are invited, and put your head on her thighs...
-「So uhh... Is it comfortable?」
-Says Meiling, a bit embarrassed.
-You answer that it's okay, to which Meiling responds by pulling on your cheeks.
-「Muu~ I won't forgive you if that's the answerー」
-You correct your answer, and the assault stops, then between the two mountains a smiling face can be seen...
-「Uhh... Just...」
-「... Stop staring at my breasts, okay?」
-With such an incredible view before one's eyes, looking away is just impossible.
-「Please don't be difficult...」
-Meiling turns her face away in embarrassment, but she seems a bit happy.
-「No, well, this is still way too embarrassing...」
-Meiling blushes slightly as she mumbles something.
-You ask her why she does it, then.
-「N- No particular reason...」
-
-... Despite saying that, Meiling appears to be even more embarrassed as she begins fidgeting.
-「Hiyaa! S- Stop t- tickling me...!」
-Meiling is flustered, and her face beet red...
-
-
-「Uhh...? A lap pillow?」
-「... Asking that brazenly is pretty impressive...」
-Meiling is a bit bewildered...
-「... Please don't do anything weird.」
-Fidgeting nervously, Meiling sits still as you rest your head in her lap.
-「So uhh... Is it comfortable?」
-Says Meiling a bit embarrassed.
-Not bad, \@THIRD_PERSON?answers {player}#you answer\@, and Meiling begins scratching her head in confusion...
-「I- Is that so. Well that's good I guess...」
-「Err... To be frank, this is way too embarrassing...」
-As you rest your head on Meiling's knees, her face burns red.
-
-# BELLY
-「Uuu... Why did I al hand in an almost crushing grip as you pat her stomach...
-「Patting me like that, \@ TCVAR:種付けられ自覚 ?I guess you want to pour even more inside, Baka...#my stomach feels hot for some reason...\@」
-Meiling stares up at you as she mutters something, putting her hand on top of yours..
-「Haaa... \@ TCVAR:種付けられ自覚 ?Even from outside, I can feel {player}'s energy inside me#For some reason, I can feel {player}'s energy inside me \@...」
-「It feels warm, calming me down... Haa...」
-Contrasting her words, moans slip out from Meiling's lips...
-「Hyan, It tickles when you knead me like that...」
-So Meiling says, but her words light a fire in you instead.
-「Nnn!? S- Stop! You're not allowed to fondle me like that... Hiyaa!」
-\@ TCVAR:種付けられ自覚 ?「What would you do if it spilled out... Fuaa...」#(If I leak semen in front of {player}... Aah...)\@
-「Under your palm, inside there... Hiu...」
-Meiling fidgets romantically as you stroke her stomach.
-「... I can't calm down as \@ TCVAR:種付けられ自覚 ?a certain someone poured lots of semen#someone came\@ inside me, holding it all in is just...」
-Wanting her to be even more disordered, you begin patting her with more strength...
-「\@ TCVAR:種付けられ自覚 ?You came so much inside me...#Aren't you fondling me a bit lewdly...?\@」
-Meiling breathes roughly as you pat her sensitive stomach..
-「\@ TCVAR:種付けられ自覚 ?Oya Oya, Are you feeling a sense of conquest?#... Is this an invitation?\@」
-Meiling giggles, her eyes full of want...
-「\@ TCVAR:種付けられ自覚 ?Aaan, Have you still not shot enough inside me?#Shouldn't you go a bit lower, or a bit higher...?\@」
-「Is this some kind of denial play?」
-Meiling places her hand on yours, matching your movement as you stroke her stomach...
-「Nnnhh, Wait, my stomach...」
-Meiling moans as you caress her stomach, her womb pumped full of semen.
-「I- It's because you're stroking my stomach so weirdly...」
-Meiling stays quiet as you caress her stomach.
-「I- It tickles around there...」
-(I- I have to make sure nothing spills out...)
-「Uu, Kku... Could you stop fondling my stomach...?」
-You ask why that is, and Meiling blushes and turns away.
-「\@ TCVAR:種付けられ自覚 ?Y-You know why, and still you... Fuu...#N- No real reason you know... Nnn...\@」
-While making fun of the semen-filled Meiling, you caress her stomach softly...
-「It's embarrassing, but, I feel calm when {player} strokes me...」
-「Or perhaps, you want to have children? {player}♪」
-Meiling giggles as you fondle her tight stomach.
-「Fu, Haa, Hoo... Ahaha, It tickles, s-stop!」
-Meiling steps in place, trying to dodge as you stroke her stomach.
-You start caressing her with zeal.
-「Yes Yes. That's enough... Uhiyaa, Sto-ahaha!」
-「... Inside there, just below the navel, is the core of your spirit, an important place for Qiqong.」
-「Well, the median line is also important, but is also a weak spot.」
-「No, I don't mean it's weak to erotic stuff... But right around there is also...」
-Meiling begins lecturing you as you stroke her stomach...
-「Uーn, Are you attracted by my stomach?」
-Meiling is completely at your mercy as you pet her stomach.
-「Nn? You're interested in my abdominal muscles?」
-「They're not rock hard, since they've also got to be flexible.」
-As you touch Meiling's stomach, you can feel her muscles tense up a bit.
-「W- I'm a bit ticklish, but...」
-You decide to play a prank on Meiling and tickle her, but she quickly gets away.
-「... What is it? Do you want a lecture on abdominal breathing?」
-As Meiling talks, every breath is accompanied by her stomach rising and falling beautifully.
-「Why do you want to touch my stomach?」
-Meiling tilts her head in confusion...
-「Stop, why are you touching my stomach?」
-「... What are you doing?」
-「Don't just carelessly touch other people's stomachs.」
-「Auu... Showwy for sweeping...」
-「...Zzz...」
-It seems she has nodded off and is sleeping. This is sowing bad karma...
-「Muga, Fuah...」
-「...Ehehehehe... Guuu...」
-Why is she laughing...
-「Munya... As the strongest gate keeper, this much is...」
-「...Kikanyu, Kikanyawa... Munya Munya...」
-She seems to be fighting someone in her dream...
-「Mui. Moououou~」
-「Nobiru~ Nyabiru~」
-Meiling's reactions are fun, so you keep going.
-「Muoー In- In return...」
-Meiling mounts a counterattack, grabs both your cheeks, and begins pulling on them...
-「Funyi, ouu~...」
-「If you keep going my cheeks might fall offー... Miyuu...」
-You play with Meiling's cheeks to the sound of her noises.
-「Ehehe, that you like this so much...」
-「Fumyu... Uhh... Ehh...」
-「... P- Pleashe shtop.」
-Meiling doesn't know how to react, but seems to be enjoying it a bit.
-「Aauー」
-「Nyu-nyu-nyu... Shtop~」
-Meiling says "shtop" quite a lot of times before it's over...
-「Funyugu, Stop it, Futtefua.」
-「... Muii, My cheeks aren't toys~...」
-「Muooー, Nyuni Furufu...」
-「Fumuu!... It tickles...」
-Her cheeks have swollen up completely...
-「Nfufu... Aahh~」
-「Aaa... I want you to stroke me forever~...」
-「Nn~ The way {player} caresses is so soothing...」
-「I wonder why... Nnn...」
-「Huh, surprising that you would know a move that could calm people this much.」
-「Un-Un, it's not that bad... Fuu...」
-「Nn... This feels good....」
-「Ehehe, having you stroke me like this feels soo good... Fuuaa...」
-「Mmuuu~ You look so happy when you pat me I don't want to stop you.」
-「... Eh? I'm feeling good too? You must be imagining it, yeah, it's just your imagination.」
-「Hey now, I'm not a child, so it's a bit embarrassing...」
-「Stop it, I must constantly be on guard...」
-「... No way, did you just find a chink in my defense? Hmmm...」
-Meiling blushes a bit, while you groan to yourself.
-「Aaa~ Please don't do that right now.」
-「There is a time and place for that, but not now, Un-Un.」
-「Don't touch women's head and hair so recklessly.」
-「Even if you're on good terms, there are many who dislike it.」
-low this...」
-Enjoying the soft pillow, you rest easy...
-Each time you pat her stomach, the fact that you're the only one that knows she's carrying your child wells up inside you...
-Recalling how you seeded her, you feel a sense of conquest through your hand as you stroke your prize...
-You recall the sense of conquest as you stroke the bulge on Meiling's stomach.
-Caressing it carefully, you nod to yourself...
-「It'd be nice if he grew up to be healthy. \@ CFLAG:身に覚え_母 == 1 && !CFLAG:無自覚妊娠 ? Our baby # This child \@...」
-Meiling holds her hands above yours, when you suddenly feel a kick...
-「He's growing little by little, {player}.」
-As you touch Meiling's stomach, just how much she has grown dawns on you.
-「I think this is that weight of life thing, or whatever it was called.」
-「Thank you for the attention...」
-You're moved as Meiling utters those words.
-「There is life dwelling in there... Treat it carefully.」
-「... Don't be so rough please.」
-Asks Meiling, and you begin caressing her as gently as you can...
-「... A bit harder please.」
-You withdraw your hands, worried about Meiling.
-「...! Forcibly cumming inside me as you want, really...!」
-Meiling grabs your
diff --git "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\244\343\203\231\343\203\263\343\203\210.ERB" "b/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
deleted file mode 100644
index d59586a..0000000
--- "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"	
+++ /dev/null
@@ -1,550 +0,0 @@
-# DATE
-The two of you return side by side, matching the pace of each other.
-Sneaking a sideways glance, Sakuya finds herself transfixed by you.
-She stops, staring at your gentle expression and breaking into a smile.
-Just when you are about to ask her if there is something stuck on your face――
-
-You feel a soft touch and smell her fragrance.
-When you realise her face is right in front of your eyes,
-your lips brush against each other.
-「Nng...」
-
-「... Thank you very much for today.」
-She says as she turns away. You can't help but think how cute she is as she hurries back into the Mansion not realising how flush her face is.
-Sakuya walks home next to you, her arms wrapped around your waist.
-Just as you two are about to reach the Mansion, your eyes meet with Sakuya.
-An expression you can not quite describe overcomes her - one filled with a hint hesitation and anticipation.
-「Umm... {player}, there is something I want to say... No, something I want to tell you.」
-She says with a seriousness you have never heard before, and stares into your eyes.
-
-「When I am with {player}, I feel like I can be myself.」
-「... Not just a maid serving the Mistress, not just someone that can stop time...」
-「But just『Izayoi Sakuya』.」
-「... That is why, my feelings, I have to convey it to you now...」
-「I...」
-「I love you, {player}.」
-She lowers her eyes, hiding a blush, but looks up at you once more.
-With cheeks painted scarlet from nervousness, she says――
-「... Will you, go out with me?」
-On the way back, Sakuya faintly murmurs,
-「... I had so much fun today.」
-From her faint whisper, she continues, condensing a million feelings into her words,
-「I feel happy whenever I am with {player},」
-「and I think nothing will change how I feel.」
-She smiles gently, her voice barely a whisper in the wind.
-
-「... Say, {player}, will you think about going out with me?」
-
-Though her words are nonchalant, you can see her eyes are filled with anticipation and unease...
-When you reply that you feel the same way, a sheen of moisture wells up in Sakuya's eyes.
-
-「Really...?」
-「Are you really okay with me?」
-
-Her expression falters, as if she can't believe it's real. You nod in response, clearly conveying your conviction.
-Overcome by emotion, Sakuya leaps into you, embracing you.
-
-「...」
-Sakuya buries her face into your chest.
-You wrap your arms around Sakuya, who can not express her feelings through words alone.
-「Hehe, {player}, I love you!」
-「...」
-「...Umm, That is fine.」
-「Looks like I was a bit overcome by the moment.」
-Although she tries to regain her usual composure, you can tell that she is dejected.
-「I had lots of fun today. Really.」
-「I would be happy if you would take me out some time again.」
-「And... um,」
-「One day, I will definitely make you look my way.」
-
-# DATE CHAT
-「... I see, so Meiling did something like that... I will punish her when we get back.」
-You chat about mundane things.
-
-# HANDHOLD
-「Hm? You want to hold hands? Sure.」
-Just by holding hands and strolling, you feel a wave of contentedness crash over you.
-「Then... Here... How is it?」
-
-#
-「Right now I feel happy just by having you by my side, {player}.」
-「What about you, {player}? Are you really happy by my side?」
-Of course, you reply. The two of you return home, basking in the closeness of one another.
-
-
-「Hmmm, What should we do for the next date?」
-「I want to eat that one. You know, the one featured in the Bunbunmaru Newspaper...」
-The two of you have already started planning for the next date on the way back.
-「Ah, But I also really want to see landscapes with you again, {player}. Hehe.」
-The two of you chat, never running out of new topics on the way back.
-「Fufu, Time really flies when I am with you, {player}.」
-「Even though time goes by really fast when you are having fun,」
-「for『me』, that is not a problem at all, {player}♪」
-Sakuya says as she throws her arms around you, making a show of the watch that she holds in her hand.
-You, knowing that telling her it is hard to walk in her embrace would end it,
-simply enjoy the warmth of her body as the two of you make your way back.
-The two of you look back on the date on your way back.
-「I had tons of fun today♪」
-「Oh, yeah, lets go there next time!」
-「I will show you a good place I know. Hehehe.」
-Enjoying the sensation of her breasts pressing against your arm, the two of you return, laughing and chatting along the way――
-「Time flies when you are having fun.」
-「Almost makes me want to stop the time when we go out.」
-「Hehe, That was just a joke. But, thank you for today.」
-Sakuya thanks you as you arrive home, a hint of loneliness dancing across her face.
-「...Oh, It's already this late?」
-「Did you have fun, {player}?」
-You nod, soliciting a warm smile from Sakuya.
-「That's good. Then, lets do this again sometime... okay♪?」
-Imagining the next date, the two of you walk back together...
-「I like the time when we walk back together.」
-「How should I put it? It's almost like an extension of the date...」
-「Makes me feel like: ”Ahh, I just came back from a date”.」
-A wave of peacefulness and contentedness surfaces on Sakuya's expression as she speaks.
-(I would be happy if {player} felt the same too...)
-「Ara, It's already time to go home...」
-「I had a pretty good time♪ Please take care of me next time as well♪」
-Sakuya says as she waves goodbye, a smile on her face as she returns home...
-「Thank you for inviting me out today.」
-「Why don't you visit the Scarlet Devil Mansion next time. I will make sure you have a great time.」
-Sounds good, you say, promising you will visit next time.
-「Going outside with someone is pretty refreshing once in a while.」
-「{player}, thank you for today.」
-「Goodbye.」
-「Let's go back now.」
-「It was a nice change of pace. Please invite me next time when you have the time.」
-Sakuya bows politely and waves goodbye before returning home.
-「Looks like this is the end of our rendezvous today.」
-「Please take care on your way back. Goodbye.」
-
-# HATE MARK REMOVAL
-「...Hmmm.」
-「I understand. I will let bygones be bygones.」
-Sakuya shakes her head in acquiescence, relaxing her posture, prompting you to finally sigh in relief.
-「But there will be no next time, okay?」
-Though her words are cautionary, there is no hostility in them anymore.
-「...Haa. I guess you at least are regretting your actions.」
-「I will forgive you, but only a little.」
-It seems like Sakuya's mood has improved, if only slightly.
-「However, if you ever do something like that again... I probably don't need to tell you what will happen.」
-「I think you understand that you can never escape my powers, yes?」
-Looks like in order to completely get off her bad side, there is still some work to do...
-「......」
-「I suppose that you have some intention of apologizing.」
-「I guess I will give you a chance.」
-
-「... After all, it is quite troublesome if the amount of flammable trash increases.」
-For a brief moment, you feel a terrifying intent exuding from Sakuya.
-「Ara, Isn't it {player}?」
-Sakuya greets you with a smile.
-「...Hehe♪」
-「Oh, it's nothing, Master♪」
-As you approach, Sakuya greets you with a smile.
-「How are you, {player}♪」
-「Are you here on an errand, or...」
-「...have you come to meet me?」
-Her voice as faint as a whisper, Sakuya looks up into your eyes.
-「It's nothing. I'm just joking. Hehehe.」
-「Ah, It's you, {player}.」
-Sakuya greets you with a warm gaze, almost as if she knew you were coming.
-「Is there anything I can do for you today?」
-Sakuya is smiling as she jokes around with a newly hired Fairy Maid.
-Looks like the newcomer has taken a liking to her.
-「Hey now, do your work properly. Hehe. Say, {player}, do you think I will ever...」
-「Ah, Wait... Hyaan... Where do you think you're touching? Ah! Stop right there!」
-As Sakuya notices you, she waves her hand, beckoning you over.
-When you come to her, Sakuya leaps into your arms, a pretty shade of pink creeping up her cheeks.
-Sakuya nuzzles her face against your chest.
-
-Seems like she has had her daily dose of “Vitamin {player}” today.
-「...Ah, {player}!」
-Sakuya's face lights up as she sees you.
-「......~♪」
-Sakuya is humming a tune as she cleans, her movements practiced and deliberate.
-「...Huh?! {player}!? Wh-when did you...?!」
-「Ahh, I knew it. Hello, {player}.」
-「I somehow just knew you were coming.」
-Sakuya seemed rather happy after greeting {player}.
-Sakuya is smiling as she jokes around with a newly hired Fairy Maid.
-「Hey now, do your work properly. Hehe. Say, {player}, do you think I will ever...」
-「Ah, Wait... Hyaan... Where do you think you're touching? Ah! Stop right there!」
-Sakuya is smiling as she jokes around with a newly hired Fairy Maid.
-Looks like the newcomer has taken a liking to her.
-「Hey now, do your work properly. Hehe. Say, {player}, do you think I will ever...」
-「Ah, Wait... Hyaan... Where do you think you're touching? Ah! Stop right there!」
-
-# ENCOUNTER
-「Ara, What are you doing at this time of the day?」
-Sakuya asks curiously as she greets you.
-#
-# ENCOUNTER FRIEND/INFATUATED
-「Ara, {player}. Why don't you have a seat here?」
-Sakuya, who was relaxing in her seat, says as she notices you, patting the seat next to her and beckoning.
-
-「Come on, come closer. Closer♪」
-As you sit down next to her, Sakuya moves her body closer to yours, her attitude completely different from when she is at work.
-
-# ENCOUNTER INFATUATED
-「Ah, It's you, {player}.」
-Sakuya greets you with a warm gaze, almost as if she knew you were coming.
-「Is there anything I can do for you today?」
-
-# ENCOUNTER INFATUATED
-「Ara, Isn't this {player}?」
-Sakuya smiles faintly as she notices you.
-You ask her what she is smiling at.
-「Nothing. Nothing in particular really.」
-Sakuya's smile becomes more radiant as she replies, shaking her head.
-
-
-# ENCOUNTER INFATUATED
-「Hello, {player}.」
-You turn towards the source of the voice. Sakuya stands there without your realising.
-「I am on break time right now.」
-Sakuya seems bored.
-
-
-# ENCOUNTER PLEASURE MARK
-As you approach her, \@MARK:快楽刻印>0? #due to time stop rape,%" "%\@the memory of intense carnal pleasure carved into Sakuya's body comes to life.
-It makes her yearn mercilessly for your touch subconsciously.
-
-# ENCOUNTER FRIEND/INFATUATED
-Sakuya approaches slowly, the silver luminance of the moon covering her like a cape.
-「Ah, {player}.」
-Sakuya's expression brightens as she sees you.
-She smiles, an expression that doesn't fit the work she is doing right now.
-
-
-# ENCOUNTER
-「Ah, Hello.」
-Sakuya bows as she looks your way.
-#
-# ENCOUNTER
-「Ara, {player}.」
-「Do you have an errand to run here?」
-
-
-# ENCOUNTER
-Sakuya approaches you calmly.
-Sakuya approaches happily as she notices you.
-Sakuya approaches with a bright expression as she notices you.
-Sakuya says as she approaches.
-
-
-# ENCOUNTER INFATUATED
-「Ara, {player}. Can I help you?」
-She approaches with a slight blush over her cheeks.
-She approaches with a faint smile across her lips.
-She says as she approaches.
-
-# ENCOUNTER PLEASURE MARK
-Just from your presence alone, Sakuya's body, though invisible from her clothes covering, naturally goes into heat.
-Her developed, sensitive erogenous zones start longing for the pleasures you have given her.
-Due to the unresisted time stop rape she endured, Sakuya's blossoming female instincts
-makes her unconsciously desire you, filling the surrounding with the pleasant aroma of her arousal as she approaches.
-
-# BATH
-「Excuse me.」
-Sakuya's eyes meet with yours as she puts her body against you.
-「Haaa~ This feel so good~...」
-She sighs lazily and places her hand on your thigh under the water.
-「Hm? What's wrong, {player}?」
-Smirking, Sakuya starts moving her hands closer and closer to your groin.
-A devilish smile dances across Sakuya's face and a tinge of lust surfaces in her eyes as she presents her body to you...
-「Ara, I see you've already entered the bath.」
-Sakuya says as she enters the bath and begins washing her body.
-However, her gaze is already transfixed on your body and her movements seem unnatural.
-Perhaps the memory of the time stop rape has made her go into heat, for she washed herself with excessive showmanship,
-purposefully making a show of washing her erogenous zones, her fingers doing a sensual dance across her body.
-Finishing with a cascade of hot water, she lowers herself into the bathtub as a contented sigh escapes her lips.
-「Hey, {player}. Will you make some room for me next to you?」
-Sakuya enters the bath next to you.
-「Ahh~. This feels so nice, right?」
-After submerging herself in the water for a while, Sakuya rests her head on your shoulder.
-「It feels this nice because I'm taking the bath with {player}, maybe♪」
-Enjoying the feeling of the physical contact, Sakuya whispers as she looks up into your eyes.
-「Ara, There's already someone in here?」
-Blushing slightly, Sakuya approaches you and enters the bath next to you.
-
-「How is it? The temperature of the bath, I mean.」
-Sakuya smirks provocatively as she leans against you.
-Sakuya purposely squeezes her twin mounds together, a sheet of pink coated over them from the bath.
-Her nipples stand erect without having been caressed, almost as if they had a mind of their own.
-「... Looking at {player}'s body, why do I feel...」
-Sakuya murmurs to herself as her gaze swims around your naked body, stopping excessively on the nether region.
-Sakuya tries to hide her arousal by averting her gaze, but after learning of the pleasure while being time-stopped,
-she subconsciously rubs her fingers against her entrance.
-Watching Sakuya as she stretched her back, you cannot help but be blown away by the beautiful curves of her shoulder and breasts.
-「――Huh, {player}!?」
-Sakuya quickly hugs her smooth, unblemished body in a panic, attempting to hide her nakedness as she enters the bath.
-
-「You're already in the bath, I see.」
-「Ummm, If you'll excuse me.」
-Sakuya blushes as she enters the bath.
-It seems like seeing you naked makes her recall the pleasure of sex with you.
-As if dizzy from the heat of the bath, she sneaks occasional glances at your groin.
-Seeing your naked body, Sakuya's body can't help but recall the pleasures it received while being time-stop raped.
-A stream of moisture trickles down her leg even before entering the bath.
-Sakuya enters the bath, keeping a small distance from you.
-Casting an occasional glance at her figure, you can see the nape of her neck - glistening with droplets of water.
-「――Ah... Hnng... Ah!」
-「P-Pardon me...」
-After losing herself in your body, Sakuya finally comes back to her senses.
-She hurriedly exits the bath, covering her nethers as she hastily retreats.
-「...Ara, You're already in the bath.」
-「...Hnng... Pardon me...」
-For a split second, Sakuya swallows hard as an unknown shock of pleasure runs across her body.
-Your eyes follow her as she leaves, and you notice a small trickle of liquid down her thighs even though she hasn't entered the bath...
-「P-Pardon me.」
-Sakuya hastily exits the bath in embarrassment.
-「――Ara.」
-「Bath time is one of the only times I can relax.」
-「Since I don't think I can relax in the bath with {player} around, would you please leave?」
-You find yourself outside the bath just as she finishes her sentence.
-Seems like she threw you out using her power.
-
-
-
-# MORNING
-Still groggy from waking up, you feel a weird but pleasurable sensation coming from your lower body.
-
-「Amph, Nnph, Hnnng, Juru... Oh my, you're finally awake.」
-Looking down, you see Sakuya between your legs, kissing your penis with fervor.
-「When I was cleaning your room, I happened to see your morning wood. It seemed like it wanted release, so..」
-「By the way, the smell is mindblowingly strong. You should... Rero... Really wash it carefully.」
-Sakuya wraps her lips and tongue around your member even as she speaks, the slurping noises coming from her lips intensifying by the minute.
-「Fuuu――...haa... It's so hard...! Aumph, Juru... Nhh... Jubu... Mmmmggg!」
-Finally, you are at your limit, releasing your semen directly into Sakuya's mouth, whose eyes are muddied with a glazed expression.
-Sakuya pools the semen she's milked in her mouth, opening wide and showing the white liquid dancing on her tongue.
-And just like that, she swallows it with an audible gulp...
-Waking up to a pleasant feeling, you hear a wet noise coming from your groin.
-
-「Good morning... Haaa, Nchuu, Pero Pero...」
-Your penis is completely coated with Sakuya's saliva, the length and degree of her blowjob apparent from its condition.
-「Did you wash it properly? The smell was really strong... Chuu.」
-With that, she latches her lips on your glans like a vacuum, and a burst of hot liquid rushes into Sakuya's waiting mouth...
-「{player}, wake up.」
-「Do you want to be punished like Meiling?」
-You fly out of bed without thinking.
-「...Hmmm, It's unexpectedly soft...!?」
-You wake up to find Sakuya poking you cheeks.
-「F-Forget what you just saw! Forget it right this moment!! \/\/\/」
-「{player}, it's morning already.」
-「If you don't wake up, you'll end up like Meiling, okay?」
-You wake up to Sakuya's gentle morning call.
-「It's time to wake up, {player}.」
-「{player}?」
-Sakuya calls as she moves her face closer to yours.
-Having enjoyed her fragrance, you open your eyes and greets her.
-「... If you're awake already then get up quickly!」
-Sakuya scolds, a pretty blush creeping up her cheeks...
-「{player}, wake up.」
-「Do you want to be punished like Meiling?」
-You fly out of the bed without thinking.
-「...Hmmm, It's unexpectedly soft...!?」
-You wake up to find Sakuya poking you cheeks.
-「F-Forget what you just saw! Forget it right this moment!! \/\/\/」
-「It's morning already, {player}.」
-You wake up to Sakuya's voice.
-「{player}, wake up.」
-「You'll be late for work.」
-You wake up to Sakuya's voice.
-
-
-「Nnngg, good morning, {player}.」
-Sakuya rubs her eyes sleepily as she gets out of bed.
-「Funyaaa... Good mormin'...」
-Although it seems like she's awake, her slurring indicates that she is still half-frolicking in the dream world.
-「{player}, wuv you, I wuv you... Nnnmmm....」
-She purses her lips as if begging for a kiss, but you tell her to go wash her face first.
-She gets up and leaves for the sink.
-After a while, a scream of embarrassment reverberates throughout the room...
-「Mmmnn... Good morning, {player}.」
-「... I hope today will be a good day, hehe.」
-Sakuya looks somewhat happy.
-「Hnngg.. Auuu...」
-It seems like Sakuya was restless in her sleep, for her blanket is nowhere to be seen, and her clothes hang messily from her body.
-Just as you devour the eye candy that is her perfectly sized twin mounds that could just barely be seen through her clothes,
-Sakuya opens her eyes.
-「Nnng... Ah, Good morning.」
-「... Good morning.」
-
-# BEDTIME
-
-「Fuwahh, It's already this late...」
-「I wish I could stop time to preserve this moment forever.」
-「I am the happiest when I'm with {player} after all♪」
-Her gaze softens as you stare into each other's eyes.
-「Well, good night, {player}.」
-「Oh my, it's already this late?」
-「I will have to excuse myself here today.」
-Sakuya murmurs sleepily, her voice indicating she would like to stay awake longer.
-「See you tomorrow.」
-「Well now, it's almost bed time. I will have to excuse myself here.」
-「Please, have a good night, {player}.」
-Sakuya leaves without another word...
-「Nnng... I feel a bit sleepy.」
-You can see her grogginess as her centre of gravity sways sleepily...
-「Fuwaaa... I'm sleepy.」
-Sakuya covers her mouth with her hands as she stifles a yawn.
-「Nnggg... Ah... Haaa...」
-「Ah... Hyaa...」
-「Nnngg... I like this... Nnngg... Ah!」
-「...Fuuu...hiii...」
-「Munyaa...? Ah... Nng!」
-「Nnng.. Ah... Not there...」
-「Munyuuu... Nnng...」
-「...Haaa... Nnng...」
-「... Nnnmm?... Ah...?」
-「... Ah... Oh... Nnnngg... Haaa....」
-「Uuhh... Ah... Ahhnnngg... Eheee...」
-You bring Sakuya, who is unable to form words beyond random sounds, back to her room.
-「... Nnngg... Ahh... Amazing... Haaa...」
-「... Haa, haaa... Nnng, ah!」
-You carry Sakuya, whose entire body is painted with a sheen of scarlet, back to her room.
-「... Haa... Haa... I...can't go on... Haa.. Haaa...」
-After steadying her on her feet, you watch as Sakuya leaves, shakily.
-
-# OUT OF STAMINA
-「{player}?... {player}!?」
-「Are you okay, {player}!? ... Eh? You're just tired, you say?」
-After calming down and confirming your well-being, Sakuya sighs in relief.
-「My... What am I going to do with you?」
-「Don't make me worry so much, idiot...」
-Sakuya sighs as she holds you gently, carrying you back to your room.
-「A-Are you okay?」
-「You're working too hard... Goodness's sake.」
-「It can't be helped. I'll carry you back to your room, just tell me where it is.」
-Sakuya sighs as she carries you in her arms back to your room.
-「... Are you okay?」
-「This... seems like just over-fatigue.」
-Sakuya supports you with her shoulder nonchalantly.
-「Even I can't just leave someone lying on the ground after all...」
-
-
-# LEAVING
-「{player}, where are you going?」
-「Will you come with me after your errand is done?」
-Returning Sakuya's smile, you continue on your way.
-「Ara, Isn't it {player}?」
-「... In a hurry? Have a safe trip.」
-Sakuya says as she gives you a quick wave and smile.
-
-# ENCOUNTER
-「...」
-Sakuya waves her hand as she notices you.
-「Hello.」
-Sakuya curtsies politely
-
-# PLEASURE MARK
-Although her demeanor seems normal from afar, as you pass her,
-Sakuya's mind fills with the memory of pleasure carved deep into her being, and her nethers moisten without prompting...
-However, underneath her clothes, almost as if anticipating some sort of reward, her erogenous zones start thirsting after you.
-Sakuya's eyes start following you even without her realising...
-
-
-# PANTSU
-「... Please excuse me.」
-The panties you held in your pockets appears in Sakuya's hands as she finises her sentence.
-「... Why do you have this?」
-「... Hmm? Wait a moment.」
-Sakuya blocks your path, and starts searching your body.
-「Oh my, this is... Ha...」
-「...」
-「Do you have a moment to『talk』?」
-Looking at the panties you held in your pockets, a「gentle」smile dances across Sakuya's face.
-
-# PUSH DOWN
-「... I can't wait anymore.」
-「It was {player} who teased me first... okay?」
-You, who are pushed down gently in a blink of the eye, stroke Sakuya's hair lovingly.
-「Really, that trait of yours is really unfair... You know that, right?」
-Sakuya's eyes are foggy with lust, and she doesn't waste a moment peeling off your clothes.
-「I'm sorry, {player}, but you'll have to bear with me until I'm satisfied.」
-「...Phew, Uhhgg...」
-「Sorry... I can't...」
-Sakuya pushes you down in the blink of an eye, her eyes hungrily devouring you.
-Her hot breath dances across your neck, and her slit rubs against your thigh.
-「It's all your fault, {player}...」
-「... I can't take it anymore.」
-Just as you hear Sakuya's voice, you find yourself constricted by her body.
-「Fufufu, It's your fault, {player}, for seducing me like this...」
-Her tongue flicks across her slightly opened lips, and her silver hair wraps around her pale skin.
-From her expression and words, you understand what is about to happen.
-「Nnng... Haaa... Haaa... Are you done already?」
-「But I wanted to feel your touch a bit more, {player}...」
-Although her pink breasts press against you, you tell her to endure it until next time.
-「... I understand.」
-「Next time, please make love to me until I lose conscious, okay?」
-「Ha... Haa... You're already done?」
-「Can't we continue...just a little bit?」
-Sakuya runs her fingers across your groin, pleadingly.
-You grip that hand firmly, making Sakuya give up on her advances.
-「... Next time, let's do it til the end, okay?」
-「My, you're already finished?」
-「I can still go on but... I guess it can't be helped.」
-「... Thank you, {player}.」
-Sakuya nuzzles her nose against your chest, breathing in your aroma before untangling her body from yours.
-「... Phew. I feel a lot better after that. Thank you very much.」
-「Please take care of me next time too, okay {player}♪?」
-「... Looks like we had an intruder this time.」
-「Next time, let's do it properly, {player}. Promise?」
-Sakuya licks her lips exaggeratedly, as if to show you on purpose...
-「Looks like we have an intruder.」
-Sakuya leaves as if nothing had happened.
-
-# SLIP OUT FAIL
-Just as you think you got away from Sakuya, you find yourself restrained by Sakuya once more.
-A devilish smile surfaces on Sakuya's face. Looks like there is no escape from her.
-「Ara, I won't let you go.」
-「It's {player}'s fault that I became like this,」
-「so take responsibility, okay?」
-You are restrained by Sakuya with a challenging smirk. Seems like there is no escape.
-Sakuya uses her powers to restrain you against your will. She has clearly lost her senses.
-Drool trickles from the corner of her mouth, and love juices flows from her honey pot.
-You can't escape from her current state - one you never could have imagined from her normal self.
-
-
-# WORK PLEASURE MARK
-「... Looks like it's time for work.」
-「Now then, if you'll excuse me.」
-
-(... No... I have to endure it... At least until I finish work...)
-Although she tries to act as if nothing is wrong, Sakuya heads to work even though her face is flushed and her breathing is jagged...
-
-# WORK PLEASURE MARK
-Sakuya is doing something behind the pillar...
-Seems like she is masturbating with a broom between her legs.
-She is so engrossed in her actions she didn't even notice you...
-You decide to leave her be...
-「Ara, There's some mold here...」
-「... Wait? I'm sure cleaned this place already...」
-「Huh, Huhh? Here too, I'm sure I just...?」
-
-「......?!?!」
-It seems like they were stains from her own love juices.
-Even while at work, Sakuya's body burns with lust
-It becomes a hinderance to her cleaning.
-「Nnng... Uuuu... Endure it... Endure...」
-# TEA
-「......」
-You lower your head in apology again and again as Sakuya glares at you without a word.
-「It's getting a bit late now...」
-「How was the meal? I hope it was prepared skillfully.」
-「Oh yeah, by the way, not long ago, when Meiling was napping on her post...」
-「Recently, the Mistress hasn't been able to sleep very well...」
-「Recently Marisa's come to steal books again. Do you have any ideas to prevent that?」
-「Patchouli-sama seems to want to leave the library and exercise.」
-「She thinks she should really start exercising soon, but she has asthma after all... I don't think it will work out like she thinks.」
-「Recently the Maid Fairies have been really annoying.」
-「Whenever %CALLNAME:MASTER% comes by, they'll come reporting your arrival to me...」
-「Ara, Next time let me prepare the tea, okay?」
-「... It's delicious.」
-Though it's clear she's speaking to herself, her terse words are filled with genuine praise.
-Satisfied with that, you silently share the drink with Sakuya.
-「...Unacceptable, there's no way I could let the Mistress drink something like this.」
-Sakuya says with a serious expression as she critiques the tea.
-Pissed off by her attitude, you ask for the cup back before downing the remaining tea.
-Sakuya can only muster a bitter chuckle as you seize up, unable to speak from the horrible taste of the tea.
-「Hmm, You passed.」
-Sakuya sips the black tea with a relaxed expression.
diff --git "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index b6697c4..0000000
--- "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,85 +0,0 @@
-# >pedy
-「Mmm, Hold on a second...Chuu!」
-Sakuya was quick to respond, promptly running her tongue up your asshole.
-「Mmm, Rero, Chuu... Rero...」
-Maybe it's because she's doing it for her beloved, Sakuya is not repulsed licking your asshole.
-Without instructions, Sakuya instantly went behind you and sucked on your anus.
-She ran her tongue around your asshole, then proceed to stick her tongue inside it and simulates the prostate.
-When she pulls out her tongue from your asshole, Sakuya starts sucking on your anus again,
-servicing you in every way imaginable with saliva dripping down her chin.
-「That place is!!! ...I understand.」
-Sakuya tries to refuse your order to perform a rimjob, so you force her by ordering her in a stronger tone.
-「Gu... Rero... Reru... Ue!」
-Sakuya shuts her eye tightly and closed off her mind as she service your anus.
-
-%CALLNAME:MASTER%は唐突に咲夜の口内をペニスで蹂躙した
-Using your penis, you suddenly violate the insides of Sakuya's mouth.
-「―――Guu!? Ubu, Jubu, Buu!?」
-Despite planning to fight back against the sudden penetration of your penis, she did no go through with it.
-
-Apparently, Sakuya is experiencing some pleasure as she accepts a fist into her vagina.
-Sakuya moans like a beast as your fist thrusts into her vagina.
-「Ahhhhhh!!?」
-Sakuya screams like a beast as a fist was thrust into her vagina.
-Her back was upturned to the utmost as her body shakes in pain.
-
-
-「Eh, that place? ...It can't be helped.」
-You requested Sakuya to lick your asshole and she reluctantly agreed.
-「Mm, Rero, Chuu... Reryu...」
-Sakuya licks your asshole without any repulsion, probably because she's doing it for her beloved.
-When you instructed Sakuya to lick your asshole, she instantly appeared behind your back and sucked on your anus.
-Sakuya traces around your hole with her tongue and stuck it inside, stimulating your prostrate.
-In addition, when she pulled out her tongue, she sucked on your anus,
-serving it in every conceivable way as saliva drips from her chin.
-「That place...! I... Understand...」
-You forced her to perform anal service in a strong tone when she refused to follow your orders.
-「Gu...Rero, U, Re... U...」
-Sakuya shuts her eyes and avoids thinking about anything as she serviced your anus.
-
-Sakuya pants, her pearly white ass trembles in pain.
-The scene continued until Sakuya's buttock were peach in color.
-「Ow! It hurts, why!?」
-Sakuya grits her teeth, bearing the humilation of being spanked for no reason.
-
-
-When you cracked the whip against her white back,
-Sakuya falls to the floor with her back turned up to the limit.
-Pointing our her sloppiness, you whipped the crawling Sakuya's ass once more.
-Sakuya thrusts her ass up and shudders in humiliation and pain,
-spraying her love juices from her cleft...
-
-Stopped in time, you press and rub your penis against Sakuya's delicate hand, slender and fair as swan's neck.
-Feeling quite excited at the though of ravishing the soft, elegant palm of hers,
-you further wrap her fingers around your entire length in a grip to indulge in even more pleasure...
-「You want to do it by hand?」
-Sakuya applies saliva on both her hands and promptly grasp your penis with one while kneading your testicles with the other.
-Furthermore, she opens her mouth and licks your glans...
-「Hmmm... You can let it out anytime, you know...」
-Sakuya drools on your rod and spreads it with her hands, handling it with exquisite force.
-Unsatisfied, she opened her mouth and starts caressing your glans with her tongue...
-「A handjob... I understand.」
-Sakuya applies and spread the saliva on both her hands and proceeds to grasp your penis with one
-while kneading your testicles with the other.
-「...」
-Nonchalantly, Sakuya helps relieve your pent-up desires...
-
-Deciding to use Sakuya's mouth as an onahole, you hold her chin and forced her mouth open while time is stopped.
-As you slam your penis into her mouth without consideration, her unprotected tongue greets your penis.
-Your penis twitches as it enjoys Sakuya's soft, slippery onahole mouth with a hint of tightness and stickiness...
-Without caring, you raped Sakuya's throat as if to hit your hips against her face.
-Sakuya gives her all, fellating your penis.
-Putting your rod to the back of her throat, Sakuya caressed the base with her tongue and the glans with her entire throat.
-When you spread your legs, Sakuya begins to serve you without being told.
-An expression of fascination covers her face as she unzipped your pants with her mouth and inhaled the smell of your exposed penis.
-Sakuya starts sucking the glans, swallowing your rod down to the root while cleaning the underside of the callus with her tongue...
-「Rero... How's that? Does it feel good? Rero!」
-When you told her how good it felt to have her face buried in your crotch, she smiled happily as she chewed on your penis.
-You decided to ask Sakuya to suck your penis.
-「Mmmm... Picha... Rero...」
-While its true that a blowjob from Sakuya should be a pleasant experience, you are not feeling it.
-It seems like Sakuya is not putting any effort into pleasuring you...
-「Ugh...Are you washing this properly?」
-Sakuya frowns at the smell of your male organ as she draws her face close to your penis.
-「...I understand...Mmm, Rero...Chuu...」
-As Sakuya stood frozen staring at your penis, you urged her to start serving.
diff --git "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\345\210\273\345\215\260\345\217\226\345\276\227.ERB" "b/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
deleted file mode 100644
index c142027..0000000
--- "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"	
+++ /dev/null
@@ -1,22 +0,0 @@
-# MARKS
-
-Sakuya screams and loses consciousness. Seems like the intense pleasure short-circuited her brain.
-(Ah, I think I'm done for.)
-Sakuya's eyes roll back as she spreads her legs wide. The sounds coming from her mouth is no longer intelligible.
-「Ah, Mast-!?」
-For some reason, Sakuya's brows furrowed slightly as she glances at you.
-(I almost called someone other than Remilia-sama「master」... That... can't be...)
-「%CALLNAME:MASTER%-sama, here is your tea.」
-Sakuya's attitude is weirdly submissive, almost like a maid towards her master.
-(I...haven't admitted it yet.... Not out loud, at least...)
-
-
-# HATE 1
-「......」
-Sakuya glares at you without a word.
-
-# HATE 2
-「Please do not show your face to me again.」
-
-# HATE 3
-「Would you please kindly leave Scarlet Devil Mansion forever? I insist.」
diff --git "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\346\200\247\344\272\244\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\346\200\247\344\272\244\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index 595f597..0000000
--- "a/src/gensim/data/dialog/characters/Izayoi Sakuya/M_KOJO_K15_\346\200\247\344\272\244\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,327 +0,0 @@
-# sexo
-
-
-「Umm, It's actually my first time...」
-Sakuya looks into your eyes, her expression filled with nervousness.
-You are about to take the normally composed and calm Sakuya's first time.
-Just the thought of that makes your member harder than usual.
-Seeing your dick grow bigger like it wants to pierce the heavens, Sakuya can't help but tremble in anticipation.
-Slowly, you line your penis against the mouth of Sakuya's vagina.
-「...Umm. I'm alright, put it in... %CALLNAME:MASTER%...」
-You slowly enter Sakuya, feeling her walls wrap around your penis.
-「Fuuu... Unnng... Nnngg... Urrrghhh...」
-Sakuya groans a little as her insides accepts your length.
-From your connection, a small stream of blood flows, evidence of her transformation from a「girl」into a「woman」.
-The contrast of the crimson blood against Sakuya's marble skin only makes you more aroused.
-「Nnngg... %CALLNAME:MASTER%, is it all in?」
-Sakuya calls your name as if to steel herself.
-「It isn't...as painful as I imagined... So you can...start moving.」
-
-「I...don't have any experience... So please be gentle, okay?」
-Sakuya looks into your eyes, her expression filled with nervousness.
-You are about to take the normally composed and calm Sakuya's first time.
-Just the thought of that makes your member harder than usual.
-Seeing your dick grow bigger like it wants to pierce the heavens, Sakuya can't help but tremble in anticipation.
-Slowly, you line your penis against the mouth of Sakuya's vagina.
-「...Umm. I'm alright, put it in... %CALLNAME:MASTER%...」
-You slowly enter Sakuya, feeling her walls wrap around your penis.
-「Fuuu... Unnng... Nnngg... Urrrghhh...」
-Sakuya groans a little as her insides accepts your length.
-From your connection, a small stream of blood flows, evidence of her transformation from a「girl」into a「woman」.
-The contrast of the crimson blood against Sakuya's marble skin only makes you more aroused.
-「Nnngg... %CALLNAME:MASTER%, is it all in?」
-Sakuya calls your name as if to steel herself.
-「It isn't...as painful as I imagined... So you can...start moving.」
-
-「Eh?!... No, it's nothing. Okay... Come...」
-After a quick deliberation, Sakuya consents to having sex with you.
-「Uhhhhnnnn――――!! Unngg, Nnngg, Fuuu... Fuu...」
-You position yourself at the entrance of Sakuya's vagina, and enter in one quick motion.
-A tearing sound followed by a stream of crimson makes you panic, asking in a confused tone why Sakuya didn't tell you she was a virgin.
-「I'm fine with %CALLNAME:MASTER% being my first, idiot.」
-「Everyone loses their virginity someday. I simply chose you as my first partner, that's all...」
-Sakuya places her hand on the cheeks of the bewildered you, an alluring smile appearing on her face.
-You decide to use Sakuya's cunt like a onahole while standing.
-Spreading her nether lips with their fingers, you probe her insides to assess the condition of her pussy.
-And as you do, you feel something unusual. It seems like her hymen is still intact.
-... There's no mistaking it. Sakuya is a virgin. That cool and aloof Head Maid Sakuya is actually a virgin.
-Your crotch stands up suddenly.
-That stuck-up bitch's chasity is about to be taken mercilessly without permission and without the knowledge of the owner.
-The sense of immorality sends a chill of pleasure down your spine, and your member becomes even stiffer.
-
-You tease Sakuya's unspoilt entrance before entering and taking her virginity with one stroke.
-Sakuya's insides resist the sudden invader at first, but after a while, starts servicing the meat rod unconsciously...
-Seems like the perfect maid has a fittingly perfect hole...
-You rate Sakuya's orifice mentally as you hammer away at her inside, savoring the unique tightness of the virgin hole...
-
-「You want to have sex? Ah, go on.」
-Sakuya says nonchalantly as she spreads her legs open to allow insertion.
-You position your penis at the entrance before entering her unspoilt virgin hole without a thought.
-「Fuuu―――!!Nnng...! Fuuu... Fuuu... Uhhhgg... Is something wrong?」
-You, who had no idea she was still a virgin, apologize for your thoughtlessness as Sakuya breaks out in cold sweat.
-「Please, don't worry about me and use Sakuya's slutty hole to your hearts content.」
-「I maybe be lacking in some aspects since it is my first time, but please teach my body the『feeling of a man』.」
-Being able to break Sakuya in just the way you like it――― Just the thought makes your lust burn like a raging fire.
-You start grinding against Sakuya, as if to scrape away the last remains of her hymen.
-「nnng―――!!Ahh――!Unnngg... Fuuu... Ahh...!」
-Sakuya's face twists in pain, but hints of pleasure starts showing in her voice.
-Listening to her moans, you can't help but stifle a smile.
-
-「Finally...」
-Sakuya's gaze transfixes on your erect member.
-「My hymen is broken since I was trained to pleasure men... But it's my first time having an actual man enter me, so...」
-Sakuya murmurs as she spreads her legs slowly.
-Unable to refuse Sakuya's temptations any longer, you press yourself onto Sakuya without a second thought.
-
-「Umm... Okay.」
-Sakuya spreads her legs slowly.
-「...Though I don't have my hymen because of my training, you're actually my first man.」
-As Sakuya finishes, you feel your lower half jump in excitement.
-You will become Sakuya's “first” man. The thought lingers in your mind.
-
-You, unable to control your lust, you push into Sakuya's insides without mercy.
-
-「... I understand.」
-Seems like Sakuya has decided to give her body to you.
-Sakuya spreads her leg to make it easier for you to enter her.
-「I actually...have never slept with a man before, so... Please be gentle, okay?」
-You position your lower half against the entrance of Sakuya's vagina, before slowly sinking your length into her depths...
-Seems like your penis hit a “sweet” spot.
-「Haaa... Please, fill me up with %CALLNAME:MASTER%'s thing...」
-
-「Sex? Ah, of course.」
-Sakuya says as she spreads her legs with a straight expression.
-「I have had training in the bedroom arts, so...」
-「Please, don't mind me. Use Sakuya's slutty hole freely to your heart's content.」
-You do as told and penetrate her vagina without holding back.
-「Nnngg... Fuuu... Nnggg...」
-Seems like she doesn't actually have much experience with a real man, for she seems to feel more of the insertion rather than pleasure.
-You can't help but imagine how much room she has to develop-
-How she will moan, and what kind of voice she will use to beg you to put it in... You are definitely looking forward to it.
-
-
-
-
-
-
-You grab Sakuya's waist from the front, pushing your penis into her without permission.
-With an unchanging expression, Sakuya is frozen in time, unable to do anything as her insides are being violated.
-
-Sakuya raises one leg into the air, spreading her pussy to make it easier for you to enter.
-
-「Come, fill me up with your dick...」
-Sakuya raises one leg into the air to make it easier for you to enter.
-
-「Eh, in this position? U-umm. Yeah, it's fine...」
-「Just wait a bit... Nnngg...」
-Sakuya raises one leg to make it easier to enter her, exposing her lovely genitals.
-As Sakuya raises one leg in the air, she spreads her soaked kitty, showing it to you shamelessly...
-Drooling a little from the corner of her mouth, Sakuya begs you with a lust-filled expression.
-Raising one leg, she spreads her pussy lips with her fingers as wide as she can, giving you a good look at her drooling lower mouth.
-
-「Ahh, here you go.」
-Sakuya spreads her legs as wide as she can, allowing you to enter her more easily.
-You decide to use Sakuya's cunt like a onahole as she lays on the ground.
-Spreading her nether lips with their fingers, you probe her insides to assess the condition of her pussy.
-And as you do, you feel something unusual. It seems like her hymen is still intact.
-... There's no mistaking it. Sakuya is a virgin. That cool and aloof Head Maid Sakuya is actually a virgin.
-Your crotch stands up suddenly.
-That stuck-up bitch's chasity is about to be taken mercilessly without permission and without the knowledge of the owner.
-The sense of immorality sends a chill of pleasure down your spine, and your member becomes even stiffer.
-
-You tease Sakuya's unspoilt entrance before entering and taking her virginity with one stroke.
-Sakuya's insides resist the sudden invader at first, but after a while, starts servicing the meat rod unconsciously...
-Seems like the perfect maid has a fittingly perfect hole...
-You rate Sakuya's orifice mentally as you hammer away at her inside, savoring the unique tightness of the virgin hole...
-You grab Sakuya's waist from behind, pushing your penis into her without permission.
-With an unchanging expression, Sakuya is frozen in time, unable to do anything as her insides are being violated.
-
-「Come... Will you please...fill me up?」
-Sakuya lets you do as you please to her body.
-
-「Okay, I'm ready, so... Let's do it?」
-Sakuya adjusts her position so she can accept you more readily.
-
-「Okay, I'm ready, so... Let's do it?」
-Sakuya adjusts her position so she can accept you more readily.
-
-「We're doing it? Okay, here you go.」
-Sakuya spreads her legs without a change in expression.
-
-
-
-
-
-「Get on all fours?」
-Sakuya follows your directions and changes her posture.
-「I can't really see your face from this position...」
-Sensing her unease, you steal Sakuya's lips in an attempt to comfort her.
-「Nnngg... Chu-... Fuwaaa. Okay, I'm ready...」
-Gaining their partner's consent, you put your hand on Sakuya's waist, adjusting yourself against her entrance.
-And with one stroke, push into Sakuya's depths.
-
-「Hnnggg... Phew... Nnngg, %CALLNAME:MASTER%...」
-Due to the pain, Sakuya calls your name uneasily.
-Just like before, you turn Sakuya's face around and kiss her to ease the pain.
-... After a few moments have passed, the pain in Sakuya's expression lightens.
-「...Nnng, %CALLNAME:MASTER%... You can...move now...」
-Seems like she's gotten used to the position without much trouble. Your hips gradually speed up as they hammer away at Sakuya's behind...
-
-「Get on all fours?」
-Sakuya follows your directions and changes her posture.
-「I can't really see your face from this position...」
-Sensing her unease, you steal Sakuya's lips in an attempt to comfort her.
-「Nnngg... Chu-... Fuwaaa. Okay, I'm ready...」
-Gaining their partner's consent, you put your hand on Sakuya's waist, adjusting yourself against her entrance.
-And with one stroke, push into Sakuya's depths.
-
-「Hnnggg... Phew... Nnngg, %CALLNAME:MASTER%...」
-Due to the pain, Sakuya calls your name uneasily.
-Just like before, you turn Sakuya's face around and kiss her to ease the pain.
-... After a few moments have passed, the pain in Sakuya's expression lightens.
-「...Nnng, %CALLNAME:MASTER%... You can...move now...」
-Seems like she's gotten used to the position without much trouble. Your hips gradually speed up as they hammer away at Sakuya's behind...
-
-「Get on all fours?」
-Sakuya follows your directions and changes her posture.
-「I can't really see your face from this position...」
-Sensing her unease, you steal Sakuya's lips in an attempt to comfort her.
-「Nnngg... Chu-... Fuwaaa. Okay, I'm ready...」
-Gaining their partner's consent, you put your hand on Sakuya's waist, adjusting yourself against her entrance.
-And with one stroke, push into Sakuya's depths.
-
-「Hnnggg... Phew... Nnngg, %CALLNAME:MASTER%...」
-Due to the pain, Sakuya calls your name uneasily.
-Just like before, you turn Sakuya's face around and kiss her to ease the pain.
-... After a few moments have passed, the pain in Sakuya's expression lightens.
-「...Nnng, %CALLNAME:MASTER%... You can...move now...」
-Seems like she's gotten used to the position without much trouble. Your hips gradually speed up as they hammer away at Sakuya's behind...
-You decide to use Sakuya's cunt like a onahole.
-Spreading her nether lips with their fingers, you probe her insides to assess the condition of her pussy.
-And as you do, you feel something unusual. It seems like her hymen is still intact.
-... There's no mistaking it. Sakuya is a virgin. That cool and aloof Head Maid Sakuya is actually a virgin.
-Your crotch stands up suddenly.
-That stuck-up bitch's chasity is about to be taken mercilessly without permission and without the knowledge of the owner.
-The sense of immorality sends a chill of pleasure down your spine, and your member becomes even stiffer.
-
-You tease Sakuya's unspoilt entrance before entering and taking her virginity with one stroke.
-Sakuya's insides resist the sudden invader at first, but after a while, starts servicing the meat rod unconsciously...
-Seems like the perfect maid has a fittingly perfect hole...
-You rate Sakuya's orifice mentally as you hammer away at her inside, savoring the unique tightness of the virgin hole...
-
-「Sex? Ah, Help yourself.」
-Sakuya says as she gets on all fours without a change in expression, her pale rear pointing towards you enticingly.
-You position your penis at the entrance before entering her unspoilt virgin hole without a thought.
-「Fuuu―――!!Nnng...! Fuuu... Fuuu... Uhhhgg... Is something wrong?」
-You, who had no idea she was still a virgin, apologize for your thoughtlessness as Sakuya breaks out in cold sweat.
-「Please, don't worry about me and use Sakuya's slutty hole to your hearts content.」
-「I maybe be lacking in some aspects since it is my first time, but please teach my body the『feeling of a man』.」
-Being able to break Sakuya in just the way you like it――― Just the thought makes your lust burn like a raging fire.
-You start grinding against Sakuya, as if to scrape away the last remains of her hymen.
-「nnng―――!!Ahh――!Unnngg... Fuuu... Ahh...!」
-Sakuya's face twists in pain, but hints of pleasure starts showing in her voice.
-Listening to her moans, you can't help but stifle a smile.
-「I have had training in the bedroom arts, so...」
-「Please, don't mind me. Use Sakuya's slutty hole freely to your heart's content.」
-You do as told and penetrate her vagina without holding back.
-「Nnngg... Fuuu... Nnggg...」
-Seems like she doesn't actually have much experience with a real man, for she seems to feel more of the insertion rather than pleasure.
-You can't help but imagine how much room she has to develop-
-How she will moan, and what kind of voice she will use to beg you to put it in... You are definitely looking forward to it.
-
-
-
-
-
-
-You grab Sakuya's waist from the front, pushing your penis into her without permission.
-With an unchanging expression, Sakuya is frozen in time, unable to do anything as her insides are being violated.
-
-Sakuya smiles as she gets into a position that shows off the entirety of her well shaped ass.
-
-「From behind? That's fine, here...」
-Sakuya replies as she extends her pale ass towards you.
-「I can't see your face from here...」
-
-「From behind? Okay, Fine...」
-Sakuya raises her ass high to make it easier for you to enter.
-
-「From behind, Huh? Okay.」
-Sakuya turns away, spreads her legs, and parts her pussy lips with her fingers so you can enter easily.
-You grab Sakuya's waist from the front, pushing your penis into her without permission.
-With an unchanging expression, Sakuya is frozen in time, unable to do anything as her insides are being violated.
-
-Sakuya smiles as she gets into a position that shows off the entirety of her well shaped ass.
-
-「From behind? That's fine, here...」
-Sakuya replies as she extends her pale ass towards you.
-「I can't see your face from here...」
-
-「From behind? Okay, fine...」
-Sakuya raises her ass high to make it easier for you to enter.
-
-「From behind, huh? Okay.」
-Sakuya turns away, spreads her legs, and parts her pussy lips with her fingers so you can enter easily.
-
-
-
-
-You thrust your penis into Sakuya's asshole while she lies on her back.
-Her anus tightens around the intruder but after a few hip thrust,
-it turned out to be of perfect tightness for a freely available masturbator...
-
-「You are going for anal, understood」
-
-
-Sakuya moans and her hair becomes more dishevelled as she was violated deep into her womb by her beloved %CALLNAME:MASTER%.
-Sakuya begs for forgiveness but her cervix sucks on your rod and refused to let go...
-Unable to leave, you decide to move your hips letting her cervix suck on your gem.
-Having her womb kneaded, Sakuya is unable to speak due to the violent pleasure she is experiencing...
-It seems that Sakuya's womb is starting to feel the pleasure of having her cervix tortured...
-You thrust your penis that was already in her vagina, even deeper.
-「Mmmm... So deep, oh!」
-When you simulated Sakuya's uterus, she let out a little cry of pain.
-She'll have to get used to it a bit more before she can feel it in her portio...
-Your penis violates Sakuya's womb directly.
-What would been painful for most is now the best reward for Sakuya's fully developed womb.
-Sakuya smiles at you as she drowns in lust.
-Sakuya begs for forgiveness but her cervix sucks on your rod and refused to let go...
-Unable to leave, you decide to move your hips letting her cervix suck on your gem.
-Having her womb kneaded, Sakuya is unable to speak due to the violent pleasure she is experiencing...
-It seems that Sakuya's womb is starting to feel the pleasure of having her cervix tortured...
-You thrust your penis that was already in her vagina, even deeper.
-「Mmmm... So deep, oh!」
-When you simulated Sakuya's uterus, she let out a little cry of pain.
-She'll have to get used to it a bit more before she can feel it in her portio...
-Sakuya begs for forgiveness but her cervix sucks on your rod and refused to let go...
-Unable to leave, you decide to move your hips letting her cervix suck on your gem.
-Having her womb kneaded, Sakuya is unable to speak due to the violent pleasure she is experiencing...
-It seems that Sakuya's womb is starting to feel the pleasure of having her cervix tortured...
-You thrust your penis that was already in her vagina, even deeper.
-「Mmmm... So deep, oh!」
-When you simulated Sakuya's uterus, she let out a little cry of pain.
-She'll have to get used to it a bit more before she can feel it in her portio...
-It seems that Sakuya's womb is starting to feel the pleasure of having her cervix tortured...
-You thrust your penis that was already in her vagina, even deeper.
-「Mmmm... So deep, oh!」
-When you simulated Sakuya's uterus, she let out a little cry of pain.
-She'll have to get used to it a bit more before she can feel it in her portio...
-You thrust your penis that was already in her vagina, even deeper.
-「Mmmm... So deep, oh!」
-When you simulated Sakuya's uterus, she let out a little cry of pain.
-She'll have to get used to it a bit more before she can feel it in her portio...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\343\202\244\343\203\231\343\203\263\343\203\210.ERB" "b/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
deleted file mode 100644
index f04f1bc..0000000
--- "a/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
+++ /dev/null
@@ -1,105 +0,0 @@
-If you ever want to find a book or anything, please tell me, okay?」
-you really don't have any tact, do you?」
-pleased to make your acquaintance.」
-
-If you ever want to find a book or anything, please tell me, okay?」
-you really don't have any tact, do you?」
-pleased to make your acquaintance.」
-「Ah, Nice to meet you.
-I am the secretary here. Hehe.」
-Although she is puffing her chest like a kid waiting to be praise, you can feel an air of maturity coming from her surprisingly.
-「If you ever want to find a book or anything, please tell me, okay?」
-you really don't have any tact, do you?」
-pleased to make your acquaintance.」
-
-
-
-
-You wake up to the pleasant smell of coffee drifting in the room.
-「Ara, Good morning, %CALLNAME:MASTER%.」
-Koakuma squints from the rays of the morning coming through the curtain.
-「I just finished brewing that.」
-「Fufu, I used to dream about situations like this before, kind of.」
-The coffee she gives you has a little too much sugar in it.
-「Good morning, %CALLNAME:MASTER%.」
-Good morning, you reply.
-
-You wake up to the pleasant smell of coffee drifting in the room.
-「Ara, Good morning, %CALLNAME:MASTER%.」
-Koakuma squints from the rays of the morning coming through the curtain.
-「I just finished brewing that.」
-「Fufu, I used to dream about situations like this before, kind of.」
-The coffee she gives you has a little too much sugar in it.
-「Good morning, %CALLNAME:MASTER%.」
-Good morning, you reply.
-
-
-
-
-
-
-You wake up to the pleasant smell of coffee drifting in the room.
-「Ara, Good morning, %CALLNAME:MASTER%.」
-Koakuma squints from the rays of the morning coming through the curtain.
-「I just finished brewing that.」
-「Fufu, I used to dream about situations like this before, kind of.」
-The coffee she gives you has a little too much sugar in it.
-「Good morning, %CALLNAME:MASTER%.」
-Good morning, you reply.
-
-
-
-
-「ZZZー...... ZZZー......」
-Koakuma's sleeping posture is too cute.
-
-
-
-
-「Hello. Do you have any time to talk?」
-「... W-Wait! Why are you ignoring me?」
-
-「Ah, Patchouli-sama...」
-An awkward expression hangs on Koakuma's face when she notices Patchouli.
-Patchouli simply smirks faintly and suggests the two of you continue on.
-「T-That's...」
-「Ah, Aha...hahaha...」
-The atmosphere is hard to describe. Koakuma and you can only laugh awkwardly at the situation.
-Koakuma's hands, which were teasing you, stops dead in their tracks.
-「Patchouli-sama, h-hello.」
-What extraordinary things you find when strolling around, Patchouli muses, the corners of her mouth raised in a faint smile.
-Koakuma and you can only stand there and blush.
-
-
-
-
-「... These, are my panties, right?」
-「......」
-「Confiscated!!!」
-「A-Aren't these... panties...?」
-「I can't believe you did something like this! They're confiscated!」
-「... These, are my panties, right?」
-「......」
-「Confiscated!!!」
-「A-Aren't these... panties...?」
-「I can't believe you did something like this! They're confiscated!」
-
-「Hehehe...」
-Koakuma pushes you down on the floor, looking down with a dangerous expression.
-
-
-「Would you like to rest with me?」
-
-
-
-
-
-(Ahh, I see now.)
-(It seems like... I've fallen in love...)
-(Huh... What? What is this feeling?)
-(Even though we aren't doing anything at all, why do I feel so happy just from staying by %CALLNAME:MASTER%'s side?)
-(This feeling, what in the world...)
-
-
-
-
diff --git "a/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\345\210\273\345\215\260\345\217\226\345\276\227.ERB" "b/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
deleted file mode 100644
index f099470..0000000
--- "a/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\345\210\273\345\215\260\345\217\226\345\276\227.ERB"
+++ /dev/null
@@ -1,24 +0,0 @@
-「Ouch... What are you doing? Geez.」
-「Ouch!? W-What in the world are you thinking?」
-「Ow, Ah, Aaarrrrhhggggg! P-Please stop... I beg- No, please no moooooooooore!!!」
-
-
-
-「Ah... Ah, It feels...good...」
-「Hyaaauuu!?」
-「...Ah... That...was amazing just now...」
-「Unngg, Ahh, Uuu, I'm- I'm cumming... Ah, Auuuuuuuu... AHHHHHH!!」
-「I-It's the first time I've felt...like I-I'm going to heaven...」
-「M-more ple-... Ah, Um, N-nevermind!」
-「Nnngg... Haaa... U-umm, Please...give me more, please.」
-「H-Harder please, harder, harder, please make me go crazy from it... AHHHHHHHHHHH!!」
-「Thank you for you hard work. Would you like me to give you a massage?」
-「... Has anyone ever told you that you are really charismatic?」
-(I cant... Even though I already have Patchouli-sama...)
-(I want to be of use to that person...)
-「I am still a demon after all, I hope you understand that.」
-You can't help but feel a chill as she said that.
-「%CALLNAME:MASTER%, seems like you really dislike me, huh?」
-You take a step back from the intense pressure of Koakuma's glare.
-「I see, so that's how it is. You want to be my enemy, huh?」
-Her glare is filled with nothing but killing intent.
diff --git "a/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index adbff5b..0000000
--- "a/src/gensim/data/dialog/characters/Koakuma/M_KOJO_K59_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
+++ /dev/null
@@ -1,263 +0,0 @@
-「.....」
-You lower your head in apology repeatedly as Koakuma looks on silently with a ominous smile on her face.
-「This... How should I put it...」
-Wrapping her fingers around yours, Koakuma whispers, her voice soft and almost ticklish.
-「Playing with your fingers, feels kind of erotic, doesn't it?」
-Koakuma's blushing cheeks lands a critical hit on you, who can't help but blush as well.
-「Nnnggー」
-Next to you, Koakuma flaps her wings like a dog wagging its tail as she closes her eyes to savor the feeling.
-「Whenever you're next to me, it somehow makes me feel at peace.」
-「Can you please embrace me for a bit?」
-Koakuma looks up at you with a greedy expression, like a child begging for affection.
-Koakuma's hair has a different fragrance than usual today.
-「Ah, I changed my shampoo, that's why.」
-You bury your face in the hair of the beaming Koakuma.
-「Ah, Fuwaaa...!」
-「Kyaaa!」
-Your hands naturally gravitate towards Koakuma's body as the two of you hang out and chat about this and that.
-「Hey, You can't touch that place, okay?」
-You withdraw your hand reluctantly. At least you got to see Koakuma's pouting expression.
-「It's unbelievable.」
-「Even though I'm only talking with %CALLNAME:MASTER%, I feel like I'm the happiest person in the world.」
-「I wonder if I'm the only one feeling this happiness... That seems kind of unfair, doesn't it?」
-「Today's weather is nice, isn't it?」
-You nod in response to the small talk from Koakuma, who stares up into the sky before murmuring.
-「Normally I only stay in the library, so the brightness hurts my eyes a little.」
-Using the sun as the excuse, she wipes away a tear discreetly.
-「What a quiet night...」
-Koakuma's voice is barely a whisper, but it is the only sound that can be heard.
-You agree, but decide not to break the tranquil silence.
-「Fuwaa~ Ah... I'm a bit sleepy.」
-「Ahh, What a wonderful meal that was~」
-「Oh, By the way, I read a book called『The Story of Romans』recently, and...」
-「Oh, Right, a while ago, there was this detective novel called『The Lautrec Mansion Murder』and...」
-「The Sci-fi novel『Inherit the Stars』that I read a few days ago is soooooooo good, and...」
-「Recently I read『Dogra Magra』, but...」
-「From the perspective of a devil like me... How should I put this... It felt more like chaotic influence rather than demonic...」
-「I read a book called 『Hokuto no Ken』.」
-「That kind of book is apparently called "Manga". Have you read anything like that before?」
-「Ahh, You could have told me if you wanted tea...」
-「Ah, it's delicious.」
-Though it's clear she's speaking to herself, her words are filled with genuine praise.
-Satisfied by that, you silently share the drink with Koakuma.
-「Umm... This is...」
-Koakuma cannot find the right words to critique the tea without hurting your feelings.
-You ask for the cup back before downing the remaining tea to taste it for yourself.
-Koakuma can only muster a bitter chuckle as you seize up, unable to speak from the horrible taste of the tea.
-「Something like this is perfect for the moment.」
-Koakuma sips the black tea with a relaxed expression.
-「Ahhh...ngg... The bases of my wings are sensitive, so please wash them gently.」
-You use a sponge to carefully wash Koakuma's wings, which extrude from the silky smooth skin on her back.
-「You're really good at this... Pheww, Nnnggg.」
-Koakuma's alluring moans, whether they due to embarrassment, or a deliberate seduction, excites you, who can't contain your lust any more.
-「I'll feel bad if you're the only one doing the washing.」
-And just like that, with washing you in mind, Koakuma takes the sponge from your hands.
-The sponge is brusquely taken by Koakuma.
-「... Did you just touch my butt?」
-Koakuma turns around to look at you with a mischievous smile.
-「Uuuuunnngggg!」
-You run your hand down her spine, and Koakuma jumps in her seat, her wings flapping in discord.
-「Hey, If you that so suddenly, I'll get ticklish.」
-Ignoring her complaint, you continue caressing Koakuma's back.
-Like a snake, Koakuma slips away from your attempt at skinship.
-「Ahh, You can't do that, really...」
-Although she pouts her lips, Koakuma gives in to your attempts at skinship.
-
-
-「Ah...nnng... Ahhhh... Uhhhh...!?」
-The soft sensation of her buttcheeks and the sweet moans that she gives whenever her butt is caressed poses a dangerous combination.
-You end up stopping before you lose yourself.
-「... Are you stopping... there?」
-However, using her natural talents as a devil, Koakuma continues her delicious temptation.
-Unable to fight their urges, you continues to enjoy her fluffy cheeks until Koakuma is satisfied.
-「Do you like...butts? Okay then, here you go.」
-You enjoy, to your heart's content, Koakuma's ass, which was held high.
-「Ah, Nng! Not theeeeere...!」
-Then where, you ask, but Koakuma just lowers her eyes, hiding a blush.
-「N-No, not when there's people...」
-Having your hand slapped away, you can only give up regretfully.
-「... People say I'm pretty scary when I am angry, you know.」
-You break out in a cold sweat and pull your hand back as Koakuma gives you a rather terrifying smile.
-
-
-You pull Koakuma into your arms, and she falls into them without any resistance.
-Her weight and warmth is so pleasant, no words could describe it, and your expression softens unconsciously.
-「Reminds me of daddy...」
-Koakuma closes her eyes tranquilly.
-「Ara Ara, Do you want to be spoiled?」
-Koakuma teases as she returns the hug with a happy smile.
-「How is it? Am I good to hug?」
-The best feeling ever, you reply. Koakuma giggles, slightly embarrassed.
-「Nnnmm...」
-Koakuma gives in to the hug without saying a word.
-「What are you doing all of a sudden?」
-It's hard to reply when she asks with such a serious expression...
-「Y-You should really read the mood before doing something like this...」
-Koakuma is a bit surprised, but a pretty blush has still crept up her cheeks.
-
-
-「Haa... Nnngg... Nchuu... Hnn...」
-Koakuma swallows your saliva while her mouth is violated by your tongue.
-「Mmmm... Haa... Haaa... No, don't stop...!」
-You two lose yourselves in a kiss so intense there is almost no room for air.
-「Nnnngg... Kuchu... Chuu...」
-When Koakuma finally disentangles her lips, several minutes have already passed.
-「S-Stop it please!」
-Cries Koakuma as she backs away from you.
-「Nnngg... Chuu... Fuuu, Kissing me out of the blue... That's unfair...」
-Koakuma looks at you, grumbling.
-
-
-「...! Please be gentler!」
-Since you're really bad at this, you hear her mutter under her breath.
-That fucking hurts your ego.
-「Ah... Nnngg!? What are you doing all of a sudden... Really...」
-Koakuma's eyes are mixed with apprehension and expectation.
-「Fuwaaa, Nngg... I-It feels good...!」
-Koakuma's hot breaths become jagged as you move your hands.
-「Ahhh, Nnnnggg... Ah!? M-My breasts have become this sensitive...」
-Her eyes become moist from embarrassment as she melts in the pleasure.
-「D-Do you really like my boobs that much?」
-You nod so hard, your neck almost snaps.
-「... You pervert, really... But I can't say anything about others, though.」
-Koakuma presses her chest together so it can fondled more easily.
-「Here you go... Please make me feel good, okay?」
-Koakuma whispers in a seductive tone.
-
-「Eeeeek!?」
-Koakuma screams as you caress her anus with your fingers.
-「T-That's the wrong place!」
-I'm just teasing you, you say as you withdraw your finger.
-「Unyaaa!? ...Hmmmmph, How many times is this already?」
-You continues caressing her anus as you try to talk Koakuma into it.
-「T-There's already a place for you to do it properly, why do you insist on... Ahhhhhnnn!」
-Though she is complaining, her reactions have clearly become more pronounced.
-「Nnggg, Haaa... Nnngg... Uhhggg... I-I can't...believe...my butt... Ahhh!」
-You hilt your middle finger into her ass, every stroke eliciting a lusty moan from Koakuma.
-「P-Please wait a moment. I still haven't gone to... Uuuuuhhhh, Hyaaaannn!」
-As your finger probes further, you feel something hard brush against it. You tell Koakuma of your discovery.
-「Uhhhgg... Sniff... Sniff... I'm so embarrassed that I'm going to die...」
-You show no mercy even as Koakuma's eyes well up with tears and start moving your hand once more.
-
-
-「Ahhh, Please be... Ahh... Gentle there...!」
-Every time you press her love button gingerly with your fingers, Koakuma's precious place becomes wetter.
-「Nnngg... Ahh, Haa.... AHHHHH!」
-Koakuma lets out a scream of ecstasy, her hips trembling from pleasure, as you slowly peel away her clit hood.
-「Huummmm, Ahhh, H-Harder please...AHHHHHHH!?」
-As you pinch her clit with your fingers and start rubbing it gently, Koakuma lets out a sweet cry of pleasure.
-「Y-Your t-too amazing... Haa... Ha... Haaa... Ahhh....!」
-Koakuma's eyes roll back in their sockets and her body arches back rigidly. Seems like she's become unresponsive.
-
-「Umm... Does this mean...we're doing that...right?」
-You nod at Koakuma's question.
-「... I...am a devil. So, I think you know this, but my body isn't pure.」
-「I'm not a good girl like you think I am, you know?」
-You say that you understand. You understand that, yet you want to make love to Koakuma.
-「... I understand. If I say anything else it'll be rude to %CALLNAME:MASTER%.」
-「Please be gentle... Okay?」
-Koakuma lays down on the bed on her own accord.
-「Eh? Wait- This is Patchouli-sama's room, you know?!」
-So what, you ask, feigning ignorance as your hand start hiking up Koakuma's skirt.
-「Ah, Wait- F-fine! I understand so stop teasing me for a bit!」
-Embarrassment and guilt towards Patchouli mixes in her expression, but Koakuma lowers herself onto the bed.
-「Ahhh... Patchouli-sama's smell... I am terribly sorry, Patchouli-sama, for being such a naughty familiar...」
-Though her words show reluctance, Koakuma's expression seems rather excited.
-「Why are we purposely doing it in someone else's room... Can't you wait a little bit?」
-Of course I can't, you reply before she even finishes her sentence, prompting Koakuma to sigh in acquiescence.
-「That isn't something you should say so shamelessly... Really...」
-You push Koakuma on the bed without a second word.
-「...Ahh, But this feeling of immorality...」
-For some reason Koakuma also seems pretty excited.
-「Huh? N-No way no way no way no way no way. Right in front of other people?!」
-Just as Koakuma refuses, the Maid Fairies rowdily fly around, leaving the vicinity.
-%BREAKENG(@" ... Or so they seem to leave, but you can see them looking at you through the tiny crack on the door. Seriously, these Maids...(internal dialogue omitted)")%
-「Nnngg... I can't believe our first time is an exhibitionist play...」
-Koakuma, who has been writhing in embarrassment on the ground, suddenly stands up with a determined expression.
-「Fiiiine! Why don't we show them everything if they want to watch that much! Quickly, shove your big dick in me!」
-As the final Maid Fairy scramble into a hiding spot, you push Koakuma down onto the table.
-「Huh? ...Umm, This is technically our first time, you know?」
-%BREAKENG(@"Koakuma lowers her eyes with a dumbfounded expression, and finds her vision stuck to your member, which has already grown stiff from looking at Koakuma's naked body.")%
-「... Pervert.」
-Koakuma blushes before looking back up into your eyes with a soft expression.
-「... Well, we might be the perfect match for each other, after all.」
-Koakuma smiles as she holds your hand and guides it to her precious place.
-It is wet from something other than the bath water.
-「The atmosphere might not be the most romantic, but lets feel good together, us two perverts.」
-You can't help but smile as you pull Koakuma into a passionate embrace.
-「...Haa? This is the outside, you know?」
-That's right.
-「... That's not-... What do you mean by "that's"- Mmmnnnggg!?」
-Not wanting to waste any more time, you shut Koakuma up by sealing her lips.
-「... Our first time is in public...」
-Though her words seem remorseful, her tone betrays a slight hint of excitement.
-「U-Umm, You want to do it here?」
-That's right.
-「... What- Do you really- Fuwaaaan!?」
-Although Koakuma wanted to change locations, you silence her by fondling her breasts.
-「E-Even though it's our first time...」
-Tears well up in Koakuma's eyes, but she relaxes her body, melting into her partner's...
-「Ah, You want to do it now?」
-Koakuma asks as a shade of arousal blossoms on her cheeks pink.
-「Let's do it... I like having sex with you after all.」
-Unbuttoning her shirt sensually, Koakuma smiles as she lowers herself onto the bed.
-「What should we do if Patchouli-sama sees us?」
-Koakuma makes no effort to stop you even as she spoke.
-「...Should we give her a show of us having sex?」
-Koakuma whispered seductively. Whether she was serious or joking, you couldn't tell.
-「In someone else's room again?... I really can't understand what %CALLNAME:MASTER% is thinking.」
-The immoral feeling makes it exciting, you answer.
-「... I'm so disappointed in myself over the fact that I knew what you were going to answer.」
-「Umm... Could it be that you like being seen?」
-I want to show the world your loveliness, you reply, causing Koakuma to blush in embarrassment.
-「Aww, I guess it can't be helped... Since you say so... Hey you guys over there. You come closer and take a look.」
-Thanks to Koakuma's bold invitation, the Fairy Maids hover around, excited.
-「Aha! Are you horny from seeing my body?」
-Koakuma looks at you with a mischievous grin.
-「Your dick is so big it looks like it's in pain... Ahhh, Look how wet I am already.」
-Perhaps due to the heat of the bath, Koakuma seems naughtier than usual as she saddles up on you.
-「In a place like this again... Do you want to be seen by other people that much?」
-Though she complains, Koakuma shows no sign of resistance.
-「Fiiiine. Let's show everyone everything, what do you say?」
-「... Fine. I won't say anything.」
-「... This is actually not that bad after all.…」
-Sensing that Koakuma seems to have an affinity with this new fetish, you pull her into an embrace.
-「Ah, Could it be...you want to have sex? Fufu, Let's feel good together, okay?」
-Koakuma smiles seductively, allowing you to carry her onto the bed.
-「What should we do if Patchouli-sama sees us, I wonder?」
-Koakuma muses as she actively presses her body against yours.
-「... If other people have sex in my room, I probably won't be very happy.」
-Though she says so, Koakuma is clearly aroused.
-「You guys sure love watching...」
-Koakuma's breath is jagged as she gives the Fairy Maids a show, leaning in to your caress.
-「... Entering the bath together with you makes me really horny.」
-You, who have the same exact same thought, return the embrace as Koakuma latches on to you.
-「This again... Do you really want to be seen that badly?」
-Koakuma complains though she can't hide her arousal any longer.
-「... Fine. I won't say anything anymore, okay?」
-Dumbfounded, Koakuma slowly unbuttons her blouse.
-「...Eh?」
-Koakuma can not believe what she hears, and her face freezes in a bewildered expression.
-「...Umm, Do you really...」
-「I mean, I am both a devil and already Patchouli-sama's familiar, so...」
-%BREAKENG(@"You ask Koakuma, who is trying to find any excuse to decline the confession, how she really feels.")%
-「... I...」
-%BREAKENG(@"If you don't like me then please tell me directly, you say. To your surprise, Koakuma shakes her head so hard it's a miracle her neck doesn't snap.")%
-「No, that's not the case at all! I also...」
-Koakuma falls silent as those words escape her mouth. And, after a long while, she finally continues.
-「...like %CALLNAME:MASTER%.」
-Koakuma breaks out into a smile as she sniffles and wipes away tears.
-「I am not a good girl at all. You will become disappointed in me one day, I'm sure of it.」
-I've already done that, you say.
-「Then... why?」
-%BREAKENG(@"I love Koakuma so much, every time I feel disappointed, my love for you drowns it out, you convey your genuine feelings.")%
-「... This is your last chance. This is the only chance you have to break up with me, you know?」
-Why would I need a second chance to break up with you, you laugh.
-「... Y-You're an idiot, you know that?... Ahh, I don't care what happens to someone like you anymore!」
-「The only thing you can do now is stay by my side and become as happy as you can be!」
-You are able to hold Koakuma tightly as she leaps into your arms with all her strength.
-You gather your courage and try to confess to Koakuma.
-「...Ummm, Could you please stop teasing me?」
-Although you are rather serious, it seems like the mood and atmosphere is just not right.
-
-「Would you like to rest with me?」
diff --git "a/src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\244\343\203\231\343\203\263\343\203\210.ERB" "b/src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
deleted file mode 100644
index 94f99bc..0000000
--- "a/src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"	
+++ /dev/null
@@ -1,233 +0,0 @@
-
-「I haven't seen you before, have I...?
-Oh well. Welcome to my Great Library.」
-This is my study. Do you have some business with me?」
-So, who are you then?」
-「いやあぁあああああああ近づかないで」
-パチュリーは%CALLNAME:MASTER%が現れたのを見て恐怖している
-「%CALLNAME:MASTER%」
-パチュリーは%CALLNAME:MASTER%の姿を見ると嬉しそうに声をかけてきた
-You greet Patchouli and promptly tell %HIM_HER(54)% about how you want to live together with %HIM_HER(54)%.
-「Eh? Ah, Mh-hm... Please treat me well.」
-You hesitantly tell Patchouli that you will live in a different room from now on.
-「Oh... That's...unfortunate.」
-You hesitantly tell Patchouli that you want to live together with %HIM_HER(54)% again.
-「I see... It'd be nice if this time we could live together forever.」
-Once Patchouli sees you, %HE_SHE(54)% beckons you to come closer.
-You approach %HIM_HER(54)% and Patchouli whispers in your ear.
-「Use this key whenever you want... But I hope you won't get up to too much mischief.」
-「%CALLNAME:MASTER%, come in.」
-「You can make use of anything that's here however you like, to an extent...... That includes me, too.」
-%BREAKENG(@"Patchouli says as %HE_SHE(54)% pats the seat next to %HIM_HER(54)%, and turns to look back at the book %HE_SHE(54)% was reading. ")%
-「Welcome to my study. \@ YOGORE:311 >= 500 ? Are you here to clean? Or did you come to meet me? # Shall we talk while drinking tea? \@」
-「Welcome home.
-Let's have some tea.」
-\@ NEMUKE() >= 720 ?  .. Are you perhaps tired? I can lend you my lap. # Are you here to take a break? Or perhaps to rest? \@」
-「%CALLNAME:MASTER%...! Coming in so abruptly... It's a bit embarrassing...」
-Patchouli notices you and slowly comes over.
-\@ TCVAR:130 > 0 ? Patchouli approaches you, it looks like %HE_SHE(54)% has something on %HIS_HER(54)% mind. # 「...... ......」 \@
-「\@ TCVAR:130 > 0 ? We've seen each other a lot, haven't we? But that's just fine. # Are you stalking me? This is too much to be a coincidence! \@」
-「...Fuh, We've seen each other a lot recently, haven't we?」
-「Cleaning, are you? While you're at it, \@ TCVAR:130 > 0 ? won't you have a talk with me? # sort out the books around there.\@」
-「Good work as always...... Oh, Make sure not to touch those shelves.」
-「... Cleaning? Or perhaps you were aiming to see \@ GET_TARGETNUM() == 1 ? me # someone \@ nude.」
-「Just in time, make me some tea please.」
-「You came at the right moment. I wonder if you've got any interesting topics to talk about.」
-「What might you be doing here? This is the Great Library of the Scarlet Devil Mansion.」
-「Wandering into my room without permission, like some sort of mouse.」
-「Oh my, it's unusual to see
-a vampire other than Remi and %HIS_HER(16)% sister
-a part-beast
-a human... A human? Whatever, a human
-a human
-in this mansion.」
-You greet Patchouli and promptly tell %HIM_HER(54)% about how you want to live together with %HIM_HER(54)%.
-「Eh? Ah, mh-hm... Please treat me well.」
-You hesitantly tell Patchouli about how you will live in a different room from now on.
-「Oh... That's...unfortunate.」
-You hesitantly tell Patchouli about how you want to live together with %HIM_HER(54)% again.
-「I see... It'd be nice if this time we could live together forever.」
-Once Patchouli sees you, %HE_SHE(54)% beckons you to come closer.
-You approach %HIM_HER(54)% and Patchouli whispers in your ear.
-「Use this key whenever you want... But I hope you won't get up to too much mischief.」
-「Ah, you're here, %CALLNAME:MASTER%.」
-「You can make use of anything that's here however you like, to an extent...... That includes me, too.」
-Patchouli smiles sweetly and sits down in %HIS_HER(54)% favorite seat.
-「Welcome to my study. \@ YOGORE:311 >= 500 ? Are you here to clean? Or did you come to meet me? # Shall we talk while drinking tea? \@」
-「I'm back.
-Please make me some tea.」
-\@ TIME >= 60 && TIME <= 180 ? Fuwa...... Could you lend me your lap? # Were you taking a break? Won't you have one with me? \@」
-Patchouli realizes you're here, and %HE_SHE(54)% immediately approaches you with a smile like the Cheshire cat's.
-\@ TCVAR:130 > 0 ? Patchouli approaches you, it looks like %HE_SHE(54)% has something on %HIS_HER(54)% mind. # 「...... ......」 \@
-「\@ TCVAR:130 > 0 ? We've seen each other a lot, haven't we? But that's just fine. # Haaa... \@」
-「......Fuh, We've seen each other a lot recently, haven't we?」
-「Did you perhaps come to clean? Oh, The books around there are hard to read and take in.」
-「I'd like you to try not coming in here too much while I'm not around.」
-「Just in time, make me some tea, please.」
-「Ah, You're here. I wonder if you've got any interesting topics to talk about.」
-「Could it be that you were cleaning? That's unfortunate... Since we'll dirty it again after this.」
-「\@ TRAINNAME:PREVCOM == "掃除" ? You're cleaning? That's fine, I'll come in. # Are you feeling at home? I'll come in the bath with you too. \@」
-「You were here?」
-「You were here?」
-「You were here?」
-「Good morning, seeing %CALLNAME:MASTER%'s face right after waking up makes me happy.」
-「You look cute when you're asleep.」
-
-
-「\@ BASE:体力 > 500 ? Fuwaa~...... You should also go to sleep soon # I'm spent...... Time to go to bed. \@.」
-Says Patchouli and returns to %HIS_HER(54)% room.
-
-You enter the room where Patchouli is sleeping peacefully.
-You sneak next to Patchouli and twirl some of %HIS_HER(54)% hair around your finger.
-Patchouli's sleeping face looks somewhat content.
-You poke Patchouli's cheek lightly.
-%HE_SHE(54,1)% seems to dislike it, as %HE_SHE(54)% turns %HIS_HER(54)% head and grabs your finger.
-You're baffled by Patchouli's unexpected reaction.
-「Nnh............」
-\@ RAND:2 ? Patchouli rolls over while hugging the futon. # As Patchouli turns over %HIS_HER(54)% skirt rolls up all the way to reveal %HIS_HER(54)% thighs.\@
-You gently squeeze Patchouli's breasts.
-「Ah............n
-%UNICODE(0x2665)%
-」
-Patchouli lets out an amorous voice but shows no signs of awakening.
-
-
-「%CALLNAME:MASTER%......? Sleeping, are we?」
-Says Patchouli and uses magic to levitate your body, before moving you to your room.
-「\@ BASE:体力 > 500 ? It's time to go to bed. # I'm tired so get out. \@」
-Says Patchouli, sending you out of %HIS_HER(54)% room and locking the door.
-
-
-It seems Patchouli still hasn't noticed your entering.
-Patchouli's expression softens as %HE_SHE(54)% notices your entering.
-The purple-haired girl frowns doubtfully when %HE_SHE(54)% notices you.
-Patchouli sees you enter and \@ TCVAR:130 ? after a beat # uncaringly \@ turns back at %HIS_HER(54)% book.
-Before you know it, you have approached Patchouli to talk with %HIM_HER(54)%
-Patchouli is silently reading a book and doesn't seem to notice you\@ CMATCH(CFLAG:320,0,1,CHARANUM) < 6 ? %" "%and the others # \@.
-%BREAKENG(@"You \@ CMATCH(CFLAG:320,0,1,CHARANUM) < 6 ? and the others try not to bother the reading Patchouli and move # try not to bother the reading Patchouli and move \@ through silently.")%
-Patchouli hears something, looks up, and meets your gaze.
-You smile awkwardly and Patchouli nods in understanding, before returning to %HIS_HER(54)% book.
-You notice Patchouli intently scribbling something while staring at a book.
-You try to pass through without bothering Patchouli who's taking notes while muttering something to herself.
-Patchouli notices your entering and smiles.
-You run your hand through the smiling Patchouli's hair once and move on.
-*Bow*
-Patchouli gives you a slight nod as she continues reading.
-The purple-haired girl notices you and takes a glance at you, but notices you're not going to stop and returns to %HIS_HER(54)% book.
-「Koakuma, \@ CFLAG:2:300 == CFLAG:3:300 ? please make me some tea. # are you around?\@」
-Without noticing you, Patchouli \@ CFLAG:2:300 == CFLAG:3:300 ? asks Koakuma for tea. # searches for Koakuma. \@
-Patchouli simply watches as you pass by in a hurry.
-Patchouli is nodding off and isn't in a state to notice you.
-You give a sidelong glance at Patchouli as you pass by.
-You realize Patchouli is looking at you, and stop to give a bow to %HIM_HER(54)%.
-Patchouli doesn't seem to mind as %HE_SHE(54)% returns to %HIS_HER(54)% reading.
-「.........」
-Patchouli is so focused on reading she doesn't seem to notice you.
-「......!?」
-「Meiling, we're borrowing your room.」
-Patchouli nonchalantly distances %HIMSELF_HERSELF(58)% from you and smiles at Meiling.
-「It's unusual to see you here\@ TIME >= 720 && TIME <= 1020 ? , have you perhaps come to take a nap again? # ...... \@」
-Patchouli calls out to Meiling\@ TALENT:恋慕 ? , not letting go of your hand # %" "%while lightly tugging on your sleeve \@ under the table.
-「\@ TALENT:恋慕 ? My, not coming in Meiling?...... It feels amazing. # We'll be taking a bath first. \@」
-「Haa...... Sorry, but could you make some tea, %CALLNAME:MASTER%?」
-Says Patchouli and beckons Meiling to come over.
-「Don't just stand around there doing nothing, Meiling. Let's have some tea together.」
-「We're borrowing your room, Koakuma.」
-Says Patchouli while not budging from your side.
-「\@ TALENT:恋慕 ? Your timing was good, in a sense...... # Koakuma, would you please sort the books on that shelf?\@」
-%BREAKENG(@"Patchouli \@ TALENT:恋慕 ? seems a little upset by Koakuma's entry, but soon regains %HIS_HER(54)% composure with a resigned look in %HIS_HER(54)% eyes. # begins giving instructions as soon as Koakuma enters. \@")%
-「What? Is it really that surprising to see me here?」
-Patchouli lightly chides Koakuma who has gotten wide-eyed with surprise.
-「Koakuma\@ TALENT:恋慕 ?, have you come to get your back washed by %CALLNAME:MASTER% too? It feels amazing # , don't hesitate and come on in\@.」
-%BREAKENG(@"\@ TALENT:恋慕 ? In good spirits, Patchouli invites Koakuma to bathe while displaying a master's graciousness. # Patchouli invites Koakuma to bathe, who just keeps standing stock-still before the open door. \@")%
-「Koakuma, can I help you?」
-Koakuma comes by, and Patchouli \@ TALENT:恋慕 ? shows %HIM_HER(59)% in together with you. # kindly shows %HIM_HER(59)% in.\@
-「%CALLNAME:MASTER%, could you make some tea?...... Come on in, Koakuma.」
-Sensing Koakuma's presence, Patchouli kindly invites %HIM_HER(59)% in to take a short break.
-「You came in at just the right time, Sakuya. I want to drink some of your tea for a change.」
-Despite it being the owner of the room that comes in, Patchouli still orders %HIM_HER(15)% to make tea.
-「Oh my, Sakuya...... Might you be here to clean?」
-Patchouli looks at you a little regretfully.
-「I don't think there's any need to be that surprised by my going outside......」
-Patchouli seems a little shocked by Sakuya's amazement.
-「\@ TALENT:恋慕 ? Sakuya, it's a little hot but it feels good in here. # Even elegant maids sweat, it seems.\@」
-%BREAKENG(@"\@ TALENT:恋慕 ? Seeing Sakuya tightly guarded by a towel, Patchouli looks around for an excuse.# Patchouli says something very obvious to humans while looking slightly proud of %HIMSELF_HERSELF(TARGET)%.\@")%
-「Sakuya? Cleaning \@ TALENT:恋慕 ? can be left to %CALLNAME:MASTER%, alright? # isn't needed right now. \@」
-Patchouli seems a little flustered by Sakuya's sudden visit.
-「Busy as usual, aren't you...... %CALLNAME:MASTER%, make some tea for us.」
-Without really minding the change in the mood, Patchouli offers Sakuya some tea.
-「We're borrowing your room, Remi.」
-Patchouli says something inane to Remilia while smiling awkwardly, and you begin brewing tea.
-「Remi, even if you come to the library there's no longer a sea here.」
-Sensing the mood isn't remotely arousing any longer, Patchouli speaks a bit sarcastically to Remilia.
-You and Patchouli leap up in surprise at the sound of the door cracking open without so much as a knock.
-%BREAKENG(@"The culprit behind the loud noise, Remilia, raises %HIS_HER(16)% voice in laughter and after being briefly dumbfounded you and Patchouli begin laughing too.")%
-「\@ TALENT:恋慕 ? Remi, you want to bathe together with us that much? # Even if it's for washing, will you be alright with using running water? \@」
-Patchouli \@ TALENT:恋慕 ? smiles at Remilia while holding your arm. # separates from you and moves towards Remilia.\@
-「I see that the head of the mansion does as %HE_SHE(16)% pleases.」
-You and Patchouli exchange a smile with Remilia and make room for %HIM_HER(16)%.
-「Oh my, Imouto-sama. This place looks surprisingly comfortable like the library, doesn't it...... But the air seems hard to breathe.」
-「...... It's not just something I'm saying because we shut you in here, alright?」
-Patchouli continues, while hiding the somewhat regretful look on %HIS_HER(54)% face.
-「Imouto-sama, welcome...... You can read the books if you want, but be careful not to destroy them.」
-Patchouli says to Flandre \@ TALENT:恋慕 ? with a mother's smile. # while looking affectionately at %HIM_HER(50)%. \@
-「\@ CFLAG:1002 ? Welcome, Imouto-sama. # I've been to the basement but this is the first time Imouto-sama has come here, isn't it?\@」
-Patchouli seems delighted that Flandre has come here.
-「Imouto-sama, \@ TALENT:恋慕 ? I'll wash your hair. Please come over here. # once you've washed I hope you'll come soak in the bath.\@」
-Says Patchouli and separates from you.
-「Somehow or other Imouto-sama is just like Remi, isn't %HE_SHE(50)%......」
-Patchouli meets your gaze and beckons Flandre over.
-「I wonder why I've formed a clone.」
-「Ah, A mouse that can't read the mood.」
-「Unfortunately, that's enough.」
-「Oh my,
-Remi,
-Imouto-sama,
-you seem to be up to something fun. Let me join in too.」
-「Uhh...... Just what kind of a situation is this......」
-「...... Seems I arrived at just the right time.」
-「Mid-insertion? My bad.」
-
-「We've unexpectedly been seen...... Was this a bad spot?」
-It feels unexpectedly good, you know? Patchouli says to Sakuya while separating from you.
-「It can't be helped... We'll have to stop for now.」
-「Entering your master's room without waiting for an answer....... I wonder what you were thinking.」
-%BREAKENG(@"Without a flinch, Patchouli begins to \@ EQUIP:0 ? adjust %HIS_HER(54)% disheveled clothing. # put on the clothes scattered around %HIS_HER(54)% bed. \@")%
-%BREAKENG(@"With a calm look on %HIS_HER(54)% face, Patchouli \@ TALENT:恋慕 ? sits down by you without leaving your side. # puts some distance between %HIM_HER(54)%self and you and covers %HIS_HER(54)% body with a towel.\@")%
-Without a flinch, Patchouli begins to \@ EQUIP:0 ? adjust %HIS_HER(54)% disheveled clothing. # put on the clothes scattered around the bed. \@
-Patchouli separates from you while grumbling something like
-「I wonder if the location was bad......」
-「Well, if we're seen then we're seen. \@ TALENT:恋慕 ? Shall we continue? # It can't be helped. \@」
-
-
-「\@ パンツ所有 ? Do you prefer panties over me!? # Why aren't those my panties!! \@」
-Patchouli humphs in anger.
-「Argh! Confiscation!」
-「\@ パンツ所有 ? How could it be that my panties turned up in your pocket?  # I don't think I can possibly believe those are your panties. \@」
-You avert your eyes from Patchouli without saying anything.
-「Haaa...... I'll put these in the laundry later.」
-
-「It's alright if you resist...... Though I don't feel like letting go.」
-「Help me with a little experiment.」
-「Ah...... Is that all?」
-Patchouli separates from you and tidies %HIS_HER(54)% clothes while looking bitterly at you.
-「I'm completely satisfied...... Let's do this again another time.」
-Says Patchouli and kisses you on the cheek.
-You wriggle as if trying to slip away and Patchouli readily lets you go.
-「Hm, That's enough then...... Help me with another experiment later please.」
-
-「ダメよ、私は満足してないわ」
-「こら、まだ実験は終わってない」
-
-
-
-
-
-
-
-
-
-
-「
-%UNICODE(0x2665) * 2%
-」
diff --git "a/src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index 394701f..0000000
--- "a/src/gensim/data/dialog/characters/Patchuli Knowledge/M_KOJO_K54_\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,527 +0,0 @@
-# HATE MARK
-「No matter how close a relationship gets, there are some things that can't be forgiven.」
-Patchouli speaks while giving you a cold stare.
-「I'll be sure to thoroughly teach you how manners are essential even in intimate relationships.」
-「Well, we are on close enough terms to do things like that calmly.」
-Patchouli mumbles to you.
-「Oh, Don't sit at ease yet... I'm not done talking.」
-「Change of plans for today. Shall we count the offences you've committed, %CALLNAME:MASTER%?」
-Patchouli glares at you.
-「Counting offences is not a very romantic topic, is it?」
-Patchouli's gaze softens a bit and %HE_SHE(54)% continues.
-「I know, shall we think back on the things we've done together?」
-
-
-「Fufu, I wonder just what silly thing you're talking about, %CALLNAME:MASTER%?」
-Patchouli laughs at you as %HE_SHE(54)% slams the cover of %HIS_HER(54)% book shut.
-Patchouli is being talkative and tells you something.
-
-
-# VALENTINE
-For some reason the conversation with Patchouli just turns into a confusing mess.
-「No, that's not what I... Let's see, how should I say this......」
-「I didn't realize this until Koakuma told me, but......」
-Patchouli looks towards you.
-「Apparently whenever I concentrate too hard on reading, I have a habit of making things around me float about.」
-「There seems to be an event called Valentine's in the outside world.」
-「I'm told it's a day where you give chocolate to the person you love, or something like that...」
-Patchouli gives you an impish smile.
-「Naturally, you will look for ingredients I can use to reward you with chocolate, no?」
-
-
-
-# CHAT FRIEND
-Patchouli furrows %HIS_HER(54)% eyebrows a little and tells you about %HIS_HER(54)% latest failure.
-「The grimoire I read the other day was no good... I never expected there to be so many places needing revision.」
-「I can't be without a book. Since a me without a book wouldn't be me.」
-You feel just a little envious for books.
-「It's alright, %CALLNAME:MASTER% is essential as well.」
-
-
-「I saw something called a gravure photo collection from the outside world......」
-While feeling %HIS_HER(54)% breasts, Patchouli solemnly says: 「I think if they were big they'd just be on the way though.」
-You go『...Um...』and『...Err...』repeatedly and begin to lose your composure.
-「......Eh? Oh....... Mh-hm......」
-Patchouli too replies with something unclear.
-Patchouli looks to be puffing %HIS_HER(54)% cheeks a little.
-「%CALLNAME:MASTER%... You do know that was clearly unacceptable, don't you?」
-Patchouli doesn't look at you, you're not even sure %HE_SHE(54)%'s listening.
-「...............Haa.」
-
-「My preferences?...... It's not exactly a preference, but I find people that have things that I don't have interesting.」
-Patchouli turns %HIS_HER(54)% eyes that were looking into the distance towards you.
-「...... I wonder if you're able to become someone like that?」
-
-
-「Hey, %CALLNAME:MASTER%, where did you hear that from?」
-Patchouli's voice seems calm but there is a hint of danger mixed in.
-
-「So, won't you tell me who has gone and gossiped about my past? Fuffufufu......」
-
-「What did you think of the book I gave you?」
-
-「How far did we get on the topic of the true nature of witches again......」
-Paying no mind as you reflexively start holding your head in your hands, Patchouli begins talking from where %HE_SHE(54)% left off previously.
-
-「Hey, %CALLNAME:MASTER%...... Tell me, what are some interesting books in your eyes?」
-After some thought, you list a few book titles.
-「I'll keep those in mind, thank you.」
-
-
-「I keep telling you, I think that's just tiresome.」
-You say you like it that way because it fits better.
-「I guess...... Let's make sure this time.」
-「.........」
-
-
-You are frantically looking for a conversation topic, but Patchouli doesn't seem to care.
-「...... You do know why I'm angry, right?」
-You can only nod and wait for the storm to pass.
-
-「%CALLNAME:MASTER%, what kind of a person do you like?」
-You panic from the sudden question and accidentally reply you like people like Patchouli.
-Patchouli doesn't seem too dissatisfied and laughs.
-
-
-「Could you stop talking about that?」
-Patchouli suddenly stops your story.
-「Sorry, I just don't like that topic very much.」
-
-
-「My job here?...... Let's see, that would be maintaining the environment and managing Imouto-sama.」
-Patchouli answers your question smoothly and continues.
-「Because %HIS_HER(50)% mind \@ TALENT:50:恋慕 ? has become stable # is beginning to show signs of stability \@ it's not been very hard recently.」
-
-
-「Come to think of it, are you familiar of what kind of beings witches are?」
-You reply by asking if it's not just a general term for women that practice magic.
-「Well, that's what's people think, isn't it... I know, I'll hold you a lecture on witches. The length is until I get bored.」
-
-
-「Won't you try reading a book like this for a change, %CALLNAME:MASTER%?」
-You accept the book gratefully and promise to read it once you have time.
-
-
-「You... Is making people angry your forte?」
-A silent blaze fills Patchouli's eyes as %HE_SHE(54)% looks at you.
-
-
-「..................... I see.」
-Each time there's a pause in your story Patchouli gives you a cold stare.
-
-「Oh~ What an interesting story.」
-Patchouli urges you to continue.
-
-
-「...... Is this story going to go on for long?」
-Patchouli stifles a yawn. %HE_SHE(54,1)% seems very bored.
-
-
-「Lately rats have been causing some terrible damage recently......」
-Patchouli sighs and tells you to do something about it.
-You and Patchouli are face to face examining a book.
-「Hmm... I wanted an opinion from a different point of view, but I didn't expect us to have the same opinion...」
-「I wonder what kind of books do you like, %CALLNAME:MASTER%?」
-Patchouli listens to what kind of books interest you and tells you on which shelf other books like them can be found.
-「It seems you can tell the quality of a person's thought processes from their way of talking.」
-While reading a book taller than ones %HE_SHE(54)% usually reads, Patchouli talks to you as if having a monologue.
-「...... It's not very good, is it.」
-\@ CFLAG:1003 ? Patchouli # The purple-haired girl \@ frankly tells you that the tea tastes bad.
-「There's a book on how to brew tea \@ CFLAG:現在位置 == 310 ? over there # in the library \@, you're welcome to have it.」
-「Ara, This is delicious... I give it a full 96 points.」
-Patchouli keeps taking sips from the cup, seemingly very satisfied.
-「Remember this feeling and strive to be able to brew this at any time.」
-「This is... No matter how you look at it, this is terrible.」
-Patchouli takes a single sip, returns the cup and has you drink it too.
-「See? Not good, is it?」
-You say that the tea might be bad but Patchouli's leftovers are good, and Patchouli's face turns bright red.
-「Drinking tea with you is something special, %CALLNAME:MASTER%.」
-Patchouli holds the cup with both hands and empties it little by little.
-「If it was just a little tastier I would have absolutely no complaints to make, you know... If you need advice, I can give you as much as you need.」
-「Sharing something delicious with the one you love... I never thought I would feel this happy.」
-「Hm... {27 + RAND:3 * CFLAG:1004} points, you've still got a ways to go.」
-\@ CFLAG:1003 ? Patchouli # The purple-haired girl \@ takes a sip of the tea you brewed and gives it an evaluation right away.
-「It's alright for you to ask Sakuya to teach you as well.」
-「...... {53 + RAND:3 * (CFLAG:1004 / 2)} points, you're becoming fairly decent.」
-Says Patchouli while looking straight at you.
-「The amount of tea leaves has become adequate. Now you only need to get the steeping time right.\@ CFLAG:1004 == 15 ? ..... Keep it up. # \@」
-「Un, Delicious.」
-You gratefully accept Patchouli's evaluation.
-「Now just keep the taste like this and we can really say it's become drinkable.」
-「......!? What is it all of a sudden?...... If you touch me any further I'll get angry.」
-You tell the wary Patchouli that you were just washing %HIS_HER(54)% back.
-「...... (Right, if %HE_SHE(MASTER)% tries something weird I can just burn %HIM_HER(MASTER,,1)% down)...... Go ahead then.」
-Patchouli clings to you from behind.
-「Next I'll wash you from head to toe.」
-「...... That's enough. It seems you've got too many idle thoughts as you keep doing it too strongly or too softly.」
-Patchouli takes the sponge away from you and begins washing %HIM_HER(54)%self.
-Once %HIS_HER(54)% back is washed, Patchouli looks over %HIS_HER(54)% shoulder at you.
-「...... I wonder, would it be better if I washed you with my chest instead of a sponge?」
-「Please be a little gentler......」
-The spot you are rubbing has indeed turned a little red.
-「You're surprisingly good, aren't you... Could you do the arms too?」
-You tell Patchouli it's no problem, lift %HIS_HER(54)% elbow and start scrubbing.
-「Head-patting is really for children but......」
-Despite saying so, Patchouli doesn't stop the patting hand and lays %HIS_HER(54)% head on your lap.
-「Ow-! That hurt!」
-One of your fingers gets stuck while stroking Patchouli's hair and you end up pulling it out without thinking.
-「...... Is touching my cheeks really that much fun?」
-You nod meekly in response to Patchouli, pinch %HIS_HER(54)% cheek and lightly pull on it.
-「Hon't full om my fheekー」
-「I don't understand what's so fun about touching other people's feet.」
-You tell Patchouli that touching pretty feet feels better than anything else and begin kissing them up towards %HIS_HER(54)% knees.
-「I'm in a bad mood so get off me......」
-It seems like this isn't a good time.
-「...... It's a little stifling, isn't it.」
-Says Patchouli, but %HE_SHE(54)% doesn't drive you off.
-「Wanting to hold hands like a child, huh.」
-You ask if you should stop, but Patchouli takes your hand with a resigned look on %HIS_HER(54)% face.
-「Hyawah!」
-You slide your hand up Patchouli's neck and %HE_SHE(54)% leaps up in surprise.
-「Why did you do that!? I was calculating things in my head and now the formula's a mess!!」
-「Touching the tips of other people's hair seems quite fun...」
-Despite reading a book, Patchouli is paying attention to you so that you doesn't do anything fishy.
-「What an exceptional pervert you are, wanting to touch my fingers...」
-You ignore %HIS_HER(54)% words and trace Patchouli's fingers with your own.
-「Eh, Next is the other hand?............ Just do as you like.」
-「Oh geez you're irritating!」
-Patchouli drives you off.
-You brush off some dust clinging to Patchouli's clothes.
-Patchouli frowns and has you brush off the rest of the dust too.
-「You'll give me a shoulder massage?...... Oh well, go ahead.」
-You put your hands on Patchouli's shoulders and begin massaging %HIM_HER(54)% gently.
-「Nn...... It feels unexpectedly good.」
-「Hyah!?............ What's going on?」
-Patchouli's eyes grow cold as you fondle %HIS_HER(54)% butt.
-「...... Quit it or I'll burn you to a crisp.」
-Patchouli blushes after letting out a lovely cry.
-「Hey, stop it!」
-You reach towards Patchouli's ass while exploring %HIS_HER(54)% mouth with your tongue.
-「Nnfuuh!......Aumhmmm.」
-Patchouli happily deepens the kiss when you start fondling %HIM_HER(54)%.
-While embracing Patchouli, you gently caress %HIS_HER(54)% butt.
-「Oh, isn't this just supposed to be a tender embrace?」
-In spite of saying so, Patchouli wraps %HIS_HER(54)% arms around you\@ TCVAR:20 == 32 ? r back. # . \@
-While fondling Patchouli's breasts, you also reach down to grope her ass.
-「Ara, Might you like my butt more than my chest?」
-「Ah... Like that...... Nnh... Here's payback...」
-As Patchouli rubs your \@ TALENT:MASTER:性別 == 2 ? penis # pussy \@, you fondle %HIM_HER(54)% gently.
-「But... Nfuuh... This time I will win...... Come already!」
-「More... Put more strength into it... Grope me harder......」
-You follow along with Patchouli's demand and begin groping %HIS_HER(54)% ass with more strength.
-%UNICODE(0x2665)%
-...Geez, What is it all of a sudden......」
-Patchouli looks at you and pouts a little.
-「If you're going to caress me... Then make it feel good.」
-You try to grope Patchouli's butt.
-But noticing that, Patchouli catches and stops your hand aiming for %HIS_HER(54)% soft flesh.
-「Hey, don't stroke my butt all of a sudden!」
-「%CALLNAME:MASTER%, do you have a liking for stroking people's bottoms?」
-You think for a bit, then reply that it isn't the feeling you likes but rather seeing the other person's reaction.
-「How awful... Just why did I fall in love with someone like this?」
-Despite %HIS_HER(54)% words, Patchouli smiles warmly.
-「And that's why, ah...」
-Interrupted in the middle of %HIS_HER(54)% speech by your stroking %HIS_HER(54)% butt, Patchouli stops midway and looks at you with cloudy eyes.
-You caress Patchouli's butt and %HE_SHE(54)% stares back at you with a composed look on %HIS_HER(54)% face.
-「Are you happy with that?...... You can keep going if you like.」
-You ask Patchouli if it's alright if you stroke %HIS_HER(54)% butt.
-「How sudden... Okay, do as you like.」
-「You're bold aren't you, even though I pushed you down.」
-Patchouli presses your hands down on %HIS_HER(54)% ass even harder.
-「Why are you so interested in touching me?」
-You reply that the feeling is good because of the surprising plumpness.
-「'Surprising' is a rude way to put it you know.」
-Despite saying so, Patchouli seems delighted.
-You fondle Patchouli's butt.
-「Hyawah... I think I told you earlier, but could you not touch me without warning?」
-「Ah... What? Did you think I would get into the mood just from your groping my ass?」
-「You say you want to stroke my butt... Are you sexually frustrated?」
-Despite saying so, Patchouli permits you to caress %HIS_HER(54)% butt.
-「Hya...... %CALLNAME:MASTER%...... I told you『Get permission for touching』earlier, didn't I?」
-Patchouli looks at you, %HIS_HER(TARGET)% cheeks slightly flushed.
-「Well, this time... I'll allow it.」
-「...... Stop it right now. That's too rough to be called caressing.」
-Patchouli looks at you with narrowed eyes.
-You reach out to Patchouli's ass but %HE_SHE(TARGET)% notices and stops your hand.
-「Get permission if you're going to touch a lady.」
-「Touching someone without warning is extremely rude.」
-「...... It's painful, could you perhaps let go of me soon?」
-When told so you loosen your hold in a hurry, and Patchouli quickly finds an opening to slip out of.
-%BREAKENG(@"You wrap your arms around Patchouli's hips and %HE_SHE(54)% reacts by wrapping \@ TALENT:性別 == 2 ? his # hers \@ around your neck.")%
-「Nnhー...... More...... Mh.」
-You entangle your body Patchouli's, ending your kiss.
-「Ah...... Mh, Mhm.」
-Patchouli's lips looks lonely as the kiss stops, but without delay you steal them and begin the kiss anew.
-「Ah...... Fufu, I love you.」
-Patchouli seems happy to have you embracing %HIM_HER(54)%.
-「You want to hug me as well?...... What shall we do about that, I wonder.」
-Patchouli pretends to consider it while hugging you from behind.
-「I'm just joking, here.」
-You tell Patchouli you cannot hug her back in this position.
-「I suppose so. Mhh, Go ahead.」
-You enjoy Patchouli's scent when suddenly %HE_SHE(54)% lets out a noise.
-「Ah! Don't breathe so hard... You're making my chest hot.」
-You pretend not to have heard %HIM_HER(54)% for now.
-%BREAKENG(@"You lift your face from Patchouli's bosom, this time hugging %HIM_HER(54)% and enjoying the scent of %HIS_HER(54)% \@ TALENT:100 <= TALENT:MASTER:100 ? hair. # belly button. \@")%
-「If you hug me that hard then I can't make you feel good.」
-When Patchouli speaks, you reflexively loosen your grip.
-「Ara, Ahaha. Yes, I'll make you feel good.」
-Patchouli presses %HIS_HER(54)% head against your chest and caresses you using %HIS_HER(54)% fingers.
-「I'll make you feel better and better......」
-「Mukyuu, Geez... Come on, %CALLNAME:MASTER%, that's too rough.」
-「Just a hug?」
-Because of the plea in Patchouli's upturned eyes, you decide to
-
-[0] Kiss %HIM_HER(54)%
-[1] Give %HIM_HER(54)% a peck on the forehead
-[2] Pretend not to notice
-You kiss Patchouli.
-「Chu... Mmh... I love you.」
-You brush Patchouli's bangs up and kiss %HIS_HER(54)% forehead.
-「Sigh... I wanted you to do that but a little bit lower...」
-You pretend not to notice and tightly hug Patchouli.
-「Mh, Geez! Coward......」
-「Can't decide, Huh...... Nnh.」
-Patchouli pulls your face towards %HIM_HER(54)%self and kisses you.
-You hug Patchouli for a while, then hear a high-pitched wheezing noise from somewhere.
-%BREAKENG(@"You weaken your hold on Patchouli to ask %HIM_HER(54)% if %HE_SHE(54)% could hear a strange noise, but Patchouli collapses while clutching onto the hem of your clothes.")%
-It seems like a episode of asthma.
-You lie Patchouli in a comfortable pose, run to fetch some medicine, and make %HIM_HER(54)% drink it.
-「Mh...... Smells good.」
-Not \@ DAY * 1440 + TIME - CFLAG:MASTER:314 >= 480 ? sweaty? # dusty? \@ You ask.
-「Rather than worrying about that, hug me tighter.」
-「If you hug me from behind then I can't return the hug......」
-%BREAKENG(@"You hurriedly try to use less strength in your arms but Patchouli hugs them and leans %HIS_HER(54)% weight onto you.")%
-「But staying like this is good......」
-「...... I wonder what being carried feels like...」
-Patchouli mutters and you
-get caught in the moment and lift Patchouli up in a princess carry.
-「Hyaa! Wasn't it obvious you would startle me if you suddenly lifted me up!?」
-reply by wondering if it would feel like floating.
-「Ah... Wait a moment...」
-Patchouli separates from you for a moment, turns %HIS_HER(54)% back to you, mumbles something and turns back.
-「Okay, you can do it now.」
-Patchouli says and spreads %HIS_HER(54)% arms wide to invite you for a hug.
-You embrace Patchouli who leans onto you and relaxes.
-「So warm... It's making me a bit sleepy......」
-「Being hugged from the side is somehow refreshing, don't you think?」
-You can't help but kiss Patchouli on the cheek.
-「Afuhh......」
-A breath escapes Patchouli as you hug %HIM_HER(54)%, and as if to drink it in, you kiss Patchouli deeply.
-「Fufu, Returning my hug......」
-You return Patchouli's hug and %HE_SHE(54)% tightens %HIS_HER(54)% grasp a little more.
-「If you hold me that tightly... I wonder if it'll still feel good.」
-「You can hold me tighter...」
-「Despite being pushed down, you still enjoy hugging me this much...」
-「Un... Hold me tight some more.」
-While gripping on your clothes tightly, Patchouli buries %HIS_HER(54)% face into your chest.
-「Ahaha, Stop, that tickles.」
-%BREAKENG(@"You seem to have hit a weak spot as when you turn Patchouli to hug %HIM_HER(TARGET)% you end up tickling %HIM_HER(54)% instead.")%
-As you hug %HIM_HER(54)% from behind, Patchouli tugs on your sleeve.
-「Being hugged like this doesn't really let me enjoy it.」
-You loosen your hold enough for Patchouli to turn around.
-「Nh, I'm a covered in dust you know?」
-You don't mind, and embrace Patchouli.
-「Hm? %CALLNAME:MASTER%, you're a bit dusty......」
-Patchouli says, brushes the dust off your clothes and once again buries %HIS_HER(54)% face in your chest.
-「Just this once, I'll give you a freebie.」
-Says Patchouli, wraps %HIS_HER(54)% arms around your back and holds you tight.
-You try to move closer to hug Patchouli but %HE_SHE(54)% quickly ducks and slips away.
-「Taking advantage of my lack of resistance to get a bit overfamiliar, are we?」
-Patchouli seems somewhat displeased.
-Patchouli shoves you back with force.
-「That's quite enough, let me go.」
-「Please let go of me...」
-%BREAKENG(@"You hurriedly loosen your hold on Patchouli when %HE_SHE(54)% speaks, and %HE_SHE(54)% lightly pushes you away.")%
-「Nh... It hurts.」
-You ignore Patchouli's protests for a while, letting go only after savoring the sensation.
-Feeling that you're not about to let go of %HIM_HER(54)% easily, Patchouli sighs.
-「If you're done then let me go......」
-「...Chuu...... I always wanted to do this.」
-Smiling broadly, Patchouli reveals %HIS_HER(54)% thoughts to you with deliberate words.
-「An ordinary kiss... It's just a kiss, but among the things we've done until now this one makes me the happiest.」
-「Ah... Come to think of it, now that we're lovers and all, it's normal to at least kiss, right?」
-Patchouli seems to have taken %PARSE("your")% feelings of love seriously.
-「Want to...do it again?」
-「Nnh~...... You've got some nerve for a test subject.」
-「......Chu. Ah, so that's how it's done.」
-「Chuu... Even after doing all this, don't you think kissing me is asking a lot?」
-「Ah... Chu... Don't move, test subject.」
-「Ah... ...Umm... Is this perhaps some sort of an experiment?」
-Asks Patchouli with a puzzled expression while touching %HIS_HER(54)% lips that just were locked with yours.
-「Nnh~...... Mhm. Kisses are warm, aren't they.」
-「.....Chuu. Oh, Kissing feels good too, doesn't it.」
-「Chu... It's a real treat to be able to kiss you, %CALLNAME:MASTER%.」
-「Ah, Chu... ...Un, Kissing is fine too.」
-「Come to think of it, kissing normally just like this for a change isn't bad...」
-You think back, and then agree.
-「...... Let's do it again to make it a memory.」
-「My first kiss...」
-Patchouli's face reddens and %HE_SHE(54)% looks away from you as %HE_SHE(54)% speaks.
-「How awful of me to have never kissed despite living for over 100 years.」
-But it was good that %HE_SHE(54)% could give %HIS_HER(54)% first kiss to you, Patchouli happily continues.
-「Mh!? ......Umm...... That was my first kiss, you know......」
-You defend your actions with the poor excuse of saying you did it before you knew it when you were watching Patchouli.
-「...... Alright, I'll forgive you.」
-「Haaa... I wish you'd have paid more attention to the mood.」
-「...... Are you in heat? If that's the case, please look for some other partner.」
-Patchouli gives you a dirty look but soon %HIS_HER(54)% interest returns to %HIS_HER(54)% book.
-「Ahm, Chu...... Mh, I love you.」
-「Mmmmh...... Fumyamu.」
-You look over your shoulder, and understanding your intent, Patchouli brings %HIS_HER(54)% lips to yours.
-「Afuah... Nnmuh......」
-You're about to kiss Patchouli's cheek but %HE_SHE(54)% takes the kiss with %HIS_HER(54)% lips.
-「......Haah- Chu... ...Nhchuu......」
-「Fuahh... Nnh... It's like my breasts and mouth are melting.」
-「Afuah... ...Nnauhh... I love your fingers and mouth, %CALLNAME:MASTER%...」
-「Mh- Chu... Afufuh, The kiss felt so good I'm shivering.」
-「Chu-mmuh... Kissing you always makes me happy.」
-「Nnh... Pechhuu... Rero......」
-Patchouli and you kiss deeply as if lusting for each other's saliva.
-「More... ...Mo--mmmnnhー」
-You and Patchouli are kissing each other with eyes closed when suddenly a hint of blood mixes with the taste.
-「Muah... Ah, ahaha... My lip got cut. 」
-「Chu, Pyah... Nnh... Chuu......」
-You and Patchouli tilt your heads, tracing each other's lips with your tongues.
-「...Hhaah- Chumyu... Aumh...」
-Patchouli and you gently enjoy each other's lips, exchanging almost masturbatory pleasure.
-「Mukyuu......」
-「Mh, A kiss on the lips is proof of happiness.」
-As you hug her, Patchouli nears %HIS_HER(54)% lips to yours to ask for more.
-「Chu... %CALLNAME:MASTER%... Nnh... %CALLNAME:MASTER%... I love you.」
-Patchouli shows %HIS_HER(54)% feelings toward you not only with words but through kisses as well.
-「Kyumu... Hold me...... Fuhhyaah.」
-「Mh... You like to kiss, don't you.」
-「Afuh... Mm... Chu...」
-「Nn... You're forte is your mouth, isn't it......」
-「Kissing %CALLNAME:MASTER%......seems to have become a habit.」
-「Nnahh...... Un, I thought so.」
-Patchouli separates %HIS_HER(54)% lips from yours and speaks.
-「%CALLNAME:MASTER%'s kisses are like drugs.」
-「Ugh, You're pushing it too much.」
-%BREAKENG(@"Patchouli pushes on your chest to separate %HIS_HER(54)% lips from yours and speaks, %HIS_HER(TARGET)% brow slightly furrowed.")%
-「Nn, %CALLNAME:MASTER%......」
-Patchouli purses %HIS_HER(54)% lips just a little and returns your kiss.
-「Chuu... ...Mmh, Aren't you being a little too lustful......?」
-%BREAKENG(@"You reply that it's only natural. Patchouli wonders if that is the case and the two of you consider it while glued to each other.")%
-Patchouli removes %HIS_HER(54)% lips from yours and speaks with a weak smile.
-「You're being a bit pushy... It might just be impossible for you to be gentle...」
-「Chu...... Hhah, Auh.....」
-Patchouli looks at you with slightly entranced eyes.
-「Even though it's just lips touching each other... It's very pleasurable, isn't it.」
-「Awuh......!? Y-You've got it wrong, I just thought it felt a little nice.」
-Patchouli frantically finds an excuse, if it can be called that, for the sweet sound %HE_SHE(54)% let out.
-「Stop smirking!」
-「Nguh-... Geho Geho...」
-Patchouli is surprised by your sudden kiss and gets into a coughing fit.
-「......Chuu, Uuu.」
-Patchouli looks down and hides %HIS_HER(54)% blushing face from you.
-「You want to kiss?...... Alright, Ah- mmph......」
-As she's about to say something, you shut Patchouli's mouth by using your own.
-「Guh- nn..... %CALLNAME:MASTER%... Listen now, find someone else.」
-Patchouli looks angry and glares at you after you suddenly kiss %HIM_HER(54)%.
-「Mugu-............ Haa.」
-%BREAKENG(@"Patchouli sends a momentary glare towards you and then begins reading a nearby book, as if having lost interest.")%
-「...... You....like me?」
-Patchouli stares at you.
-%HE_SHE(54)% stays like that for a while, before taking a deep breath and relaxing.
-
-「Oh well, It's not like I hate you, %CALLNAME:MASTER%.」
-Patchouli smiles and speaks to you kindly.
-「But I'm not a girl who would devote %HIM_HER(54)%self to %CALLNAME:MASTER% either.」
-
-Is that alright? Patchouli asks.
-%BREAKENG(@"You profess that you don't want Patchouli to be devoted to you, but to need you from the bottom of %HIS_HER(54)% heart.")%
-Patchouli says,「I'm looking forward to it」and smiles sweetly.
-「...... I don't really follow, but that's granted considering you have something you don't want to say.」
-
-%BREAKENG(@"You kiss the sleeping Patchouli on the forehead, get under the blankets next to %HIM_HER(54)%, and fall asleep.")%
-You wish Patchouli a good night and lie down in the bed.
-「Ara, Going to sleep already... Make sure to leave room for me to sleep in too, okay?... Good night.」
-「Eh, Going to sleep already?」
-You nod and get in the bed, Patchouli promptly joining you.
-「How unreasonable to bring me here and then go to sleep first. I'll have you stay like this until I'm satisfied.」
-「Haaa... Bringing me here and then just falling asleep first...」
-
-%BREAKENG(@"You sit down in Patchouli's favorite rocking chair and take a short rest while gazing at the sleeping Patchouli.")%
-「What a nice bath......」
-%BREAKENG(@"Patchouli places %HIS_HER(54)% arms and chin on the bathtub's edge and stretches %HIS_HER(54)% upper body by leaning on the edge.")%
-%BREAKENG(@"You struggle with finding a place to look, but eventually you sit next to Patchouli and relax in the bath.")%
-「It's a little dirty, isn't it......」
-Patchouli relaxes in the bath next to you and then wonders if some cleaning might be in order.
-You stare at Patchouli while relaxing in the bath.
-「............ What?」
-%BREAKENG(@"You says that you were staring because %HE_SHE(54)%'s pretty. Unusually for Patchouli, %HE_SHE(TARGET)% is embarrassed.")%
-「The bathtub is dirty...」
-Patchouli looks at you and asks you to clean it as soon as you have the time.
-You sit down on the empty bed and collapse onto it.
-「Having a break I presume?...... Do you need a \@ RAND:2 ? lap pillow # hug pillow \@?」
-You say a yes please, and Patchouli smiles replies that %HE_SHE(TARGET)% would be delighted to.
-「Ara, A break?」
-You take a relaxed posture on the bed and Patchouli sits on the side of it.
-「Hm? Don't worry about me, you can sleep.」
-「...... A break?...... When you next wake up, I may have left, you know.」
-
-「Right, it's been a while since last time so let's give cleaning a try.」
-%BREAKENG(@"Patchouli \@ CFLAG:300 != BATHROOM() ? takes off %HIS_HER(54)% hat and bundles the hair on %HIS_HER(54)% shoulders together, then # wraps a bath towel around %HIM_HER(54)%self and \@ begins helping you.")%
-「Cleaning is \@ CFLAG:1004 ? one of your jobs # your job\@, is it not......?」
-%BREAKENG(@"\@ CFLAG:1003 ? Patchouli # The purple-haired girl \@ says \@ BATHCHECK(CFLAG:MASTER:現在位置) && IN_HOME(CFLAG:MASTER:現在位置) ? while soaking languishingly in the bath. # languishingly and looks back down at %HIS_HER(54)% book. \@")%
-「......Oh, That's right. Go clean around my desk and bed too.」
-「Let's get this over with and do something more fun, shall we?」
-Patchouli takes the initiative and begins cleaning.
-Patchouli hands you a handkerchief and turns around.
-「I can't tie it well myself...... Could you tie it for me?」
-%BREAKENG(@"While smiling to yourself about Patchouli's occasional clumsiness, you tie the handkerchief into a makeshift dust mask.")%
-「It does seem worth doing......」
-You and Patchouli take a trash bin and begin picking up the trash scattered around.
-「It does seem daunting at this point, doesn't it...」
-Patchouli says to you while staring at the mountain of garbage.
-「We'll have to just stop and do it. Let's clean up as much of it as we can.」
-Patchouli doesn't forget to add a
-「Reward me later, okay?」
-「With this little dirt, it's fine to just wipe things down, right?」
-Patchouli goes around with light steps wiping down places within reach.
-「I've got a handkerchief ready.」
-You ask if it's damp, and Patchouli asks you to moisten it.
-「There's a lot of trash, isn't there... I wonder if I should blow it away with magic......」
-If it kicks up dust there will be even more to clean, so please don't.
-「Haaー...... Let's do it.」
-Patchouli lets out a long sigh and battles the mountain of garbage alongside you.
-「Everything's clean...... Hm? Wipe it down?」
-Patchouli says to you, then tries wiping something within reach.
-「...... I see, there's still a surprising amount of dirt left.」
-「The broom kicks up the dust so I don't like it... That's why I always neglect cleaning, it's bad for my lungs too...」
-%BREAKENG(@"You wring dry a water-soaked handkerchief, fashion a makeshift dust mask out of it for Patchouli, and have %HIM_HER(54)% work.")%
-「Brushing splashes dirt on my legs so I don't like it......」
-%BREAKENG(@"You propose that Patchouli could do it while floating. Patchouli replies with「I suppose so」and floats up %HIS_HER(54)% body clad in only a bath towel.")%
-「It's fine to just toss whatever is clearly trash into the bin, right?」
-You nod and Patchouli begins slowly collecting the trash.
-「...... Can't we just pretend not to see it?」
-After some thought, you tell Patchouli to clean until %HE_SHE(54)% gets fed up with it for now.
-「...... I feel like I'm already fed up.」
-「Isn't that already clean?」
-You do one wipe and show the rag to Patchouli.
-「Uwah, Don't show me such a dirty thing......」
-「Using a broom? Please try not to kick the dust all the way up here.」
-That's unreasonable... You think as you sweep, trying not to send any dust towards Patchouli.
-「You're using a brush? Please try not to splash dirt over here.」
-You turn your back towards Patchouli so that the splatters don't reach %HIM_HER(54)% and begin scrubbing.
-「Cleaning does seem to be worth it...... I still won't do it though.」
-「Tidying things up ahead of schedule...... It's getting difficult to walk so I guess it can't be helped.」
-Patchouli needn't have asked, but you begin cleaning the mountains of garbage anyway.
-「Cooking is alchemy...... As long as you don't make a mistake in the process or the quantities involved, it'll be edible.」
-You start cooking while glancing at Patchouli on the side who begins measuring the exact weights of the ingredients.
-「With %CALLNAME:MASTER% and me, let us cook using plenty of the greatest spice!」
-You and Patchouli begin cooking, at first you are very careful, but eventually you start having fun.
-「I've recently understood something......」
-「That for delicious cooking, measuring the exact amounts isn't what matters the most, but timing and sampling is. Isn't that right?」
-Patchouli continues, saying that the reason why your cooking is so tasty is that you work with such accuracy.
-「I wonder why the food %CALLNAME:MASTER% makes so carelessly tastes so good...」
-Patchouli stops measuring the ingredients and watches you cook.
-「Er, No- Wait a second, you're preparing it too fast.」
-Patchouli, measuring the ingredients exactly, can't keep up with your performance and starts panicking.
-
-
-
-
-
diff --git "a/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\343\202\244\343\203\231\343\203\263\343\203\210.ERB" "b/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"
deleted file mode 100644
index c7ccf21..0000000
--- "a/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\343\202\244\343\203\231\343\203\263\343\203\210.ERB"	
+++ /dev/null
@@ -1,138 +0,0 @@
-「Ara... I wonder if some of the food banded together and ran away...」
-From behind, an unexpected voice.
-You turn around in surprise.
-But there's no one there.
-You start to feel relieved, thinking it was just your imagination.
-Then a weight falls on your shoulders and two hard points press into your neck.
-「Ara, You're so open... This is the Devil's Mansion, so watch your neck.」
-The power holding you is stronger than any man could break, and you can't stop the danger approaching your neck.
-Your heart is pounding violently, and you're filled with terror.
-「Nothing makes blood taste better than the spice of fear... Let's have a taste.」
-Even if you stop time, it's likely she'll feel your body move and strike you before it's taken effect, and you're not willing to commit to that.
-
-
-「Pff! Ahahahaha! I'm kidding I'm kidding... Well? Were you scared stiff?」
-The force holding you suddenly spins you around.
-You see a young girl in a whitish dress with red highlights.
-Wings like those of a bat stick out from behind, and two sharp fangs punctuate her smug grin.
-It's the vampire who wanted to hire you to buttle the Scarlet Devil Mansion.
-「It's been a long time since a decent human came here so I decided to tease you a bit...」
-「Goblins and fairies just pretend to work, constantly pilfering and leaving it all to Sakuya...」
-「Sakuya will take care of everything like wages and your assignments.」
-「Then, I expect you to work hard. It shouldn't be boring for you, at least.」
-「Ara... Don't you have an interesting fate...」
-You turn to the voice and see a young girl.
-Her eyes shine red, reflecting the light of the night. Her smiling mouth has unusually large canines.
-The great bat wings sticking out from behind her make her identity a little more conclusive.
-「A road has a beginning and an end...」
-「Interesting... Very interesting! You are very similar to her, and yet you are very different...」
-Her grin broadens as she approaches you.
-「Won't you come to my Mansion? I like having people with interesting fates close to me...」
-「Coming by during normal hours just to work is fine, naturally you'll be compensated.」
-「Ah, You don't have to answer right away.」
-「But consider how many fates a man has...」
-「For my part, I say that it's nice to try everything once.」
-She returns to her strolling as if you completely left her mind once she said her piece.
-「I thoroughly enjoyed today... You made a fine escort.」
-Remilia makes a satisfied face.
-「I wish to give you some form of reward but... I wonder what would be appropriate?」
-In a joking manner, you tell Remilia that a kiss would be good.
-「Yes... Very well...」
-Remilia unexpectedly grabs your collar, forcing you into a kneeling position just to keep your balance.
-At that moment, the Mistress of Scarlet Devil Manor steals your lips.
-Remilia parts her lips from yours but her face is still very close, her cheeks flushed red before she faces away from you in embarrassment.
-「Was that perhaps...a bit too rough? In any case... This reward... Treasure it.」
-For a while after that, you two could not look each other in the eye.
-「Here, a reward...」
-As Remilia says this, she gives you a hug.
-「This... is only for you...」
-Without giving you time to prepare your heart, Remilia gives you a kiss
-It was only a light kiss, enough for just for the shape of your lips.
-But it was enough of a kiss to make you conscious of the Remilia that you once thought as childish.
-「How... was that?... I-If you want another reward... Tell me anytime...」
-In the dim lighting where one can only see an arms length away, Remilia blushes with the expression of an embarrassed woman.
-「H-Hold it right there...」
-「I enjoyed our d-date this time...」
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-「You were a good escort...」
-「Let's go play again. It's a promise... okay?」
-「I'm looking forward to the next time we do this... Don't disappoint me, okay?」
-「I wonder if I will enjoy the next time too.」
-「I'll forgive you for now...」
-「However, there will be no next time, understood?」
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-A弄ってる場合
-V弄ってる場合
-A弄ってる場合
-V弄ってる場合
-C責め
-B責め
-M責め
-Aで本番
-Vで本番
-
-
-
diff --git "a/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\345\245\211\344\273\225\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\345\245\211\344\273\225\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index 86c9936..0000000
--- "a/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\345\245\211\344\273\225\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,94 +0,0 @@
-「What is this? Is it okay to touch this?」
-Remilia touches your penis.
-「Being fine with a reward such as this, you're a strange one...」
-「Fuu... Fufuu... It's trembling...」
-「... Wanting me to touch this disgusting thing... You're quite the impertinent one...%UNICODE(0x2764)%」
-
-「You want it again with the hand?」
-「I understand%UNICODE(0x2764)%」
-「Hora! Hurry up and release your white stuff!」
-「Is it not yet time? Hurry up and let it all out!」
-「Is it really fine just like this?」
-「It seems I have to hold...this.」
-「I suppose it can't be helped... Is this fine?」
-「You want me to use my hand?」
-「Fine...」
-「I'll be watching %CALLNAME:MASTER%'s reactions closely%UNICODE(0x2764)%」
-「Fuufuu... Wanting me to fap this disgusting thing...%UNICODE(0x2764)%」
-「Horaa%UNICODE(0x2764)% Release your useless semen%UNICODE(0x2764)%」
-「Touching this foul thing...%UNICODE(0x2764)%」
-「You want to violate me with this don't you... You'll need to be harder than this...%UNICODE(0x2764)%」
-「Rubbing just the tip...」
-「It's different from the usual...%UNICODE(0x2764)%」
-「Fufuu... It seems to be a bit big for my hand...%UNICODE(0x2764)%」
-「Are you satisfied with just my hand...?」
-「Hora... All that built-up semen... Won't you release it all...%UNICODE(0x2764)%?」
-
-
-「... Well well, what's this I wonder?」
-「Is it because I'm licking it like this that it becoming hard? It is isn't it?」
-「Aaah, Mu...Nh... Yes, just like that...\@ TALENT:恋慕 ? %UNICODE(0x2764)% # \@」
-「... I, Remilia, am serving you, you know? I expect an appropriate response.」
-Remilia faces up to glare at you while forcefully tracing her tongue around the length of the glans.
-「Nn, Churu, Kupuu... Kuchuru, Uuh...」
-Remilia puts the tip of your penis in her mouth and starts licking it.
-Disregarding the saliva that's overflowing from the edge of her lips, Remilia continues giving service with complete concentration.
-Without any hesitation, Remilia pleasures you.
-「...Mugu, Chuu, Haah... It really is... so stiff...」
-「For you to find me so attractive... You really won't stop at anything...%UNICODE(0x2764)%」
-「...」
-Remilia suddenly stops moving and you feel something hard being pressed against your penis.
-「... This, this is the fang of a vampire that's about to partake of the blood of its prey.」
-「I wonder if you realize just how scary the situation you're in right is...」
-
-「... Just a little joke, haha.」
-Remilia gives a little laugh and then continues servicing you with her mouth.
-Occasionally, a sharp yet gentle feeling grazes the edge of the head, giving a tingling sensation.
-「Kuchuu, Gupuu, Churu... I wonder if I should tell you if I ever pull out my fangs.」
-「Myuu, Chuu... Kupuu... Feew gud?...」
-「...Pupuu, Kohaa... Feel good?」
-The sight of Remilia trying to maintain her image makes you laugh a little bit.
-Trying not to say anything, you stroke Remilia's head.
-「...Uuhー...」
-「%TEXTR("Just as always, what/Fuu... What/What")% an amazing smell...」
-「Making me, Nnh...%UNICODE(0x2764)%do this... kind of service, it's... Nh... Mu, Chuu...%UNICODE(0x2764)%insulting...%UNICODE(0x2764)%」
-Remilia joyfully licks your penis and rubs her thighs together...
-「Even so, that part of you, I think it's cute...」
-「It's quite strange...」
-「Making me lick this thing, what an awful person... Nh, Chuu...」
-Remilia sucks on the tip while simultaneously insulting you. She suddenly starts using her whole tongue to squeeze the tip.
-Her soft tongue strokes the weak spots under the frenulum, sending a wave of pleasure that causes you to let out a small moan.
-「Maa, from your reactions it seems you're enjoying this. \@ TALENT:恋慕 ? %UNICODE(0x2764)% # \@」
-「Nh, Chuu, Chuuku... Puah... Honestly, what unreasonable behavior...」
-「Pressing this thing against my tongue... Nh, Reruu...」
-「Your overflowing dew... Nkuu..., I'll swallow it all...」
-「I can feel your excitement, Fuu, Nn...%UNICODE(0x2764)% I feel it plenty inside my mouth... Chuuku...%UNICODE(0x2764)%You bully...%UNICODE(0x2764)%」
-「In the end... %UNICODE(0x2764)%Chuu, Repu... %UNICODE(0x2764)%Like that... %UNICODE(0x2764)%」
-Remilia talks as if she's in a delirium, continuing her fellatio with an ecstatic expression...
-「If it wasn't you I was doing this to, I would have bitten down long ago... Haah, Mu...%UNICODE(0x2764)%」
-Ignoring the seriousness of what she said, Remilia's tongue dances and moves around without pause and you start to feel even better.
-Remilia continues her mouth service as it swells slightly.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB" "b/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"
deleted file mode 100644
index 976138a..0000000
--- "a/src/gensim/data/dialog/characters/Remilia Scarlet/M_KOJO_K16_\346\227\245\345\270\270\347\263\273\343\202\263\343\203\236\343\203\263\343\203\211.ERB"	
+++ /dev/null
@@ -1,604 +0,0 @@
-「Minding one's manners is important... Don't you agree that's the best way?」
-She flashes her sharp fingernails in a way that demands your silence.
-「Or do you think the best way is to end up as food?」
-「Not the least bit interesting...」
-The calmness in the air is a farce, and a palpable tension boils just under the surface.
-「I wonder if a fountain sprung from a neck would make for an artpiece...」
-「Haahhh... So boring...」
-「Say... When you are done working, why don't we play?」
-Once again Remilia has too much spare time and snuggles up to you like a child.
-「You think it's fine to let your lover die of boredom?」
-「It's your job to satisfy me %CALLNAME:MASTER%... So...?」
-Remilia is shamelessly courting you.
-「I'll tell Sakuya to take over some of your duties...」
-「So...? Aren't you even a little pleased?」
-Remilia is interfering a bit with your work assignments.
-「Helping their master kill time is also a %PRINT_MALE("butler:maid", MASTER)%'s job.」
-「So... Do something interesting... Make me laugh!」
-「Take me with you and I'll scold Sakuya for something.」
-Remilia thinks over the work that you've already done.
-「Hang on %PRINT_MALE("butler:maid", MASTER)%! Go fetch me some manga from the library.」
-「Or, wait. Go to the bookstore in the village... Just ask Sakuya for money, it's fine.」
-「I think I'll go look for an interesting book at Patche's place.」
-The mistress has far too much spare time on her hands.
-「You're coming too, aren't you?」
-「Why don't you recommend me a book?」
-「Read together? No, I wouldn't be able to concentrate...」
-Is she blushing? Remilia averts her face.
-「I wonder if we'll find a children's book I'll like.」
-「I- If you would read it to me then...」
-Remilia looks a bit lonely as she mumbles something.
-「I feel like having some tea... %CALLNAME:MASTER%'s tea would work today.」
-「You have prepared it, no?」
-Remilia gives you a light wink as she says so.
-「Ahh, You need to learn to make tea as good as that one Sakuya made just now.」
-「If that's your job... Who knows? Won't you make some tea though?」
-Remilia says with a malicious smile.
-「I wonder what things you like... Just tell me...」
-「Go tell Sakuya to make some tea.」
-「Meanwhile I'll have you...do nothing at all! This is a very important part of the story so it's important no one enters!」
-「Oh! I know. I'll lend you this very interesting manga I found.」
-「Don't you have even a single book that's remotely interesting to recommend? Find one.」
-「Go tell Sakuya to make some tea.」
-「Bring me and Patche two portions... And some pastries as well.」
-「Since you're a %PRINT_MALE("butler:maid", MASTER)% you should naturally set the table without having to be told.」
-「Isn't this sort of oversight the reason why Sakuya is always dressing you down?」
-「It would be better if you didn't go into the basement.」
-「But... If someone like %CALLNAME:MASTER% can help that child...」
-「Even if you do become attached to that child, you must never lower your guard...」
-「I would hate to lose both %CALLNAME:MASTER% and Flan...」
-「I wonder if the monster at the end of the maze would look like just a lonely girl to %CALLNAME:MASTER%...」
-「No... Don't go... That maze is...」
-「Because of you, recently that child's heart has... It's almost like a dream..」
-「If you insist on being a daredevil, don't cry to me when you end up as that child's broken toy.」
-「It's no good. I mean it... If you even get close...」
-「So. How do you feel about our proud little maid?」
-「Is she trying to steal my obedient husband from me?」
-「Hm. That girl has been less obedient lately, too...」
-「Now. You must cherish only me. That is my order.」
-Remilia giggles a little when she says that.
-「Ah, Is she to your taste, I wonder?」
-「You're a hundred years to early for that...」
-「Or is our gatekeeper more to your liking?」
-「As if that'd be the case...」
-「Or maybe Patche is more to your liking?」
-「With that body of hers... So unfair...」
-「Or maybe I am more to your liking?」
-「W-Well, it's not like I'm against that... Work hard at it.」
-「That girl is also a human... It's fine to worry about her sometimes.」
-「She's so lively... But she might be a bit cold around you.」
-「You'll have to work hard if you want to get closer to her.」
-「As you'll be working together you'll have plenty of opportunities to help each other.」
-Remilia says with an impish giggle.
-「Speaking with Sakuya can be a bit difficult.」
-「But keep at it... If you're aiming for her, that is.」
-「You mustn't hate her even if she talks down to you from time to time.」
-「After all, it's me that you need to be loyal to...」
-「It's really interesting to speak with normal humans.」
-「No one has ever heard of a fallen vampire... Fufu...」
-「With %CALLNAME:MASTER%, Sakuya, and that Reimu, too... I'll never get tired of you all.」
-「How can your hobbies be criminal if they're not even from this world?」
-「I want to see even more of you...」
-「I'm never bored... They just never run out of things to talk about.」
-「You amuse me a lot as well... If you don't, I may amuse myself with you.」
-「Did you know that humans are the only ones able to resist their fate?」
-「Are you satisfied with yours?」
-「%PRINT_MALE("Butler:Maid", MASTER)%! How about you and Sakuya learn some acrobatics?」
-「Go ahead and entertain me.」
-「It's so boring to be stuck as a spectator.」
-「I get so very happy when I play with humans, too.」
-「Wouldn't you like to play with me?」
-「Where should we go play...」
-「Shouldn't you take me out on a date about now?」
-「I wonder when Reimu will host another banquet...」
-「Don't you know any nice places to sightsee at night?」
-「Sneaking away quietly... Think it'll be fine if the two of us just sneak off?」
-「I wonder if I should go to Reimu to play.」
-「Will you come along?」
-「Inform Sakuya of the dinner orders before we leave.」
-「That is one of your duties... Right?」
-「I wonder if I should go to Reimu to play.」
-「If your duties are complete then it's fine if you come along.」
-「Inform Sakuya of the dinner orders before we leave.」
-「Tell me something interesting.」
-「Please continue... I want to hear more of your story.」
-「I wonder if that's really true... I will have to try it myself.」
-「Continue... Finish the story.」
-「I wonder what interesting story you have in store... Continue.」
-「Continue... Finish the story.」
-「It deserves some praise... I have high expectations for you.」
-「You wouldn't know it, but there are many varieties of vampire.」
-「There are stories about how some old royal families were vampires...」
-「It seems they've adapted to the outside world and are now among the elites.」
-「There are some wild ones... They're mostly weaklings though.」
-「Some of them cause trouble though... Then it's up to others to erase them...」
-「However...」
-「There's this one that's even more dangerous than me...」
-「He's the kind of cheating demon that would just laugh in your face and call it fiction if you told him what he had done...」
-「He is just a monster with no sense of propriety or form...」
-「There are interesting fellows who become ash, and from ash return to life again.」
-「They are only good to play with, though. A little fire and they turn white and die.」
-「I have heard certain people become vampires by rewriting their genes.」
-「They're as harmless as vegetables though.」
-「I have heard of half-breed vampires with mixed blood.」
-「The parents are rarely compatible. The child usually grows to resent the vampire parent.」
-「There is this one wingless fellow who seems to be set on eliminating his eternally resurrecting vampire father...」
-「There are vampires who turn on their kin, and kill other vampires...」
-「They are easy to spot, though, because they almost never drink human blood.」
-「It takes real ability to survive like that as a vampire...」
-「There are even those who become a true phenomenon.」
-「When one of these vampires is born in the outside world, every human's fear joins together to destroy it.」
-「It wouldn't happen in Gensokyo though regardless since fear is limited in supply... Even the one vampire that is known isn't even feared anymore.」
-「I have heard of an entire country ruled by vampires, where the populace is kept as cattle.」
-「Since they are humans, though, they will inevitably change their own destiny and fight back.」
-「I hope I see an interesting thing like that happen at some point.」
-「Some vampires start these absurd immortality cults.」
-「What is there even to learn anyway?」
-「I suppose it would be interesting to meet one of those immortals though.」
-「There was a person who made himself a vampire.」
-「The fate of that bloodline was tied to a certain family though.」
-「I heard rumors he had powers like Sakuya without being limited by rules. I wonder how he lost though...」
-「There are cold-blooded, hot-blooded, iron-blooded vampires...」
-「It was a whole family of vampires. Only, they just wanted a place to die in peace.」
-「Yet they were still hunted down by vampire hunters.」
-「Have you already tried the casino?」
-「Enjoy it to your heart's content... You're my Lover so you get the VIP treatment.」
-「However, I won't go easy on you with the games... If I don't, it'd be boring wouldn't it?」
-「If it pleases you, %CALLNAME:MASTER% can do as %CALLNAME:MASTER% wishes.」
-「I can call off all your work so you can enjoy being a customer... What do you think?」
-「In the end, %CALLNAME:MASTER% was just playing around...」
-「Because all %CALLNAME:MASTER% did was play around, I wonder if I should be serious with %CALLNAME:MASTER%?」
-「It's fine if you just play around...」
-「You should work properly after this, all right?」
-「Don't spend the money you earned all at once, understood?」
-「I'd like to ask you to also watch out for undesirables, so that they don't get in.」
-「Meiling... I can't say that she's much of a guard...」
-「It's a pretty interesting place you know?」
-「Well, before my abilities, everybody would be like a child...」
-「When I see someone who's on the brink of despair but clinging onto that one last hope...」
-「I can't help but enjoy watching them... It's even better if they lose everything.」
-「Please don't let any strange customers in... understood?」
-「Especially those who can read people's hearts.」
-「Unless it's against me, it's not really a fair game anymore... Although if it's only for slots then it's fine.」
-「The Monochrome Magician is forbidden to enter.」
-「Patche's books... Especially the manga, it will not be tolerated if they are taken away! Understood!?」
-「Do not let Reimu in, understood?」
-「If we allow her in for even an hour, it would be easy for anyone to imagine us becoming poor...」
-「A fairy is out of the question.」
-「Sakuya gets so tired having to instruct the fairy maids on the rules again and again...」
-「If the Gap Youkai and her entourage visit, make sure to call for me.」
-「She's not on a level where you can have a conversation with her... the familiar of her familiar is fine though.」
-「Especially those Hourai people...」
-「If they lose, even if you were to tear everything from them, they can escape death... They are forbidden.」
-「Be careful if an Oni arrives...」
-「If they throw a tantrum in the premises, the damage would be unbearable...」
-「Should the Sunflower Field Woman visit, do not let her in should she have company. Especially if she is bringing that brat with her.」
-「It's a depressing sight, seeing that brat crying and trying to place the blame on someone else.」
-「If an Enma visits, treat them with the respect they deserve.」
-「On their off-days, allowing them to just enjoy themselves at night is a smart move.」
-「If that redhead with the big chest comes, call for Sakuya.」
-「If Sakuya isn't around, no one will be able to see through that one's trickery...」
-「Although should you manage to see through her trickery yourself.... I will leave the punishment to you.」
-「If you see the Temple Disciple or the Ship Ghost, please inform that Buddhist temple immediately.」
-「It's a request from the one above them...」
-「Never let any of those Taoists in.」
-「[That owl-like woman], She listens to the heart's voice and that keeps her rolling and rolling in Charisma.」
-「That annoying white human and that green-coloured ghost-looking one. She can break the electricity of the mansion with just a light tantrum.」
-「I will drive them out of this mansion! No matter what! Even if I have to call in everyone!」
-「Regarding that fugitive Amanojaku...」
-「If she manages to rile up the casino's fairies, it definitely wouldn't be boring...」
-「For Sakuya that is...」
-「If that Poverty God or Pestilence God show up alone, turn them away.」
-「I have never witnessed them bringing someone else with them. And if they come by themselves... I can't imagine what kind of misfortune would befall us.」
-「Enough for now.」
-「If you keep talking I'll pull your tongue out.」
-「So bored...」
-「I'm dying of boredom...」
-「Haa... I'm so bored I could just kill someone...」
-「... Nothing...」
-「Ara... You made some black tea?」
-「Fufu... A fine aroma.」
-「Fine taste too... You've done well.」
-「Thank you, %CALLNAME:MASTER%.」
-「It's delicious enough that Sakuya would be envious.」
-「I can feel it around the base of my neck, so warm...」
-Remilia smiles impishly.
-「Ara... You made some green tea?」
-「It's a lovely scent...」
-「Yes... It's delicious once you get used to it.」
-「Reimu adds a bit more but this is fine, too.」
-「Ara... I didn't even have to ask this time.」
-「Yes... Passing grade...」
-「However, I expect the aroma will stand out more than this in the future.」
-「The aroma gets a passing grade.」
-「However, don't you agree that tea also needs to taste like tea?」
-「Hopefully it'll be better next time...」
-「Ara... A cup of tea...」
-Remilia takes up the cup and skillfully reports on the fragrance.
-「Straight Darjeeling huh...」
-「The aroma is good... You've chosen the leaves appropriately.」
-「The taste is good as well... The ingredients haven't been wasted at all.」
-「This is a tea that any %PRINT_MALE("butler:maid", MASTER)% would be right to be proud of.」
-「The aroma is especially strong... The taste... Th-This is First Flush Darjeeling!」
-「I have never been able to find this in Gensokyo...and I have searched a lot.」
-「I wonder if you perhaps got it from that gap Youkai...」
-「Holding it in my mouth for just a moment, I noticed it's Muscat... Delicious!」
-「This is a rarity... I simply must reward you later.」
-「It's a fresh flavor but with a hint of bitterness... This is a purely autumnal flavor.」
-「I appreciate the straight teas, but next time I will take this with milk.」
-「It will surely help with the finish, too.」
-「SFTGFOP1... The highest grade of tea...」
-「Just getting the ingredients isn't enough, you need skill as well.」
-「The flavor is perfect as well.」
-「This peculiar menthol aroma... This is Uva.」
-「The golden ring is made precisely, too.」
-「This taste is also top class... You have the touch.」
-「Honestly, I thought Sakuya was the only person with this degree of skill.」
-「Using milk to enhance the flavor and taste was a good choice.」
-「Yes... This is delicious.」
-「I wonder what reward I can give for such diligence...」
-「Boorish people usually say they dislike this scent.」
-「I think it's honestly pitiful how they don't understand the value of the leaves.」
-「The aroma and taste are both very good...」
-「I will have you serve some of this to Patche as well with some milk.」
-「I think she'll be very pleased with it.」
-「This is Assam Milk tea huh...」
-「The mellow aroma and rich taste are deep and fit well with milk.」
-「The tea leaves are graded at the FTGFOP level.」
-「A good person gives an eloquent thanks when praised.」
-「Assam is in some places considered to require milk to be drinkable.」
-「First Flush Assam, though, is fine to drink straight.」
-「The perfect time for harvesting was found through sheer trial and error.」
-「It's very sweet and very strong...」
-「Won't you give me another cup after this one?」
-「I'll have you serve some to Flan as well... This kind of taste is one that even that child can appreciate.」
-「Nuwara Eliya...」
-「Skill is imperative when brewing this so as not to destroy the delicate flavor.」
-「This is high growth, first flush tea...」
-「This is rare to find... I wonder where you got it from.」
-「The mellow aroma and rich taste are deep.」
-「That would make this medium growth...」
-「The taste changes so much with the height of growth... It's an interesting tea.」
-「This weak flavor and aroma... This is low growth tea.」
-「Go to the shrine next time you're making something like this.」
-「Reimu will surely love it.」
-「Straight Keemun...」
-「The orchid-like scent is marvelous.」
-「I don't hate its oriental uniqueness, either.」
-「It's a classic taste, full of tradition.」
-「You can easily taste the price and history behind it.」
-「This tea's smoky flavor is great.」
-「This is a tea you drink when you want to feel classy and mellow.」
-「It reminds one of home, I'm sure Meiling would love it as well.」
-「Well... At least for people whose hometowns had oolong tea...」
-「I guess I spoke of it a bit too harshly.」
-「Ara... The reliable old Ryokucha.」
-「Reimu makes this far too thin and the taste is all wrong...」
-「The incredible thick aroma is like no other tea...」
-「What is this... This is all completely wrong.」
-「Start over from scratch...or there won't be a next time.」
-「Hah... I'll have to ask Sakuya...」
-「Now that child will have to work even harder...」
-「This isn't the slightest bit correct!」
-「This shouldn't have passed Sakuya's inspection... Try harder next time.」
-「The foundation is all wrong...」
-「You can't give it character if you don't have the basics right... It's too early for that...」
-「I wonder if this is the kind of tea suicidal people serve...」
-「Ara... Are you interested in my wings?」
-「Please be gentle... But since it's %CALLNAME:MASTER%...I'll allow it.」
-「This is a privilege... I never let anyone touch them...」
-「You shouldn't let it progress past idle interest...」
-「Curiosity killed the cat... And humans don't have nine lives.」
-「What is...?」
-You gently touch Remilia's hand with your fingertips.
-「What is it... Say something, anything...」
-「Some people think faster when they're around others, is all I meant.」
-「If you just want to touch me it's fine but...」
-「You surprised me... It was sudden.」
-「W-What is it? What do you want?」
-「Please say something...」
-「At least tell me you can hear me...」
-「O-Oh... You just wanted to touch me? Ha...」
-「You do surprisingly well despite not being able to read hearts... Really...」
-「Are your hands clean?」
-「You're attentive today. Well done.」
-「It's too good of me to let you touch my hand, isn't it?」
-「Are your hands clean?」
-「Hmph... Thanks.」
-「What is it? Do you have something I need to hear?」
-You touch some of Remilia's purple-blue hair. It glimmers like the finest glasswork.
-「W-What! What's wrong?」
-She stares at you with an upward glance.
-「It's fine, do it to your heart's content.」
-You comb her hair, enjoying the color and luster.
-「Fu Fu... It feels great...」
-「I've had Sakuya helping me care for my hair recently.」
-「Isn't it beautiful?」
-「W-What're you doing?」
-When you touch her hair, instead of a pretense of resistance there is only surprise.
-「You want to touch it? It's fine.」
-You stroke her hair gently as if it's the most precious thing.
-「I-It's getting weird now... Quit it! Stop!」
-「Perhaps I'm not taking enough care of my hair...」
-「I want to hear your opinion... As feedback...」
-「What're you doing?」
-「You want to touch it...? I permit it..」
-「I'll also happily reduce your pay in consideration of this extra honor.」
-「You want to touch it...? That is fine.」
-「But if you hold it, or act inelegant... No. Good.」
-「You want to touch it...? No.」
-「Your working hands are rough and it sullies my hair... Go wash them if you want to touch.」
-「Shoulder massage? How attentive of you.」
-You stimulate her shoulders, massaging with a little strength.
-「Nnn! Perfect intensity...」
-You try again, massaging more gently this time.
-「Nfu. That's good... Do the arms now.」
-You slowly work your way around her body.
-Thinking this might be your chance, you ask if she would like a proper massage.
-「That sounds nice... Could you perhaps?」
-You carefully loosen her clothes, brushing your hand on each area of her body as you do.
-「M-More! Haa... Haa... But that's the end of it!」
-The massage isn't nearly finished, so you ask if it'd hurt to let it continue.
-「Ooh...... It wouldn't hurt...I suppose... Just a bit more though, okay?」
-You have Remilia lay prone on the bed and move on to a proper massage.
-Untying her dress from around her shoulders, down to the wings, you loosen the waist as well.
-You have a little lotion spiked with aphrodisiac already prepared...
-
-「It's a bit warm... How about you undress me?」
-You take advantage of the situation and recommend it's best to remove her clothes if she's feeling warm.
-「Nshu... Isn't this fine?」
-It all has to come off, you say.
-「U-Understood... Just make sure to massage me thoroughly, okay?」
-Her trust in you and her sexual ignorance leave her completely unprotected.
-
-You inform her she's got to lay on her back.
-Remilia rolls over obediently.
-You are rewarded with the sight of burning cheeks, and two small nipples on a brightly blushing chest.
-Instead of going for her breasts immediately you start off at the belly, massaging it slowly.
-「Haa... Fuu... So relaxing...」
-You finally reach out to massage the small, delicate-looking bust.
-Massaging them gently, you stimulate the areola before pinching her nipples once.
-「Haah... Fuu%UNICODE(0x2764)%!? H-Hah. Wait... Too far...%UNICODE(0x2764)%」
-You fend off her gradually weakening protests and build up the stimulation of her breasts gradually.
-「Wait...%UNICODE(0x2764)% Stop! Nnn%UNICODE(0x2764)%」
-Thoroughly soaked with the aphrodisiac, her chest climaxes with almost every touch.
-「N-No%UNICODE(0x2764)%... S-St... Ohh, I'm c-cuuuuoooh%UNICODE(0x2764)%」
-
-
-
-She climaxes over and over until the effects of the aphrodisiac wears off.
-「W... Wonder...ful...%UNICODE(0x2764)%」
-Remilia's breasts have been so thoroughly conditioned that she has【Sensitive】breasts now.
-While she is still prone, you begin massaging her feet.
-You start off with the heels, before moving on to the cute toes, and finally the instep.
-「Nnn... That's very nice... Very pleasant...」
-Continuing up her legs, you reach her thighs before long.
-Holding back as hard as you can, you slowly begin massaging her joints.
-While her body is occupied, you reach out to her slender little butt...
-「Nnn...%UNICODE(0x2764)% Nhmmn%UNICODE(0x2764)%!?」
-Her ass is usually sensitive, but Remilia reacts more strongly than expected.
-「Wait... Be more gentle...」
-Hearing it's fine you go ahead, pouring aphrodisiac-laced lotion into her pink anus.
-It squirms from the sudden moistness, pulsating with her breathing.
-「Nnnhhiiigh!? W-What are you doing! That's...dirty...%UNICODE(0x2764)%」
-It seems vampires can absorb through their mucous membranes like a normal person, but it was a close call.
-You present your ring and middle fingers to Remilia's suddenly slack mouth.
-「Jyu... Hiyuro... Ranrano...%UNICODE(0x2764)%」
-Having coated your fingers in plenty of saliva, you insert your middle finger in her anus while stimulating her butt.
-「Nnm...%UNICODE(0x2764)% Guggh...%UNICODE(0x2764)% What are you doing! Stop%UNICODE(0x2764)%」
-She pants shallowly as you use just a bit of force, her hips jumping every time you move your fingers just a bit.
-You probe in and out with the middle finger, and begin using the ring finger as well after a while.
-「Amashhh...%UNICODE(0x2764)% Thishh...%UNICODE(0x2764)% I never knew...%UNICODE(0x2764)%%UNICODE(0x2764)%」
-
-
-
-You keep going, Remilia reaching climax as many times as her body allows.
-「S-Such a sensation... I never knew about it...%UNICODE(0x2764)%%UNICODE(0x2764)%」
-「Nnn... That's very good...」
-You massage her shoulders deliberately and with strength.
-「That felt nice... If you happen to massage me again... Massage more than just my shoulders...won't you?」
-「One must show courtesy towards one's master...」
-「Do I need to start over from scratch with you?」
-「Who said you were allowed to touch me?」
-「Ara... I suppose this does show that you're apologizing in earnest.」
-「So... Make me a cup of tea... Do that and I'll forgive you.」
-「Well, when you apologize so abjectly like that... The misbehavior does seem a bit small..」
-「Fine... I accept your apology... But.」
-「There is no next time.」
-「I wonder if that can even be called an apology...」
-「Reflect on your behavior a bit more.」
-「Hah... What a truly miserable attempt...」
-「Do you think I don't understand the mind of someone who prays with just their fingertips?」
-「The sun sets. The human's time has ended and our time begins.」
-「The boundary of darkness mixes with the light and swallows it up.」
-「To catch our prey, we drag them into the darkness.」
-「It's the height of elegance to enjoy the taste of tea at such a time.」
-「What kind of fate befalls a human running blindly away from the dark?」
-Remilia asks, a look of malicious joy on her face.
-「What do you think? The fate of one failing to run away.」
-「Eaten by Youkai? Or maybe someone will help them? Will they awaken to some hidden power at the last moment?」
-「Won't you guess? If you end up being correct, I'll reward you.」
-「But that'd be a little unfair as you're just a human... I'll allow you to ask some questions.」
-You ask Remilia a few questions, and begin reaching a conclusion.
-「So... What do you think?」
-
-「Ara... You're correct... She was saved by an accident.」
-「The reward will be that Sakuya will add a bit to your wages... You may go now.」
-
-「Ara... Bad luck... They couldn't resist in the end.」
-「Well, return to your duties... That was fun.」
-「Perhaps a cup of tea would be nice.」
-「Some tea perfect for relaxing gracefully?」
-You serve Remilia her tea, placing the cup on a saucer and setting it on a table you pull to the balcony.
-「Good work today... I'll ask Sakuya to think of something nice for you.」
-「Hah... No good...」
-「Return to your duties... Work hard.」
-「A lap pillow...?」
-「Ahahaha! Nobody else besides you would ask that of me!」
-Remilia laughs so hard that tears begin to form.
-「Ahh, that was a good laugh... Very well, I will reward that courage of yours.」
-「However you must not tell anyone else of this, it will be a secret...」
-「... Our secret...」
-「Fufuu... You make me want to spoil you...」
-「Are you asking for this reward as a servant? Or perhaps as my lover?」
-「I don't mind if you sleep... you can just relax.」
-Remilia smiles gently and softly strokes your head.
-「A lap pillow again? If it's only that much, I don't mind.」
-「A reward of this just this much is no problem for me...」
-Remilia strokes your head while wearing a proud face.
-「You sure are cute…… I wouldn't mind spoiling that child too if it's only this much...」
-With a slightly lonely face, Remilia strokes your head.
-「A lap pillow again?」
-「It can't be helped... It's a secret, understood?」
-「Very well... Grasp the rewards and happiness that is before you.」
-「Are you that repulsed by my neck?」
-「Look upon the wound on my neck.」
-「Perhaps after sucking a bit of blood, this body will be completely mine and this wound will fully heal.」
-「Won't you give me some of your blood?」
-
-Please forgive me.
-You stroke Remilia's plump childish stomach which hasn't even developed a waistline yet.
-Every now and then you press down on her belly, finding it fun to feel the sensation of her innards.
-「Recently my body has felt rather heavy... I haven't gotten f-fatter have I...?」
-「That can't be possible... Is there something I don't know about?」
-「%CALLNAME:MASTER%... I will make this child happy%UNICODE(0x2764)%」
-「I've always thought love was foolish... but it's not so bad...%UNICODE(0x2764)%」
-「Conceiving a vampire... I never knew there was anything as truly scary as this...%UNICODE(0x2764)%」
-「What? Did I bring some blood with me?」
-「Hmm? What? That's strange...」
-「What? Suddenly...」
-「Do my clothes interest you? They are a sight to behold, are they not? They were order-made.」
-「The one who made it was none other than the maid... Fufuu.」
-Remilia appears to be convinced that she said it with elegance, but she's got a smug look on her face.
-「What? Don't touch that.」
-「Don't... okay?」
-Remilia looks at you with eyes that are slightly wet with tears.
-「What? I wouldn't touch that again if I were you...」
-「Stop it... It's uncomfortable.」
-「Hnyuu...」
-As you pull the sleeping vampire's cheek, she lets out a cute voice.
-Before your eyes is a cute cheek befitting of Remilia. You reach your hand out as if it was being drawn in.
-「Wha-! I'we be wethuwning tha favah!」
-You played around pulling each other's cheeks for a while.
-「Wuh ah yuu doing... I'wl get yuu for thith!」
-Remilia gingerly pinches your cheek back.
-「Cuh ih out... Uuh...」
-When you're done, things returned to as they were.
-「Wha... Yowh helpwess...」
-「Thah huhts yuu know?Shtop it.」
-「Ara... that's a rather strange smell...」
-Remilia shakes the teacup, as if doubting what that smell coming from the medicine is.
-「Well...」
-
-Guiii―――!!
-「What a plain sake... Well, something like this isn't so bad every now and then.」
-「I wouldn't be able to drink all of this... I know.」
-「Why don't you give some to Sakuya? It would be a breather for her...」
-「Ara! This is surprisingly delicious!」
-「I like it! I'll allow you to bring this out on the next party.」
-「Lately you haven't been paying attention to me... %CALLNAME:MASTER% must only look at me...」
-「Understood? Do not look at other girls.」
-「It's been so peaceful lately... Do something interesting...」
-「Uuh... Uuh...」
-「Boring... %CALLNAME:MASTER% is so cold...」
-「Keep me entertained for the entire day, okay?」
-「Haa... it can't be helped since I'm bored... %PRINT_MALE("Butler:Maid", MASTER)%! Say something interesting!」
-「This is an order.」
-「If %CALLNAME:MASTER% doesn't do something interesting, I won't listen to anything you say.」
-「Fufuu... Just teasing you a bit%UNICODE(0x2764)%」
-「Haaah... it's quite boring... I wonder if something is going to happen...」
-「Ara? I wonder, what is that bean?」
-Without thinking about it, you throw beans at Remilia and say to Remilia『Oni out, fortune in』and the bean hurts her.
-「Owww!」
-「Don't do that... As expected, it still hurts even if it was from someone close.」
-You promise you won't do it again and give her a kiss as an oath.
-Putsuu-!
-「It seems like someone wishes to die... Just as you wish, I'll crush, smash, and boil you!」
-「Fuuah~ Seems it's already morning...」
-「Good night %CALLNAME:MASTER%...」
-「Let us sleep together.」
-「This is the kind of things lovers do, is it not?」
-「I shall be going to sleep... do you want to sleep together?」
-「Let's sleep?」
-「Give me a good night's... kiss%UNICODE(0x2764)%」
-Chuu...%UNICODE(0x2764)%
-「Not right now...」
-「Let's continue this tomorrow%UNICODE(0x2764)%」
-「As long as you don't do anything strange.」
-「... You really won't do anything%UNICODE(0x2764)%?」
-「Ara? On break?」
-「In that case, when today's work is done with, won't you play with me?」
-「That's great! Let's do that!」
-「You seem to be free.」
-「Won't you play with me? It's dreadfully dull...」
-「Thank you for your hard work... What is it?」
-「I wouldn't tell you to work without taking a break...」
-「Are you taking a break?」
-「It would be best if you returned before Sakuya has to tell you.」
-「Let us go outside, shall we?」
-「Since it's a date, you have to make sure you are a proper escort%UNICODE(0x2764)%」
-「I will leave our destination to you.」
-「In exchange, escort me closely. Of course, I will be testing you.」
-「Take care... Be careful of the road at night... Fufufu...」
-「Take care... Will you really be all right by yourself?」
-「Why don't you bring someone along with you? If it's that gatekeeper, she is most likely not doing anything. Wake her up and take her with you.」
-「There's no need...? Haah... Make sure to come back with all your limbs... Understood?」
-You think to yourself that Remilia worries too much for those close to her.
-「You're going alone? I-It'd be fine by me if we went t-together.」
-「No need...? Hnn! Fine, go wherever you want...」
-「M-Make sure you come home safely? Understood?」
-「Take care... When you are absent, I do not have much to do...」
-「You're working harder than I expected.」
-「Interesting... Interesting... Keep it up...」
-「Let me help you a bit with that... Perhaps I can tell you what you should be doing?」
-「Pay attention... okay?」
-「You really are a housework blockhead... Really...」
-「It seems that if I don't help you, cleaning will steal my lover... You dummy...」
-「Honestly.... Both you and Sakuya really love to do housework...」
-「Is there anything I can help with?」
-「...I've nothing to do...」
-「Over there! See? It's still dirty!」
-「Honestly... It's unpleasant to see garbage... It is troubling if you don't clean it properly...」
-「Use soft cloths to wipe silverware and copperware!」
-「Haa... I thought you'd know the basics of the basics without Sakuya or I having to tell you...」
-You continued to clean as Remilia instructed you on various things.
-「What? You would like to be my opponent? Very well, I'll hold back a little but you may you may die you know?」
-「The age before the Spellcard Rules was interesting... I had my share of the fun with weak Youkai.」
-「If not for that one person, I could reign as the strongest of this world...」
-「Oh well. The rest of them need me to be handicapped by silly rules. Don't you think so?」
-You manage to somehow launch a counter-Danmaku while avoiding the bat-shaped Danmaku.
-「Do you really think you can become strong with such a peashooter Danmaku? A real Danmaku would be this!!」
-Remilia swings her hand in a wide arc and collects energy in her hand, forming a single large spear.
-「Secret Move『Heartbreak』!」
-「Doing this... to %CALLNAME:MASTER% is a bit...embarrassing...」
-Because of the long windup, you were able to dodge the move.
-「Ara... I felt like that was just barely there... Had I shot that seriously, you would be dead by now...」
-You jump over the bat-shaped Danmaku that covers the ground and jump towards Remilia.
-But it was a trap.
-「What a pitiful jump!」
-「Night Charm『Demon King Cradle』!!」
-As she says this, the Danmaku energy begins to gather and spin around her. Remilia then lunges towards you!
-Remilia's head launches toward your abdomen.
-Because of the rotation combined with her lunge, it feels as if your insides are being twisted.
-But the pain coursing through your body keeps you from passing out.
-You are blown several meters away and land on your back. You feel as if the air from your lungs are being forced out.
-「Aahh! A-Are you all right!?」
-「I wonder if I overdid it? I'm not very good at controlling my strength...」
-「It's a different pleasantness from the strings of a piano...」
-「You play that very well.」
-「Ara, you aren't half bad.」
-「Why don't you try performing in the hall during today's snack time?」
-「A very funky song.」
-「It would be nice to hear this from time to time.」
-「Melancholic songs such as this... Isn't so bad from time to time.」
-「Why don't you play that box of yours? I'm sure it'll be even better this time.」
-「A good trumpeter can skillfully handle a high pitch that is both sweet and painless.」
-「Its qualities are different from an orchestra... I quite enjoy it.」
-「Ara... I'm amazed...」
-「Those arms gave an exemplary performance... I have no words...」
-「Those arms aren't bad... They managed to give me an exemplary performance.」
-「Can I give you a tip for your next performance?」
-「Not bad at all...」
-「I will allow this music to enter my ears... It seems your life is spared.」
-「Stop that noise immediately...」
-「Life is full of unfortunate setbacks, is it not?」
-- 
GitLab