<<newmeter 'hp' 0>>
<<colors 'red' >>
<<animation false>>
<<label '$hp / $maxhp'>>
<</newmeter>>
<<newmeter 'xp' 0>>
<<colors 'gold' >>
<<animation false>>
<<label '$xp / $maxxp'>>
<</newmeter>>
<<newmeter 'wp' 0>>
<<colors 'purple' >>
<<animation false>>
<<label '$wp / $maxwp'>>
<</newmeter>>
<<set $maxhp to 100>>
<<set $hp to 100>>
<<set $maxwp to 100>>
<<set $wp to 100>>
<<set $maxxp to 100>>
<<set $xp to 0>>
<<set $level to 1>>
<<set $succ to 0>>
<<set $gold to 0>>
<<set $levelup to 0>>
<<set $slime to 0>>
<<set $snek to 0>>
<<set $succhp to 100>>
<<set $succlevel to 15>>Mina
Class: Demonologist
Level: $level
XP:<<showmeter 'xp' `_xp / _maxxp`>>
HP:<<showmeter 'hp' `_hp / _maxhp`>>
WP:<<showmeter 'wp' `_wp / _maxwp`>>
<<updatemeter 'xp' `$xp / $maxxp`>>
<<updatemeter 'hp' `$hp / $maxhp`>>
<<updatemeter 'wp' `$wp / $maxwp`>>
Gold: $goldHypnovember 2024 - day 5 - Energy Drain
Today our story follows the Magical girl Mina in her adventures in Hypno Art Online!
When starting the game she made the decision pick the advanced class Demonologist
Advanced classes are locked behind a warning due to the challenging learning curve and no trainers in the starting area.
Right from the start Mina decided she wanted to bind a succubus to her will after finding out from some other players that she could find one in Charmwood a level 10 zone she began her quest to grind and bind a succubus to be her minion!
[[Spiral Town|start story]]<<set $xp to 100>>
<<set $maxxp to $level * 100>>
<<if $xp gte $maxxp>>
<<set $level = $level + 1>>
<<set $maxxp = $maxxp * $level>>
<</if>>
[[Next]]<<if $level is 1 and $succ is 0>>
Mood: Excited and optimistic about binding her first demon!
[[100 Gold - Rest at Inn|rest]]
[[Farm Some Slimes.|fight some slimes]]
[[Farm Some Sneks|fight some sneks]]
<<else>>
<<if $succ gte 1 or $level gte 2>>
Mood:<<if $succ is 1>>Mina is now determined to get her revenge!<</if>><<if $succ is 2>>A little more discouraged but Mina feels she needs to gain more levels and try again <</if>><<if $succ is 3>>Mina is getting a bit addicted to having her levels drained but still feels she can overcome this challange!<</if>><<if $succ is 4>>Mina needs to grind more levels so her misstress can suck out all her XP as well as her mind again!<</if>>
[[100 Gold - Rest at Inn|rest]]
[[Farm Some Slimes.|fight some slimes]]
[[Farm Some Sneks|fight some sneks]]
[[Track Down Succubus|track down succubus]]
<</if>>
<</if>>
<<set $wp = $maxwp>>Mina takes some hits due to having no combat skills but earns some xp and gold!
-2 hp
+30 xp
+5 gold
[[Next|rewards]]
<<set $hp to $hp - 2>>
<<set $gold to $gold + 5>>
<<set $slime to $slime + 1>>
<<set $xp to $xp + 10>>
<<set $maxxp to $level * 100>>
<<if $xp gte $maxxp>>
<<set $level = $level + 1>>
<<set $maxxp = $maxxp * $level>>
<<set $levelup to 1>>
<</if>>
Mina takes some major damage due to having no combat skills but earns decent xp and gold!
-8 hp
+60 xp
+15 gold
[[Next|rewards]]
<<set $gold to $gold + 15>>
<<set $hp to $hp - 8>>
<<set $slime to $slime + 1>>
<<set $xp to $xp + 30>>
<<set $maxxp to $level * 100>>
<<if $xp gte $maxxp>>
<<set $level = $level + 1>>
<<set $maxxp = $maxxp * $level>>
<<set $levelup to 1>>
<</if>><<if $gold gte 100>>
You spend 100 gold to rest at the Inn very relaxing!
HP Restored.
[[Next|start story]]
<<set $hp to 100>>
<<set $gold to $gold - 100>>
<<else>>
You cant afford to go to the Inn right now.
[[Next|start story]]
<</if>>
<<if $levelup is 1>>
<<set $maxwp to $maxwp + 10>>
CONGRATULATIONS YOU ARE NOW LEVEL $level !!!!!!
<<set $levelup to 0>>
<<if $hp gte 0>>
[[Next|start story]]
<<else>>
Minas HP has reached 0.
Mina cannot go on.
[[Pass out|Respawn]]
<</if>>
<<else>>
<<goto "start story">>
<</if>><<set $level to $level -1>>
<<set $xp to $xp - 100>>
<<set $hp to 50>>
Mina has lost a level.
[[Respawn|start story]] <<if $succ == 0>>Mina excitedly sets off to search for her new minion!<</if>>
<<if $succ == 1>>Mina sets off to get her revenge and bind the succubus for real this time!<</if>>
<<if $succ == 2>>Mina sets off a bit unsure of herself but still determined to win!<</if>>
<<if $succ == 3>>Mina sets off ready to get her revenge once and for all.... But she wouldn’t mind losing once or twice more maybe? <</if>>
<<if $succ == 4>>Mina sets off ready to give her heart and levels to her new mistress<</if>>
[[Charmwood]]<<if $succ is 0>>
Mina arrives in Charmwood, a somewhat spooky woodland with a lustful atmosphere.
She heads to a cave that supposedly has a rare succubus to bind!
<<else>>
Mina has returned to Charmwood!
Mina arrives at the Cave of the Succubus!
<</if>>
[[Next|succfight]]Succubus
Level: $succlevel HP: $succhp/100
<<if $bind == 1>>
Mina attempts to bind the succubus, but she is not weak enough to bind. The succubus invades her mind, briefly draining 20 WP.
<<set $wp to $wp - 20>>
<<set $bind to 0>>
<</if>>
<<if $succglitch == 1>>
The Succubus gets stuck on terrain and exits combat refilling her HP! Yeah I know some of you are gonna try to beat it no matter what! Git glitched on nerd!
<<set $succglitch to 0>>
<<set $succhp to 100>>
<</if>>
<<if $punch == 1>>
Mina punches the succubus, dealing 1 damage, but the succubus grabs her and pulls her in for a kiss, draining her of 20 WP.
<<set $punch to 0>>
<<set $wp to $wp - 20>>
<</if>>
<<linkreplace "Bind">>
<<set $bind to 1>>
<<goto "succfight">>
<</linkreplace>>
<<linkreplace "Mina Punch">>
<<set $punch to 1>>
<<set $succhp to $succhp - 1>>
<<goto "succfight">>
<</linkreplace>>
<<linkreplace "Submit">>
<<goto "succdefeat">>
<</linkreplace>>
<<if $wp <= 0>>
<<goto "succdefeat">>
<</if>>
<<if $succ >= 4>>
<<goto "badend">>
<</if>>
<<if $succhp lte 2>>
<<set $succglitch to 1>>
<<goto "succfight">>
<</if>>-MIND BREAK-
Mina has had all her willpower drained.
The succubus scoops Mina up in her arms and gives her a nice deep kiss.
As the succubus pulls away, a strand of pink energy flows from Mina's mouth into the mouth of the succubus.
Level after level is drained, and it feels like bliss!
Mina has returned to level 1 and spends the next hour pampering her new Mistress.
[[RESPAWN|start story]]
<<set $succlevel += ($level - 1)>>
<<set $succhp = 100>>
<<set $xp = 0>>
<<set $level = 1>>
<<set $maxwp = 100>>
<<set $hp = 100>>
<<set $succ += 1>>
<<set $maxxp = 100>>
Mina kneels in front of her Mistress, ready to be drained of her will and XP in exchange for pure bliss!
<<set $succlevel = $succlevel + ($level - 1)>>
In total, Mina has managed to bring her mistress to level $succlevel! How obedient!
**ACHIEVEMENT UNLOCKED:** Level Drain Slave - Title Unlocked: Succubus Sympathizer
-Meanwhile in the Sirens' Whisper Forest-
Fuiwa, Kaede, and Viltai have just finished setting up their guild encampment.
Fuiwa is mulling over her new turtle summons skill tree.
Viltai and Kaede are sneaking off, whispering to each other about a quest involving a cute owl harpy named Chilfa they learned about from another player.
Fuiwa briefly looks up, suspicious of what Kaede and Viltai are up to as they wander off whispering, but then she gets distracted by her tutel doing something cute and blissfully puts them out of her mind for now.
-The End-