<div class="conversation">
<p class="narration">
<img src="demongodsassets/img/intro/blink.gif" style="max-width:100%;">
Before we start, just a quick question!
</p>
Are you of legal age in your country to view adult content?
<<listbox "_age" autoselect>>
<<option "yes">>Yes
<<option "no">>No
<</listbox>><br>
Would you like to enable animations? Can be enabled and disabled from the settings menu.
(Characters in videos will not match the game, do not turn this on if you're worried about immersion.)
(This feature will not work unless you have added the animations folder to the source files. Most websites likely will not include this, but if you're playing locally please feel free to download this pack.)
<<listbox "_animationsenabled" autoselect>>
<<option "no">>No
<<option "yes">>Yes
<</listbox>><br>
<<button "Continue">>
<<if _age is "yes">>
<<if _animationsenabled is "yes">>
<<set $animationsenabled to true>>
<<else>>
<<set $animationsenabled to false>>
<</if>>
<<goto "gender">>
<<else>>
<<goto "cannot play">>
<</if>>
<</button>>
<h3>A quick note on the use of AI images</h3>
I understand there is some controversy regarding the usage of AI art. Most of the art used in this game has been heavily edited in photoshop and is often at least partially drawn. Due to this, not every scene will have art because it does take a significant amount of time to finish editing, even something as simple as redrawing a hand.
I have attempted to bring on an artist for this project, but unfortunately after paying them they never delivered. I am, however, actively seeking an artist for my next project.
</div>You - General Info
<<set $genderstart to "">>
<<set $gender to "female">>
<<set $hair to "black">>
<<set $name to "">>
<<set $race to "Human">>
<<set $ears to false>>
<<set $sexcount to 0>>
<<set $maxarousal to 100>>
<<set $energy to 100>>
<<set $maxenergy to 100>>
<<set $arousalmod to 0>> - goes up or down based on what you're wearing / certain actions
<<set $days to 0>> number of days since acquiring your first home
<<set $daycounter to 7>> this will increase by 7 everytime tax day comes.
/* consider adding a variable for being famous at the brothel getting you special clients in future update */
<<set $blackpoolopinion to 0>>
<<set $slutfame to 0>>
<<set $difficulty to 1>>
<<set $chskip to 1>>
<<set $currentlocation to "earth">>
<<set $locationmarker to "">>
/* -------------- gear + slot 1 + p.stats = current stats in statsmath widget, placed within passage header ---------------------- */
<<set $lust to 0>>
<<set $arousal to 0>>
<<set $p to {
lvl: 1,
hp: 100,
mp: 15,
maxhp: 100,
maxmp: 15,
melee: 24,
magic: 24,
pdef: 8,
mdef: 8,
charm: 29,
critrt: 0,
acceptance: 0,
charmcrit: 0,
}>>
<<set $outfitStats to {
none: {tier: 0, melee: 0, magic: 0, pdef: 0, mdef: 0, charm: 5, critrt: 0},
revealingdress: {tier: 1, melee: 0, magic: 2, pdef: 5, mdef: 8, charm: 3, critrt: 0},
jeans: {tier: 1, melee: 5, magic: 0, pdef: 7, mdef: 5, charm: -2, critrt: 0},
alluringdress: {tier: 1, melee: 0, magic: 3, pdef: 7, mdef: 9, charm: 4, critrt: 0},
rags: {tier: 1, melee: 0, magic: 0, pdef: 3, mdef: 3, charm: -2, critrt: 0},
goldenware: {tier: 3, melee: 12, magic: 2, pdef: 20, mdef: 17, charm: 3, critrt: 2},
tentacle: {tier: 2, melee: -2, magic: 1, pdef: 12, mdef: 12, charm: 16, critrt: 1},
party: {tier: 2, melee: 0, magic: 5, pdef: 12, mdef: 13, charm: 7, critrt: 0},
adventurerdress: {tier: 1, melee: 4, magic: 2, pdef: 9, mdef: 6, charm: 0, critrt: 0}
}>>
<<set $accessoryStats to {
none: {melee: 0, magic: 0, pdef: 0, mdef: 0, charm: 0, critrt: 0}
}>>
<<set $currentstats to {
melee: 0,
magic: 0,
pdef: 0,
mdef: 0,
charm: 0,
critrt: 0,
}>>
/* --------------------------------------------------------------------- */
Enemy Stats
<<set $e to {
name: '',
type: '',
lvl: 0,
hp: 0,
melee: 0,
magic: 0,
pdef: 0,
mdef: 0,
res: 0,
reshp: 0,
critrt: 0,
weakness: '',
eleresist: '',
}>>
/* res is charm resist, reshp is amount of resistance until you win, critrt is crit chance */
Inventory
<<set $inv to {
cum: 0,
money: 0,
toy: false,
cumvial: 0,
materials: {},
}>>
<<set $cumstorage to 0>>
spells (we'll start with only 3 for forest, add more content later)
<<set $spells to {
claws: 1,
swap: false,
transform: false,
growth: false,
illusion: false,
fire: 0,
ice: 0,
wind: 0,
water: 0,
thunder: 0,
seduction: false,
aura: 0,
}>>
swap - temporarily swap bodies
transform - transorm target into something (tentacles?)
growth - target grows a cock
illusion - Must have to prevent bad end after wings grow if you leave
aura - public sex?
may add defense boost, enemy resist lower, atk boost, etc.
/* spell costs */
<<set $spellCosts = {
"illusion": 10,
"fire": 10,
"ice": 10,
"wind": 10,
"water": 10,
"thunder": 10,
"seduction": 30
}>>
/* spell tomes to learn spells */
<<set $spellLevel to 0>> <!-- used for battle -->
Spell Tomes:
<<set $tome to {
swap: false,
transform: false,
growth: false,
illusion: false,
fire: false,
ice: false,
wind: false,
water: false,
thunder: false,
fire2: false,
ice2: false,
wind2: false,
water2: false,
thunder2: false,
fire3: false,
ice3: false,
wind3: false,
water3: false,
thunder3: false,
}>>
<<set $corruption to 0>>
<!-- I have mixed feelings about using corruption. Currently deciding based on the story -->
<<set $read to {
swap: 0,
transform: 0,
growth: 0,
illusion: 0,
fire: 0,
ice: 0,
wind: 0,
water: 0,
thunder: 0,
water: 0,
fire2: 0,
transform: 0,
}>>
Maps
<<set $maps to {
blackpool1: true,
blackpool2: false,
blackpool3: false,
forest1: false,
forest2: false,
forest3: false,
}>>
Unlocked Locations (visited):
<<set $unlocked to {
forest1: false,
forest2: false,
forest3: false,
forestdungeon: false,
mountains_day: false,
mountains_night: false,
silentcity: false,
}>>
forest events completed
<<set $events to {
forest1d2: false,
forest1e2: false,
}>>
Battle variables:
<<set $currentatk to "">>
<<set $enemyatk to "">>
set current attack and enemy (attack or magic) on page where you choose your attack.
Set attack widgets on next page. Go back to attack choice page.
Physical Upgrades
<<set $tail to false>>/*walking around naked or bottomless will result in bad end. Being stripped in public will also result in bad end, unless you have illusion spells*/
<<set $wings to false>> /* Automatically grow wings at a certain level. Will result in a bad end if you don't get the illusion spell to hide your wings*/
<<set $horns to false>>Same as wings
<<set $eyes to false>>
Progression required events
<<set $chapter to 1>>
<<set $metbeforecity to false>> met Rhelyla before first city visit
<<set $brotheljob to false>> - will change to true after job interview
<<set $guardpermission to false>> /* guard approval to leave town */
<<set $townkillcount to 0>>/*everytime you accidentally kill someone, this goes up*/
<<set $alraunespared to 0>>
<<set $alrauneevent to false>>
<<set $alspecial to false>>
<<set $gatequest to false>>
<<set $taverndecision to false>>
<<set $tentaclepatmeet to false>>
<<set $alrauneally to false>>
<<set $ogreriddle to 0>>
<<set $riddle to ''>>
<<set $marketvisited to false>>
<<set $cleanstatue to 0>>
<<set $boss1attempt to 0>>
<<set $yukicolor to "purple">>
/* chapter 2 */
<<set $rhelylanote to false>>
<<set $charmtraining to 0>>
<<set $spidersilk to false>>
<<set $home to "blackpool">>
<<set $eyescenePlayed to false>>
<<set $arachnelly to false>>
<<set $freydismet to false>>
<<set $dressblueprint to false>>
<<set $dressdays to 99999999>>
<<set $azparty to 0>>
<<set $rhelylarevenge to false>>
<<set $yukistatus to "slave">>
<<set $avskum to "m">>
Chapter 3
<<set $silentpartner to "">>
Non required
<<set $owlring to false>>
/* relationships */
<<set $rhelylarel to 30>>
<<set $azraelrel to 0>>
<<set $arachnejournals = [false, false, false, false, false, false, false, false, false]>>
<<set $elyriarel to 0>>
<<set $coco to {
gender: "m",
worked: 0,
}>>
sets up Arachne journals
<<set $friend1relation to "friend">>
<<set $friend2relation to "friend">>
<<set $rhelylaknows to false>>
<<set $azraelknows to false>>
<<set $rhelylarevengequest to 0>>
<<set $allies = []>> /* Initializes an empty allies list */
Regular events
<<set $taxman to 0>> Amount taxed every 5 days
<<set $taxmanmet to 0>>will be 1 if you've met
<<set $taxday to 0>>
<<set $hungerres to false>> /* will be unable to lower hunger after first masturbation until level up or sex*/
<<set $BPsuspicion to 0>> /* if this reaches 100, bad end */
<<set $azraelmet to 0>>
<<set $bookladymet to false>>
<<set $dryadalive to true>>
<<set $eiracharm to 0>>
Others
<<set $friend2 to "Emily">>
<<set $friend1 to "James">>
<<set $boss1alive to true>>
<<set $pseudalive to true>>
<<set $boss2alive to true>>
<<set $boss3alive to true>>
<<set $boss4alive to true>>
<<set $boss5alive to true>>
<<set $boss6alive to true>>
<<set $forest1minialive to true>>
<<set $alive to {
rhelyla: true,
azrael: true,
eira: true,
booklady: true,
friend1: true,
friend2: true,
garret: true,
jared: true,
seraphina: true,
silas: true,
arabella: true,
avskum: true,
elyria: true,
}>>
<<set $arabellastone to true>>
shop and wardrobe
<<set $wardrobe to {
outfit: ['none', 'jeans',],
accessory: ['none',],
}>>
<<set $outfit to {
outfit: 'jeans',
accessory: 'none'
}>>
<<set $preset1 to {
outfit: 'none',
accessory: 'none'
}>>
<<set $preset2 to {
outfit: 'none',
accessory: 'none'
}>>
<<set $preset3 to {
outfit: 'none',
accessory: 'none'
}>>
/*end shop and wardrobe */
/* ------- One time use variables: ------- */
<<set $arousalcost to 400>>
<<set $energycost to 400>>
<<set $auracost to 500>>
exploration passages -
Mountains explore
<<set $undiscoveredPaths = []>>
<<set $mountains_night = {
paths: [false, false, false, false, false],
healingVialChance: 10,
battleChance: 40,
discoverChance: 25,
randomEventChance: 25
}>>
<<set $mountainsDay = {
paths: [false, false, false, false, false, false],
healingVialChance: 10,
battleChance: 40,
discoverChance: 25,
randomEventChance: 25
}>>
<<set $forest1 = {
paths: [false, false, false],
healingVialChance: 10,
battleChance: 40,
discoverChance: 25,
randomEventChance: 25
}>>
<<set $forest2 = {
paths: [false, false, false],
healingVialChance: 10,
battleChance: 40,
discoverChance: 25,
randomEventChance: 25
}>>
<<set $forest3 = {
paths: [false, false, false],
healingVialChance: 10,
battleChance: 40,
discoverChance: 25,
randomEventChance: 25
}>>
<<set $blackpool = {
"paths": [false, false, false, false, true, false, false],
healingVialChance: 0,
battleChance: 0,
discoverChance: 40,
randomEventChance: 60
}>>
<!-- reusable temp vars -->
<<set $tempvar = {
i: 0,
j: 0,
k: 0,
l: 0,
m: 0,
n: 0,
q: 0,
r: 0,
s: 0,
t: 0,
x: 0,
y: 0,
z: 0,
}>>
<!-- monster tracker -->
<<set $killedmon to {
wolves: 0,
slime: 0,
bandit: 0,
squik: 0,
goblinsct: 0,
goblinarcher: 0,
alraune: 0,
goblinsldr: 0,
giant: 0,
bonecentipede: 0,
rockgoblin: 0,
orc: 0,
spiderling: 0,
female_bandit: 0,
orcshaman: 0,
female_goblin: 0,
eldritchslime: 0,
corruptstag: 0,
runicsquik: 0,
eldritchgoblin: 0,
cumslime: 0,
myceliastar: 0,
unholysoldier: 0
}>>
<!-- Chapter 4 stuff -->
<<set $throne to {
story: 0,
misc: 0,
agendas_complete: 0,
next_agenda_day: 0,
next_day: 0,
battle: 0,
battle_day: 0,
citizencount: 3000,
citizenmax: 20000,
love: 0,
loyalty: 15,
battles_won: 0,
battles_lost: 0,
done: false,
}>>
<<set $playerforce to {
roundswon: 0,
round1: false,
round2: false,
round3: false,
max_forces: 500,
total_forces: 0,
units_lost: 0,
defense: 3,
paper: 0,
rock: 0,
scissors: 0,
turns: 0,
turn1: "",
turn2: "",
turn3: "",
spied: false,
spiedon: "",
choices: ["paper", "rock", "scissors"],
}>>
<<set $enemyforce to {
total: 0,
paper: 0,
rock: 0,
scissors: 0,
turns: 0,
turn1: "",
turn2: "",
turn3: "",
choices: ["paper", "rock", "scissors"],
defense: 3,
}>>
<<set $matchup = {
"paper": "rock",
"rock": "scissors",
"scissors": "paper"
}>>
<<set $resources to {
lumber: 0,
stone: 0,
food: 15000,
gold: 0,
}>>
<<set $expeditionTeams to {
team1Status: true,
team1ReturnDay: 9999999,
team1CurrentLocation: "",
team1NextLocation: "",
team2Status: false,
team2ReturnDay: 9999999,
team2CurrentLocation: "",
team2NextLocation: "",
team3Status: false,
team3ReturnDay: 9999999,
team3CurrentLocation: "",
team3NextLocation: "",
team4Status: false,
team4ReturnDay: 9999999,
team4CurrentLocation: "",
team4NextLocation: "",
team5Status: false,
team5ReturnDay: 9999999,
team5CurrentLocation: "",
team5NextLocation: ""
}>>
<<set $barracks to 0>>
<!-- add cheats limit -->
<<if ndef $patcheats>>
<<set $patcheats to {
daystoreset: 0,
cheatsleft: 3,
}>>
<</if>>
Breast sizes
<<set $breastsize = ["small", "medium", "large"]>>
Patron?
<<set $patronversion to true>>
<<set $animationsenabled to false>>
<<set $version to 60>>
<<set document.documentElement.style.fontSize = Config.textSize + "em">>
<<set $donationdisplayed to true>>$name
<<headshot>>
<<acceptance>><br>
Level: $p.lvl
HP: $p.hp / $p.maxhp
MP: $p.mp / $p.maxmp
Lust (exp): $lust / 1000
Copper: $inv.money
Cum: $inv.cum
<<if $chapter lt 3>>Day: $days<</if>>
Energy: $energy / $maxenergy
<<lustcrest>>
[[notebook]]
[[changelog]]
<<nobr>><div id="patreon-link">
<a href="https://www.patreon.com/daemonden" target="_blank"><img class="passage-image" src="demongodsassets/img/patreon.webp" style="width:45px;"></a>
<a href="https://subscribestar.adult/daemonden" target="_blank"><img class="passage-image" src="demongodsassets/img/ss.webp" style="width:45px;"></a>
<a href="https://discord.gg/MyVxJkskEe" target="_blank"><img class="passage-image" src="demongodsassets/img/discord.webp" style="width:45px;"></a>
</div>
<<wallpaper>><</nobr>>
Game version: $version
<<nobr>>
<<if $donationdisplayed is false>>
<<pleasedonate>>
<</if>>
<</nobr>><div class="conversation">
You:
<<clothes>>
Outfit: $outfit.outfit
Race: $race
<<if $gender is "female">>
breast size: $breasts
<</if>>
Accessory: $outfit.accessory
<<if $outfit.accessory isnot "none">>
<<if $outfit.accessory is "solarlamp">>
A lamp with the power of the sun! You can wear this as an accessory, but you're not sure what it does.
<<else>>
<img class="passage-image" @src="'demongodsassets/you/accessories/'+$outfit.accessory+'.webp'" >
provides a 15% boost to <<if $outfit.accessory is "redcrest">>experience<<elseif $outfit.accessory is "bluecrest">>money<<elseif $outfit.accessory is "purplecrest">>cum<<elseif $outfit.accessory is "greencrest">>materials<</if>> obtained!
<</if>>
<</if>>
<details>
<summary style="color:#8282f3;">Basic Stats</summary>
Level: $p.lvl
HP: $p.hp / $p.maxhp
MP: $p.mp / $p.maxmp
Melee: $p.melee | After gear boosts: $currentstats.melee
Magic: $p.magic | After gear boosts: $currentstats.magic
Charm: $p.charm | After gear boosts: $currentstats.charm
Physical Defense: $p.pdef% | After gear boosts: $currentstats.pdef%
Magical Defense: $p.mdef% | After gear boosts: $currentstats.mdef%
Crit Rate: $p.critrt | After gear boosts: $currentstats.critrt
I have had sex with $sexcount (human) men.
</details>
<details>
<summary style="color:#8282f3;"><b>Lust</b>: $lust</summary>
This is your exp. You level up everytime this hits 1000.
You can only gain lust from tainted semen, which can be acquired from monsters. There is a small chance that humans could be slightly tainted.
</details>
<b>Hunger</b>: $arousal - Something bad may happen if this hits $maxarousal
<details>
<summary style="color:#8282f3;">Inventory</summary>
vials: $inv.cumvial
Money: $inv.money
Cum: $inv.cum
<<if $owlring is true and $owlring isnot "sold">>Owl Ring - A ring droped by an owl.<</if>>
<<if $wardrobe.accessory.includes("solarlamp")>>Solar Lamp - A lamp that has trapped sunlight inside.<</if>>
<<if $wardrobe.accessory.includes("redcrest")>>Red Plug - Increases Experience Gained.<</if>>
<<if $wardrobe.accessory.includes("bluecrest")>>Blue Plug - Increases Money Gained.<</if>>
<<if $wardrobe.accessory.includes("purplecrest")>>Purple Plug - Increases Cum Gained.<</if>>
<<if $wardrobe.accessory.includes("greencrest")>>Green Plug - Increases Materials droprate.<</if>>
<<if def $demonicbooks>>
<<if $demonicbooks.cookbook gte 1>>1 Demonic Cookbook<</if>>
<<if $demonicbooks.poetry gte 1>>1 Demonic Poetry book<</if>>
<<if $demonicbooks.gardening gte 1>>1 Demonic Gardening book<</if>>
<<if $demonicbooks.painting gte 1>>1 Demonic Painting self-help book<</if>>
<</if>>
<<if $owlring is true>>1 ring dropped by an owl. Nothing about it appears to be strange.<</if>>
</details>
<details>
<summary style="color:#8282f3;">Materials</summary>
<!-- when new materials are added, add them here -->
<ul>
<<if def $inv.materials['Wolf Pelt']>><li>Wolf Pelt: $inv.materials['Wolf Pelt']</li><</if>>
<<if def $inv.materials['Wolf Fang']>><li>Wolf Fang: $inv.materials['Wolf Fang']</li><</if>>
<<if def $inv.materials['Slime Gel']>><li>Slime Gel: $inv.materials['Slime Gel']</li><</if>>
<<if def $inv.materials['Slime Core']>><li>Slime Core: $inv.materials['Slime Core']</li><</if>>
<<if def $inv.materials['Bandit Leather']>><li>Bandit Leather: $inv.materials['Bandit Leather']</li><</if>>
<<if def $inv.materials['Stolen Goods']>><li>Stolen Goods: $inv.materials['Stolen Goods']</li><</if>>
<<if def $inv.materials['Squik Tentacle']>><li>Squik Tentacle: $inv.materials['Squik Tentacle']</li><</if>>
<<if def $inv.materials['Squik Talon']>><li>Squik Talon: $inv.materials['Squik Talon']</li><</if>>
<<if def $inv.materials['Goblin Cloth']>><li>Goblin Cloth: $inv.materials['Goblin Cloth']</li><</if>>
<<if def $inv.materials['Goblin Shard']>><li>Goblin Shard: $inv.materials['Goblin Shard']</li><</if>>
<<if def $inv.materials['Goblin Bowstring']>><li>Goblin Bowstring: $inv.materials['Goblin Bowstring']</li><</if>>
<<if def $inv.materials['Goblin Wood']>><li>Goblin Wood: $inv.materials['Goblin Wood']</li><</if>>
<<if def $inv.materials['Alraune Petal']>><li>Alraune Petal: $inv.materials['Alraune Petal']</li><</if>>
<<if def $inv.materials['Alraune Nectar']>><li>Alraune Nectar: $inv.materials['Alraune Nectar']</li><</if>>
<<if def $inv.materials['Goblin Armor Fragment']>><li>Goblin Armor Fragment: $inv.materials['Goblin Armor Fragment']</li><</if>>
<<if def $inv.materials['Goblin Insignia']>><li>Goblin Insignia: $inv.materials['Goblin Insignia']</li><</if>>
<<if def $inv.materials['Giant Bone']>><li>Giant Bone: $inv.materials['Giant Bone']</li><</if>>
<<if def $inv.materials['Giant Kilt']>><li>Giant Kilt: $inv.materials['Giant Kilt']</li><</if>>
<<if def $inv.materials['Bone Carapace']>><li>Bone Carapace: $inv.materials['Bone Carapace']</li><</if>>
<<if def $inv.materials['Bone Mandible']>><li>Bone Mandible: $inv.materials['Bone Mandible']</li><</if>>
<<if def $inv.materials['Rock Shard']>><li>Rock Shard: $inv.materials['Rock Shard']</li><</if>>
<<if def $inv.materials['Goblin Nail']>><li>Goblin Nail: $inv.materials['Goblin Nail']</li><</if>>
<<if def $inv.materials['Orcish Leather']>><li>Orcish Leather: $inv.materials['Orcish Leather']</li><</if>>
<<if def $inv.materials['Orcish Bone']>><li>Orcish Bone: $inv.materials['Orcish Bone']</li><</if>>
<<if def $inv.materials['Spider Silk']>><li>Spider Silk: $inv.materials['Spider Silk']</li><</if>>
<<if def $inv.materials['Spider Fang']>><li>Spider Fang: $inv.materials['Spider Fang']</li><</if>>
<<if def $inv.materials['Bandit Sash']>><li>Bandit Sash: $inv.materials['Bandit Sash']</li><</if>>
<<if def $inv.materials['Stolen Jewelry']>><li>Stolen Jewelry: $inv.materials['Stolen Jewelry']</li><</if>>
<<if def $inv.materials['Shamanic Totem']>><li>Shamanic Totem: $inv.materials['Shamanic Totem']</li><</if>>
<<if def $inv.materials['Spell Scroll']>><li>Spell Scroll: $inv.materials['Spell Scroll']</li><</if>>
<<if def $inv.materials['Goblin Earring']>><li>Goblin Earring: $inv.materials['Goblin Earring']</li><</if>>
<<if def $inv.materials['Goblin Panties']>><li>Goblin Panties: $inv.materials['Goblin Panties']</li><</if>>
<<if def $inv.materials['Eldritch Ooze']>><li>Eldritch Ooze: $inv.materials['Eldritch Ooze']</li><</if>>
<<if def $inv.materials['Corrupted Slime Core']>><li>Corrupted Slime Core: $inv.materials['Corrupted Slime Core']</li><</if>>
<<if def $inv.materials['Cum Core']>><li>Cum Core: $inv.materials['Cum Core']</li><</if>>
<<if def $inv.materials['Corrupted Antler']>><li>Corrupted Antler: $inv.materials['Corrupted Antler']</li><</if>>
<<if def $inv.materials['Stag Heartwood']>><li>Stag Heartwood: $inv.materials['Stag Heartwood']</li><</if>>
<<if def $inv.materials['Squik Ink']>><li>Squik Ink: $inv.materials['Squik Ink']</li><</if>>
<<if def $inv.materials['Runic Tentacle']>><li>Runic Tentacle: $inv.materials['Runic Tentacle']</li><</if>>
<<if def $inv.materials['Goblin Trinket']>><li>Goblin Trinket: $inv.materials['Goblin Trinket']</li><</if>>
<<if def $inv.materials['Eldritch Shard']>><li>Eldritch Shard: $inv.materials['Eldritch Shard']</li><</if>>
<<if def $inv.materials['Mycelial Spores']>><li>Mycelial Spores: $inv.materials['Mycelial Spores']</li><</if>>
<<if def $inv.materials['Starcore Tentacle']>><li>Starcore Tentacle: $inv.materials['Starcore Tentacle']</li><</if>>
<<if def $inv.materials['Cursed Steel']>><li>Cursed Steel: $inv.materials['Cursed Steel']</li><</if>>
<<if def $inv.materials['Knights Lost Honor']>><li>Knights Lost Honor: $inv.materials['Knights Lost Honor']</li><</if>>
</ul>
</details>
<details>
<summary style="color:#8282f3;">Spells:</summary>
<b>Sexual Healing</b>: No matter what kind of violence you receive that would result in pain or even death, as long as it is sexual in nature you will instantly recover.
<b>Sympathetic Orgasms</b>: Selfish lover? Not anymore. You experience their pleasure on top of your own.
<<nobr>>
<<if $spells.swap is true>>
Swap Magic<br>
<</if>>
<<if $spells.transform is true>>
Transformation Magic<br>
<</if>>
<<if $spells.growth is true>>
Growth Magic<br>
<</if>>
<<if $spells.illusion is true>>
Illusion Magic<br>
<</if>>
<<if $spells.fire gte 1>>
Fire Magic level $spells.fire<br>
<</if>>
<<if $spells.ice gte 1>>
Ice Magic level $spells.ice<br>
<</if>>
<<if $spells.wind gte 1>>
Wind Magic level $spells.wind<br>
<</if>>
<<if $spells.water gte 1>>
Water Magic level $spells.water<br>
<</if>>
<<if $spells.thunder gte 1>>
Thunder Magic level $spells.thunder<br>
<</if>>
<</nobr>>
</details>
<<back>>
</div><div class="conversation">
<h3>Found a bug? <a href="https://discord.gg/ra6e4CeTmZ" target="_blank">Report it!</a></h3>
<<back>>
<details>
<summary style="color:#b1b1ef;">Ver 0.60 - Click to expand</summary>
<h3>Note:</h3> This update includes a significant amount of backend changes, which normally wouldn't be visible to players. Typically, that would mean no update at all, but I made extra time to add new scenes so this update would still feel substantial. In reality, this update is probably three times the size of my usual updates, and I’ve honestly spent more time on it this month than at my full-time job.
Thanks to a couple dedicated volunteers, we've thoroughly tested this update. However, that doesn’t mean it’s bug-free. Some issues might still pop up, and there are cases—especially with the first Dryad in the forest—where certain bugs can’t be fixed retroactively for players who have already progressed past a certain point.
<h4>Next update, I plan to:</h4>
<ul>
<li>Add more NSFW scenes to the brothel and possibly another lesbian scene with Eira.</li>
<li>Include more scenes with Rhelyla, Elyria, Arabella, Scyllus, and others.</li>
<li>Some special scenes with Elyria, provided you’ve met the necessary prerequisites.</li>
<li>Add a date with a fox girl.</li>
<li>Work on the quest log (I’d like to completely overhaul it, to be honest).</li>
<li>Begin exploring the first area of the next location.</li>
<li>Add more agendas to the court scenes in the throne room.</li>
</ul>
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Built a new minigame with a unique battle system. This serves both as a teaser for a side game I'm developing with an artist and another developer, and as a way to test new mechanics to make it more fun.</li>
<li>Introduced a new expedition system: send a team to gather materials and more.</li>
<li>Reintroduced a returning character.</li>
<li>Developed a kingdom management system (still in progress).</li>
<li>Added kingdom upgrades (still in progress).</li>
<li>Created several new events. In Chapter 4, to progress through the story, you will need to visit the throne room and check your daily agenda each day. Currently, there are 3 of these scenes.</li>
<li>Like above, there are also new battles to take place when you check your daily agenda.</li>
<li>Added a scavenge system to collect materials from past areas.</li>
<li>Implemented a love/fear and loyalty system.</li>
<li>Added a new (bad) ending if your loyalty falls to 0. I hope some of you see this; I'm pretty happy with it.</li>
<li>Included a line at the end of Chapter 3 to notify players if they completed it within the hidden time limit.</li>
<li>New messages appear in the Barracks when upgraded.</li>
</ul>
<h4>Note 2:</h4> Chapter 4 is the final hub of the game and will continue to expand throughout the rest of the game. Currently, there is no punishment for hitting 100% arousal in the new area—I’m still deciding how to handle this and hope to address it in the next update.
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Resolved the broken Home button after any ending.</li>
<li>Fixed a bug that prevented players from reporting the boss’s death to the Dryad.</li>
<li>Adjusted Rhelyla’s explanation of past events in charm training to fix unclear text and refine her historical knowledge.</li>
<li>Corrected a bug in Azrael’s quest line while exploring the mountains. It didn’t seem to cause serious game-breaking issues, but it's fixed now.</li>
<li>The journal entry telling you to collect spider silk should no longer appear once it’s been turned in.</li>
<li>Fixed some issues with the Dryad pregnancy scenes displaying out of order (further testing needed).</li>
<li>Resolved a line that could repeat if a certain objective was completed.</li>
<li>Adjusted lines involving Rhelyla when the Dryad was pregnant.</li>
<li>Corrected an out-of-place line when meeting Ephraim while playing as a good character.</li>
<li>Capitalized Daeran’s name.</li>
<li>Fixed a line in the quest log saying something wasn’t available in the elf village when it actually was.</li>
<li>Addressed a notebook error that appeared before leaving the elf village for the first time. The variable is now initialized at the beginning of the chapter.</li>
<li>Corrected numerous typos (thanks to Cfestron for catching so many).</li>
<li>Removed text informing players they reached the end of available content at the end of Chapter 3.</li>
<li>Reduced the number of times needed to explore Elf Forest Level 1 from 14 to 10 to unlock Level 2.</li>
<li>Reduced the number of times needed to explore Elf Forest Level 2 from 15 to 10 to unlock Level 3.</li>
<li>Added a condition to make it easier to unlock Level 4 of the Elf Forest.</li>
<li>Lowered exploration requirements for all scenes in Level 4 of the Elf Forest. The elf village time limit may need adjusting as it's now too easy to complete everything in a few days.</li>
<li>If you get the College Daze bad end, you can now continue to the next area without repeating it (rewards excluded).</li>
<li>Slightly increased the chances of obtaining an item from the tentacle holes in Chapter 3.</li>
<li>Added a more obvious hint to the game over screen for players struggling with Dracula.</li>
<li>Adjusted passage width for improved readability.</li>
<li>Fixed arousal not resetting in the brothel in the Silent City.</li>
<li>Resolved an issue where Rhelyla repeated dialogue about her laptop.</li>
<li>Corrected a few back buttons that led to incorrect places.</li>
<li>Increased brothel success rates in the Silent City.</li>
<li>All brothel events in the Silent City now reward cum (if sex was involved) and copper.</li>
<li>Removed a success rate message that caused confusion in a later scene.</li>
<li>Addressed Dryad scenes—though fixes may not apply retroactively. Needs more testing due to numerous conditions.</li>
</ul>
</details>
<details>
<summary style="color:#b1b1ef;">Older updates - Click to expand</summary>
<h3>Ver 0.55 - Click to expand</h3>
<ul>
<li>Location to explore. </li>
<li>Multiple new scenes with several returning characters.</li>
<li>New fun scenes with some minor NPC's, no impact on story for these.</li>
<li>Continued the story.</li>
<li>New scenes with: Takara, Vena, Nyan, Rhelyla, Yuki, and some others.</li>
<li>Added access to the brothel, modified how the Brothel works again but no new lewd scenes yet.</li>
<li>Made a small change to a couple scenes with Arabella if she survived the fight with Seraphina.</li>
<li>Rewrote several exploration scenes in the mountains to reduce the amount of generic text that can be exhausting after exploring repeatedly.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Added extra clarification that you need to be level 11 or higher to visit the mountains.</li>
<li>Did the same with the forest exploration scenes.</li>
<li>Modified some text in the wardrobe so it's more clear that your outfit will change to whatever is currently selected.</li>
<li>Aligned text to the left. Will wait on feedback before I decide on moving it back or leaving it. (This may have messed up the alignment of some images).</li>
<li>Adjusted some text from the Paladin to make a couple of hints slightly more noticeable.</li>
<li>Found and fixed a bug that occured when selling an item after obtaining a material that didn't have a price yet.</li>
<li>When a new material was obtained, the sell price of every material would default to that new price. To resolve this, all materials can now be sold for 20 copper, regardless of rarity. I spent several hours trying to fix this, but I couldn't figure out why capture was properly grabbing the correct material but overwriting the price for each item.</li>
</ul>
<h3>Ver 0.54 - Click to expand</h3>
<ul>
<li>Several new scenes provided by Eins, (30,000 words) with the Dryad in the forest. Unfortunately there is no way back to visit her if you've reached chapter 3, and some of her scenes will be time sensitive and unobtainable after chapter 3. </li>
<li>Rewritten scenes.</li>
<li>Multiple new sex scenes with Dryad.</li>
<li>New sex scene with Dryad if TF magic has been learned.</li>
<li>Option for a permanent change to the Dryad.</li>
<li>It is now possible to continue from most game-overs.</li>
<li>Continued the story up to the next checkpoint. </li>
<li>You can now skip (most) dreams.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Removed a single line of text to stop Rhelyla from magically transporting herself into a lewd scene she's not supposed to be in. Pesky succubus magic. </li>
<li>Fixed a scene where your magic was running out even though Coco was already full girl.</li>
</ul>
<h3>Ver 0.53</h3>
<ul>
<li>Started chapter 4.</li>
<li>Added some background mechanics that won't be visible for a couple of updates.</li>
<li>Some story scenario.</li>
<li>Moved some stuff around, you can now find your materials in the notebook under stats and inventory.</li>
<li>You now have access to the mountains at night after finding the journal entry that mentions it. However, this may have bugs or continuity issues. I tried to make sure I covered everything that would be affected, but it's pretty difficult to edit older content.</li>
<li>Added the option to cheat through Nar's riddles if you don't have an adorable fox girl.</li>
<li>Multiple new art pieces in new scenes, as well as a couple lewd scenes.</li>
<li>Lots of side scenes of varying length. Some are important!</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Added the maxed arousal - accidental kill mechanic back into the game (not sure when I accidentally removed this).</li>
<li>Replaced several images in the game. Multiple backgrounds, some early art.</li>
<li>Green crest bonus now applies to the gloryhole scene and the brothel.</li>
<li>Moved one of the journals so you didn't need to scroll down for it, making it harder to miss.</li>
<li>Fixed a headshot in chapter 3.</li>
<li>Fixed various minor bugs and typos.</li>
</ul>
<h3>Ver 0.52</h3>
I only had 1 bug tester this month, so if you run into any bugs then I apologize! Please report them!
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Not including pre-existing scenes that I added to or modified, this update comes with 61,388 new words. (I'm not sure how much of this is code). There are over 11,888 new lines of code in this update alone.</li>
<li>New settings menu.</li>
<li>Several new scenes mixed in with dungeon exploration.</li>
<li>New enemies.</li>
<li>Several new exploration events.</li>
<li>New tome to find and read. </li>
<li>Which means a new spell to unlock. (currently only usable in the brothel).</li>
<li>Lots of side scenes of varying length. Some are important!</li>
<li>Rewrote the final scene with Ephraim in the tavern as it felt a bit rushed and gave information too quickly. Moved some of what you discussed with him to the final confrontation with him.</li>
<li>All enemies now have a scene if you kill them instead of charming them, including the rare enemy.</li>
<li>Bestiary vol 2 can now be purchased, it now has content for all new enemies (except boss).</li>
<li>Several new images (non-lewd).</li>
<li>Replaced several old images with new ones.</li>
<li>Added more quest objectives to your notebook to help you with completing chapter 3.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>New and improved text size / color picker (now located in the settings menu).</li>
<li>Moved animations toggle to settings menu.</li>
<li>Moved your stats to the notebook tab.</li>
<li>Identified and fixed a bug where if you killed the Alraune's you could get trapped in a scene where you receive the thunder essence over and over.</li>
<li>Replaced the background image for the glass abyss.</li>
<li>I didn't like the floating orb goddess, so I've replaced her (again).</li>
<li>Minor adjustments to the mountains so it reflects their name.</li>
<li>Images now expand when clicked rather than on hover.</li>
<li>Removed multiple instances of your earth friends default names being displayed in game.</li>
<li>Added missing mountain enemies to Bestiary.</li>
</ul>
<h3>Ver 0.51</h3>
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>New healing vial - cannot be used in battle.</li>
<li>New dungeon - parts 1 and 2 are complete, part 3 has a preview available. (special thanks to G28 for a surprise).</li>
<li>Lots of new mini-scenario's in this dungeon.</li>
<li>New enemies.</li>
<li>Several new exploration scenes to each dungeon section, granting the player more diverse scenes offering a mix of entertainment and purpose. This aims to make exploration more engaging and varied than previous chapters, while reducing the length of repeat scenes.</li>
<li>Replaced the background for the in-between world as the original wasn't quite what I was hoping for. </li>
<li>Added some style to the title.</li>
<li>New upgrade tier for clothes: revealing dress from 5 -> 6, Jeans from 4 -> 6, alluring dress from 5 -> 6, goldenware from 5 -> 6, tentacle from 5-> 6, party from 5 -> 7, Adventurer dress from 6 -> 7.</li>
<li>New (good?) ending available.</li>
<li>Add a variation to a scene where Yuki offers a suggestion and you can be harsh with her.</li>
<li>Added some edited video scenes to: 1 Masturbate, 2 brothel, 2 Pat scenes, 5 squik, 3 slime, 2 alraune, 7 goblin, 1 giant, 1 orc, and a few more.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Adjusted Pat / Cheats to limit use to 3 times total every 7 days, balancing the desire for a power boost with maintaining game challenge and enjoyment. This change aims to prevent the game from becoming too easy and affecting the overall experience negatively, while still allowing to let the player to cheat if they desire.</li>
<li>various typos, grammar and punctuation.</li>
<li>Fixed a bug where if you bought a new magic tome in chapter 3, it would send you back to Blackpool. </li>
<li>Fixed a bug where you had infinite healing vials during battle.</li>
<li>Fixed a bug where the enemies charm resistance didn't change whether it was higher or lower leveled.</li>
<li>Fixed a bug where your seduction magic would be unusable in future fights if you ran after using it.</li>
<li>Fixed a typo preventing players from upgrading the Alluring Dress past level 3.</li>
<li>Fixed a bug where Elyria would show up if you ran out of mp, even if you hadn't allied with her.</li>
<li>A scene where Yuki acts like the Arachne Queen is still alive if you've already killed her.</li>
</ul>
<h3>Ver 0.50</h3>
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Added a cute scene with an image between Yuki and Takara, if Yuki is in chapter 3.</li>
<li>Continued the story with 5x2=10 new scenes with Ephraim, doubled for variations regarding player corruption. However, this is intended to be spread out while the player explores the dungeons, so it might come off a bit slow in this update. </li>
<li>Added your accessories with descriptions to your inventory page. </li>
<li>5 new -rare- brothel scenes. Some of these are short scenarios rather than a simple scene. </li>
<li>An optional new familiar can be obtained through the brothel. Note: It's not necessary to complete this during chapter 3.</li>
<li>Added a few images for a new minor character.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>A couple hundred typo's, grammar fixes, bad punctuation...</li>
<li>Rewrote several sections for clarity and to remove redundancy.</li>
<li>Redid the code for text size, (should) be less buggy now.</li>
<li>Chapter 2 skip and Chapter 3 skip, note that chapter 3 skip is only available for Patrons.</li>
<li>Added some missing choices and variables to chapter 3 skip, there may still be some missing but this is difficult to test for. </li>
<li>Some dialogue regarding the Alraune during chapter skip.</li>
<li>Some incorrect text regarding the green accessory in the gremlin shop. </li>
<li>A confusing button when you invite Rhelyla for 'takeout'.</li>
<li>A couple incorrect speech bubbles in chapter 3. </li>
<li>There were 2 buttons in the wardrobe, removed the extra/broken one. </li>
<li>A minor visual error when you receive clients at the brothel in the elf village.</li>
<li>Rhelyla's note after defeating the first boss. </li>
<li>2 bugs not letting you view old sex scenes when masturbating.</li>
<li>Changed some confusing text that stated an enemy was immune to attacks when it's level was much higher than yours. </li>
</ul>
<h3>Ver 0.49</h3>
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Continued story</li>
<li>New location</li>
<li>10 fun scenes in the bar by eavesdropping</li>
<li>Multiple new characters</li>
<li>Elves!</li>
<li>Cat-girl? Cat-girl.</li>
<li>Kitsune too!?</li>
<li>You now gain a little bit of cum every night you sleep after gaining a familiar. Cross-dimensional cum!</li>
<li>New lore</li>
<li>Multiple conversation options with new characters</li>
<li>1 new lewd scene, multiple more modified and added back</li>
<li>Bestiary has been updated with lore, since this is written from the perspective of someone in the kingdom, some enemies will be missing.</li>
<li>Bestiary must now be purchased in any bookstore, price may be different depending on location.</li>
<li>Ability to rewatch old scenes when masturbating (chapter 3+ only)</li>
<li>Pat returns to chapter 3.5, for those who wish to cheat</li>
<li>Animated gifs (this needs to be enabled in your room - No point in enabling it in this update. Wait until 0.5)</li>
<li>Not including edits to past content, this update includes a wordcount of 34,251 words. </li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Some text regarding the spidersilk quest, some players were getting confused on how many silks were needed for the dress.</li>
<li>To prevent bugs and for future gameplay mechanics, after you finish chapter 2 you will no longer be immediately sent to sleep after running out of energy. </li>
<li>Nar the Riddler now accepts the first letter being capitalized in the first dungeon</li>
<li>Reduced the number of days in between each visit when training your charm magic from 7 to 5</li>
<li>Misty path shortcut went straight to the end instead of the passage before it, which could be a bit confusing. Fixed it so it goes to the path right before it. </li>
<li>Fixed a broken image at the beginning of chapter 3</li>
<li>Your first familiar was only accessible with higher corruption. It makes sense from a story perspective, but I felt it punished "good" players too harshly, and made it available regardless of corruption level. However I increased the rewards from the version that requires higher corruption. </li>
<li>Fixed who was speaking in one of the endings</li>
<li>Fixed some missing code which made some text hard to read near one of the endings. </li>
</ul>
<h3>Ver 0.48</h3>
<span style="font-weight: bold;">Note:</span> There is a bug I have been trying to track down. If you find yourself getting _itemDropped instead of an item after defeating an enemy, it would be immensely helpful if you could send me your save file. Please post it in the discord https://discord.gg/ra6e4CeTmZ or email it to daemondenpublic@gmail.com
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Earth is complete, next update will continue the main story</li>
<li>Added some fun scenes to Earths bar</li>
<li>6 new lewd scenes in the bar! includes Yuri, solo and group sex.</li>
<li>You can now train Rhelyla in TF magic, multiple lewd scenes with her added!</li>
<li>Two early endings have been added with some variations depending on who's with you and your corruption level.</li>
<li>You can now get hungry while on Earth.</li>
<li>Bestiary added to the notebook! You can now find what drops you're still missing from which monsters. Monster lore will be added soon.</li>
<li>You can now teach transform magic to Rhelyla, this adds a few new scenes with Rhelyla. Special thanks to patron Eins for writing these scenes!</li>
<li>Final scene after taking Rhelyla to the concert added.</li>
<li>4 lewd images added: 2 to Derek's lewd scenes at the beginning of chapter 3, a spitroast scene at the bar, a bathroom stall.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Somehow jared's headshot image got capitalized, causing the image to no longer show. </li>
<li>Somehow managed to comment out a variable setting up Elyria's relationship with the player. Though this was previously working, I broke it in one of the past updates.</li>
<li>Added a missing speech bubble for the streaming scene with Rhelyla</li>
<li>Typos </li>
<li>Removed quest marker for Alraune quest if you ally with the Dryads.</li>
</ul>
<h3>Ver 0.47</h3>
<span style="font-weight: bold;">Note:</span> A backup save is recommended if you don't want to miss out on content, most scenes are done however most of the art is missing (this is mostly a text update) and some stuff is still incomplete. There are no new lewd scenes if you brought Azrael with you.
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Story continues with 80 new passages</li>
<li>You can now sell 1, 5 or 10 of a material at a time.</li>
<li>New image for derek sex scene.</li>
<li>Added 3 new conversations with Azrael.</li>
<li>Added a museum event with Azrael.</li>
<li>Finished Azrael's earth route</li>
<li>Added a concert event with Rhelyla.</li>
<li>Added 3 new conversations with Rhelyla.</li>
<li>Finished Rhelyla's MAIN earth route (not including her TF training)</li>
<li>Added excerpts from some of my other writings at the library. Unrelated to the story of Demon Gods, but I like to dream will someday sit on a bookshelf. Give them a read if you're interested.</li>
<li>Added a few lewd scenes with rhelyla that are unmissable, images pending completion.</li>
<li>Added a masturbation scene for Rhelyla, or you can join her if you have enough relationship points with her.</li>
<li>Removed hunger punishment from Chapter 3</li>
<li>Multiple new background images for various locations</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>In the forest players were getting double bonuses for lust crests.</li>
<li>People were having trouble finding the journal in the thunder section of the mountains, moved it to be more noticeable.</li>
<li>Material names were missing from the sell menu.</li>
<li>Removed false dialogue of double exp/money from dryad. </li>
<li>Clarified that the papers melek taus drops is added to your notebook.</li>
<li>Mulitple minor QOL fixes</li>
<li>Updated chapter 1 skip with new content and corrected stats</li>
<li>Typos.</li>
</ul>
<h3>Ver 0.46</h3>
<span style="font-weight: bold;">Note:</span> This update may feel a bit short and linear, it is a bit lengthy but mostly due to multiple choices which are hidden based on who you brought with you and your corruption stat.
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Patrons can now log into their patreon account on https://www.daemonden.com/ to play the patron version without downloading!</li>
<li>Chapter 3 introduction scenario added.</li>
<li>4 new lewd scenes during opening scenario, no images yet. I will add these later.</li>
<li>Different versions of the opening to chapter 3, based on whether you have transform magic.</li>
<li>Different versions of the opening to chapter 3, based on your current corruption level (max possible is 60 at this time).</li>
<li>Final choices hidden based on corruption level, may also cause corruption.</li>
<li>Added some dialogue at the mountain barrier to let players know if they're missing an essence.</li>
<li>new green plug giving a 10% increase to drop rates, and a 10% increase to rare item drops.</li>
<li>Due to modifications in the story, Arachne journal entries 2 and 3 have been modified.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>Players gained double corruption when fighting the Dryad, and when losing could repeat it and gain even more.</li>
<li>A check at the bar for how many times the players have met the ogre.</li>
<li>Players can no longer read tomes to refill their energy.</li>
<li>Removed duplicate text from the tavern. </li>
<li>Dialogues when you leveled up based on how comfortable you were with your body were backwards. </li>
<li>Some players were unable to re-enter the silent city after finishing the content. This has been fixed.</li>
<li>The higher level you were the harder it was to get drops from enemies, this is the opposite of what was intended. </li>
<li>Slightly increased enemy drop rates</li>
</ul>
<h3>Ver 0.45</h3>
<span style="font-weight: bold;">Note:</span> The update will immediately pull you out of any scene you're in and put you back in your home. It's recommended you save somewhere safe before playing the update.
<span style="font-weight: bold;">New Content:</span>
<ul>
<li>Images added to the following scenes: rock goblin charm, orc charm, futa bandit, female bandit - futa player, female goblin - futa player, futa goblin, caught in web, orcshaman, slime</li>
<li>New section in notebook, Hints. For players who would like a little extra guidance. This will probably be re-worked and improved more later.</li>
<li>New difficulty modifier, can be changed in your home. This also affects rewards received from enemies.</li>
<li>Your favorite outfits can now be upgraded. All outfits start at tier 1.</li>
<li>Battle system has once again been remade, defense is now percentage-based</li>
<li>New shop in the market, Blacksmith! You'll need to visit him for mandatory upgrades.</li>
<li>Outfits have greater importance, you definitely want to upgrade your outfits or you'll find enemies hitting you much harder than before.</li>
<li>Hitting an enemy with it's weakness now has a chance to cause a status effect based on the level of the skill!</li>
<li>Hitting an enemy with it's weakness now ignores enemy defense for bonus damage!</li>
<li>Reward modifier based on difficulty</li>
<li>It is now possible to obtain thunder2 and water2! (both can be found in the mountains at night)</li>
<li>Players can now re-read completed tomes if they choose to do so.</li>
<li>Increased base exp for each defeated enemy</li>
<li>Reduced the amount of damage an enemy does when getting a critical hit</li>
<li>As outfit upgrades are now essentially mandatory, significantly increased enemy material drop rate, enemies are also more likely to drop when they're a lower level than you.</li>
<li>If you return to the tailor for your dress, he now tells you that it will be ready soon.</li>
<li>Moved Yuki so she follow's you down the fire-path at night if you're doing Nar's riddles.</li>
</ul>
<span style="font-weight: bold;">Fixed Bugs:</span>
<ul>
<li>You no longer see the Arachne when defeating the female goblin.</li>
<li>Added clarification that the male start is Gender Bender due to complaints about not having a male player character.</li>
<li>Removed some narration from within the Tailor's speech bubble.</li>
<li>Updated the quest log after delivering the spidersilk and waiting for the dress. </li>
<li>Cleaned up and organized the notebook, making it easier to find what you're looking for.</li>
<li>Some people were getting confused when they didn't unlock a spell after reading the tome. Added dialogue to remind them to sleep and spend cum after they finish reading it.</li>
<li>Yuki's outfit description is now accurate</li>
<li>When going straight from the plains to challenge melek taus a second time, your location wasn't updated causing you to get stuck after defeating him. This has been fixed.</li>
<li>Moved the buttons on the thunder-path as people were often missing the journal entry on that path.</li>
<li>rebalanced stats for player and enemies</li>
<li>Transform no longer works on enemies 5 or more levels higher than the player</li>
<li>Reorganized buttons on attack screen</li>
<li>Magic damage has been reworked and hits harder against most physical enemies.</li>
<li>Updated MP costs</li>
<li>If you completed things in a certain order, you could leave Azrael's party without ever meeting him. This has been resolved.</li>
<li>Sex with alraune exp has been updated to reflect new values and drops</li>
<li>Updated the opening page for players who are starting new.</li>
<li>Misty Mountains shortcut actually took you to the end of the windy mountains puzzle. Fixed this. </li>
</ul>
</details>
<<back>>
</div><div class="conversation">
<details>
<summary>Click here to expand your clothes wardrobe</summary>
Outfits:
$wardrobe.outfit
Accessories:
$wardrobe.accessory
</details>
<details>
<summary>Other items</summary>
<<if def $demonicbooks>>
<<if $demonicbooks.cookbook gte 1>>1 Demonic Cookbook<</if>>
<<if $demonicbooks.poetry gte 1>>1 Demonic Poetry book<</if>>
<<if $demonicbooks.gardening gte 1>>1 Demonic Gardening book<</if>>
<<if $demonicbooks.painting gte 1>>1 Demonic Painting self-help book<</if>>
<<if $owlring is true>>1 ring dropped by an owl. Nothing about it appears to be strange.<</if>>
</details>
<<run Engine.backward()>>
<<back>>
</div><<nobr>>
<<updatever>>
<<statsmath>>
<!-- Increases arousal per page -->
<<set $arousal to $arousal + 1>>
<<if $outfit.outfit is "none">>
<<set $arousal to $arousal + 4>>
<</if>>
<<if $chapter lt 3>>
<<if $energy lte 0>>
<<set $energy to $maxenergy>>
<<if $chapter lt 3>>
<<goto "energy">>
<<else>>
<!-- update goto location for energy -->
<</if>>
<</if>>
<<if $arousal gte $maxarousal>>
<<set $arousal to $maxarousal>>
<<goto "hunger">>
<</if>>
<</if>>
<<if $outfit.outfit is "tentacle">>
<<set $arousal to Math.round(0.92 * $maxarousal)>>
<</if>>
<<if def $che>>
<<if $che gt $eat>>
<<set $eat to $che>>
<<elseif $eat gt $che>>
<<set $che to $eat>>
<</if>>
<</if>>
<<if $patcheats.daystoreset lte $days>>
<<set $patcheats.cheatsleft to 3>>
<<set $patcheats.daystoreset to ($days + 7)>>
<</if>>
<</nobr>><<widget 'clothing'>>
<<set _item to _args[0]>>
<<set _price to _args[1]>>
<<set _slot to _args[2]>>
<<capture _item _price _slot>>
<<if !(wardrobe(_item, _slot))>>
_item : $<<= _price>>.00 <<if $inv.money > _price>>
<<link 'buy' 'Tailor'>> <<run $wardrobe[_slot].push(_item)>><<set $inv.money to $inv.money - _price>> <</link>>
<<else>> not enough money <</if>>
<</if>>
<</capture>>
<</widget>><div class="conversation">
<p class="narration">
As the sun set on a typical Saturday evening, you slumped on the couch, controller in hand, and a sense of anticipation coursing through your veins. After all, it had been weeks since you and your two closest friends had the chance to sit down and enjoy some video games together.
You were all in your late twenties, and like so many others, you struggled to balance the demands of work and the desire for a social life. Your job left you feeling overworked and underpaid, and scheduling hangouts with your buddies became a logistical challenge. But tonight, you managed to clear your schedules, determined to unwind and have fun.
As the clock ticked closer to the appointed time, your excitement grew. You had stocked up on snacks and drinks, and smash bros was already loaded up and ready to go. You were eager to escape the stresses of the real world and dive headfirst into a digital adventure where anything was possible and the only limit was your imagination.
</p>
Continue to [[Saturday]]
</div>
<div class="conversation">
<<nobr>>
<<set $gender to "none">>
<<set $hair to "grill">>
<<set $genderstart to "grill">>
<<set $outfit.outfit to "none">>
<<set $p.acceptance to 100>>
<<set $breasts to "small">>
<<set $spells.fire += 2>>
<<set $name to "Grill">>
<</nobr>>
<h3>Note:</h3> this path is "finished" at the end of the first chapter. I would like to add more to this at some point, but as per patreon poll I am focusing on art and main story for now.
<p class="narration"><img class="passage-image" src="demongodsassets/people/fullbody/you/grill.webp" >
You are a Jynx Grills SMART1000F - 30" Freestanding Smart Grill worth $7,600.
You can do everything. You make low, slow cooks and you smoke very easy. Your temperature takes 1/5 the time of a normal grill to get to max temperature. You require about 1/3rd the charcoal of a traditional grill for the same flavor. You also have an app!
You're not just a grill, you're a quantam leap forward for stuff people generally use grills for. The days of a person having to walk into their house with black hands from adding charcoal are over!
Your owner cooks smoked pork spare ribs, and country-style pork ribs, beef ribs, and your favorite... Wieners!
You just love when these Wieners get inside you and get all warm.
As you sit in the garage, you can feel the anticipation building inside of you. It's the same feeling you get every time your owner, Steve, takes you out of storage. You know what's coming tomorrow - grilling season is finally here!
You can't wait to feel the heat of the flames again, to sizzle and char the meat to perfection. And you know Steve is just as excited as you are. He's been talking about it nonstop, making all sorts of puns about hot dogs and burgers. You've lost count of how many times he's said something like,
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">I can't wait to grill some franks and beans! </p>
</div>
<p class="narration">or
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">I'm going to cook up a storm tomorrow! </p>
</div>
<p class="narration">But you have a feeling tomorrow is going to be extra special. Steve invited his friends Emily and James over, and you can already hear the laughter and conversation flowing. It's going to be a great day. You just know it. The only thing left to do now is wait for morning to arrive. You'll be ready. As the grill, you are eager to get cooking and serving up some delicious meals for your owner and his friends. The weather is warm and the sun is shining, it's the perfect day for a barbecue. You just hope Steve remembers to oil you up before you get started. You can't wait to see what kind of tasty treats he has in store tomorrow. Until then, You'll just have to keep dreaming of all the juicy burgers and sizzling hot dogs that are to come.
</p>
[[tomorrow]]
</div><div class="conversation">
<p class="narration">
<img class="passage-image" src="demongodsassets/img/apt/office.webp" class="passage-image">
You're at another work event at your company's office, being forced to participate in another team-building event. Sure, you show up to all the invites that involve free food, but that's different. Here, you have to pretend to care about all the morale-building stuff they do. Team Lead dyed her hair green because your team hit all their goals?
...yaaay. As the team lead passed out the colored test packets, you rolled your eyes. You doubt you'll ever enjoy these cheesy team-building exercises; it's like when a company claims, "We're all a family here." Yet it's easy for them to say when they're the boss. The company organizes those super-exciting team-building events that everyone just can't wait to attend? Nothing brings us "family" members together more than a day of forced fun and awkward icebreakers. And when they make decisions that directly impact us, they always have our best interests at heart, right? I mean, who needs dental care anyway? American dental procedures are just a few thousand dollars without insurance, so it's not like it's a big deal or anything. After all, we're one big, happy family looking out for each other, aren't we?
You put your thoughts and frustrations aside and listen to the instructions. Across the table, your colleague Sarah practically jumped for joy about the test. She loved personality quizzes, and it wasn't uncommon for her to tell you what type of hamburger you were based on some stupid, unrelated questions.
Whatever, you'll just do your best to rush through the questions like usual. Will you actually read them this time, or will you just pick randomly?
</p>
If this was a game, what difficulty would you play on?
(can be adjusted later in your home)
a) Super Easy (for players who don't really care about gameplay)
b) Easy (enemy attack is greatly reduced, reduces exp)
c) Normal (the intended way to play)
d) Hard (enemies hit much harder, increases exp)
<<listbox "$difficulty">>
<<option 'super easy'>>
<<option 'easy'>>
<<option 'normal' selected>>
<<option 'hard'>>
<</listbox>>
A surprise attack disrupts your quest. How do you react?
a) I charge into battle, my anger fueling my strikes.
b) I manipulate the enemy into finishing my quest
c) I calmly assess the situation and adapt my strategy.
d) BIG STICK SOLVE PROBLEM
<<listbox "_colors" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
You face a mysterious and ancient puzzle to unlock a hidden treasure. How do you approach it?
a) BIG STICK SOLVE PROBLEM
b) You kidding? I'm fantastic at puzzles!
c) I get distracted and give up; who cares about a stupid puzzle
d) I trick a scholar into doing the work for me
<<listbox "_colors2" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
You must select an ally to join your party for a perilous quest. How do you choose?
a) WHOEVER HAVE BIG STICK
b) I carefully weigh my options and choose someone who brings balance to the team
c) I manipulate someone into joining
d) Why choose? Bring them all!
<<listbox "_colors3" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
Your party faces a dangerous decision that could have dire consequences. How do you proceed?
a) I calculate the best course of action
b) I flirt with someone and use them as my meatshield
c) I convince my team to follow my plan, even if I don't have one
d) BIG RISK; USE BIG STICK
<<listbox "_colors4" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
You attend a grand ball in a royal court. How do you behave?
a) No one will leave without knowing my name
b) I use party tricks
c) I look for the ones in charge and guide the conversation in my favor
d) I'm shy and wait for people to come up to me
<<listbox "_colors5" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
How often do you sleep around?
a) I am a huge slut
b) I am a virgin
c) I have had sex, but not frequently
<<listbox "_colors6" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<</listbox>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What the fuck!?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/fnpc2.webp" /><p class="talkname">Sarah</p>
<p class="speech">Shhh! </p>
</div>
<p class="narration">
What the fuck is with that 6th question? Are they serious!? Your team lead is giving you a cold stare across the room.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Don't shush me, have you not read the 6th question?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/fnpc2.webp" /><p class="talkname">Sarah</p>
<p class="speech">I don't care, I think it's pretty funny. What, like you've never sucked a cock before? </p>
</div>
<p class="narration">
Where the Hell did they get this quiz that took a complete 180?
</p>
<<link 'Confirm' 'type of girl'>>
<<if $difficulty is "easy">>
<<set $difficulty to 0.5>>
<<elseif $difficulty is "super easy">>
<<set $difficulty to 0.05>>
<<elseif $difficulty is "normal">>
<<set $difficulty to 1>>
<<elseif $difficulty is "hard">>
<<set $difficulty to 1.5>>
<</if>>
<<if _colors is "a">>
<<set $p.magic -= 1>>
<<set $p.melee += 1>>
<<elseif _colors is "b">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors is "c">>
<<set $p.charm -= 1>>
<<set $p.magic += 1>>
<<elseif _colors is "d">>
<<set $p.charm -= 1>>
<<set $p.melee += 1>>
<</if>>
<<if _colors2 is "a">>
<<set $p.melee += 1>>
<<set $p.magic -= 1>>
<<elseif _colors2 is "b">>
<<set $p.magic += 1>>
<<set $p.melee -= 1>>
<<elseif _colors2 is "c">>
<<set $p.melee += 1>>
<<set $p.charm -= 1>>
<<elseif _colors2 is "d">>
<<set $p.charm += 1>>
<<set $p.melee -= 1>>
<</if>>
<<if _colors3 is "a">>
<<set $p.melee += 1>>
<<set $p.magic -= 1>>
<<elseif _colors3 is "b">>
<<set $p.magic += 1>>
<<set $p.melee -= 1>>
<<elseif _colors3 is "c">>
<<set $p.charm += 1>>
<<set $p.melee -= 1>>
<<elseif _colors3 is "d">>
<<set $p.melee += 1>>
<<set $p.magic -= 1>>
<</if>>
<<if _colors4 is "a">>
<<set $p.magic += 1>>
<<set $p.melee -= 1>>
<<elseif _colors4 is "b">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors4 is "c">>
<<set $p.charm += 1>>
<<set $p.melee -= 1>>
<<elseif _colors4 is "d">>
<<set $p.melee += 1>>
<<set $p.charm -= 1>>
<</if>>
<<if _colors5 is "a">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors5 is "b">>
<<set $p.magic += 1>>
<<set $p.charm -= 1>>
<<elseif _colors5 is "c">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors5 is "d">>
<<set $p.magic += 1>>
<<set $p.charm -= 1>>
<</if>>
<<if _colors6 is "a">>
<<set $p.acceptance += 75>>
<<elseif _colors6 is "b">>
<<set $p.acceptance += 10>>
<<set $p.charm -= 1>>
<<elseif _colors6 is "c">>
<<set $p.acceptance += 30>>
<<set $p.magic -= 1>>
<</if>>
<</link>>
</div>
<<set $genderstart to "fem">>
<<set $gender to "female">>
<<set $outfit.outfit to "jeans">><div class="conversation">
<p class="narration">
You're glad to see $friend2 arrive early, the excitement building inside you as you greet her.
<img class="passage-image" src="demongodsassets/people/fullbody/emily.webp">
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hi $friend2! It's so good to see you, how have you been?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">I've been doing great! Just started a new job!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Congrats! What will you be doing?</p>
</div>
<p class="narration">
With a twinkle in her eye, $friend2's voice rises with excitement as she speaks
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Well... You know how it's always been my dream to make a Metroidvania!?....
I'll be working as a junior developer for a game company! </p>
</div>
<p class="narration">
Overcome with genuine happiness for your $friend2relation; you give her heartfelt congratulations, proud of her achievement.
</p>
[[Say something dirty]]
[[say something nice]]
</div>
<div class="conversation">
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hey $friend2, I find your clothes very offensive. How about throwing them on my floor?</p>
</div>
<<if $p.charm >= "90">>
<p class="narration">$friend2's eyes open wide in shock. After an awkward silence. She licks her lips.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">You know, I didn't think a cheesy line like that would ever work for me. I bet you used cheats to raise your charm, didn't you? Well, whatever. It's working for me. $friend1 is always late; I'll bet we have some time to head to your room.</p>
</div>
[[room|friendsex]]
<<else>>
<p class="narration">You can see in her eyes that you made a mistake. $friend2 looks very upset.
<img class="passage-image" src="demongodsassets/img/apt/angry.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">What are you talking about? </p>
</div>
<p class="narration">Instead of a coy smile and fluttering eyelashes like you were expecting, her expression falls and shows hurt, and she grabs her phone. No doubt she's texting $friend1 and telling him to hurry up.
</p>
<<set $arousal to $arousal + 5>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">I thought we were just here to hang out and play games. I'm not interested in you, especially if you think hitting on your $friend2relation like this is okay. </p>
</div>
<p class="narration">You felt a sinking sensation in your stomach as you realized your mistake. You had crossed a line and hurt someone you cared about. You apologized profusely and begged for $friend2's forgiveness, promising to be more mindful of her boundaries in the future. It was a hard lesson, but one you knew you needed to learn.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Look, let's just pretend it didn't happen, okay?</p>
</div>
<p class="narration">After a bit of an awkward silence, $friend1 arrives.
</p>
[[arrives|friend arrives]]
<</if>>
</div>
<div class="conversation">
<p class="narration"><img class="passage-image" src="demongodsassets/img/apt/sun.webp" >
You look at your $friend2relation, $friend2, and feel your heart race. You've always admired her from afar but never dared to tell her. She's sitting in the sunlight streaming through the window, and you can't help but be struck by how radiant she looks.
You clear your throat and take a deep breath, steeling yourself.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You know, $friend2. I've been meaning to say something for a while now.</p>
</div>
<p class="narration">$friend2 glances at you, her eyes bright and curious.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">What is it?</p>
</div>
<p class="narration">You hesitate for a moment, trying to find the right words.</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I just wanted to say you look stunning today. The sunlight brings out the beauty in you.</p>
</div>
<p class="narration">Her cheeks turn a deep shade of pink, and she smiles shyly.
You're not brave enough to go any further. She softly responds
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Thank you, that's very kind of you to say. I appreciate it.</p>
</div>
<p class="narration">You feel a sense of warmth spread through your chest, knowing that you've made her feel good about herself. Maybe, just maybe, this could be the start of something special.
</p>
[[arrival|friend arrives]]
</div>
<div class="conversation">
<p class="narration">You're just as surprised as she is that that line worked. I mean, you did cheat by raising your stats, but you didn't think it would actually work.
She grabs you by the wrist and leads you to the bedroom.
As you enter the room, she turns and faces you.
</p>
<p class="narration">You gulp as she starts to undo your pants. She grabs your cock and begins to stroke it. Teasing the tip with her tongue. She puts her tongue on the base of your dick and licks all the way to the tip before putting it in her mouth.
When she begins sucking, you already know you're not going to last long.
</p>
<p class="narration">You cum on her face, but before you can even apologize-
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">I'm not done yet</p>
</div>
<p class="narration">She strips and then sits on your bed, exposing herself to you.
</p>
<img class="passage-image" src="demongodsassets/sexscenes/emily/emilyexposed.webp" >
<p class="narration">You don't think you ever felt yourself go hard this fast after cumming before.
After she lays down on the bed, you figure you'll return the favor. You begin by kissing her neck, then going lower and kissing her chest, tits, and abdomen until you finally reach her groin.
You lick, and you suck lovingly on her folds. She grinds herself against your face.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Stick it in already!</p>
</div>
<p class="narration">You line yourself up with her entrance and rub your dick against her folds a few times. She moans and pushes herself closer to you. Finally, you plunge into the warmth inside, beginning slowly at first. Then, pick up the pace as you start to pound her.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Do it inside! I'm safe!</p>
</div>
<p class="narration">A slave to her demands, you do as she asks.
Never was there a more beautiful creature than this woman with cum dripping down her face and out of her cunt.
<img class="passage-image" src="demongodsassets/sexscenes/emily/emilydoggy.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Move, I need to clean up before $friend1 arrives!</p>
</div>
<p class="narration">She runs off to the bathroom, and you wait in the living room.
</p>
[[friend arrives]]
</div><div class="conversation">
<p class="narration"><img class="passage-image" src="demongodsassets/people/fullbody/james.webp" >
$friend1 arrives with the pizza, and you and $friend2 both welcome him with open arms.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">$friend1</p>
<p class="speech">I brought the pizza! Sorry, I couldn't wait. The dev doesn't want to redo this art yet, and I'm starving!</p>
</div>
<p class="narration">
You respond with a grin
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">The Hell, man!? You could at least set it on the counter before you start eating!</p>
</div>
<p class="narration"><img class="passage-image" src="demongodsassets/img/games/games.webp" >
With pizza in hand, you all settle in to play video games for the night. As the night wears on, the pizza box becomes emptier, and the laughs become louder. You tease each other mercilessly and make dumb bets about who will win the next round.
Eventually, the time comes for you to say goodbye. You all hug and promise to do it again soon, but deep down, you know that life will get in the way again.
As you get ready for bed, you can't help but feel grateful for these moments with your $friend1relation $friend1, and your $friend2relation $friend2, even if they are too far and few between. You guys still have the rest of your lives together, and you'll find more time to hang out.
</p>
[[strip naked and sleep]]
[[just sleep]]
</div>
<<nobr>><<set $arousal to $arousal + 5>>
<<set $outfit.outfit to "none">>
<<set $outfit.accessory to "none">>
<<set $wardrobe.outfit.delete("jeans")>>
<</nobr>>
<div class="conversation">
<p class="narration">
<img class="passage-image" src="demongodsassets/img/games/fire.webp" >
The blaring sound of the fire alarm abruptly pulls you from your slumber. Panic sets in as you take in the thick smoke filling the air and the pungent smell of burning plastic. You know something is off, and it's not until you burst into the hallway that the harsh reality hits you like a ton of bricks. Your kitchen is engulfed in flames, and the fire is quickly spreading throughout your apartment.
Your heart races as you try to devise an escape plan, but your hopes are dashed as you spot the stairs - the only way out - already ablaze. Trapped on the seventh floor with no way down, you feel the heat intensifying and your skin beginning to blister. Your mind races with regret as you realize your fate is sealed.
But as the fire rages on, you suddenly realize a new source of regret - you're completely naked. You curse your foolishness for not grabbing clothes before fleeing your apartment, feeling exposed and vulnerable. The pain becomes too much to bear, and you stand there helplessly as the flames continue to consume everything in sight.
In a moment of bleak humor, you manage to mutter to yourself.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Damn, I'm gonna die naked.
</p>
</div>
<p class="narration">
But as the darkness overtakes you, you realize that this isn't just about dying without clothes - it's about dying without being able to say goodbye to the people you love.
</p>
[[you wake up][$currentlocation to "none"]]
</div><div class="conversation">
<p class="narration">
<img class="passage-image" src="demongodsassets/img/games/fire.webp" >
As you awake to the blaring sound of the fire alarm, your heart races with adrenaline as you immediately sense something is off. The acrid smell of smoke fills your nostrils, and a sense of panic begins to well up inside of you. You quickly rush out of your bedroom and into the hallway.
Thick smoke clouds your vision, and you can feel the intense heat of the flames coming from your kitchen. With a sense of urgency, you sprint out of your apartment, your feet pounding against the pavement as you race towards the stairs.
But as you make your way to the stairs, you see that they are already engulfed in flames. You're trapped on the seventh floor with no way down. The heat is intense, and you feel your skin beginning to burn as the fire rages around you.
With no other options, you stand there helplessly as the flames continue to consume everything around you. Your last thoughts are of regret and despair as the pain becomes too much to bear. You know you're going to die, and all you can do is hope that it will be quick.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Damn, I never thought it would end like this. I miss $friend1 and $friend2...
</p>
</div>
[[you wake up][$currentlocation to "none"]]
</div>
<div class="conversation">
<p class="narration">As your eyes blink open, a shroud of impenetrable darkness envelops you. The eerie silence and lightless void clutch at you, clawing at your senses.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Is this Heaven? Hell? Purgatory?</p>
</div>
<p class="narration">Your arms feel weighted, unyielding. You wonder if they're even there or just figments of your imagination like phantom limbs. An ironic thought that elicits a bitter chuckle: Phantom limbs, because you're dead.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">There's nothing here...</p>
</div>
<p class="narration">Abruptly, a piercing light splits the darkness, momentarily blinding you. As your vision adjusts, an incandescent sun hangs ominously before you.
<img class="passage-image" src="demongodsassets/people/fullbody/goddess.webp">
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Welcome to the realm of gods. Death has taken you, and now I present a chance for rebirth.</p>
</div>
<p class="narration">Her voice is power itself, commanding and feminine, pulsing through your very essence.</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">A chance for rebirth?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">You shall be reborn in a world blighted by corruption. You shall remain untouched by its taint and will cleanse or annihilate it. In exchange, you shall keep your life.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">...What?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Do I get a choice? Can't I go back? I have people I care about.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Irrelevant. Whether or not you act, corruption gnaws at the fabric of all worlds. Your world will inevitably crumble, all you ever held dear lost in its maw. This is merely the nature of things.</p>
</div>
<p class="narration">Suddenly, this feels alarmingly similar to those isekai anime...
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">But if I complete this task, what's in it for me?</p>
</div>
<p class="narration">Skepticism tugs at your mind; her proposal of a second life, while enticing, carries the whiff of trickery. If you learned anything in life, it's that nothing is ever free.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">A chance to forestall the inevitable, to grasp at the shadows of mortality once more. The opportunity to stave off the emptiness that awaits all things. The fragile hope of safeguarding what once was yours.
The chance to avoid the infinite abyss of death</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hold up. Are you seriously a Goddess? And you're suggesting there's no afterlife? What kind of divine bullshit is this!?</p>
</div>
<p class="narration">Your query seems unheeded in the void.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">I am a God.</p>
</div>
<p class="narration">Was it just your imagination, or did the detached, icy voice sound slightly offended?
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">You are a vessel of balance, your existence is instrumental to restoring order. Your success or failure is of no consequence to me, there are always others. You are here, and the task must be executed. Venture to the forest, find and eradicate the root of corruption. I shall provide the necessary tools.</p>
</div>
<p class="narration">
Tools?
You never believed in Gods, yet a Goddess is telling you that you're now her pawn. What a Bitch.
Talk about divine indifference.
But then, what is the point of all this? Why even bother bringing you back to life?
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Wow. Rude.
But how do I-</p>
</div>
<p class="narration">Suddenly, the world slips away from you. However, you feel compelled to have the final say.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I was an Atheist!</p>
</div>
<p class="narration">
You can't help but feel angry towards this being who is treating you like a pawn in a game.
As you slip away into unconsciousness, you vow to yourself that you will find a way to take control of your destiny, no matter the cost.
</p>
[[Awaken in a brand new world][$currentlocation to "plains"]]
</div>
<<nobr>><<set $gender to "female">>
<<set $breasts to "small">>
<<set $race to "human?">>
<</nobr>>
<div class="conversation">
<p class="narration">
<<if $outfit.outfit is "jeans">>
<img class="passage-image" src="demongodsassets/you/clothes/jeans.webp" >
<<else>>
<img class="passage-image" src="demongodsassets/img/plains/plains.webp" >
<</if>>
As you slowly come to consciousness, you feel the cool grass beneath your body and the warm sun on your face. You try to sit up, but something feels different. You feel long hair tickling your back and shoulders, but you've always kept your hair short... Aside from that time you tried to join a metal band, but you were never very good at guitar. You also feel a weight on your chest, and as you lift your hand to investigate, you feel two unfamiliar mounds <<if $outfit.outfit is "jeans">>with very perky points poking through the thin fabric. Your hand goes to your crotch in a panic, unzipping in a hurry and shoving your hand down your pants, confirming something is missing.<<else>>with very fleshy tiny bumps poking the palms of your hands. Your hand goes to your naked crotch in a panic, confirming something is missing. <</if>>
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What the fuck, I have boobs!?</p>
</div>
<p class="narration">
However, that brief touch between your legs felt..interesting.
</p>
[[take in your surroundings]] [[touch it some more][$p.acceptance += 1]]
</div><div class="conversation">
<<set $p.acceptance += 1>>
<p class="narration">Well it's a new body, why not experience it!? It may be weird, but who wouldn't at least experiment in this situation?
You're alone, <<if $outfit.outfit is "none">>naked <</if>>and sitting in a grassy field. There's not a single soul in sight.
<<if $outfit.outfit is "jeans">>You start by removing your clothes in a hurry, and then<<else>>You<</if>> start by grabbing your left breast with your left hand and moving your right hand to your crotch. Rather than inserting right away, you took time to experience this new electrical feeling simply by caressing around your pussy lips. You then start gently rubbing your fresh slit. This is something new entirely. You begin to thrust your hips back and forth, moaning and squealing. You've never felt so free and so happy.
<img class="passage-image" src="demongodsassets/you/scenes/grassyplain/plainsbate.webp" >
You can feel your clitoris growing wetter, and you begin to touch it with your fingers. You keep playing with your breasts and pussy, but your attention keeps drifting back to your clit.
You wonder if it's possible to cum with your hands. You've never tried this before, but it seems like the logical next step. You move your left hand and place it over your clit. You then move your right hand down and insert two fingers into your pussy. A nagging feeling at the back of your mind tells you that this isn't how girls usually masturbate, but your body begs to differ. Maybe you're lucky?
You thrust, in and out, in and out. But while it feels amazing, it's not quite hitting you right. You move your fingers back upwards and focus on rubbing your clit. Amazing. You begin to moan louder and louder until, finally, you feel yourself reach orgasm. You scream, your whole body shaking, your eyes rolling back in your head. You collapse onto the ground, gasping for breath.
For your first female orgasm, that was amazing. Addicting even!
[[take in your surroundings]]
</p>
</div>
<div class="conversation">
<p class="narration">
<<if $outfit.outfit is "none">><img class="passage-image" src="demongodsassets/img/plains/surveynaked.webp" >
<<else>><img class="passage-image" src="demongodsassets/img/plains/plainsjeans.webp" >
<</if>>
You begin to consider your surroundings. You're in a pretty empty plain. You see some mountains in the distance in one direction, and though it's distant, you think you see what looks like a medieval town in the other direction.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Based on what the white light said, it sounds like this isn't Earth.
...
So how the Hell am I supposed to absorb this corruption, or whatever?
</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Maybe it's a nice relaxing spa that I can just lay down and absorb... Well, enough dumb jokes, it's time to get a move on.
</p>
</div>
<<if $outfit.outfit is "none">>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Sure wish I had some clothes. What if I run into other humans? They'll think I'm some sort of deviant...
God, this is embarrassing.
</p>
</div>
<</if>>
<p class="narration">As you prepare to enter the world, you can't shake the feeling that something isn't quite right. You pause, trying to focus on the source of your discomfort, and that's when you realize it - you have an extra sense, a sixth sense, that wasn't there before. It's almost as if you can feel an invisible appendage emanating from your body, a feeling that becomes even more pronounced as you focus on it.
At first, you're not sure what to make of this new sensation. It's not like anything you've ever experienced, and you don't know how to describe it to anyone else. But as you continue to focus on it, you realize that it feels like a charm spell - something that allows you to imbue others with magical energy.
And that's not all. As you delve deeper into this strange new power, you realize that you have more magic at your disposal than you ever imagined. It's like a well of energy within you, waiting to be tapped and harnessed. You don't know how you know this or why you can use it, but you're confident that it's there, waiting for you to use it to its full potential.
It seems that as long as it is sexual, any pain you receive turns into pleasure. Additionally, you can't die from it.
You shudder to think what might kill you during sex. Maybe a rapist? Ugh
...
...
...So why does that feel like it might turn you on?
No matter what your thoughts are, you need to continue. It's probably a good idea to start thinking up new names, or perhaps keep your old one.
</p>
[[head towards city][$currentlocation to "blackpoolgate"]]
[[head towards mountains][$currentlocation to "mountains_day"]]
</div>
<<set $randname to random(11)>>
<<if $randname is 0>><<set $defname to "Dhysienne">>
<<elseif $randname is 1>><<set $defname to "Aezsha">>
<<elseif $randname is 2>><<set $defname to "Rhellia">>
<<elseif $randname is 3>><<set $defname to "Qinelin">>
<<elseif $randname is 4>><<set $defname to "Elineli">>
<<elseif $randname is 5>><<set $defname to "Mezaela">>
<<elseif $randname is 6>><<set $defname to "Nessiana">>
<<elseif $randname is 7>><<set $defname to "Nessoris">>
<<elseif $randname is 8>><<set $defname to "Ohirvia">>
<<elseif $randname is 9>><<set $defname to "Fyseraela">>
<<elseif $randname is 10>><<set $defname to "Lynnelin">>
<<elseif $randname is 11>><<set $defname to "Vylarah">>
<</if>>
<div class="conversation">
<p class="narration"> The walk is slow. It doesn't help that you're barefoot, and your breasts keep bouncing. Thankfully, they're pretty small, so it's not too much to handle. You think back to girls you've known in the past complaining about large breasts. At the moment, at least, you're pretty grateful to be small-chested; of course, you'd rather still have a normal male chest... And body, for that matter.
The wind annoyingly blows strands of hair into your eyes, but before you know it, you've arrived at the city gates.
You arrive to see a guard eyeing you suspiciously.
<img class="passage-image" src="demongodsassets/people/fullbody/garret.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Who are you<<if $outfit.outfit is "none">> and where are your clothes<</if>>?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't know. I think I was attacked by bandits on the way here<<if $outfit.outfit is "none">>, they took them<</if>>.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech"><<if $outfit.outfit is "none">>They took them? <</if>>And left you alive? You're coming from the South, and I don't know of any bandit camps out that way.</p>
</div>
<p class="narration">The story you thought up on your way isn't working very well.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Look, I'm not asking you to let me in, could I just please have <<if $outfit.outfit is "none">>something to wear and maybe <</if>>a bite to eat? I'm famished...</p>
</div>
<p class="narration">Now seems like the best opportunity to try out your new magic. You cast Charm Level 1 on the guard.
The guard looks at you semi-vacantly. you can feel his eyes travel down to your <<if $outfit.outfit is "none">>naked <</if>>breasts, then continue downwards.
Suddenly, you realize this might not have been a great idea. The guard drops his spear and starts walking towards you while simultaneously dropping his pants.
Slightly impressed he didn't trip over his pants, your eyes are suddenly drawn to his dick in full view. You can feel a tingle in your lower regions and realize that you might be a little wet. You're not used to having a vagina, and it honestly feels like you had an accident. You'd love to spend more time convincing yourself that you're not turned on, but the current scene demands your attention. What's worse, you can't take your eyes off of it. You were never into men, and when you accidentally saw another man naked at the gym or in porn, you were never interested. But now, against your wishes, you can't look away. You're focused, and nothing else in the world matters. Right now, you want it. You NEED it. Your mouth starts to salivate like you haven't eaten in weeks, and someone just threw a freshly cooked meal right before you.
He's already begun stroking it by the time he reaches you and forces a kiss on you.
A nagging feeling in your brain tells you this is wrong, but you barely notice it. You need this man's cock, and he will give it to you. Eagerly, you kiss him back, enjoying the taste of sweat and his smell.
</p>
<<set $p.acceptance += 1>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Garret! What the Hell are you doing to the poor woman? What the fuck is wrong with you!?
Even if she's a bandit, do you really think she could do much damage with that tiny body of hers?
I'm sorry, Miss, my name is Jared, and I'm the captain here</p>
</div>
<p class="narration"><img class="passage-image" src="demongodsassets/people/fullbody/jared.webp" >
As you come to your senses, you realize what just happened. Not only did you allow this, you WANTED it. It's like you had no control over your own lust! What's worse, as you watch him frantically put his pants back on, with a confused expression on his face, you can't help but continue staring at his crotch. You're sickened at your own thoughts, and yet you STILL want it!? What the fuck is wrong with you? You even had a girlfriend in your past life!</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Thank you for your help!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">I will deal with him soon, you have my word.
Could you please tell me who you are and why you're here?<<if $outfit.outfit is "none">> And what happened to your clothes?<</if>></p>
</div>
<p class="narration">You realize no one would really believe your story that you're from another world, so you just make up the lamest excuse you can think of on the spot.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm really sorry, I seem to have lost my memory. All I remember is being attacked over there, then waking up <<if $outfit.outfit is "none">>naked <</if>>in that field south of us.
I don't even remember my name...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Sounds like the work of Gypsies if you ask me. Rotten Mystics.</p>
</div>
<p class="narration">He spits.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">It's odd for a girl as pretty as you to be wandering around with no guard. Judging from your skin, you don't look like a farmer's daughter. I'd wager you were a noble's daughter, or maybe you belong to one of the pleasure houses. Let's get you inside, and we'll check missing person reports. Though it's not uncommon for nobles to sell their daughters to pay debts so that we might have nothing. <<if $outfit.outfit is "none">>I'll also get you something to wear while we're at it. <</if>>For now, what should I call you?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You can call me <<textbox "$name" $defname>></p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Aye then, Come along.
And welcome to Blackpool.</p>
</div>
<p class="narration">You follow Jared to the Guard Tower. He steps away for a moment.
</p>
[[2 hours later][$currentlocation to "blackpool"]]
</div><div class="conversation">
<p class="narration">You begin your trek towards the mountain in the distance.
It starts to get dark, and you realize you should probably find shelter.
You walk around the base of the first mountain you approached until you find a barely worn path. You begin your trek up that path until you see a cave in the distance. You can't tell how big it is, but it's big enough to temporarily shelter you for the night. Unfortunately, there is no clear path to the cave, so you'll have to climb through the bushes.
You finally make it there, and as you enter the cave, you see a door just inside.
<img class="passage-image" src="demongodsassets/img/backgrounds/cavedoor.webp" >
That's certainly weird, but you aren't complaining. So you knock.
No response. Maybe it's abandoned?
<img class="passage-image" src="demongodsassets/img/backgrounds/cavebed.webp" >
You enter inside, and as soon as your eyes land on the bed, you immediately jump on it and just pass out.
...
...
...
...
...
...
...
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Well, it's not often that people come to my home and offer themselves to me...</p>
</div>
<p class="narration">You wake up feeling groggy and look at the source of the voice.
You see a gorgeous winged woman with horns.
<img class="passage-image" src="demongodsassets/people/fullbody/rhelyla.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">But I'm not really into women, so you need to get up.
And before I let you leave, you need to explain how you entered.</p>
</div>
<p class="narration">Fuck! She must be the one who lives here!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I...
I...
I'm sorry! I just came up here in search of shelter. I saw a cave, and then I saw a door! I knocked, but no one answered so I thought maybe it was abandoned so as soon as I saw the bed I was so tired I just passed out!</p>
</div>
<p class="narration">You look around, seeing that you missed how much stuff was here. It's clear this place wasn't abandoned.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">You say you saw the door?</p>
</div>
<p class="narration">Her face softens.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">I see. You're one of us.</p>
</div>
<p class="narration">You look at her confused.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Well, I can't have you staying here. This is my territory. Where are you trying to go?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't know.
I don't really remember anything, I don't even know where I am.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Well, I'd recommend you head towards the city north of here as a start.
However, it's not a good idea to reveal what we are to humans. I'd recommend caution.</p>
</div>
<p class="narration">That comment again...
</p>
<<if $outfit.outfit is "none">>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Most don't believe we exist, but some do, and they can be a problem. Here, I've got some old clothes you can have.
By the way, my name is Rhelyla.</p>
</div>
<p class="narration">She hands you some clothes. They look very provocative, but...when the alternative is being completely nude...well, they're better than nothing. You put them on.
You check yourself out in the mirror. You look beautiful.
<img class="passage-image" src="demongodsassets/you/clothes/nohorns/noears/black/revealingdress.webp" >
You apologize once more and thank her for her help, then you head towards the city.
</p>
<<set $outfit.outfit to "revealingdress">>
<<set $wardrobe.outfit.push("revealingdress")>>
<<else>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Most don't believe we exist, but some do, and they can be a problem.
By the way, my name is Rhelyla.</p>
</div>
<p class="narration">You apologize again and thank her for her help, then head towards the city. </p>
<</if>>
[[head towards city][$currentlocation to "blackpoolgate"]]
</div>
<<set $metbeforecity to true>>
<<set $rhelylarel += 5>>
<<set $metrhe to true>>
<div class="conversation">
<p class="narration">As the evening shadows fall, Jared, the town guard, returns to the tower where you're waiting.<<if $outfit.outfit is "none">><<set $outfit.outfit to "rags">><<set $wardrobe.outfit.push("rags")>> He gives you some rags to wear and he<<else>> He<</if>> hands over a piece of bread which you hungrily devour, but it doesn't take the edge off your hunger.
<<if $outfit.outfit is "rags">><img class="passage-image" src="demongodsassets/you/clothes/nohorns/noears/black/rags.webp" >
<<elseif $outfit.outfit is "jeans">><img class="passage-image" src="demongodsassets/img/scenes/breadjeans.webp" >
<<else>><img class="passage-image" src="demongodsassets/img/scenes/breaddress.webp" >
<</if>>
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">I've been doing some checking.</p>
</div>
<p class="narration">
You look up, crumbs falling from your lips.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">No one matching your description is missing, neither among the nobility nor the girls in the Brothel.</p>
</div>
<p class="narration">
You made a show of disappointment, but the story you made up quickly was false. So it would have been problematic if someone claimed you.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech"> It Might be you're a peasant’s daughter; hard to say. Your skin's too good for that, though.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I see...</p>
</div>
<p class="narration">
Not that any of this is a surprise to you.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">If you want my brutal honesty, lass. If you're from any family, noble or otherwise, and they haven't reported you missing. I'd wager there's a good reason you wouldn't wish to return to them.
That said, the good news is that I was able to negotiate for you to stay. From now on, unless you remember anything, your name will be $name. </p>
</div>
<p class="narration">
You let him fill the silence.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">However... </p>
</div>
<p class="narration">
He clears his throat and looks a little uncomfortable.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">You can stay here, in town. As far as anyone's concerned, your name is $name. </p>
</div>
<p class="narration">
He hands you 200 copper
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Barely enough for a night's rest at the Inn, but it should prevent you from having to sell your body for a night or two. </p>
</div>
<p class="narration">
Your eyes widen in surprise. This is better than you'd hoped for.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I... I don't know what to say. I'm grateful.</p>
</div>
<p class="narration">
You feel a pang of guilt for lying to this man.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Aye lass. Just keep your head down and stay out of trouble. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">I recommend you find work, maybe hire a bodyguard. This town's slums are not kind to loners. </p>
</div>
<p class="narration">You thank him one last time as you head out and try and find this Inn.
</p>
[[enter the city for the first time]]
</div>
<div class="conversation">
<p class="narration">
You enter the city for the first time, and it doesn't take long before you're worried you're already lost. This place is enormous! You turned left at what appeared to be a market, but you'd been walking for a long time, and you hadn't run into anything that looked like an Inn.
Before you start second-guessing yourself and turning back the way you came, you see your road coming to an end, and the building at the end of the street does look large enough to have some rooms.
<img class="passage-image" src="demongodsassets/people/fullbody/blackpool/innkeeper.webp" >
You walk up to the building, and finally, at the end of your long trek, you see a man sweeping in front of the entrance. Before you get a chance to say a word, he has already opened his mouth.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">We're full.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh... Um, I'm sorry. The guards directed me here and said I could find a safe place to sleep. Do you have anything to spare? I'll even take a closet!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">You daft, lass? I said we're full. Bugger off.</p>
</div>
<p class="narration">
He pauses, looking you up, starting at your legs and moving upwards to your face.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">Hehe. I can make an exception if you're willing to make a deal.</p>
</div>
<p class="narration">
He starts rubbing his crotch through his robe while looking at you.
Even without his rude hand motions, a monkey would understand the meaning behind those eyes.
You nearly agree without thinking but catch yourself. Why can't you control your lust!? What kind of body did that Goddess give you, the body of a nympho!?
You haven't even been a woman for a full day, and you're already getting a good idea of what the rest of your life will be like.
Fuck this world.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ew, what the Fuck is wrong with you!? Fucking pervert! Asshole!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">Oi, this lass got the mouth of a sailor! Hahaha.
That's only making me harder.</p>
</div>
<p class="narration">You turn to leave, absolutely pissed and doing your best to ignore the lingering regret. The fuck are you supposed to do now?
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Hey lady!</p>
</div>
<p class="narration">
You look at the source of the voice and see a somewhat disheveled, dirty man. He's drunk.
<img class="passage-image" src="demongodsassets/people/fullbody/blackpool/creep.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Yes?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">I got a place you can stay. I got food, too! All it'll cost is 20 copper!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">How do I know you won't do anything shady?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Heheh. Lady, I'm after your money, not your body. Though...
I'd be willing to make you the same offer as the owner of that Inn, heh.
But I'll warn you, I've only got one bed, and I'm not giving you a discount for sleeping on the floor. So 20 copper, and you get a meal, a floor, and I'll even throw in a blanket. </p>
</div>
<p class="narration">
Even if he has ulterior motives, you're no longer in a position to reject him. You're starving, and you have nowhere else to go. At this point, you'll cross that bridge when you come to it. Can you fight him off in this body? More to the point, you're starving, and he's offering you food. Despite the bread you had earlier, it's like this body has never eaten a single bite of anything!
Well, the hunger is clouding your judgment. It's probably a bad idea, but you NEED food.
</p>
[[Accept his offer]]
</div><div class="conversation">
<p class="narration"> you followed the man despite your misgivings. He had trouble walking in a straight line, and you started to worry if he even knew where he was going, or based on how your surroundings got increasingly seedy looking, he might be leading you into a trap.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Are you sure we're going the right way?</p>
</div>
<p class="narration"> Well, if that was ever a classic line... You're definitely getting raped.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Calm yourself, lass; I know these streets better than anyone. </p>
</div>
<p class="narration">Ready to run in an instant, you continue following. You even lend him a shoulder to lean on and stay balanced after you tire of picking him up off the ground too many times.
After some time passes, and you're beginning to wonder just how massive this town is, he finally announces you've arrived. It's a shack, if it can even be called that. It's a run-down wooden shed with gaps in the wood—definitely no protection from the elements.
After he leads you inside, he puts on a fire and begins cooking something in a pot. Surprisingly, while he has looked at you more than once, and he's made embarrassing attempts to flirt with you. He's been a perfect gentleman.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Just how big is this town anyways? </p>
</div>
<p class="narration">He grabs something off his table and hands it to you. It's a map! </p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Here you go. This'll help you- </p>
</div>
<p class="narration">He sets to work immediately, using a flint and steel to light a small fire in the corner of the hovel. The pot he sets upon it is dented and blackened from frequent use. The smell emanating from it is not particularly enticing, mostly just the smell of boiling water and maybe some root vegetables.
<img class="passage-image" src="demongodsassets/img/scenes/blackpool/creepcook.webp" >
You take in your surroundings. The hovel is a far cry from the apartment walls you were accustomed to. The wooden walls are rotting, and the air is thick with the stench of decay. The table is cluttered with remnants of past meals, the utensils caked with food residue. You can't help but wonder how the man manages to keep his tools clean in this primitive age, but your hunger overrides your concerns as your stomach growls in protest.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Hungry, eh? Haha.
I'm pretty proud of this recipe, and I'm a cook at one of the local taverns. Don't got no spices here at home, but can still make a damn good stew. Here, it's ready.</p>
</div>
<p class="narration">It smelled amazing... But the taste was revolting. Yet you're so hungry you ignore it and continue eating every bite. You hear him talking, but you can't make out the words. It's not that you're drugged; it's that you're STILL starving. It's to the point where you can't focus on anything around you, and you continue devouring the food.
The more you eat, the hungrier you are. What is going on?
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Damn, lass. I didn't expect you to eat the entire thing. I should have charged you more.
Ah, well, it's nice to have some company for once. </p>
</div>
<p class="narration">Your eyes are unfocused, and you barely comprehend someone is talking. Everything around you seems blurry, and your hunger is overpowering.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech" style="color: transparent; text-shadow: 0 0 5px rgba(243,243,243,0.2);">Listen, I know I said you have to take the floor. But your skin looks too smooth, and I don't want you to wake up all bruised. You can take my bed until morning. Might be some fleas, but it's probably safer than the floor. And I...
Wait, what are you doing?
Lady, you can't blame me for what happens next if you keep taking your clothes off. I mean, if this is your way of thanking me, I'd happily accept. You just...don't seem right. Are you ok? </p>
</div>
<p class="narration">You begin feeling dizzy and pass out
</p>
[[lewd dream][$currentlocation to "earth"]]
</div>
<div class="conversation">
<p class="narration">You wake up.
The first thing you notice is that you feel amazing. The second is that you're not hungry anymore.
You look down at your body, disappointed that it was just a dream and you're still a woman.
You reflect on that dream you just had, its memory already fading. You remember you were back in your old body, then the dream went weird.
Even weirder, at no point during the dream did you think anything was off when you stopped fucking and started getting fucked.
You touch your chest and notice it feels sticky. Suddenly, you remember the previous night. You're now naked, sticky and you don't know where that man is. Tears begin to flood your eyes.
<img class="passage-image" src="demongodsassets/you/scenes/home/wakeupcovered.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">That fucking asshole raped me!</p>
</div>
<p class="narration">You start gagging and can feel yourself ready to vomit, repulsed by what happened to you. You turn to vomit over the side of the bed when you see the man looking up at you with his wide-open eyes.
Shrieking, you jump out of bed and run to the door, briefly stopping to realize you're still naked. You pause for a second, debating on what to do before you realize he's not chasing after you. You look back. The light is dim, but he's still lying there. Maybe he's asleep? Perhaps he has nocturnal lagophthalmos, and sleeps with his eyes open.
You're shaking, but you slowly creep back over to him. The light is dim, so you move closer to get a better look...
<img class="passage-image" src="demongodsassets/you/scenes/home/corpse.webp" >
You panic and fall flat on your ass. Laying on the floor is a husk of a man. His face contorted in eternal pleasure, his eyes white and unseeing. His cock stands at attention, but his body is cold and stiff.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What the fuck? He died of a heart attack while raping me? Serves you right, asshole.</p>
</div>
<p class="narration">Doubt creeps in your mind as you remember that dream and how real it felt. But you push it away.
However you're a new face in a medieval town where no one knows you with a dead body. Would anyone believe you if you said you had nothing to do with this? Do you have anything to do with this? He was raping you, maybe you attacked him subconsciously. Though that look on his face makes it seem like he died happy.
It's not worth the risk. You need to dump the body somewhere. A glance outside and it's still dark. You could drag him to an alley somewhere and pretend you never met him.
Still shaking, you slip your clothes on your sticky body. You grab him and pull as hard as you can before realizing he's surprisingly light. Maybe this won't be so hard.
You open the door and look both ways before continuing your dragging. Not quite sure yet where you're taking him, anywhere is better than next to you.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">You must have been hungry! Do you not know how to pace yourself, or did he deserve it?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I swear! I don't know what happened! He was like this when I woke up! I think he knocked me out and raped me! I swear I never touched him!</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/people/rhelyla/town.webp" >
You look towards the source of the voice, and you spot <<if $metrhe is true>>Rhelyla, completely naked.<<else>>a completely naked woman.<</if>> <<if $metrhe is false>>What's more, she has long ears and horns. She's definitely not human.<</if>> Your eyes are drawn to something white dripping from her body. You can smell it. Sweet, salty, savory.
You snap out of it and look back at her as she begins talking</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Shh, shh. Calm yourself, sweetie. I can smell him on you. You sucked all of his vitality away. It looks like you lost control. Briefly describe what you remember.</p>
</div>
<p class="narration">You explain how he offered you a place to stay, and you followed him back, where he gave you food. You explain that you passed out while eating and the food may have been drugged.
She sighs.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech"> You really are new at this, aren't you? I don't understand how you've never needed to feed until now or if you have a mountain of corpses you keep waking up to.
The reason the food didn't sate your hunger is because human food does nothing for creatures like us. Even if it were drugged, it wouldn't have worked on you.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What do you mean creatures like us? I don't have ears and horns like you do. I don't know what you are, but I'm human!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Why Succubi, of course.
Check your ears, sweetie. You may need to visit me at my home for a longer explanation. But you are a succubus. Does that body not feel incredibly light to you? Do you not feel like you can traverse great distances without breaking a sweat? You just sucked up every ounce of energy that man had and made it yours. You are much stronger than any mere human.</p>
</div>
<p class="narration">You reach for your ears. They don't feel right. They're long!
She isn't making sense, but you can't deny what she's saying. Despite your emotional state, physically, you feel terrific.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">We cannot survive without the sustenance humans provide us. If we go too long without it, we lose control, and our instincts take over. This man never drugged you, you just weren't eating, and when you failed to feed yourself, your body took action for you.
Before anyone comes by, we need to do something about this body. I will take care of it for you, but before I go. I recommend you find me. For now, tuck your ears in your hair so no one sees them. <<if $metrhe is true>>Come back to my place at the mountain south of this city.<<else>>Come to the mountains south of this city. Search the base for a cave; within that cave, you'll find a door. Only Succubi can see it. You'll know it when you do.<</if>> Until then, I'll leave you with one last tip. Never wait until you're starving, or you'll lose control, and this will happen again. As you grow more powerful, you can stave the hunger off longer, but for now, you'll likely need to eat as often as a human. When feeding, never drink to the last drop.
</p>
</div>
<p class="narration">You're still processing everything she's said when she grabs the corpse from you, flaps her wings and begins flying away. Just in time too, as you hear some noises nearby.
But a Succubus? Did that shitty Goddess really turn you, not only into a woman but into a creature that requires cum to survive!? She couldn't have made you an Incubus or literally anything else? Hell, even a human woman would have been better. At least you could have been a lesbian.
You need time to consider and process this and what this means for your future. Shivering, you return to the home of the man you accidentally killed.
</p>
[[taxman first]]
</div>
<div class="conversation">
<<nobr>>
<<set $battleLog = []>>
<<set $currentlocation to "shack">>
<<set _vials to Number($inv.cumvial - 3)>>
<<if $inv.cumvial gt 3>>
<br>You have more vials of cum than you can carry! You put _vials into your chest for safekeeping.<br>
<<set $storagevials += _vials>>
<<set $inv.cumvial -= _vials>>
<<elseif $inv.cumvial lt 3>>
<<set $storagevials += $inv.vials>>
<<set $inv.vials to 0>>
<<if $storagevials gte 3>>
<<set $storagevials -= 3>>
<<set $inv.vials to 3>>
<<else>>
<<set $inv.vials to $storagevials>>
<<set $storagevials to 0>>
<</if>>
<</if>>
<<set $p.hp to $p.maxhp>>
<<set $p.mp to $p.maxmp>>
<</nobr>>
<<if typeof $rhevengeday !== "undefined" && $rhevengeday === $days>>
<p class="narration">You hear the heavy sound of marching outside. You should go check it out.</p>
<<elseif typeof $rhevengeday !== "undefined" && ($rhevengeday + 1) === $days>>
<p class="narration">The soldiers are gone now, it should be safe to go out.</p>
<<elseif $yukistatus is "ally" and $patronversion is true and $tentaclepatmeet is true>>
<<switch random(4)>>
<<case 1>>
<p class="narration">You come home to find Yuki perched on the rickety chair, a mischievous gleam in her eyes. Pat, the ever-gracious but sarcastic ball of tentacles, is hovering mid-air, squirming under the barrage of fox tail swipes.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp" /><p class="talkname">Pat</p>
<p class="speech">Mistress Yuki, your insistence on turning me into a plaything does speak volumes about your leisure preferences, </p>
</div>
<p class="narration">Pat grumbles, yet the tone of his voice is filled with resigned amusement. Yuki's laughter is bright and cheery, a pleasant contrast to the usually somber atmosphere of your small home.</p>
<<case 2>>
<p class="narration">
Inside your cramped abode, your eyes land on a lively scene. Yuki is trying to entangle her fox tail around Pat.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp" /><p class="talkname">Pat</p>
<p class="speech">Oh, what a turn of events! The noble fox lady has ensnared the tentacle knight in her cunning trap, </p>
</div>
<p class="narration">
Pat exclaims with an exaggerated sigh. His sarcasm only fuels Yuki's determination, making her giggles echo against the dilapidated walls of your home.
</p>
<<case 3>>
<p class="narration">Inside your humble home, Yuki is sprawled across your modest cot, her slender form curled under the thin blanket. Her white hair cascades over the pillow, glinting in the thin slivers of sunlight that filter through the thatched roof. Her tail, a bushy tuft of white fur, curls protectively around her as she sleeps. Even in sleep, her fox ears twitch sporadically.</p>
<<case 4>>
<p class="narration">You catch Yuki making an effort to tidy up the small space. Her white hair is tied back in a loose ponytail, a few stray strands clinging to the sweat on her forehead. She sweeps the dust-ridden floor with a makeshift broom, her fox tail swaying to and fro with her movements. Her ears flicker towards you.</p>
<<default>>
<p class="narration">
<img class="passage-image" src="demongodsassets/img/scenes/home/yukibathe.webp">
You spot Yuki perched delicately on a worn-out stool, a basin of water before her. With careful precision, she dips a rag into the water, wringing it before using it to bathe herself. Her soaked white hair clings to her slender form, her fox tail flicking water droplets as it swings leisurely from side to side. Her fox ears flatten briefly with shyness as she notices you looking at her.
</p>
<</switch>>
<<elseif $yukistatus is "ally">>
<<switch random(2)>>
<<case 1>>
<p class="narration">Inside your humble home, Yuki is sprawled across your modest cot, her slender form curled under the thin blanket. Her white hair cascades over the pillow, glinting in the thin slivers of sunlight that filter through the thatched roof. Her tail, a bushy tuft of white fur, curls protectively around her as she sleeps. Even in sleep, her fox ears twitch sporadically.</p>
<<case 2>>
<p class="narration">You catch Yuki making an effort to tidy up the small space. Her white hair is tied back in a loose ponytail, a few stray strands clinging to the sweat on her forehead. She sweeps the dust-ridden floor with a makeshift broom, her fox tail swaying to and fro with her movements. Her ears flicker towards you.</p>
<<default>>
<p class="narration"><img class="passage-image" src="demongodsassets/img/scenes/home/yukibathe.webp">
You spot Yuki perched delicately in the corner of the room, a basin of water before her. With careful precision, she dips a rag into the water, wringing it before using it to bathe herself. Her soaked white hair clings to her slender form, her fox tail flicking water droplets as it swings leisurely from side to side. Her fox ears flatten briefly with shyness as she notices you looking at her.</p>
<</switch>>
<<else>>
<<switch random(2)>>
<<case 1>>
<p class="narration">In your tiny, dilapidated home, you are immediately hit with the smell of mold and decay. The single room is cluttered and cramped, with a small cot pushed against one wall and a rickety table and chair taking up most of the space. The thatched roof is full of holes, letting in streams of sunlight that highlight the dust and grime covering everything. Despite its shortcomings, you know this small shack is the only place you have to call home. Maybe you should get a cave in the mountains like Rhelyla.
</p>
<<case 2>>
<p class="narration">Your eyes show you your run-down home, grimacing at the sight that greets you. The single room is cramped and cluttered, with a small cot pushed against one wall and a rickety table and chair taking up most of the space. The thatched roof is full of holes, letting in streams of sunlight that highlight the dust and grime covering everything. Despite the unsanitary conditions, you know you have no other choice but to call this dingy shack home.
</p>
<<default>>
<p class="narration">As you enter your cramped, dilapidated home, you can't help but feel a sense of despair wash over you. The single room is cluttered and cramped, with a small cot pushed against one wall and a rickety table and chair taking up most of the space. The thatched roof is full of holes, letting in streams of sunlight that highlight the dust and grime covering everything. Despite the shabby surroundings, you know you have nowhere else to go.
</p>
<</switch>>
<</if>>
<<if $boss1alive is false && $rhelylanote is false>>
<<goto "rhe note">>
<</if>>
<<if $dressdays lte $days && $azparty lt 1>>
<<goto "party dress">>
<</if>>
<<if $outfit.outfit is "tentacle">>
[[wardrobe][$arousal to 0, $outfit.outfit to "none"]]
<<else>>
[[wardrobe]]
<</if>>
[[sleep]]
[[masturbate]]
<<if ndef $yukicollar or ndef $yukistatus>>
<<elseif $yukicollar is true and $yukistatus is "ally">>
Ask Yuki to try on the collar you purchased?
[[Ask yuki to wear collar]]
<</if>>
<<if $tome.swap is true or $tome.transform is true or $tome.illusion is true or $tome.fire is true or $tome.ice is true or $tome.wind is true or $tome.water is true or $tome.thunder is true>>
<p class="narration">Or you can spend time learning magic by reading a tome!</p>
[[tomes]]
<<else>>
<p class="narration">Your shelf is looking pretty empty. Maybe you should look for some books?</p>
<</if>>
<<if $alive.avskum is false>>
<<if $rhevengeday == ($days + 1)>>
You'd better not leave at this time, you should get some rest, then tomorrow tell Rhelyla what happened.
<<else>>
<<if $outfit.outfit == "none">>
<<if $p.acceptance lt 75 and $p.lvl lt 8>>
You're not ready to be leaving the house nude
<<else>>
[[town][$currentlocation to "blackpool"]]
<</if>>
<<else>>
<<if $spells.illusion is true>>
Cast illusion on yourself and head to [[town][$currentlocation to "blackpool", $locationmarker to "b5"]]
<<else>>
Tuck your ears behind your hair and head to [[town][$currentlocation to "blackpool", $locationmarker to "b5"]]
<</if>>
<</if>>
<</if>>
<<else>>
<<if $outfit.outfit == "none">>
<<if $p.acceptance lt 75 and $p.lvl lt 8>>
You're not ready to be leaving the house nude
<<else>>
[[town][$currentlocation to "blackpool"]]
<</if>>
<<else>>
<<if $spells.illusion is true>>
Cast illusion on yourself and head to [[town][$currentlocation to "blackpool", $locationmarker to "b5"]]
<<else>>
Tuck your ears behind your hair and head to [[town][$currentlocation to "blackpool", $locationmarker to "b5"]]
<</if>>
<</if>>
<</if>>
[[change difficulty]]
Lost on what to do next? Check your [[notebook]]
</div>
<<if ndef $undiscoveredPaths>> <<set $undiscoveredPaths to []>> <</if>>
<<if $revenge gte $days and $rhelylarevengequest lt 2>> <<goto "revengenote">> <</if>>
<<if $days gte $daycounter>> <<set $daycounter to $daycounter + 7>><<goto "taxday">> <</if>>
<!-- stat calculation -->
<<statsmath>>
<<if $chapter gte 3>>
<<goto "error-passage">>
<</if>><div class="conversation">
<<set $arousal to 0>>
<<set $inv.cum to $inv.cum + 25>>
<<set $lust += 500>>
<p class="narration">You're home again, sitting on the edge of your bed. You're naked, and your cock is in its rightful place.
A woman was there with you. Not just any woman; it was the body you were stuck in. It must have all been a dream. You probably went to a bar, drank too much, brought this woman home, and enjoyed each other's company. Then had some wild dreams about her.
You don't know her name, and it's too late to care. But seeing your dream body from an outside perspective, it's pretty obvious that any man would react like the ones in your dream did. She's absolutely gorgeous, naked, and coming onto you as she rubs your cock.
As she inserts your cock in her mouth, you throw your head back and let out a light moan. She continues working on you until you cum. She gulps it down greedily before looking at you and pushing you onto your back. You briefly notice a delicious salty taste in your mouth, but you're eager to let her have her way. You're not too experienced with dominant women, but it's not like you have any interest in stopping her, and you're not sure she'd stop if you tried. It was like you're a meal, and she's ravenous.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/lewd2.webp" >
She positions herself above you and spreads herself open, giving you a good look at her gaping vagina.
Then she slowly lowers herself onto your cock, impaling herself with a guttural moan.
She continues pumping herself up and down on you, looking down at you with glowing red eyes. Her horns are on the sides of her head and curled backward along her scalp; you didn't notice them previously, but for some reason, it doesn't seem odd, and you can't really seem to care about them now.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/lewd1.webp" >
You feel yourself burst and weirdly feel two orgasms at the same time. One major and one micro, both centered around your penis. This is amazing. No one has ever fucked you like her! Even though you both just came, for some reason, you're not going soft yet, as you can still feel her pleasuring you.
She pumps you in and out, in and out, and you have to reach up and grab your chest as it's bouncing around too much.
You start squeezing the mounds on your chest without realizing, reveling in the pleasure.
You feel yourself below squeezing and grabbing something long and hard. As you feel an explosion of pleasure from another orgasm, you feel yourself fill someone up, and at the same time, you feel yourself being filled with liquids dripping out of you.
You look down, and the woman is pounding your vagina. You grab her by the hair and pull her towards your nipples which she starts sucking on, eliciting yet another moan from you as you involuntarily squeeze your vagina around her cock.
She pulls out of you and commands you to get on your knees, you comply, and she sprays your face with cum.
This time you push her onto her back, lining her member up with your slit, and penetrate yourself.
You guys continue fucking until you're completely drenched in semen, with it practically flowing out of your cunt.
</p>
500 exp gained!
[[next morning][$currentlocation to "shack"]]
</div>
<<set $ears to true>><div class="conversation">
<p class="narration">You awaken to an assertive pounding on your door. At first, groggy, you open your eyes wide after remembering the events that happened earlier.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">No no no... Did I get caught? What should I do? I can cast Charm, but that will just make another man try and rape me. I never want to see another one of those things as long as I live. What should I do...</p>
</div>
<p class="narration">As you're panicking, the pounding happens again.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">Come on, Mirko, I know you're in there. Open up!</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/people/fullbody/tax.webp" >
You crack open the door
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm sorry, it's just me here...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">Who are you? Did Mirko buy a whore? If he can afford a whore, he can afford to pay his taxes and back taxes. I don't care who, but someone needs to pay.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm not a whore... Taxes? I was just offered somewhere to sleep. When I woke up, he was already gone.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">Ha. He knew I was coming. I'll bet he set you up. Listen, I don't care if you're his whore, some poor woman he tricked into marrying, or the new owner. He owes quite a sum. Today was the deadline; if I don't have the money, I have to drag someone off for forced labor. It's either you or him. It doesn't matter who, but it's my job. Sorry lady. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't...I just arrived in this city. How much does he owe?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">500 Copper. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Fuck.. I... I have 200 copper? What kind of forced labor?</p>
</div>
<p class="narration">You could cast charm. But it hasn't even been a day since the previous events, you're not ready for another man to attack you, or the mental trauma that will come when you inevitably enjoy it.
</p>
<p class="narration">
The Taxman sighs.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">Sorry lady. He really pulled a fast one on you. He knew what was coming, so I doubt he'll be returning to this place. Probably found some other hole to crawl in.
Unless you're a whore, you wouldn't like the kind of work they'd put you to. I'd wager even most whores have higher standards.
Give me the 200 copper you have now, and I'll go back and tell them he was gone. Probably ran. They'll put out a search for him and his punishment will be worse. As for you, if you plan on staying here, then I recommend you find a way to earn money, fast. I return every seven days to collect. The amount due is 200 copper.
...
I'd also recommend finding a good husband who lives somewhere safer than this. A girl as pretty as you won't survive long in this part of town. </p>
</div>
<p class="narration">Gross!</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Is there another way of making money?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">Well, the town guard does pay rewards for slaying beasts and bringing back some sort of proof. But that's not a job for a ...peasant woman. </p>
</div>
<p class="narration">
You pay the man and thank him for his generosity as he turns and leaves.
It just keeps getting worse. First you were raped. Then you find out you're not even human, and you're required to continue surviving off men. You're straight! Or you were, anyway. Now you'd probably be considered a lesbian. But your body refuses to agree with you, and even the smell of the man who just left was making you wet. You could SMELL his arousal as he kept staring at your body, and you kept feeling a tingling sensation in your crotch. You reach down and touch yourself.
Your fingers come back wet.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What is wrong with me!? <<if $genderstart == "male">>I'm not into men!<<elseif $genderstart == "fem">>I'm not usually this horny!<</if>></p>
</div>
<p class="narration">You lay back down for a quick nap before you figure out the rest of your day.</p>
[[Dream|dream1sttime]]
</div>
<<nobr>>
<<widget 'lustcrest'>>
<<set _arousalPercent = Math.floor(($arousal / $maxarousal)*100)>>
<<if $arousal lte (0.05 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/5.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.1 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/10.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.15 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/15.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.2 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/20.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.25 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/25.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.3 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/30.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.35 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/35.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.4 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/40.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.45 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/45.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.5 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/50.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.55 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/55.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.6 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/60.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.65 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/65.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.7 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/70.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.75 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/75.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.8 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/80.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.85 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/85.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.9 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/90.webp" @title="_arousalPercent + '% arousal'">
<<elseif $arousal lte (0.95 * $maxarousal)>><img class="lustcrest" src="demongodsassets/img/lustcrest/95.webp" @title="_arousalPercent + '% arousal'">
<<else>><img class="lustcrest" src="demongodsassets/img/lustcrest/100.webp" @title="_arousalPercent + '% arousal'">
<</if>>
<<if $arousal >= $maxarousal>>
<<if $chapter lt 3>>
<<set $arousal to 0>>
<<goto "hunger">>
<<elseif $chapter is 3>>
<<set $arousal to 0>>
<<goto "earth hunger">>
<<elseif $chapter is 3.5>>
<</if>>
<<elseif $arousal >= "75">>I'm getting dangerously hungry <br>
<<elseif $arousal >= "50">>I'm pretty hungry... <br>
<<elseif $arousal >= "25">>I'm starting to feel a bit peckish <br>
<</if>>
<</widget>>
<</nobr>><<widget 'playerattack'>>
<<nobr>>
<<set $critchance to random(1, 100)>>
<<set $hitsuccess to random(1, 100)>>
<<if $currentatk == "fire" or $currentatk == "ice" or $currentatk == "wind" or $currentatk == "water" or $currentatk == "thunder">>
<<set $hitchance to ($p.lvl - $e.lvl) * 10 + 80>>
<<set $attacksuccess to ($hitchance gte $hitsuccess)>>
<<run console.log('hitchance: ' + $hitchance + ' hitsuccess: ' + $hitsuccess)>>
<<if $attacksuccess is true>>
<<if $currentstats.magic gt $e.mdef>>
<<set $edamage to $currentstats.magic - $e.mdef>>
<<set $spellLevel to $spells[$currentatk]>>
<<set $damageMultiplier to 1 + ($spellLevel - 1) * 0.5>>
<<if $currentatk == $e.weakness>>
<<set $edamage to $edamage * $damageMultiplier * 1.2>>
<<elseif $currentatk == $e.eleresist>>
<<set $edamage to $edamage * $damageMultiplier * 0.8>>
<<else>>
<<set $edamage to $edamage * $damageMultiplier>>
<</if>>
<<if $critchance lte $p.critrt>>
<<set $edamage to $edamage * 2>>
<<switch random(2)>>
<<case 1>>Critical hit! $currentatk magic engulfs $e.name, causing $edamage points of damage as they writhe in agony.
<<case 2>>Critical hit! A wave of $currentatk magic crashes into $e.name, causing $edamage points of damage!
<<default>>Critical hit! Your $currentatk magic pierces the enemy, causing $e.name to take $edamage points of damage!
<</switch>>
<<else>>
<<switch random(2)>>
<<case 1>>$currentatk magic engulfs $e.name, causing $edamage points of damage as they writhe in agony.
<<case 2>>A wave of $currentatk magic crashes into $e.name, causing $edamage points of damage!
<<default>>Your $currentatk magic pierces the enemy, causing $e.name to take $edamage points of damage!
<</switch>>
<</if>>
<<set $e.hp to ($e.hp - $edamage)>>
<<else>>
$currentatk magic engulfs $e.name. Unfortunately, it shrugs off the attack as its magic defense is too high!
<</if>>
<<else>>
Your $currentatk spell missed!
<</if>>
<</if>>
<<if $currentatk == "melee">>
<<set $hitchance to ($p.lvl - $e.lvl) * 10 + 80>>
<<set $attacksuccess to ($hitchance gte $hitsuccess)>>
<<run console.log('hitchance: ' + $hitchance + ' hitsuccess: ' + $hitsuccess)>>
<<if $attacksuccess is true>>
<<if $currentstats.melee gt $e.pdef>>
<<set $edamage to $currentstats.melee - $e.pdef>>
<<if $currentatk == $e.weakness>>
<<set $edamage to $edamage * 1.2>>
<<elseif $currentatk == $e.eleresist>>
<<set $edamage to $edamage * 0.8>>
<</if>>
<<if $critchance lte $p.critrt>>
<<set $edamage to $edamage * 2>>
<<switch random(2)>>
<<case 1>>Critical hit! You unleash a fierce barrage of claw strikes on $e.name, dealing $edamage points of physical damage!
<<case 2>>Critical hit! With a flurry of razor-sharp claws, you tear into $e.name, causing $edamage points of damage!
<<default>>Critical hit! $e.name writhes in pain as you savagely slash at them with your claws, dealing $edamage points of devastating physical damage!
<</switch>>
<<else>>
<<switch random(2)>>
<<case 1>>You unleash a fierce barrage of claw strikes on $e.name, dealing $edamage points of physical damage!
<<case 2>>With a flurry of razor-sharp claws, you tear into $e.name, causing $edamage points of damage!
<<default>>$e.name writhes in pain as you savagely slash at them with your claws, dealing $edamage points of devastating physical damage!
<</switch>>
<</if>>
<<set $e.hp to ($e.hp - $edamage)>>
<<else>>
You unleash a fierce barrage of claw strikes on $e.name, but sadly its defense is too high!
<</if>>
<<else>>
Your claws missed the $e.name by a long shot!
<</if>>
<</if>>
<<if $currentatk == "charm">>
<<set $hitchance to ($p.lvl - $e.lvl) * 10 + 85>>
<<set $attacksuccess to ($hitchance gte $hitsuccess)>>
<<run console.log('hitchance: ' + $hitchance + ' hitsuccess: ' + $hitsuccess)>>
<<if $attacksuccess is true>>
<<set $p.mp to $p.mp + ($p.lvl + 3)>>
You recover mp!
<<if $p.mp gt $p.maxmp>>
<<set $p.mp to $p.maxmp>>
<</if>>
<<if $currentstats.charm gt $e.res>>
<<set $edamage to $currentstats.charm - $e.res>>
<<if $critchance lte $p.critrt>>
<<set $edamage to $edamage * 2>>
<<switch random(2)>>
<<case 1>>
You successfully charm $e.name causing $e.name to lower its guard and take $edamage points of charm damage!
<<case 2>>
You successfully charm $e.name. Your words seem to have a mesmerizing effect on the $e.name, as it becomes entranced by your every word. $e.name takes $edamage points of charm damage!
<<default>>
The $e.name seems entranced by your charm, its hostility melting away as it becomes more receptive to your words. $e.name takes $edamage points of charm damage!
<</switch>>
<<else>>
<<switch random(2)>>
<<case 1>>
You successfully charm $e.name causing $e.name to lower its guard and take $edamage points of charm damage!
<<case 2>>
You successfully charm $e.name. Your words seem to have a mesmerizing effect on the $e.name, as it becomes entranced by your every word. $e.name takes $edamage points of charm damage!
<<default>>
The $e.name seems entranced by your charm, its hostility melting away as it becomes more receptive to your words. $e.name takes $edamage points of charm damage!
<</switch>>
<</if>>
<<set $e.reshp to ($e.reshp - $edamage)>>
<<else>>
Your charm attempt failed! It seems its resistance is too high!
<</if>>
<<else>>
<<switch random(2)>>
<<case 1>>
Your charm attempt failed. $e.name simply sneers at your advances and remains unimpressed.
<<case 2>>
Your charm attempt failed. Despite your best efforts, $e.name continues to glare at you with suspicion.
<<default>>
Your charm attempt failed. You try to win over the $e.name with your charms, but it only makes it more hostile and aggressive towards you.
<</switch>>
<</if>>
<</if>>
<<if $e.hp gt 0 and $e.reshp>>
<<if $enemyatk is "attack">>
<<enemyattack>>
<<else>>
<<enemymagic>>
<</if>>
<</if>>
<</nobr>>
<</widget>><<widget 'enemyattack'>>
<<nobr>>
<<set $hitsuccess to random(1, 100)>>
<<set $critchance to random(1, 100)>>
<<set $hitchance to ($p.lvl - $e.lvl) * 10 + 70>>
<<set $attacksuccess to ($hitchance gte $hitsuccess)>>
<<run console.log('enemy hitchance: ' + $hitchance + ' enemy hitsuccess: ' + $hitsuccess)>>
<<if $attacksuccess is true>>
<<if $critchance gt $p.critrt>>
<<if $e.melee gt $currentstats.pdef>>
<<set $pdamage to ($e.melee - $currentstats.pdef)>>
<<set $p.hp to Math.round($p.hp - $pdamage)>>
<p class="narration">You take $pdamage points of damage!</p>
<<else>>
<p class="narration">The $e.name attacks! Its blow was so weak that you take 0 points of physical damage!</p>
<</if>>
<<else>>
<<if ($e.melee *2) gt $currentstats.pdef>>
<<set $pdamage to (($e.melee *2) - $currentstats.pdef)>>
<<set $p.hp to Math.round($p.hp - $pdamage)>>
<p class="narration">You take $pdamage points of damage!</p>
<<else>>
<p class="narration">The $e.name attacks! Its blow was so weak that you take 0 points of physical damage!</p>
<</if>>
<</if>>
<<else>>
<p class="narration">The $e.name attempts to attack you! You read the attack and easily dodge.</p>
<</if>>
<</nobr>>
<</widget>><<widget 'enemymagic'>>
<<nobr>>
<<set $hitsuccess to random(1, 100)>>
<<set $critchance to random(1, 100)>>
<<set $hitchance to ($p.lvl - $e.lvl) * 10 + 70>>
<<set $attacksuccess to ($hitchance gte $hitsuccess)>>
<<run console.log('enemy hitchance: ' + $hitchance + ' enemy hitsuccess: ' + $hitsuccess)>>
<<if $attacksuccess is true>>
<<if $critchance gt $p.critrt>>
<<if $e.magic gt $currentstats.mdef>>
<<set $pdamage to ($e.magic - $currentstats.mdef)>>
<<set $p.hp to Math.round($p.hp - $pdamage)>>
<p class="narration">You take $pdamage points of damage!</p>
<<else>>
<p class="narration">The $e.name attacks! Its blow was so weak that you take 0 points of physical damage!</p>
<</if>>
<<else>>
<<if ($e.magic *2) gt $currentstats.mdef>>
<<set $pdamage to (($e.magic *2) - $currentstats.mdef)>>
<<set $p.hp to Math.round($p.hp - $pdamage)>>
<p class="narration">You take $pdamage points of damage!</p>
<<else>>
<p class="narration">The $e.name attacks! Its blow was so weak that you take 0 points of physical damage!</p>
<</if>>
<</if>>
<<else>>
<p class="narration">The $e.name attempts to attack you! You read the attack and easily dodge.</p>
<</if>>
<</nobr>>
<</widget>><<widget 'statsmath'>>
<<nobr>>
<<if $outfit.outfit is "none">>
<<set $outfitStats.none.charm to $spells.aura>>
<</if>>
/* outfits */
<<set $gear to $outfitStats[$outfit.outfit]>>
/* Math for current stats */
<<for _key, _value range $gear>>
<<set $currentstats[_key] to ($gear[_key] + $p[_key])>>
<</for>>
<</nobr>>
<</widget>>
<div class="conversation">
wardrobe passage
Change your outfit?
Outfits:
<<listbox '$outfit.outfit'>>
<<optionsfrom $wardrobe.outfit>>
<</listbox>><br>
<details>
<summary style="color:#7474d6;">Outfit preview and stats</summary>
<<nobr>>
<<if $wardrobe.outfit.indexOf('jeans') !== -1>>
<a href="#" onclick="showOutfit('jeans')">Jeans</a><br>
Earth clothes<br>
<</if>>
<<if $wardrobe.outfit.indexOf('revealingdress') !== -1>>
<a href="#" onclick="showOutfit('revealingdress')">Revealing Dress</a><br>
A gift from Rhelyla because you invaded her home and slept on her bed nude<br>
<</if>>
<<if $wardrobe.outfit.indexOf('alluringdress') !== -1>>
<a href="#" onclick="showOutfit('alluringdress')">Alluring Dress</a><br>
A gift from a mysterious statue. Men are more likely to be ensnared by you if you wear this in public. (higher chance of being propositioned in town).<br>
<</if>>
<<if $wardrobe.outfit.indexOf('rags') !== -1>>
<a href="#" onclick="showOutfit('rags')">Rags</a><br>
Better than nothing<br>
<</if>>
<<if $wardrobe.outfit.indexOf('adventurerdress') !== -1>>
<a href="#" onclick="showOutfit('adventurerdress')">Adventurer Dress</a><br>
Classic adventurer armor<br>
<</if>>
<<if $wardrobe.outfit.indexOf('goldenware') !== -1>>
<a href="#" onclick="showOutfit('goldenware')">Goldenware</a><br>
Golden platemail, intended for a paladin who never returned<br>
<</if>>
<<if $wardrobe.outfit.indexOf('tentacle') !== -1>>
<a href="#" onclick="showOutfit('tentacle')">Tentacle Lingerie</a><br>
It has a curse on it so it looks like a normal dress whenever you're in public. If anyone other than a Succubi or Incubi put it on, they'd be trapped in it forever<br>
Permanently locks a Succubus at max arousal<br>
<</if>>
<<if $wardrobe.outfit.indexOf('party') !== -1>>
<a href="#" onclick="showOutfit('party')">An outfit for a high class party</a><br>
You had the tailor make this outfit so you could go to a party.<br>
<</if>>
<</nobr>>
</details>
<div id="outfit-preview" style="display: none;">
<img id="outfit-image" src="">
<p id="outfit-stats"></p>
</div>
<script>
function showOutfit(outfitName) {
var images = {
'jeans': 'demongodsassets/you/clothes/black/jeans.webp',
'alluringdress': 'demongodsassets/you/clothes/black/alluringdress.webp',
'adventurerdress': 'demongodsassets/you/clothes/black/adventurerdress.webp',
'rags': 'demongodsassets/you/clothes/black/rags.webp',
'revealingdress': 'demongodsassets/you/clothes/black/revealingdress.webp',
'tentacle': 'demongodsassets/you/clothes/black/tentacle.webp',
'party': 'demongodsassets/you/clothes/black/party.webp',
'goldenware': 'demongodsassets/you/clothes/black/goldenware.webp',
};
var imageSrc = images[outfitName];
var tier = SugarCube.State.variables.outfitStats[outfitName].tier;
var melee = SugarCube.State.variables.outfitStats[outfitName].melee;
var pdef = SugarCube.State.variables.outfitStats[outfitName].pdef;
var magic = SugarCube.State.variables.outfitStats[outfitName].magic;
var mdef = SugarCube.State.variables.outfitStats[outfitName].mdef;
var charm = SugarCube.State.variables.outfitStats[outfitName].charm;
var critrt = SugarCube.State.variables.outfitStats[outfitName].critrt;
document.getElementById('outfit-image').src = imageSrc;
document.getElementById('outfit-stats').innerHTML = 'Tier: ' + tier + '<br>Melee: ' + melee + '<br>Magic: ' + magic + '<br>Physical Defense: ' + pdef + '<br>Magic Defense: ' + mdef + '<br>Charm: ' + charm + '<br>Critical Rate: ' + critrt;
document.getElementById('outfit-preview').style.display = 'block';
}
</script>
Accessory:
<<listbox '$outfit.accessory'>>
<<optionsfrom $wardrobe.accessory>>
<</listbox>>
<!-- removed broken stuff
<<link 'confirm outfit' 'home'>>
<</link>>
Presets (temporarily disabled):
<<link 'save preset 1' 'wardrobe'>>
<<set $preset1 to $outfit>>
<</link>>
<<link 'save preset 2' 'wardrobe'>>
<<set $preset2 to $outfit>>
<</link>>
<<link 'save preset 3' 'wardrobe'>>
<<set $preset3 to $outfit>>
<</link>>
<<nobr>>
<<if $wardrobe.outfit.includes($preset1.outfit) && $wardrobe.accessory.includes($preset1.accessory)>>
<<link 'load preset 1'>>
<<set $outfit to $preset1>>
<</link>>
<<else>>
Cannot load Preset 1. Missing items
<</if>>
<</nobr>>
<<nobr>>
<<if $wardrobe.outfit.includes($preset2.outfit) && $wardrobe.accessory.includes($preset2.accessory)>>
<<link 'load preset 2'>>
<<set $outfit to $preset2>>
<</link>>
<<else>>
Cannot load Preset 2. Missing items
<</if>>
<</nobr>>
<<nobr>>
<<if $wardrobe.outfit.includes($preset3.outfit) && $wardrobe.accessory.includes($preset3.accessory)>>
<<link 'load preset 3'>>
<<set $outfit to $preset3>>
<</link>>
<<else>>
Cannot load Preset 3. Missing items
<</if>>
<</nobr>>
-->
<i>Note: Not wearing clothes will increase your arousal per turn by 4</i>
Save your outfit and go <<home-button>>
</div><<if ndef $yukicollar>>
<<set $yukicollar to false>>
<</if>>
<div class="conversation">
<<if $dressdays lte $days && $azparty lt 1>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Tailor</p>
<p class="speech">I'll have your dress ready real soon.</p>
</div>
<<else>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Tailor</p>
<p class="speech">Hi, I'm just your friendly neighborhood tailor! Buy from me. </p>
</div>
<</if>>
<details>
<summary style="color:red;">Click here to show outfits</summary>
<<clothing 'adventurerdress' 800 'outfit'>>
<<if not $wardrobe.outfit.includes("adventurerdress")>>
<a href="#" onclick="showOutfit('adventurerdress')">Adventurer Dress</a><br>
<</if>>
</details>
<div id="outfit-preview" style="display: none;">
<img id="outfit-image" src="">
<p id="outfit-stats"></p>
</div>
<<if $yukicollar is false>>
<<if $inv.money gte 300>>
On one of the shelves is a black collar with a bell. Looks like a cat collar.
It has a price tag of 300 copper.
[[purchase|cat collar][$inv.money -= 300]]
<</if>>
<</if>>
<<if $horns and not $wardrobe.outfit.includes("goldenware")>>
<p class="narration">
You notice a particularly dazzling gold armor.
You gaze at the glimmering gold armor in awe. It's a beautiful piece of craftsmanship, unlike anything you've ever seen in the slums.
<a href="#" onclick="showOutfit('goldenware')">Goldenware</a><br>
[[ask about the armor]]
</p>
<</if>>
[[sell|tailor sell]]
[[exit|town]]
<<if $azraelmet is 4>>
<<if $dressblueprint and $wardrobe.outfit.indexOf("party") === -1 and $spidersilk is false>>
Show the dress design to the [[tailor|dressquest][$azraelmet += 1]]
<</if>>
<</if>>
<<if $azraelmet gte 4 and $spidersilk is true and $wardrobe.outfit.indexOf("party") === -1>>
Present the spidersilk to the tailor? [[spidersilk|dressquest2]]
<</if>>
</div>
<script>
function showOutfit(outfitName) {
var images = {
'jeans': 'demongodsassets/you/clothes/black/jeans.webp',
'alluringdress': 'demongodsassets/you/clothes/black/alluringdress.webp',
'adventurerdress': 'demongodsassets/you/clothes/black/adventurerdress.webp',
'rags': 'demongodsassets/you/clothes/black/rags.webp',
'revealingdress': 'demongodsassets/you/clothes/black/revealingdress.webp',
'goldenware': 'demongodsassets/you/clothes/black/goldenware.webp',
};
var imageSrc = images[outfitName];
var tier = SugarCube.State.variables.outfitStats[outfitName].tier;
var melee = SugarCube.State.variables.outfitStats[outfitName].melee;
var pdef = SugarCube.State.variables.outfitStats[outfitName].pdef;
var magic = SugarCube.State.variables.outfitStats[outfitName].magic;
var mdef = SugarCube.State.variables.outfitStats[outfitName].mdef;
var charm = SugarCube.State.variables.outfitStats[outfitName].charm;
var critrt = SugarCube.State.variables.outfitStats[outfitName].critrt;
document.getElementById('outfit-image').src = imageSrc;
document.getElementById('outfit-stats').innerHTML = 'Tier: ' + tier + '<br>Melee: ' + melee + '<br>Magic: ' + magic + '<br>Physical Defense: ' + pdef + '<br>Magic Defense: ' + mdef + '<br>Charm: ' + charm + '<br>Critical Rate: ' + critrt;
document.getElementById('outfit-preview').style.display = 'block';
}
</script>
<<set $arousal to 0>>
<div class="conversation">
<p class="narration">
You're starving. Unfortunately you let your hunger get out of control and you're no longer in control of your own actions. As your vision starts to fade, all you know is that you'll be seeking cum to feed.
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/hunger.webp" >
You have killed another human.
Suspicions have been raised.
<<set $townkillcount to $townkillcount + 1>>
<<set $BPsuspicion to $BPsuspicion + 20>>
You are no longer hungry.
You wake up to find another dead human in your home. You groan at yourself, frustrated that you lost control again. Maybe there's a way to strengthen yourself to control this. You quickly drag the body outside in search of a place to hide it. When finished, you come back home and rest a bit longer.
<<if $townkillcount gte 5 or $BPsuspicion gte 100>>
[[home|town bad end][$currentlocation to "shack"]]
<<else>>
<<home-button>>
<</if>>
</p>
</div>
<<set $days to $days + 1>>
<<set $energy to $maxenergy>>
<<set $p.hp to $p.maxhp>>
<<set $p.mp to $p.maxmp>>
<<if def $azraelquest>>
<<if $azraelquest == "rejected">>
<<if $charmtraining gte 3 and $rhelylarevenge is false>>
<<goto "bored end">>
<</if>>
<</if>>
<</if>>
<<if $lust gte 1000>>
<<goto "level up">>
<</if>>
<div class="conversation">
<p class="narration">You decide to get some sleep</p>
[[just dream]]
[[use cum to learn magic]]
</div>
<<if def $throne>>
<<set $throne.done to false>>
<</if>><<set _daysleft to $patcheats.daystoreset - $days>>
<div class="conversation">
<p class="narration">
<<if $patcheats.cheatsleft gte 1>>
<<if $tentaclepatmeet is true>>
Would you like to use Pat (cheats)?
[[use Pat]]
[[just masturbate][$energy -= 25]] Energy - 25
<<else>>
You decide to have some fun, and maybe lower your arousal while you're at it.
[[just masturbate][$energy -= 25]] Energy - 25
<</if>>
<<elseif $patcheats.cheatsleft is 0 and $tentaclepatmeet is true>>
You have used up all your cheats for the week!
There are _daysleft days left until you can use him again!
[[just masturbate][$energy -= 25]] Energy - 25
<<else>>
You decide to have some fun, and maybe lower your arousal while you're at it.
[[just masturbate][$energy -= 25]] Energy - 25
<</if>>
<<home-button>>
</p>
</div><div class="conversation">
<<set $race to "Succubus">>
<<set $days to $days + 1>>
<p class="narration">Tutorial:
When you sleep, you can level up and spend cum to learn magic / skills.
You will always level up when you are at 1000 exp, so take care that you don't forget to sleep!
***
<br>
You had another dream but can't remember what it was. Judging from your legs, it was probably another wet dream. Will all your dreams be like this? Will your entire personality just become sexual?
You reach up to scratch your scalp but pull back quickly as you feel a sharp pain!
At first, you think you accidentally scratched a sore or soft spot on your scalp, but you look down at your hands. They look normal in the dim light until you reflexively stretch them. It catches you by surprise, but it seems like you can extend your nails into claws! This could be useful if you get into a fight.
<<if $genderstart == "male">>
How do you handle this new body, and how can you force yourself, as a straight man, to have sex with men?
But the alternative is losing control and doing it anyway. While that does sound more appealing than having to be conscious, you may end up killing people. And honestly, you'd rather at least be in control of yourself, and you'd hate to feel like a puppet. While the thought of men and their cum makes your body salivate, your brain is still resisting. But you NEED to do something...
What a rough situation that bitch goddess put you in...
<<elseif $genderstart == "fem">>
<<if $p.acceptance lt 50>>
This new body might be rough. But hey, it could be worse. You could have reincarnated into a dude or even something like a tree or an object! So, at least you still have a mostly human-like body!
Having to have sex with men doesn't sound THAT bad. Having to eat cum as food sounds pretty gross, but it's not like you haven't swallowed before. Things could have been worse, you suppose.
<<else>>
This new body is pretty neat. You get to feel powerful, and if what Rhelyla said was true, you even get control over men.
You were originally considering turning over a new leaf and not being such a slut this time around, but you want it. Your body wants it. What's the big deal?
<</if>>
<<else>>
Everything is so exciting! Originally, you were a grill, but now you get to experience so many new and exciting things! You do feel bad about killing someone, but that's exciting too! You've never experienced something like regret, empathy, sympathy, anger, lust, etc.
You really should thank that Goddess if you ever get a chance to meet her again!
<</if>>
<<home-button>>
</p>
</div>
<div class="conversation">
<p class="narration">
<<if $inv.money gte 200>>
You groggily open your eyes to the sound of persistent knocking at the door. As the noise continues, you realize it's the tax collector, here to collect your weekly taxes. You can't help but curse under your breath as you remember the 200 copper you have to pay.
You sit up in your bed, rubbing the sleep from your eyes and trying to shake off the grogginess. Your room is dimly lit by the dawn's early light filtering in through the dust-covered windows. You can't help but think about how unfair it is to have to pay taxes, especially so early in the morning.
With a sigh, you get out of bed and make your way to the door. As you open it, the tax collector greets you with a gruff
<<else>>
You groggily open your eyes to the familiar pounding at the door. The tax collector is here to collect your weekly taxes. Panic sets in as you realize that you don't have the 200 copper to pay him. You lay there for a moment, heart racing, wondering what to do.
You reluctantly rise from your bed, rubbing the sleep from your eyes as you make your way to the door. You open it to find the tax collector, a gruff looking man with a stern expression, holding out his hand expectantly.
<</if>>
<img class="passage-image" src="demongodsassets/people/fullbody/tax.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp" /><p class="talkname">Taxman</p>
<p class="speech">Good morning.</p>
</div>
<p class="narration">
As he holds out his hand expectantly. You can see the first rays of sunlight creeping over the horizon, casting a warm glow over the scene.
</p>
<<if $inv.money gte 200>>
[[pay him]]<</if>>
<<if $inv.money lt 200 or $p.acceptance gte 75>>
[[refuse to pay him]]
<</if>>
</div><div class="conversation">
<p class="narration">
You reluctantly reach into your coin purse and pull out the 200 copper, handing it over to the tax collector. He counts it quickly and nods, satisfied.
<img class="passage-image" src="demongodsassets/people/fullbody/tax.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp"><p class="talkname">Taxman</p>
<p class="speech">Until next week,</p>
</div>
<p class="narration">
He turns and makes his way down the street.
You watch him go, feeling a mix of anger and resignation. You can't help but think about how much better you could have spent that 200 copper on. Taxation is theft! But it's better to just pay them and move on. With a heavy heart, you close the door and head back to bed.
<<set $inv.money to $inv.money - 200>>
</p>
<<home-button>>
</div>
<div class="conversation">
<<if $p.acceptance gte 75>>
<p class="narration">
You hesitate for a moment, considering your options. You could tell the truth and hand over the 200 copper, but the thought of being forced to whore your body out for a week in the tavern sounds almost...appealing. You're not quite sure why, but the idea of being forced to work for someone else, even if it is against your will, gives you a certain thrill.
You give the tax collector a sly grin and shake your head.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm sorry, I don't have the money to pay my taxes this week.</p>
</div>
<p class="narration">
The tax collector scowls, ready to summon a guard if you don't come quietly.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp"><p class="talkname">Taxman</p>
<p class="speech">Well, in that case, you'll have to come with me and do a week of forced labor at the brothel, all of your pay for that week will go to us no matter how much you make. You will not be allowed to leave.</p>
</div>
<p class="narration">
He gestures for you to follow him. You can't help but feel a small thrill of excitement as you follow him down the road, towards the tavern. You know it won't be easy, but the thought of being forced to work for someone else, of having to submit to their will, is strangely alluring.
</p>
<<else>>
<p class="narration">
You hesitate for a moment, considering your options. You're flat broke, you have only $inv.money copper to your name. The thought of being forced to whore your body out for a week in the tavern sounds revolting. <<if $genderstart is "male">>The thought of ever going anywhere near a penis is revolting, even if your body craves it and it causes your pussy to twitch and your mouth to start drooling. You hate this damn body!<</if>>
You look at the tax collector with puppydog eyes.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm sorry... I tried to find work, honest. But I wasn't able to make enough!</p>
</div>
<p class="narration">
The tax collector scowls, ready to summon a guard if you don't come quietly.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/tax.webp"><p class="talkname">Taxman</p>
<p class="speech">Don't need your excuses. You know the laws. Will you come quietly or should I summon a guard?</p>
</div>
<p class="narration">
You whimper but nod your head affirmatively.
He gestures for you to follow him, dragging you to the stalls.
</p>
<</if>>
[[get to work|forced brothel]]
</div>
<<set $p.acceptance to $p.acceptance + 3>><div class="conversation">
<<if $chapter lt 3>>
<<home-button>>
<<elseif $chapter lt 4>>
[[home|elven home][$currentlocation to "elfroom"]]
<<else>>
<<set $throne.done to false>>
<<home-button>>
<</if>>
<<switch random(12)>>
<<case 1>>
<p class="narration">
You awaken in an empty dark room. The only thing you see in front of you is a door.
You walk forward and open the door and are greeted by the site of a bathhouse. What's more, many men are laughing and chatting amongst themselves as they wash themselves. Completely oblivious to you or the door. You step inside and all eyes turn to you.
You look down and realize you're completely nude, like the men. But unlike the men, you're putting your full breasts and tight little butt on display for the entire bathhouse.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/bath.webp" >
One of the men speaks up.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Dream Men</p>
<p class="speech">Hey the whore we ordered has arrived! </p>
</div>
<p class="narration">
Everyone begins to cheer.
You see that he's very fat and hairy. A complete bull of a man. And he's speaking to you like an object that was purchased for the pleasure of others.
You suddenly remember, you are a whore! You've been working at this bathhouse for years and finally became the #1 most requested bathgirl! That slut Rhelyla won't take it from you again this month! Of course you mean the word slut in the most loving and endearing manner.
You're meant to service these men. To use your body to bring them pleasure. They all step towards you and grab hold of their cocks while stroking them.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc2.webp" /><p class="talkname">Dream Men</p>
<p class="speech">Fuck her mouth! Make her take our cocks down her throat! </p>
</div>
<p class="narration">
Your pussy tingles from excitement. You're violently grabbed and pushed onto your knees. One of them men gets behind you, while another positions himself in front of your mouth. Their forcefulness is only making you more wet. You're given no choice but to give these men what they want, what YOU want. You take the fat cock in front of you and slowly lower your head to lick at his cock.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/buffet.webp" >
You open your mouth wide and let the fat cock enter your mouth. as someone somewhere blasts you with a flood of cum. The man in front of you is already spitting in your mouth and you're eagerly swallowing down his salty load. The one at your twat finally pushes in and you nearly choke on the cock and cum in your mouth as you suck in a breath in surprise and arousal.
You suck him until his cock goes limp and another instantly takes his place, thrusting into your mouth, you have no choice but to swallow. You're gulping down his seed and saliva, all while you're being violently throatfucked. Another man above you blasts his cum in your hair and on your back. The one in your mouth sprays, and it's a lot. He just keeps cumming and cumming. Finally he pulls out, still cumming and covering your face as yet another man then grabs hold of you by the shoulders and forces your mouth down to his cock as you suck it with all your might.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/cumbuffet.webp" >
You're drooling all over it as you continue sucking, feeling it fill your mouth again and again. The pleasure from your pussy is pulsating as you're being pounded, when suddenly you feel a prick at your asshole. It doesn't even cross your mind if this man has two penises or how it's physically possible that another man could manage to fit there, but honestly all you care about is the delicious cum and pleasure you're currently experiencing. But before you know it you feel something hot enter your ass, filling it up. And you realize that the fat man who's cumming in your mouth has now stuffed his cock up your butt, pushing the entire length inside you in a single thrust.
</p>
<<if $p.acceptance gt 50>>
<p class="narration">
You wake up. A little horny after your dream.
</p>
<<else>>
<p class="narration">
You wake up. Even in sleep you can't get a break...
</p>
<</if>>
<<case 2>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/dreams/bath2.webp" >
As you fall asleep, you wake up and find yourself in a bathhouse. Your mouth, ass and pussy are already stuffed full of cock and you're already dripping in semen. You're laying down on a table, surrounded by men. Each one of them are sitting on your legs while one is fucking you. You're so horny, but you've had so much cum pumped into you already that you feel too relaxed to move, besides it feels amazing to have cocks inside of you. As one man fucks you from behind, another one moves his hands down to your breasts. He begins fondling and squeezing your tits while one other one takes your right hand and forces it down to his cock.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oooohh....♡</p>
</div>
<p class="narration">
Your head flops back as you moan and another man pumps his cock in your fist.
Another man takes advantage of your mouth hanging open and angles his cock at your opening. He sprays his seed inside your mouth and you swallow it down without thinking, the aftertaste making you wish you had savored it a bit longer. As the cock in your twat pulls out, another cock enters your mouth. You suck on it, loving the taste of cum and cumming as you swallow another load down your throat.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Dream Men</p>
<p class="speech">Don't stop sucking! </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh Goddess, you're gonna make me cum again! ♡</p>
</div>
<p class="narration">
You're on your back now, surrounded by men, each one fucking you in different ways. Some are fucking you from behind, some are fucking you from in front, some are fucking your hands, theres a cock between your tits. The bath water has turned to cum and it's dripping everywhere. You're moaning, sighing and cumming all over the place.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc3.webp" /><p class="talkname">Dream Men</p>
<p class="speech">Let's all take turns cumming in her pussy until she's flowing like a river!</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/dreams/bath3.webp" >
The men are relentless, they keep fucking you, making you cum and cum and cum, your pussy is flowing with a multitude of mixed fluids. Your breasts and nipples covered in sperm, your belly coated in it, your pussy overflowing with cum and your face smeared with it. You're cumming harder than you ever have before, the pleasure is just overwhelming.
Suddenly a womans voice
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">$name, haven't you had enough? You're not going to leave any for me?</p>
</div>
<p class="narration">
Looking up at the woman through your cum soaked eyelids you see Rhelyla. She's naked, and she's holding a whip in her hand. Her hair is messy and her skin is dirty, but her body is perfect. And her pussy is dripping wet.
<<if $p.acceptance gt 50>>
You wake up. A little horny after your dream.
<<else>>
You wake up. Even in sleep you can't get a break...
<</if>>
</p>
<<case 3>>
<p class="narration">
You're in a bathhouse surrounded by men. But somethings odd about these men. You look at their crotch and instead of a penis, they all have a single wriggling tentacle! You bite your lip in anticipation, you're already dripping and excited to take these tentacle cocks.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc2.webp" /><p class="talkname">Dream Men</p>
<p class="speech">What do you think, do you like tentacles?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I love them! ♡</p>
</div>
<p class="narration">
Before anyone can even laugh, you're already on your knees and sucking one of the tentacles.
You feel something twist around your leg before entering your hungry twat. You moan and suck hard on the tentacle, trying to get as much as you can before it pulls away. But it doesn't pull away, it pushes in deeper.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaaahh! ♡</p>
</div>
<p class="narration">
The tentacle pulls out of your mouth and another is shoved in. You're getting fucked from both ends and it feels amazing. Your body is still sore from the beating you took, but your pussy is still on fire.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">More! Give me more!</p>
</div>
<p class="narration">
The tentacles extend so deep in your mouth and pussy that you can practically feel them kissing each other. You're moaning, you're cumming, you're orgasming. Over and over again. And soon you feel something warm and sticky begin to ooze from your cunt.
</p>
<p class="narration">
<<if $p.acceptance gt 50>>
You wake up. A little horny after your dream. Was that $friend1?
<<else>>
You wake up. Even in sleep you can't get a break...
<</if>>
</p>
<<case 4>>
<p class="narration">
You're in a classroom. You glance at the board and see your current assignment.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/code/stophitler.webp" >
Desks all around you, and students sitting in their desks chatting away. You look down and suddenly realize, you forgot to wear clothes to school! You're sitting there in nothing but your panties and bra, your large breasts bouncing as you sit there.
You reach down and touch yourself, finding your clit. You rub it and moan softly.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/nudeclass.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ooh, Ooohhh! ♡</p>
</div>
<p class="narration">
Suddenly all the men and women in the class are staring at you. They're looking at you and whispering to each other.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc3.webp" /><p class="talkname">Male Classmate</p>
<p class="speech">$name came to class naked!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/fnpc3.webp" /><p class="talkname">female Classmate</p>
<p class="speech">Again!?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc2.webp" /><p class="talkname">Male Classmate</p>
<p class="speech">Yeah, and she's totally doing herself in front of us! What a sexy slut!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Male Classmate</p>
<p class="speech">She's soooo hot!</p>
</div>
<p class="narration">
One of your classmates stands up, he's tall, handsome, and has a nice smile.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Male Classmate</p>
<p class="speech">Hi there, I'm John</p>
</div>
<p class="narration">
You nod to him, still rubbing your clit.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">John</p>
<p class="speech">Are you new here?</p>
</div>
<p class="narration">
You nod your head.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">John</p>
<p class="speech">Oh, well I guess we have to teach you the rules then. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Rules?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">John</p>
<p class="speech">Yes, we're a private school and we pride ourselves on teaching our students discipline. </p>
</div>
<p class="narration">
He unzips his pants and takes out his massive cock. It's thick and veiny, and he strokes it as he talks to you. You continue stroking your clit without realizing you've started to drool.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">John</p>
<p class="speech">Rule #1, When a classmate takes out his cock, the class whore must suck it. </p>
</div>
<p class="narration">
You can only moan in response.
You open your mouth, your fingers never leaving your clit, and you take John's cock in your mouth. He's big, and he's thick. You gulp it down, taking every inch of his meat into your mouth. He moans as you slurp and slobber all over his cock.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Take care of me too! </p>
</div>
<p class="narration">
Out of the corner of your eye, you see Rhelyla and other girls stripping in a hurry. For some reason you forgot she went to school with you.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc2.webp" /><p class="talkname">Male Classmate</p>
<p class="speech">Oh fuck!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/fnpc.webp" /><p class="talkname">female Classmate</p>
<p class="speech">Cum in my mouth!</p>
</div>
<p class="narration">
John reaches down and grabs your hair, pulling you up off his cock.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">John</p>
<p class="speech">I want your ass, present it to me </p>
</div>
<p class="narration">
You nod and put your chest on your desk, presenting your naked ass to him.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">John</p>
<p class="speech">Mmmmm, Your body is so beautiful, I'm going to enjoy breaking you in properly. </p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/dreams/deskfuck.webp" >
You whimper, your eyes rolling back into your head as you cum again. Another boy comes up and rubs his cock along your cheek. You open your mouth inviting him in, but frustratingly he just keeps rubbing the tip of his dick across your face until he suddenly cums! The cum dripped down the side of your face and landed on the desk in front of your nose. You extended your tonge, lapping it up like a kitten while you're being pounded from behind.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">$friend1</p>
<p class="speech">Guys! I brought the pizza! </p>
</div>
<p class="narration">
<<if $p.acceptance gt 50>>
You wake up. A little horny after your dream. Was that $friend1?
<<else>>
You wake up. Even in sleep you can't get a break...
<</if>>
</p>
<<case 5>>
<p class="narration">
You're back in your college classroom of your past life, only this time you're a girl. You could have sworn you dropped out of this class?
You glance at the board and see your class assignment:
<img class="passage-image" src="demongodsassets/sexscenes/dreams/code/isekaisuccubus.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">So, did you do the assignment? </p>
</div>
<p class="narration">
You look at your $friend2relation $friend2 and groan as you realize you did the wrong assignment. She looks down and sees what you've written so far:
<img class="passage-image" src="demongodsassets/sexscenes/dreams/code/antigravity.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">What a great idea! I did the assignment, but I'll help you get extra credit! Let's go to the teacher together!</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/dreams/jamespizza.webp" >
You both walk up to the teacher after class. Professor $friend1 is sitting there eating pizza.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech">Can I help you ladies? </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">We'd like to suck your cock.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech">Why would you want to suck my cock?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Because we want extra credit silly, and $name here didn't finish the assignment.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech"> *sigh* You know this is a place of learning, right? School Policy dictates that you may only suck for extra credit if all of your homework is complete. I can let is pass this time, but you know you still need to complete the final assignment to pass this class, right?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What was the assignment again?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech">You'll need to program a fully functional world-ending doomsday device by the end of the semester, and it must run successfully from a raspberry pi. But if sucking cock will help you learn by providing extra brain power, then I am after all your teacher.</p>
</div>
<p class="narration">
He rolls his seat backwards and he's already naked from the waist down. His cock standing at attention.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech">Whichever girl swallows the most cum gets bonus extra credit!</p>
</div>
<p class="narration">
$friend2 looks at you, and you at her. You both get down on your knees and start caressing his cock with your tongue.
You're sucking his cock, licking and tonguing it. $friend2's lips slide up and down his shaft, while you're bobbing your head up and down his pole.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech">You two are so cute. *moan*
But don't forget to use your brains. If you want to get ahead in this class, then focus on the programming. Pop quiz, please write me a script so that everytime I speak I speak in Haiku's. Don't stop sucking or you'll get a demerit!</p>
</div>
<p class="narration">
You both continue sucking cock while tapping on a typewriter that appeared from nowhere. You program as fast as you can and come up with:
<img class="passage-image" src="demongodsassets/sexscenes/dreams/code/haiku.webp" >
<img class="passage-image" src="demongodsassets/sexscenes/dreams/teacher.webp" >
As you submit your homework, the teacher bursts in your mouth and you swallow as much as you can, letting only a little dribble out of your mouth.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Awww!</p>
</div>
<p class="narration">
$friend2 looks grumpy, as she licks the excess cum off your lips and dripping down your neck.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">Professor $friend1</p>
<p class="speech">Good job girls! Here's your degree, now impress the rest of the world as much as you've impressed me!</p>
</div>
<p class="narration">
<<if $p.acceptance gt 50>>
You wake up. A little horny after your dream. Was that $friend1?
<<else>>
You wake up. Even in sleep you can't get a break...
<</if>>
</p>
<<case 6>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/dreams/hamster.webp" >
You dreamt you were a giant hamster and you had to take a final exam in a giant hamster wheel. Unfortunately you failed because you kept slipping and falling and the professor just laughed at you.
</p>
<<case 7>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/dreams/chickenteach.webp" >
You dreamt your professor was a giant chicken and you had to take an oral exam in front of the whole class. But you were so nervous you mixed up what he meant by oral exam and you got expelled after putting his cock in your mouth in front of the whole class.
</p>
<<case 8>>
<p class="narration">
You dreamt your classmates were all giant ice cream cones and you started melting and ended up making a mess all over the floor.
</p>
<<case 9>>
<p class="narration">
You dreamt you were a powerful wizard and had to take an exam to prove your worth, but all the questions were in dragon language and you couldn't understand a thing. You ended up using your magic to cheat and got expelled from the wizarding academy.
</p>
<<case 10>>
<p class="narration">
You dreamt you were a knight, but instead of a sword and shield, you were armed with only a spoon and a fork. The dragon you were supposed to slay just laughed at you and ate you for breakfast. He appreciated the spoon and fork.
</p>
<<case 11>>
<p class="narration">
You dreamed that you were back on earth with your twin sister. You don't remember having a twin sister, but there she was.
You were both servants to a wealthy man. And he's coming home soon!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name and sister</p>
<p class="speech">Welcome home, master!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc3.webp" /><p class="talkname">Master</p>
<p class="speech">Have you pets been good?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You: Yes master, I have been very good. So much better than my sister! I edged all day, but didn't cum once!</p>
</div>
<p class="narration">
Your sister shoots you a glare.
</p>
<div class="talk">
<<headshot>><p class="talkname">Sister</p>
<p class="speech">I was only masturbating because I was thinking about your amazing cock, master! Anyone who could think about you without masturbating doesn't truly value your worth master</p>
</div>
<p class="narration">
She grins at you.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc3.webp" /><p class="talkname">Master</p>
<p class="speech">Now now, slaves. You've both been so patient. </p>
</div>
<p class="narration">
He drops his trousers and yours and your sisters eyes glow at the sight of such a glorious cock.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc3.webp" /><p class="talkname">Master</p>
<p class="speech">Turn around. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name and Sister</p>
<p class="speech">Yes Master!</p>
</div>
<p class="narration">
You both turn and present your naked, dripping twat for your master.
Much to your dismay, he takes your sister first, but as if he knew what was on your mind, his hand started rubbing your clit. You moan as he pushes two fingers into your tight pussy. You cry out as he begins finger fucking you.
You grind your hips into his fingers, moaning and whimpering as you feel his fingers tease your sensitive bud.
He finishes cumming in your sister, and you almost whimper watching the extra cum drip out of her. Such a waste...
As he pulls out of your sister, he positions his cock against your open slit. Your sister positions herself under your masters and your legs, ready to catch and drops while she works your clit with her mouth. You feel your master spreading you apart with his huge cock.
You moan as he enters you, and he fills you completely. He starts thrusting into you, and you feel your sister licking your clit, causing you to orgasm again. You whimper and moan, but try to keep quiet so as not to upset your master.
Your master is fucking you hard, his balls slapping against your cunt and your sisters chin. You moan loudly, and your sister giggles.
</p>
<div class="talk">
<<headshot>><p class="talkname">Sister</p>
<p class="speech">You're making so much noise, sister! Is it too much for you?</p>
</div>
<p class="narration">
You attempt to respond in between moans.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">It's ok, master, You can punish me for being loud, master!</p>
</div>
<p class="narration">
Your master continues to pound you, and you feel yourself getting closer and closer to an orgasm. Your dam bursts and you're squirting juices all over your sisters face, when suddenly your contractions cause your master to cum, his seed slowly flowing out of you and into your sisters waiting mouth... Lucky.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name and Sister</p>
<p class="speech">Thank you, Master!</p>
</div>
<p class="narration">
You both say, as you sit on the ground, the cum dripping out of your vagina's and onto the floor you'll have to clean.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/twin/welcomehome.webp" >
</p>
<<case 12>>
<p class="narration">
<<switch random(4)>>
<<case 1>>
You had a dream where Rhelyla was pretending to be your twin sister. You were both showing off in the mixed bath.
<img class="passage-image" src="demongodsassets/sexscenes/dreams/twin/bath.webp" >
<<case 2>>
<img class="passage-image" src="demongodsassets/sexscenes/dreams/twin/bbq.webp" >
You dreamt that you and your sister were out at a bbq when someone spilled beer all over the two of you. Your clothes were expensive, so naturally you both got undressed in a hurry.
<<case 3>>
<img class="passage-image" src="demongodsassets/sexscenes/dreams/twin/classroom.webp" >
Your twin sister attended school with you! You would often compete with who could suck the most cum out of other students.
<<case 4>>
<img class="passage-image" src="demongodsassets/sexscenes/dreams/twin/lookatme.webp" >
You dreamed that Rhelyla was your sister, and you were both after the same man. You dressed up in the same outfit and asked him who was cuter. Of course you were twins, so you were teasing him.
<<default>>
<img class="passage-image" src="demongodsassets/sexscenes/dreams/twin/restaurant.webp" >
Your sister and you were at a restaurant, but things got a little wild and you started competing for who had bigger breasts.
<</switch>>
</p>
<<default>>
<p class="narration">
You dreamt you were a powerful wizard, but your spellbook was replaced with a cookbook. Your fellow wizards laughed as you tried to cast spells with recipes for roast chicken and apple pie.
</p>
<</switch>>
<<if $boss1alive is "false" and $eyes isnot "true">>
<<set $eyes to "true">>
<p class="narration">
Awakening from your slumber, the darkness of the night envelops you, pressing down like a heavy, tangible weight. An odd sensation begins to stir within you, concentrated around your eyes. It's as though a foreign power has taken hold, pulling and stretching the delicate orbs with an invisible force.
As the sensation intensifies, you become acutely aware of the world around you transforming. The once-impenetrable darkness appears to be lifting, revealing a landscape awash in shades of gray. The shadows that once danced menacingly in the corners of your vision have receded, replaced by a newfound clarity.
<img @src="'demongodsassets/people/headshots/you/eyes/'+$hair+'.webp'" style="max-width:100%;" >
With every passing moment, your night vision improves, each detail of your surroundings coming into sharper focus. As you scan the area, you notice faint traces of magic shimmering in the air, like threads of an ethereal tapestry woven into the very fabric of reality.
Compelled to inspect the source of this change, you approach a basin filled with still water. The reflection that greets you is both familiar and unsettling. Your eyes, once human, have taken on a demonic aspect. Like those of a reptile, they now possess a vertical slit running down the center of each iris.
</p>
<</if>>
<<if $chapter gte 3>>
<<familiars>>
<</if>>
<<home-button>>
</div>
<<if $tail is true>>
<<if ndef $friend1dream>>
<<set $currentlocation to "forest2">>
<<set $arousal to 0>>
<<set $energy to $maxenergy>>
<<goto "friend1 first arrival">>
<</if>>
<</if>>
<<if ndef $Gdreams and def $ephraim_met>>
<<set _trueCount = 0>>
<<for _i = 0; _i < $ephraim_met.length; _i++>>
<<if $ephraim_met[_i]>>
<<set _trueCount++>>
<</if>>
<</for>>
<<if _trueCount gte 3>>
<<set $currentlocation to "none">>
<<goto "starlessdream">>
<</if>>
<</if>>
<<if def $dracula>>
<<if $starlessexploration.area3 is 0>>
<<goto "dracdream">>
<</if>>
<</if>>
<div class="conversation">
<<nobr>>
<<switch random(2)>>
<<case 1>>
<p class="narration">You close your eyes and focus on the knowledge of magic within you. As you drift off to sleep, you feel the power you've obtained from cum flowing through your veins, imbuing you with the power to wield magic.</p><br><br>
<<case 2>>
<p class="narration">Before you drift off, you focus on the mysterious world of magic, seeking to uncover its secrets and harness its power, determined to master the arcane arts.</p><br><br>
<<default>>
<p class="narration">As you delve deeper into the magical arts, you begin to feel a surge of power coursing through your veins. You're excited to see what you can accomplish with your newfound abilities, and you can't wait to see what other mysteries the world of magic holds.</p><br><br>
<</switch>>
<details class="spell-button">
<summary style="color:#8282f3;">Change Breast size</summary><br><br>
Current size: $breasts<br>
Some people prefer different breast sizes, while some areas are hard to squeeze into if you're too big.<br>
<<if $inv.cum gte 650 and $breasts isnot "small">>
**[[Small Boobs - 650|use cum to learn magic][$breasts to "small", $inv.cum -= 650]] <br>
<<else>>
You need 650 cum for small breasts, or your breasts are already small.<br>
<</if>>
<<if $inv.cum gte 750 and $breasts isnot "medium">>
**[[Medium Boobs - 750|use cum to learn magic][$breasts to "medium", $inv.cum -= 750]] <br>
<<else>>
You need 750 cum for medium breasts, or your breasts are already medium.<br>
<</if>>
<<if $inv.cum gte 850 and $breasts isnot "large">>
**[[Large Boobs - 850|use cum to learn magic][$breasts to "large", $inv.cum -= 850]]<br>
<<else>>
You need 850 cum for large breasts, or your breasts are already large.<br>
<</if>>
<<if $inv.cum lt 650>>You haven't collected enough cum to change your breasts!<br><</if>>
</details>
<br>
<details class="spell-button">
<summary style="color:#8282f3;">Raise Max Arousal (hunger)</summary><br>
Raise your max arousal by 10 so you can last longer before getting hungry.<br>
Cost: $arousalcost cum!<br>
<<if $inv.cum gt $arousalcost>>
<<link "Raise Max Arousal" "use cum to learn magic">>
<<set $inv.cum to $inv.cum - $arousalcost>>
<<set $maxarousal += 10>>
<<set $arousalcost to Math.round($arousalcost * 1.25)>>
<</link>>
<<else>>
You don't have enough cum to learn this magic.<br>
<</if>>
</details>
<br>
<details class="spell-button">
<summary style="color:#8282f3;">Raise Energy<br></summary>
Raise your max energy by 10 (max: 200)<br>
Cost: $energycost cum!<br>
<<if $maxenergy >= 200>>
Your energy is already at the maximum level.<br>
<<elseif $inv.cum gt $energycost>>
<<link "Raise Max Energy" "use cum to learn magic">>
<<set $inv.cum -= $energycost>>
<<set $maxenergy += 10>>
<<set $energycost to Math.round($energycost * 1.25)>>
<</link>>
<<else>>
You don't have enough cum to learn this magic.<br>
<</if>>
</details>
<br>
<details class="spell-button">
<summary style="color:#8282f3;">Aura<br></summary>
This will raise your sexual aura, causing normal people to be unable to resist your charms. Caution, you cannot turn your aura off!<br>
(People in town will be more likely to approach you for public sex, some conversations may take a different turn). Additionally you receive a bonus to your charm based on the level of your aura when nude.<br>
Cost: $auracost cum! Current level: $spells.aura<br>
<<if $inv.cum gt $auracost and $spells.aura lt 10>>
<<link "Level Aura" "use cum to learn magic">>
<<set $inv.cum to $inv.cum - $auracost>>
<<set $spells.aura += 1>>
<<set $auracost to Math.round($auracost * 1.25)>>
<</link>>
<<else>>
You don't have enough cum to learn this magic, or you have already maxed it out!<br>
<</if>>
</details>
<br>
<<if $tome.swap is true or $tome.transform is true or $tome.growth is true or $tome.illusion is true or $tome.fire is true or $tome.ice is true or $tome.wind is true or $tome.water is true or $tome.thunder is true>>
<details class="spell-button">
<summary style="color:#8282f3;">Spells<br></summary>
<<if $read.swap is 3 and $spells.swap is false>>
Learn swap magic! Cost: 1000 cum.<br>
<<if $inv.cum gte 1000>>
[[Learn Swap|use cum to learn magic][$spells.swap to true, $inv.cum -= 1000]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.transform is 3 and $spells.transform is false>>
Learn transformation magic! Cost: 1000 cum.<br>
<<if $inv.cum gte 1000>>
[[Learn Transform|use cum to learn magic][$spells.transform to true, $inv.cum -= 1000]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.growth is 3 and $spells.growth is false>>
Learn growth magic! Cost: 1000 cum.<br>
<<if $inv.cum gte 1000>>
[[Learn Growth|use cum to learn magic][$spells.growth to true, $inv.cum -= 1000]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.illusion is 3 and $spells.illusion is false>>
Learn illusion magic! Cost: 300 cum.<br>
<<if $inv.cum gte 300>>
[[Learn Illusion|use cum to learn magic][$spells.illusion to true, $inv.cum -= 300]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.fire is 3 and $spells.fire is 0>>
Learn fire magic! Cost: 750 cum.<br>
<<if $inv.cum gte 750>>
[[Learn Fire|use cum to learn magic][$spells.fire += 1, $inv.cum -= 750]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.ice is 3 and $spells.ice is 0>>
Learn ice magic! Cost: 750 cum.<br>
<<if $inv.cum gte 750>>
[[Learn Ice|use cum to learn magic][$spells.ice += 1, $inv.cum -= 750]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.wind is 3 and $spells.wind is 0>>
Learn wind magic! Cost: 750 cum.<br>
<<if $inv.cum gte 750>>
[[Learn Wind|use cum to learn magic][$spells.wind += 1, $inv.cum -= 750]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.water is 3 and $spells.water is 0>>
Learn water magic! Cost: 750 cum.<br>
<<if $inv.cum gte 750>>
[[Learn Water|use cum to learn magic][$spells.water += 1, $inv.cum -= 750]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.thunder is 3 and $spells.thunder is 0>>
Learn thunder magic! Cost: 750 cum.<br>
<<if $inv.cum gte 750>>
[[Learn Thunder|use cum to learn magic][$spells.thunder += 1, $inv.cum -= 750]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
<<if $read.fire2 is 3 and $spells.fire is 1>>
Learn fire2 magic! Cost: 1000 cum.<br>
<<if $inv.cum gte 1000>>
[[Learn Fire2|use cum to learn magic][$spells.fire += 1, $inv.cum -= 1000]]<br>
<<else>>
You currently have $inv.cum which isn't enough for this spell.<br>
<</if>>
<</if>>
<br>
</details>
<<else>>
Find a tome to start learning magic!<br>
<</if>>
<br><br>
<<if $p.critrt lte 8 and $p.acceptance gte 10>>
<details class="spell-button">
<summary style="color:#8282f3;">crit Rate. Current Level $p.critrt<br></summary>
<<if $p.critrt is 0>>
Raise your crit chance, this also works with charm!<br>
<<if $inv.cum gte 750>>
Cost: 750 cum
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 750]]<br>
<<else>>
Cost: 750 cum
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 1 and $p.acceptance gte 20>>
<<if $inv.cum gte 1000>>
Cost: 1000 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 1000]]<br>
<<else>>
Cost: 1000 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 2 and $p.acceptance gte 30>>
<<if $inv.cum gte 1250>>
Cost: 1250 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 1250]]<br>
<<else>>
Cost: 1250 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 3 and $p.acceptance gte 40>>
<<if $inv.cum gte 1500>>
Cost: 1500 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 1500]]<br>
<<else>>
Cost: 1500 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 4 and $p.acceptance gte 50>>
<<if $inv.cum gte 2000>>
Cost: 2000 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 2000]]<br>
<<else>>
Cost: 2000 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 5 and $p.acceptance gte 60>>
<<if $inv.cum gte 2500>>
Cost: 2500 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 2500]]<br>
<<else>>
Cost: 2500 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 6 and $p.acceptance gte 70>>
<<if $inv.cum gte 3000>>
Cost: 3000 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 3000]]<br>
<<else>>
Cost: 3000 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<elseif $p.critrt is 7 and $p.acceptance gte 80>>
<<if $inv.cum gte 3500>>
Cost: 3500 cum<br>
[[Learn crit|use cum to learn magic][$p.critrt += 1, $inv.cum -= 3500]]<br>
<<else>>
Cost: 3500 cum<br>
You don't have enough cum, or you're not comfortable enough with sexual actions yet!<br>
<</if>>
<<else>>
Your crit rate is already maxed or you're still not comfortable with your body yet!
Crit rate: $p.critrt / 8 <br>
Your comfort level is $p.acceptance<br>
<</if>>
</details>
<</if>>
<br><br>
<<if $boss1alive is false and $eyes is false>>
<details class="spell-button">
<summary style="color:#8282f3;">Unlock dormant power<br></summary>
<<if $eyes is false>>
<<if $inv.cum gte 2000>>
[[Unlock Dormant Power|use cum to learn magic][$inv.cum -= 2000, $eyes to true]] - 2000 cum
<<else>>
you need 2,000 cum to purchase this ability.
<</if>>
<<else>>
You've removed the barrier preventing you from accessing your power that stirred after you slew Melek Taus. However, you still aren't quite sure what it does. Maybe you should sleep on it and give it some thought tomorrow?<br>
<</if>>
</details>
<</if>>
[[dream|just dream]]
<</nobr>>
</div><<set $lust to 0>>
<div class="conversation">
<p class="narration">
You wake up with an intense desire. A need.
Your hand is immediately between your legs, absentmindedly stroking your pussy. Your clit aches as you imagine men ravaging you. The imprint of a heavy, strange body on yours, the face of a man you can't quite place as he's driving his cock into you.
<<if $genderstart == "male">>
<<if $p.acceptance gte 100>>
After you cum, and the sound of your cries have faded. You realize you have leveled up!
You don't feel full anymore now that the energy you were holding has had somewhere to go.
You take a moment, relishing in the feel of the soft breeze playing across your bare breasts. It rustles your hair slightly, dragging it across your collarbone. You wonder if you should play more or go back to sleep.
You opt to play more, as you imagine a hard cock. Stroking yourself with more intention now, using the other hand to tease your nipple.
You take a pose you enjoy, turning over onto your stomach, right leg hiked high so you can use your left hand and grind into the mattress with your hips. You lick your fingers and start running a highlight reel through your head of past sexual conquests, as you begin drawing circles around your clit with your middle finger.
Your pussy tightens and you arch your back so that you can reach deep inside and drag your wetness across your swollen clit. You close your eyes and imagine.
You see a man below you, his chest heaving, your fingers wrapped around his neck, pinning him to the bed. You reach back with my other hand to caress his balls, feel them contract. His face is twisted in ecstasy and you grind hinto him harder, commanding him to cum. His eyes and mouth open with a gasp and you feel him pump into you.
You bite your lip and close your eyes shut, feeling your orgasm rampage through your entire body.
You lose yourself, your hips rock and circle, legs tense.
After your orgasm, you lay there in the afterglow. Once again your powers have grown.
Once upon a time you never would have daydreamed about men. That now seems like a distant memory and you don't understand why you were so resistant to it.
<<elseif $p.acceptance gte 50>>
After you cum, and the sound of your cries have faded. You realize you have leveled up!
You don't feel full anymore now that the energy you were holding has had somewhere to go.
You're still not happy imagining men. It's frustrating how involuntary it is. But it doesn't bother you as much as it used to.
You continue absentmindedly rubbing yourself.
<<elseif $p.acceptance lte 25>>
After you cum and come down from feeling amazing, you realize you have leveled up. But instead of feeling joy at getting more powerful you're frustrated. What was with that day dream a minute ago? Couldn't you at least have imagined a woman doing something to you? Even your daydreams are turning female.
You don't feel full anymore now that the energy you were holding has had somewhere to go.
You consider rubbing yourself some more as the pleasure was great, but you decide against it. You're too frustrated with the previous daydream.
Despite your feelings on the matter, your senses tell you that you've gotten a bit stronger.
It seems like that horned woman was right. You do grow stronger from cum. But is there any other way?
<</if>>
<<else>>
<<if $p.acceptance lte 100>>
<<elseif $p.acceptance lt 50>>
<</if>>
<</if>>
<<bodypart>>
<<nobr>>
<<set $p.lvl += 1>>
<<set $p.maxhp += 10>>
<<set $p.maxmp += 3>>
<<set $p.melee += 2>>
<<set $p.magic += 2>>
<<set $p.charm += 2>>
<</nobr>>
Level up!
Max HP: $p.maxhp, Max MP: $p.maxmp, Melee: $p.melee, Magic: $p.magic, Charm: $p.charm!
Please choose 1 additional stat to strengthen!
<<listbox "_chosenStat" autoselect>>
<<option 'melee'>>
<<option 'magic'>>
<<option 'charm'>>
<</listbox>>
<<link 'Confirm' 'use cum to learn magic'>>
<<if _chosenStat is "melee">>
<<set $p.melee += 1>>
<<elseif _chosenStat is "magic">>
<<set $p.magic += 1>>
<<elseif _chosenStat is "charm">>
<<set $p.charm += 1>>
<</if>>
<</link>>
</p>
</div><<nobr>>
<div class="conversation">
<<set _aura = random(99)>>
<<if ($horns is true or $tail is true or $wings is true) and $spells.illusion is false>>
<p class="narration">
As you walk through the village, you can feel the eyes of the villagers on you. They stare and point, their whispers carrying to your ears. You try to ignore it and keep your head held high, but it's hard to shake the feeling of being a spectacle.<br><br>
As you pass by, you notice mothers quickly grabbing their children and pulling them close, shielding their eyes as if they were afraid of you. You try to understand their fear, but it only makes the weight on your shoulders feel heavier. Your heightened sense of hearing brings whispers of the word "demon".<br><br>
Blackpool is more suspicious of you. <br><br>
<<set $BPsuspicion to $BPsuspicion + 5>>
</p>
<<elseif $outfit.outfit is "tentacle">>
<p class="narration">
As you move through town, your tentacle Lingerie works its way into your folds, rubbing you and keeping you on the edge.<br>
Occasional small moans leave your lips, drawing eyes from strangers. But as far as they can tell, you're wearing a normal dress and they look away unable to explain why they're so aroused.<br><br>
</p>
<<else>>
<</if>>
<<if $outfit.outfit is "none" and _aura lt (4 + $spells.aura)>>
<<goto "proposition">>
<<elseif $outfit.outfit is "alluringdress" and _aura lt (9 + $spells.aura)>>
<<goto "proposition">>
<<elseif _aura lt $spells.aura>>
<<goto "proposition">>
<</if>>
<<if $BPsuspicion gte 100>>
<<set $BPsuspicion to 95>>
<<goto "town bad end">>
<</if>>
<<if typeof $rhevengeday !== "undefined" && $rhevengeday === $days>>
<<goto "rhevenge followup">>
<</if>>
<br>
<br>
<<set _allPathsDiscovered = true>>
<<for _i, _path range $blackpool.paths>>
<<if not _path>>
<<set _allPathsDiscovered = false>>
<<break>>
<</if>>
<</for>>
<<if $energy gte 4>>
<<if not _allPathsDiscovered>>
<p class="narration">
You get the feeling you haven't finished exploring the slums yet.<br><br>
</p>
[[Explore blackpool - 3 energy|blackpool_explore][$energy -= 3]]<br><br>
<<else>>
<<switch random(6)>>
<<case 1>>
<p class="narration">
You wander around for a bit, but you ended up getting lost rather than discovering anything new.
</p>
<<case 2>>
<p class="narration">
Disheveled children play amidst the narrow, winding alleys, their laughter echoing despite their condition.
</p>
<<case 3>>
<p class="narration">
The stench of decay hangs heavy in the air as you navigate the maze of crumbling houses and forgotten corners.
</p>
<<case 4>>
<p class="narration">
Flickering lanterns cast eerie shadows on the damp cobblestones
</p>
<<case 5>>
<p class="narration">
The distant sound of a blacksmith's hammer reverberates through the neighborhood
</p>
<<case 6>>
<p class="narration">
You catch glimpses of worn and tattered clothes fluttering from clotheslines
</p>
<<default>>
<p class="narration">
Broken windows and boarded-up doors reflect the pervasive sense of abandonment that permeates the desolate streets.
</p>
<</switch>>
<</if>>
<br>
<<for _i, _path range $blackpool.paths>>
<<if _path>>
<<switch _i>>
<<case 0>>[[Market|market][$energy -= 5]]
<<case 1>>[[Tavern][$energy -= 5]]
<<case 2>>[[Inn][$energy -= 5]]<br><br>
<<case 3>>[[Brothel|enter the brothel][$energy -= 5]]
<<case 4>>[[Town Gate|town gate][$energy -= 5]]
<<case 5>>[[Upper District|enter middle district][$energy -= 5]]<br><br>
<<case 6>>[[Dark Alley|dark alley][$energy -= 5]]
<</switch>>
<</if>>
<</for>>
<<else>>
You don't have enough energy to explore any further<br><br>
<</if>>
<br><br>
<<home-button>>
</div>
<</nobr>>
<<if $unlocked.mountains_night is true and $azraelmet is 0>>
<<goto "forced azrael meeting">>
<</if>><div class="conversation">
<p class="narration">You head south towards the plains. You reminisce on when you first woke up here.
You see some mountains in the distance. Rhelyla said you could visit her there.
You also see a Forest to the south east.
</p>
<<if $unlocked.forest1 is true>>
[[Forest|forest1][$currentlocation to "forest1", $locationmarker to "a1"]]
<<if $wings is true>>
<p class="narration">Or use your wings to take a shortcut!</p>
<<if $unlocked.forest2 is true>>[[forest2][$locationmarker to "a3", $currentlocation to "forest2"]]<</if>>
<<if $unlocked.forest3 is true>>[[forest3][$locationmarker to "a1", $currentlocation to "forest3"]]<</if>>
<<if $unlocked.forestdungeon is true>>[[forestdungeon][$currentlocation to "forestdungeon"]]<</if>>
<</if>>
[[Forgotten Spire|Mountains][$currentlocation to "mountains_day"]]
[[back to town|town][$currentlocation to "blackpool", $locationmarker to "b4"]]
<<home-button>>
<<else>>
[[Forest|forest first visit][$currentlocation to "forest1"]]
<</if>>
</div><div class="conversation">
<<if $guardpermission is false>>
<p class="narration">
You knock on the large wooden door, but there's no response.
You pound on the door, and there's still no response.
Finally you decide to enter, and you find the guard Garret napping on a chair.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Eh hem. <<if $genderstart is "grill">>EXCUSE ME, THYME IS MONEY!<</if>></p>
</div>
<p class="narration">
Instead of being roused by your noise, he starts snoring louder.
You open the door you just entered and slam it as hard as you can.
Hilariously, the guard falls out of his chair in a panic.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Fuck! Where's my sword! Who's attacking!? </p>
</div>
<p class="narration">
He sees you standing there grinning
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Ah, please excuse me. I was uh..thinking about something and didn't see you enter. How can I help? </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I need to leave the city. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Do you have a guard? I already told you... </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Listen, I remembered something. It's not much, but I remember I was <<if $genderstart isnot "grill">>an adventurer. I can fight.<<else>>a cook! And I collect my own ingredients thank you very much.<</if>> </p>
</div>
<p class="narration">
Garret's laughter is as annoying as his attempt to conceal that he was sleeping.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">You're a woman. That makes you weak. You're not a paladin so you have no defense against magic. Where are your weapons?
(sigh) Lady, I can't let regular people, especially women, out of here. You know what will happen if you get tainted by one of them? </p>
</div>
<<if $genderstart is "grill">>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You butter believe it!
I can cast magic! </p>
</div>
<p class="narration">
Your palm starts glowing with a small flame. Panic sets in his eyes.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">By the...
Lady to make up for my earlier actions, put that out immediately. If the church or one of its followers finds out about this, it's certain death! </p>
</div>
<p class="narration">
You're surprised, but you put out your flames immediately. Likely the only thing that saved you from being reported is that you've already charmed him once.
</p>
<<else>>
<p class="narration">
Something about a misogynistic fantasy world seems very cliche, and kind of pisses you off.
It's pretty obvious he wouldn't believe you if you told him a Goddess told you that you're immune.
</p>
<</if>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Can you refresh my memory? About this taint? Amnesia and all, you know...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">People, both men and women, who venture out of town are often targeted by attackers. Women, in particular, are at high risk of being assaulted. However, this is not where the horror ends. The perpetrators do not merely steal clothing; they violate their victims in every conceivable way. Once even the slightest trace of corruption enters a person's body, they become one of the tainted.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">There is no known cure for this condition, which gradually transforms the victim into a monstrous creature similar to their attacker. In some cases, the transformation can occur rapidly if a large quantity of corrupt matter is ingested. Alternatively, those who consume smaller amounts may experience a slower decline into madness. Is whatever you're looking for truly worth the risk?</p>
</div>
<p class="narration">
Fuck it
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What if I told you I'm immune?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">(laughter)
If that was true, I would personally request you to become an adventurer<<if $genderstart is "grill">> or cook or whatever. Though I'm not sure why a cook needs to leave town<</if>>.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">But I am.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Lady maybe you bumped your head pretty hard when you lost your memory. But no one is immune. Now please, just go home.</p>
</div>
<<if $p.acceptance lt 50>>
<p class="narration">
You hesitate weighing your options.
You can either give up and go back to town like he suggests and find a way to make a living. Who knows what that Goddess will do if she finds out you're not even attempting to do the task she gave you. You hate to admit you knew it would come to this, but you have to do something. You just hope you can control it this time so it doesn't go too far.
</p>
<<else>>
<p class="narration">
Honestly, why did you even bother up to this point. You should have just done this from the beginning.
</p>
<</if>>
<p class="narration">
You cast charm on Garret as you speak your next words.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Please sir, let me leave.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Lady you don't underst-</p>
</div>
<p class="narration">
<<if $p.acceptance lt 50>>
After casting charm you felt all your walls crumble.
Sexual actions no longer seem like a big deal, in fact they seem like a necessity. You not only need but you WANT to do things to this man.
<<if $genderstart is "man">>The fact that he's a man and you want his semen doesn't even seem like a big deal anymore. All that matters is your desire.<</if>>
<</if>>
In an instant you've removed your clothes and are standing in front of him completely naked.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech"><<if $genderstart isnot "grill">>If you let me leave, I'll do you a favor..<<else>>Lime yours...<</if>></p>
</div>
<p class="narration">
You start fiddling with the tie on the guard's pants as the guard's eyes start to glaze over.
Your body's instincts start to take over as you drop to your knees and take his length in your mouth. <<if $p.acceptance lt 50>>You can't believe you're doing this. <<if $genderstart == "male">>You never thought you'd willingly go down on a man.<</if>> Yet, you can't deny that despite your personal wishes, this is getting you hot.<</if>>
You work his cock with your mouth, sucking hard with your tongue and making eye contact with him the entire time.
It doesn't take long before he's tilting his head back and moaning loudly, when you suddenly feel something salty and delicious sliding down your throat.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Did I really just find that delicious?</p>
</div>
<p class="narration">
The guard snaps out of his stupor bringing you out of your thoughts
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">You can leave. I'll uhh, let the others know you're an experienced adventurer<<if $genderstart is "grill">> cook<</if>>.</p>
</div>
<<if $p.acceptance lt 50>>
<p class="narration">
You're humiliated. Now that you've swallowed cum, you're able to think clearly. What's more, you're beginning to realize that using charm makes you aroused. What's more, any resistance you should have had was unimportant. The only thing that mattered was your desire. You shudder at what you've just done and quickly try and push it out of your mind.
</p>
<</if>>
Your hunger is gone, and you've gained a small amount of cum from Garret.
[[leave town][$currentlocation to "plains"]]
<<set $arousal to 0>>
<<set $inv.cum to $inv.cum + 20>>
<<set $guardpermission to true>>
<<set $lust to $lust + 15>>
<<set $p.acceptance += 1>>
<<else>>
<<if ndef $quests>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Is there something I can help you with?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech"><<if $genderstart is "grill">>Nope, just making sure the Dev remembered to remove this scene<<else>>Nope, sorry!<</if>></p>
</div>
<<if $genderstart is "grill">>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Something is wrong with you.</p>
</div>
<</if>>
[[leave|town]]
<<else>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Garret</p>
<p class="speech">Complete a quest, didja?</p>
</div>
[[turn in quests]]
[[no|town]]
<</if>>
<</if>>
</div>
<div class="conversation">
<p class="narration">
You have reached the mountains of the Forgotten Spire.
</p>
<<if $boss1alive is true>>
You should probably finish exploring the forest before coming here.
<<elseif $p.lvl lt 11>>
You should get a little stronger before visiting the mountains.
(Reach level 11 then return)
<<elseif $unlocked.silentcity is false and $silentpartner is "rhe">>
You should check in with Rhelyla, she might have a clue on the next Demon God location.
<<else>>
[[explore|mountains - daytime][$currentlocation to "mountains_day"]]
<<if $unlocked.mountains_night is true>>
[[explore at night|mountains - night][$currentlocation to "mountains_night"]]
<</if>>
<</if>>
<<if $metbeforecity is true>>
[[Visit Rhelyla]] Energy - 5
[[back|leave town][$currentlocation to "plains"]]
<<else>>
You explore the base of the mountains until you see a cave with a door inside. This must be the place that woman mentioned.
[[Visit Rhelyla]] Energy - 5
[[back|leave town][$currentlocation to "plains"]]
<</if>>
<<if $unlocked.silentcity is true and ndef $silentconfrontation>>
Wait until nightfall and return to the [[Silent City|silent city pt 1][$currentlocation to "silentcity"]]
<<elseif $chapter is 3>>
Continue to chapter 3 [[chapter 3|Derek1][$currentlocation to "earth"]]
<<elseif $silentconfrontation is "started">>
Wait until nightfall and return to the [[castle|castleprincess][$currentlocation to "silentbedroom"]]
<<elseif $silentconfrontation is "finished">>
Wait until nightfall and continue the story [[sleep|goddessdream2][$currentlocation to "silentcity"]]
<</if>>
</div><div class="conversation">
<<set $energy -= 5>>
<p class="narration">You knock on the door, unsure if you'll receive an answer.</p>
<<if ndef $pseudalive and $silentpartner is "rhe">>
<<set $rhelylahome to random(99)>>
<<if $rhelylahome gt 45>>
<p class="narration">On the other side of the door you hear a voice.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech">Oh it's you! I'm so happy you came to visit! Please enter!</p>
</div>
[[Enter|Rhelyla Home]]
<<else>>
<p class="narration">There's no answer, looks like she's not home right now. Let's return another time.</p>
<</if>>
<<elseif $pseudalive is false and $unlocked.silentcity is false and $silentpartner is "rhe">>
<p class="narration">
You knock, but you're not sure if Rhelyla is at her home right now.
To your surprise she opens the door and greets you warmly.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech">Come inside!</p>
</div>
[[Enter|rhelylahome2]]
<<elseif $pseudalive is true>>
<<set $rhelylahome to random(99)>>
<<if $rhelylahome gt 45>>
<p class="narration">On the other side of the door you hear a voice.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech">Oh it's you! I'm so happy you came to visit! Please enter!</p>
</div>
[[Enter|Rhelyla Home]]
<<else>>
<p class="narration">There's no answer, looks like she's not home right now. Let's return another time.</p>
<</if>>
<<else>>
<p class="narration">
You knock, but there is no answer.
</p>
<</if>>
[[Return|Mountains]]
</div><<if $metbeforecity is false>>
<<set $rhelylarel += 5>>
<<set $metbeforecity to true>>
<</if>>
<div class="conversation">
<<if $tome.illusion is false>>
<p class="narration">
You enter and look around surprised at how nice the place looks for a cave with a door.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Welcome to my home! It's small, but I quite like it. What can I do for you?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">This place isn't very well hidden, do you just let anyone enter?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Of course not, dear. You're a Succubus and you don't know illusion magic? It's an absolute must for us if you wish to survive. Looks like you haven't grown your features yet. You are young, but soon you'll have certain features you'll need to hide from humans, our wings are retractable so that's easy enough, but you'll still need to hide your horns and tail. We use illusion magic to hide our bodies, as well as our homes. This illusion I cast is quite powerful and only another of my race could sense it and find it. To most others, there isn't even a cave. If you don't want to be chased out of town or killed, I highly recommend you learn illusion magic as soon as possible.</p>
</div>
<p class="narration">
You take note, then decide you have more questions you'd like to ask
</p>
<<else>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> You're back!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I have more questions.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Ask away.</p>
</div>
<</if>>
<details>
<summary style="color:#8282f3;">So what is taint, or corruption, or whatever?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> We Succubi have a slight resistance to the corruption. You'd do well to learn its scent and avoid it. I've never heard of a Succubus succumbing to it and becoming one of those...things. But we're probably not immune. If you have one tainted creature, get away as fast as possible. Use whatever means are at your disposal to escape. Of course, if you get caught, do your best to escape before the corruption becomes more than you can handle.</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">How often must I feed?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Sadly, Succubi tend to be a solitary race so I don't know much about how it varies from person to person. But in my experience, the longer I live and the stronger I grow the less I need to feed. However the more I feed, the more energy I consume. This means I can use more spells, and as a bonus I need to feed less often. When you sleep, you can subconsciously grow your powers in the direction you wish. So while we don't necessarily need to sleep much compared to a human, It's still a good idea to do so regularly. Our bodies can't get any stronger without a sleep cycle.
From what I've learned, it seems like younger Succubi expend too much energy when they're young. It's like a young Basilisk using its powers to turn you to stone over and over without realizing it's already accomplished its goal until it drops dead from exhaustion.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">A basilisk?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Just how clueless are you? You know, those bird things with scales? Surely when you were young, someone told you to stay away from them. To humans it would be certain death. To a young succubus like yourself, it would likely take you a minimum of 10 years to escape, if you weren't already destroyed by then</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">Is there any other way to feed besides sex with men?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Why would you ever want to do that?
As I mentioned previously, Succubi are a solitary race. But I don't think it's possible for us to not desire sex. It's kind of wired into our heads.</p>
</div>
<<if $p.acceptance lt 50>>
<p class="narration">
Dammit
</p>
<<else>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Just curious</p>
</div>
<</if>>
</details>
<details>
<summary style="color:#8282f3;">How should I seduce men to feed better?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> There are a few ways. For one, you could strengthen your aura. It's like a sexual aura, or you could think of it like pheremones that you give off. All Succubi have one, but it's something you'll need to improve on your own.
Alternatively, I used to have a dress that was cursed. It resulted in a lot of public sex which was a lot of fun... I'm not sure where I've misplaced it. If you manage to find it, it's yours.
Of course, you could always try getting a job at a brothel. It's not even work, you get paid AND you get fed. Not to mention how fun it is!</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">What kind of tainted monsters are there?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> In the forest, there's these plant like monsters called Alraune's. They used to be Dryad's, unable to stray very far from the tree they were born with. The Alraune is a tragic creature, once a beautiful Dryad imbued with the power of nature. But the demons, ever seeking to twist and corrupt, transformed the Alraune into a monster. Though their minds remain intact, they are now unable to resist attacking those around them. Their bodies have become twisted, resembling a plant with tentacles and a female body at its center. It is a sad sight to behold, a reminder of the destructive power of the demons and their never-ending thirst for domination. They're a lot of fun, and the sex is amazing! But even I can only handle the taint from one of them before I need to go home and recuperate for a week, and I'm at least a century older than you.
Additionally there are goblins, slimes, and I once saw this weird...Humanoid tentacle thing in the forest as I flew overhead. I don't know what it is, but that forest is dangerous</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">Do you know what's causing this corruption?</summary>
<p class="narration">Rhelyla gets a dark look on her face</p><br>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> I don't know what they're called. Humans call them Demon Gods, and the one that lives in these very mountains has called himself the Demon God Pseudinferis.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You've met one?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Well, no. Not directly. I watched slave caravan come through here that was ransacked by him. He told them himself that he was a God. I'm no good samaritan but even if I risked my life for those insignificant creatures, there's no way I would have gotten away. Instead I hid and hoped he wouldn't notice me. Whether it was my illusion magic, or he simply didn't care about me I don't know. But he left without looking my direction</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">So in my past life I was a human, and I guess I'm immune to corruption from tainted creatures</summary>
<p class="narration">
You almost bring this up, but you decide it's not the right time. You don't trust this woman yet, even if she has been incredibly helpful. Afterall, she did call humans "insignificant creatures", how would she react if she knew you used to be one?
</p>
</details>
<details>
<summary style="color:#8282f3;">Demons?</summary>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Wait, we're demons?!</p>
</div>
<<if $genderstart isnot "grill">>
<p class="narration">
Why would a Goddess turn me into a Demon? Aren't Demons supposed to be evil?
</p>
<<else>>
<p class="narration">
Humans, demons, grills, extinct herbivores. It's all the same to you.
</p>
<</if>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Yes, but not exactly what you're thinking. We are related to those Demon Gods or whatever they want to be called, same as the other Demon's who are currently at war with humans. After coming to this world, they immigrated to the same country as the beastmen.
Think of those "Gods" like distant cousins. They come from the same world as us, rumor has it that was 3,000 years ago.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech">But how we all got here, I couldn't tell you. I was born in this world roughly 1,000 years ago and as far as I know the path home is long gone and mostly forgotten. You'd have to find out from them directly. But this is likely why we have some resistance to their taint. We can even remove the taint from humans who haven't transformed yet, but I wouldn't recommend doing so often. We can only handle so much.
Back to my original point however, if you have too many meals and get strong too quickly, you could find yourself in quite the predicament. You must learn to control your illusions before then, well enough that you can keep an illusion on yourself even while you sleep</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">So I understand I have to absorb essence from others. How do I use that to get stronger?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Don't worry, it's subconcious. You couldn't mess it up even if you tried. I don't really know how to explain it better than this, but any spells you learn, any body modifcations you make to yourself, you'll be able to do it by instinct without thinking about it.
...
However, make sure you sleep often. Any energy you take from men will be wasted if you reach a growth point and don't sleep. Who would want to waste that delicious semen?</p>
</div>
</details>
<details>
<summary style="color:#8282f3;">So if there are Dryads, humans, Succubi... What else are there? Are there elves?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Impressive, not even many humans know elves exist beyond fairy tales. Elves do not show themselves often. I don't know why. I heard something about a war when I visited an Elf village once, but they were very tight lipped and wouldn't tell me.
It's worth mentioning too that unlike humans, Elves know what we are. They're not particularly fond of us, but they tolerate us. You'll likely be allowed to trade with them, but don't expect to be making any friends. Also, your magic won't work on them. Illusion, or any spells you try and cast on them, including charm. If you try it, you're more likely to offend them.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Noted.</p>
</div>
<p class="narration">
That's disappointing. You were kind of excited to meet the most famous fantasy creature.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Now for other races, there's another race of Demon-Kin closer related to us than those Demon Gods. But they are often warring with the humans, so it's not likely you'll meet one in this country. If they're found, they'd either be killed or put to work in a camp. There's also the beastfolk. You're more likely to see them than Demonkin, but they'll probably be in chains. Humans like to use them as slaves due to their natural strength. I've also heard rumors that some of them have joined the Demonkin's forces.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Beastfolk?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> You've never met one? They're human in appearance, the most obvious feature besides their strength or agility would be their ears and tail. But in this country, most of them hide those features if they're not already slaves. I do feel at least a little bad for them, be a dear and don't point them out to anyone else.</p>
</div>
</details>
<<if $tome.illusion is false>>
<details>
<summary style="color:#8282f3;">You mentioned I needed to learn illusion magic. You're saying I'll grow wings and stuff like you?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Yes, these parts are hereditary in our demon ancestry. Your ears could pass you off as an elf, but as I mentioned previously, most humans don't know elves exist so it could still cause confusion and fear, and may get you killed. But I'm sure you've already noticed your claws. Here, take this.</p>
</div>
<p class="narration">
She takes a tome from one of her shelves and hands it to you.
You've obtained the illusion tome!
</p>
<<set $tome.illusion to true>>
</details>
<</if>>
<details>
<summary style="color:#8282f3;">If I have to have sex, where can I get some form of birth control? I don't want to get pregnant.</summary>
<p class="narration">
Rhelyla starts laughing incredibly hard.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Sweetie, I don't know what birth control is. And I'm not about to teach you about the birds and the bees. You know we can't breed outside of our own race, don't you? Whoever sired you failed you as a parent</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Wait, so I can get pregnant if I have sex with a succubus?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> ... Of course not. The men of our race are called Incubi. There's a very low possibility of them impregnating us, but it does happen. After all, you're alive. What about your mother?</p>
</div>
<<if $genderstart is "grill">>
<p class="narration">
Technically wouldn't that goddess light be your mother?
</p> <br>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Dunno. She just dumped me in those plains near here and said "Gouda Luck". Never saw her again.</p>
</div>
<<else>>
A half truth is probably best for now. It's better than explaining how you don't have any parents in this world, but a goddess sent you here and turned you into a succubi
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I never met them.</p>
</div>
<</if>>
<p class="narration">
Immediately after the words leave your mouth, Rhelyla looks sad.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> I see, this makes more sense that you don't know anything then. Though I'm curious how you survived these past.. What are you, twenty? Well, if you ever meet an Incubus you'll know right away. Like us, Incubi hide amongst humans hiding their presence with illusions. But like us, they're very rare. It's unlikely either of you will be able to resist each other if you meet. We have very strong reactions to each other when we encounter the aura of another. I myself have met one in the last century I've been alive.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">So are you a parent?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> No, as I mentioned before. Pregnancy is still very rare for our race. Similar to a vampire's bite rarely turning a human into another vampire instead of a ghoul.</p>
</div>
<p class="narration">
Vampires exist too!?
</p>
</details>
<details>
<summary style="color:#8282f3;">Would you like to fuck?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Not interested.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh sorry, I just thought...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Don't worry, it's nothing against you. You're just missing a certain body part I enjoy. However, I would be ecstatic to join you if we get a couple or ten men.</p>
</div>
<<if $p.acceptance gt 50>>
<p class="narration">
Having other men involved could be fun
</p>
<<else>>
<p class="narration">
You were kind of hoping to have her alone<<if $genderstart == "male">>, maybe just to find out if you were still interested in women<</if>>, but maybe you could consider this option<<if $genderstart == "male">> if you're ever comfortable with men<</if>>.
</p>
<</if>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> There's also another possibility, but I'm not ready yet. There's a certain Succubi spell I've been trying to learn but have had no success as of yet. There's a story of a Succubi who later in life became an Incubi. She left a tome detailing the spell. I don't wish to become an Incubi, I'm quite happy with being a Succubus. However, I was hoping I could learn how to grow a cock temporarily for some fun.</p>
</div>
<<if $genderstart == "male">>
<p class="narration">
You vow to keep an eye out for this tome. This might be your ticket to getting your cock back!
</p>
<<else>>
<p class="narration">
That...Could be fun.
</p>
<</if>>
</details>
<<if $tome.fire is false>>
<details>
<summary style="color:#8282f3;">Can you teach me anymore magic?</summary>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp"><p class="talkname">Rhelyla</p>
<p class="speech"> Well, I do have a magic tome here. Here, you can have this one. Should give you the basics so you can learn to use fire on your own. Be warned, avoid using this around anyone else at all costs. The church hunts down magic users and either enslaves or kills them.</p>
</div>
<<if $genderstart isnot "grill">>
<<set $tome.fire to true>>
<p class="narration">
You've acquired the fire tome!
</p>
<<else>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh that's ok, I already know fire magic! Thanks a latte though!</p>
</div>
<</if>>
</details>
<</if>>
<p class="narration">
You've heard enough and it's time to head out.
</p><br>
[[leave|leave town]]
</div><div class="conversation">
<p class="narration">
<img class="passage-image" src="demongodsassets/people/fullbody/blackpool/brothelguard.webp" >
</p>
<<if $brotheljob is false>>
<p class="narration">
You enter the brothel and see a guard at the entrance. He's not a town guard, as his clothes are different, but he's still very clearly standing guard with a sword at his hip
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelguard.webp" /><p class="talkname">Brothel Guard</p>
<p class="speech">Customer? We don't get a lot of women here. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ah, no I uhh...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelguard.webp" /><p class="talkname">Brothel Guard</p>
<p class="speech">Well if you came for a job, you've definitely got the body for it.</p>
</div>
<<if $p.acceptance lt 75 and $arousal lt ($maxarousal * 0.75)>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">No no no, sorry. I took a wrong turn. I'm sorry!</p>
</div>
<p class="narration">
You run out the door
</p>
[[town]]
<<elseif $p.acceptance gte 75>>
<p class="narration">
You consider it. You love money. You love sex. Should you?
</p>
<<if $energy lt 15>>
<p class="narration">
Not enough energy.
</p>
<<else>>
[[Here for a job][$energy -= 15]] 15 energy
<</if>>
[[Sorry took a wrong turn|town]]
<<elseif $arousal gte ($maxarousal * 0.75)>>
<p class="narration">
No. Absolutely not. No.
And yet...You're famished. You're beyond starving. If you don't do this right now, you might kill another person...
</p>
<<if $energy lt 15>>
<p class="narration">
Not enough energy.
</p>
<<else>>
[[Here for a job][$energy -= 15]] 15 energy
<</if>>
[[Sorry took a wrong turn|town]]
<</if>>
<<else>>
<p class="narration">
You enter the brothel and see the guard.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelguard.webp" /><p class="talkname">Brothel Guard</p>
<p class="speech">Here for work?</p>
</div>
<<if $p.acceptance gte 50>>
<<if $energy lt 30>>
<p class="narration">
You don't have enough energy right now.
</p>
<<else>>
[[Work at the Brothel][$energy -= 30, $slutfame += 1, $p.acceptance += 1]]
<</if>>
[[town]]
<<elseif $arousal gte ($maxarousal * 0.75)>>
<p class="narration">
Here again. You want to say no and leave, but you're starving.
</p>
<<if $energy lt 30>>
<p class="narration">
You don't have enough energy right now.
</p>
<<else>>
[[Work at the Brothel][$energy -= 30, $slutfame += 1, $p.acceptance += 1]]
<</if>>
[[town]]
<<else>>
<p class="narration">
No. You may have agreed to work here when you were desperate, but you're not starving right now and there are still other ways to earn money that don't involve...<<if $genderstart == "male">> Men.<<else>> selling your body.<</if>>
</p>
[[town]]
<</if>>
<</if>>
<<if $boss1alive is false>>
<<if $rhelylanote is true and $charmtraining lt 5>>
[[Visit Rhelyla|Charm Training]]
<</if>>
<</if>>
<<if $brotheljob is true and $yukistatus is "ally">>
<<if ndef $yukislavecollar>>
[[ask for help with Yuki]]
<</if>>
<</if>>
</div>
<<if ndef $rhevengeday>>
<<elseif $rhevengeday <= $days>>
<<if $rhelylarevengequest is 3>>
<<goto "rhelylacomplete">>
<</if>>
<</if>><div class="conversation">
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Um.. Yeah, I heard I could enough money to make a living here...you know, selling my body.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelguard.webp" /><p class="talkname">Brothel Guard</p>
<p class="speech">Well I'm sure they'll love ya. Though I prefer women with more meat on their bones.
Come on then, I'll take you to the boss. </p>
</div>
<p class="narration">
You follow him inside. The first floor seems like your standard tavern, aside from the fact that all the servers are women... and they're nearly naked. Seems the employee uniform is a skirt and no top. If you get hired here, will you have to walk around topless and serve drinks too? You follow the guard up some stairs.
The guard leads you to a room that looks vaguely reminiscient of asian homes with Tatami mats. You're pretty sure it's even made from rice, which you weren't aware existed in this world.
<img class="passage-image" src="demongodsassets/people/fullbody/blackpool/brothelboss.webp" >
A very handsome and well-trimmed man sits behind a desk poring over some documents. He glances up at you as the guard takes his leave.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">An interview, huh. Not a lot of women come here on their own. They're usually sold to us by their shitty husbands or parents. </p>
</div>
<p class="narration">
He stares at your body, looking you from head to toe.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">I can guarantee the women who work here are happier than out on the streets, and we make sure they're treated well.
You'll fit right in. But first I need to make sure you have the skills</p>
</div>
<<if $sexcount lt 10>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm afraid I've only been with $sexcount men so far if we're talking vaginal sex. I don't have a ton of experience.</p>
</div>
<p class="narration">Well, human men anyways...</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">No matter.</p>
</div>
<p class="narration">He stands up and removes his pants. His dick is already pointing at you, and you can already feel yourself getting wet.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">Everyone starts somewhere, lets see what you've got.</p>
</div>
<p class="narration">
You really don't know how to be sexy. It's not like you swayed your hips back when you were a <<if $genderstart == "male">>guy<<elseif $genderstart == "fem">>human<<else>>grill<</if>>, or gave a pouty face, or made any effort to appeal to men. But you give it your best, you need this job if you don't want to accidentally murder innocent people. Plus the extra money is nice.
You awkwardly strip your clothes off slowly, trying to be as sexy as possible.
You get on all fours and crawl up to him, removing his dick from his trousers. You're repulsed by your own actions but you're going to have to get used to it. You lick around the head, before taking it in your mouth and slowly bobbing your head up and down. Stroking the underside of his cock with your tongue.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">Damn you're really good. You said you were inexperienced?</p>
</div>
<p class="narration">
You ignore the compliment, focusing on his cock.
</p>
<<else>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I've slept with over $sexcount men so far. Don't worry, I'm quite confident.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">Glad to hear it.</p>
</div>
<p class="narration">
He stands up and removes his pants. His dick is already pointing at you, and you can already feel yourself getting wet.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">Lets see what you've got.</p>
</div>
<p class="narration">
You know how to use your body to be sexy. You've done this plenty of times and there's not even a reason to worry. But you still give it your best, you need this job if you don't want to accidentally murder innocent people. Plus the extra money is nice.
You strip your clothes off slowly, trying to be as sexy as possible.
You get on all fours and crawl up to him, removing his dick from his trousers. You're excited and can't wait to put it in your mouth. You lick around the head, before taking it in your mouth and slowly bobbing your head up and down. Stroking the underside of his cock with your tongue.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">Damn you weren't lying, you're amazing!</p>
</div>
<p class="narration">You ignore the compliment, focusing on his cock.</p>
<</if>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">If you continue anymore I'm going to blow already. You're amazing. Lets switch</p>
</div>
<p class="narration">He motions you into position.
This time he wants you in his chair. Your back, flat against the seat of his chair, he begins to penetrate you. Whether you wanted this or not in the beginning you can't deny that you, or at least your body loves this.
While he's in control, he fucks you hard. You can't believe how good this feels, he's amazing. He's hitting the right spots like a pro. You're vaguely aware of how slutty your voice sounds as you moan on his cock.
<<if $genderstart == "male" or $genderstart == "grill">>You're not sure how much of your body fits the anatomy of a normal woman, and how much of it is purely part of your succubus race for sex.
For example, you can feel your vagina squeezing and rubbing his cock inside you<<if $genderstart == "male">> in ways you wish you could experience as a man<</if>>.<</if>>
That said, he doesn't last much longer. His grunting gets louder and louder until you feel him climax which triggers your own climax. He grunts and you scream from the pleasure.
After you finished, he starts putting his clothes back on.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">You did good, time for you to meet the boss.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I thought you were the boss!</p>
</div>
<p class="narration">Did you just get duped!?</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/brothelboss.webp" /><p class="talkname">Brothel Boss</p>
<p class="speech">No, she said she wanted to see what you got before she accepted you. Truthfully she said she was going to hire you no matter what. Apparently you made some kind of impression on her.</p>
</div>
<p class="narration">On 'her'? Wait this person already knew you were coming!? You consider his words when a voice speaks up.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">No need to go anywhere, I watched the whole thing!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Rhelyla!</p>
</div>
<p class="narration">The man excuses himself and leaves while Rhelyla runs up and gives you a hug, not even caring as your twat drips semen on her leg.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">That's right sweetie, I'm so glad you decided to come work for me! I just knew we'd get along. Afterall, what other job is more perfect for people like us?
Needless to say, you've got the job. And you don't need to worry about your skills. It's in our nature to already be good at whatever fantasy the man has. You'll never leave anyone unhappy. Hell you might even bring in a small fortune, Men will line up for miles for you!
I've always wanted to hire another Succubus!
Make sure you build your fame, the more popular you are, the more copper you'll earn! And the more frequently men will request you. I'll even give you access to our VIP clients.</p>
</div>
<p class="narration">She hugs you out of excitement before handing you your uniform. Your uniform is just a skirt. That's it.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">You'll be allowed to purchase more outfits here soon, The only rule is that it must be revealing.
Additionally, once I send out a letter, you'll be able to work at any brothel if you ever leave the city. Welcome to the Velvet Embrace!</p>
</div>
<<set $arousal to 0>>
<p class="narration">You now work at the Brothel! <<if $p.acceptance lt 50>>Though you'll only use it if you're hungry...<<else>>You can come and go as you please.<</if>>
</p>
Return to [[town][$brotheljob to true]]
</div>
<div class="conversation">
<<set _brothelpickup to random(99)>>
<<if $slutfame lte 20 and _brothelpickup lte 19>>
<<brothelclient>>
<<elseif $slutfame lte 40 and _brothelpickup lte 32>>
<<brothelclient>>
<<elseif $slutfame lte 60 and _brothelpickup lte 49>>
<<brothelclient>>
<<elseif $slutfame lte 80 and _brothelpickup lte 59>>
<<brothelclient>>
<<elseif $slutfame lte 100 and _brothelpickup lte 70>>
<<brothelclient>>
<<elseif $slutfame gt 100>>
<<brothelclient>>
<<else>>
<<switch random(4)>>
<<case 1>>
<p class="narration">
You get dressed and start serving drinks. You walk around the first floor of the brothel, serving food and beer to patrons waiting for one to choose you to go upstairs.
One man stands out. He's tall, well-built and handsome, but he has the look of an air about him. He looks up from the table and puts a coin on the table. A sign to call you over.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Brothel Patron</p>
<p class="speech">A coin for conversation, What's your name? </p>
</div>
<p class="narration">
He takes another sip from his mug. as you pocket his coin.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">$name</p>
</div>
<p class="narration">
There's a brief but awkward pause.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">If you like what you see, you can take me upstairs.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Brothel Patron</p>
<p class="speech">No, I'd just like some conversation. </p>
</div>
<p class="narration">
You sit beside him, as he talks to you about his youth, asking about yours. You're vague with your answers as most of them wouldn't make sense to a resident of this world, but he's rather kind.
</p>
<<case 2>>
<p class="narration">
You start your shift at the Brothel<<if $p.acceptance gt 75>> with enthusiasm. You love working here and hope to have many regular customers who are always happy to see you<</if>>. You take a deep breath and begin serving ale to the patrons. As the night wears on, you listen in on conversations and chat with the customers, waiting for someone to request your services. But as the night draws to a close, you realize that no one has put a coin on the edge of their table.
</p>
<<case 3>>
<p class="narration">
You start your shift at the brothel. You worked hard to get noticed and hoped to impress some of the patrons tonight. You served ale and listened in on conversations, laughed at every lame joke, blushed at every wandering hand, eager for someone to request your services. But as the night wears on, you notice that many of the patrons seem distracted or preoccupied. You try to engage them in conversation, but they are not interested. As the night draws to a close, you realize that no one has put a coin on the edge of their table for you or the other girls. You feel disappointed and frustrated.
</p>
<<case 4>>
<p class="narration">
You start your shift at the brothel. You serve ale and listen in on conversations, but you're not really engaged. You're just going through the motions. As the night wears on, you notice that many of the patrons are making lewd jokes and comments which you pretend to enjoy. You notice one patron finally put a coin on his table, but when you approach, he requests a different girl. You're disappointed.
</p>
<<default>>
<p class="narration">
You start your shift. The Brothel was a riot of sound and color, with men from all walks of life mingling together in raucous revelry. You could barely keep up with the orders, as you weaved through the throngs of drunken men. As you squeezed between them, you frequently felt a hand grab your rear or cup your breast. But you never looked back, as this was just part of the job.
Unfortunately you received no clients during this shift, but you did still make a few tips.
</p>
<</switch>>
<<set $coppermod to $slutfame + 20>>
<p class="narration">
No one took you upstairs today, but you still received a tip.
You go home disappointed<<if $arousal gt 50>> and hungry<</if>>.
You collected $coppermod copper as tips
</p>
<<if $energy gte 30>>
[[work another shift|Work at the Brothel][$energy -= 30, $slutfame += 1, $p.acceptance += 1]]
<<else>>
You're too tired to work another shift.
<</if>>
Go back to [[town]]
<</if>>
</div> <<nobr>>
<div class="conversation">
<<set _randChance = Math.random()>>
<<forestevents>>
<br>
<br>
<<set _allPathsDiscovered = true>>
<<for _i, _path range $forest1.paths>>
<<if not _path>>
<<set _allPathsDiscovered = false>>
<<break>>
<</if>>
<</for>>
<<if _allPathsDiscovered>>
All paths have been discovered, you can now go deeper into the forest.<br>
<<set $unlocked.forest2 to true>>
<</if>>
<<if $energy gte 4>>
energy cost 4
[[Explore forest - 4 energy|forest1_explore][$energy -= 4]]<br><br>
<br>
<<for _i, _path range $forest1.paths>>
<<if _path>>
<<switch _i>>
<<case 0>>
<<if _randChance <= 0.28>>
[[Visit The Mossy Path|enemy attack]]
<<else>>
[[Visit The Mossy Path|forest1_path1][$energy -= 4]]
<</if>>
<<case 1>>
<<if _randChance <= 0.28>>
[[Visit The Overgrown Path|enemy attack]]
<<else>>
[[Visit The Overgrown Path|forest1_path2][$energy -= 4]]
<</if>>
<<case 2>>
<<if _randChance <= 0.28>>
[[Visit the Shaded Path|enemy attack]]
<<else>>
[[Visit the Shaded Path|forest1_path3][$energy -= 4]]
<</if>>
<</switch>>
<</if>>
<</for>>
<<else>>
You don't have enough energy to explore any further<br><br>
<</if>>
<<if $inv.cumvial gte 1>>
<<link 'drink vial of cum' 'forest1'>>
<<set $inv.cumvial -= 1>>
<<set $p.hp = Math.min($p.hp + Math.round($p.maxhp * 0.5), $p.maxhp)>>
<</link>><br>
<</if>>
<<if $wings is true>>
<p class="narration">Or use your wings to take a shortcut!</p>
<</if>>
<<if $unlocked.forest2 is true>><br>[[forest2][$currentlocation to "forest2"]]<br><br><</if>>
<<if $unlocked.forest3 is true>>[[forest3][$currentlocation to "forest3"]]<br><br><</if>>
<<if $unlocked.forestdungeon is true>>[[forestdungeon][$currentlocation to "forestdungeon"]]<br><</if>>
<br>
[[back to plains|leave town][$currentlocation to "plains"]]
</div>
<</nobr>>
<div class="conversation">
<<if $tentaclepatmeet is false>>
<p class="narration">You go to the edge of the water and take a sip, then relax for a bit before your thoughts return to Rhelyla
She was absolutely gorgeous, and dripping in sexiness. She was also mysterious. Why is she so helpful and polite as a Demon? She definitely spoils what you imagined a demon might be like.
The stream babbles happily by as you continue to look at it, lost in thought.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Voice</p>
<p class="speech"> Hello my dear, you seem to be lost in thought</p>
</div>
<p class="narration">Surprised, you turn and look towards the voice and see a ball of tentacles. It has bright yellow eyes, but the tentacles are wriggling so much that you can't tell for sure.
<img class="passage-image" src="demongodsassets/people/fullbody/pat.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What...are you?
</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Voice</p>
<p class="speech"> Clearly I'm a valiant knight come to save the damsel and slay the wicked witch of the forest! Can't you tell from my shiny armor that I am the holiest of holy!?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You're...a knight?
</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Voice</p>
<p class="speech"> Not very quick on Sarcasm, are you?
Well, what am I? Let me think. I am a giant ball of tentacles, with eyes everywhere. I am a creature from the dark depths of the abyss. I am an ancient being with great power. I am a being that cannot be tamed. I am a being that cannot be controlled. I am a being that cannot be contained. I am a being that cannot be stopped. So I guess you could say... I am death. I am destruction. I am your end.</p>
</div>
<p class="narration">You prepare your claws</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">First time I've seen one of these monsters talk, but I'll get rid of you all the same.
</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Pat</p>
<p class="speech"> Slow down there, miss. We really need to work on your humor. My name is Pat, and I am just a ball of tentacles as you can clearly see. I don't really know what I am to be honest, and I don't know where I came from or why I'm here. All I know is that I enjoy sex, long walks on the beach and backrubs. But I'm only capable of doing so with people who donate.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">So you're a prostitute?
</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Pat</p>
<p class="speech"> I guess if we're getting technical, that's not <i>untrue</i>. But I can only have fun with Succubi who donate via patreon, crypto, or other methods.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What... What the Hell are you talking about?
</p>
</div>
<<if $patronversion is true>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Pat</p>
<p class="speech"> Don't worry about it! I wasn't talking to you. Anyways, I sense that you're compatible. I'd love to come home with you? I can provide you with literal buckets of cum and an unlimited supply at your liesure.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Wait, I thought you were a monster? How am I compatible with a monster?
</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Pat</p>
<p class="speech"> See, this is what happens when you try to talk to a ball of tentacles without knowing anything about them.
The point is, I get to live in your home and you get a few extra sex scenes and you can now cheat.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Um..Sure. I guess?
</p>
</div>
<p class="narration">You can now have sex with Pat in your room in exchange for massive amounts of cum or copper! This is however a cheat and completely optional.</p>
<<else>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/pat.webp"><p class="talkname">Pat</p>
<p class="speech"> Don't worry about it! I wasn't talking to you. Anyways, it looks like you haven't donated. Please continue to enjoy the game, but I'll be on my way!</p>
</div>
<p class="narration">The thing called Pat (turns?) and leaves. It looks like he was offering you a method to cheat through life?</p>
<</if>>
<<else>>
<p class="narration">You come across a stream. You relax for a few minutes before returning on your way.</p>
<</if>>
<<set $tentaclepatmeet to true>>
[[return|forest1]]
</div>
<<widget 'forestevents'>>
<<switch random(10)>>
<<case 1>>
<p class="narration">You wander through a part of the forest where ancient trees reach towards the sky, their branches twisted and gnarled with age. Their roots break through the forest floor, creating a labyrinthine path you must navigate. The air is cool and damp, carrying the scent of moss and the whispers of the past. A gentle breeze rustles the leaves overhead, casting a mesmerizing dance of shadows on the ground below. In the distance, you can hear the soft hooting of something that sounds like an Earth owl. You see a small rabbit darting between the bushes, its white tail flickering in the sunlight.
</p>
<<case 2>>
<p class="narration">The forest is alive with chirping birds and rustling leaves. As you walk through the dense undergrowth, you can hear the occasional tweet of something that sounds like a sparrow or the distant call of a predator. The leaves of the trees rustle softly in the gentle breeze, creating a soothing cacophony. Sunlight filters through the branches overhead, casting dappled shadows on the forest floor. The patches of sunlight dance and shift with the movement of the leaves, creating a constantly changing tapestry of light and shadow. The air is fresh and clean, filled with the earthy scent of pine and the sweet aroma of blooming wildflowers. The forest is a peaceful, serene place, a natural haven from the stresses of the outside world.
</p>
<<case 3>>
<p class="narration">As you journey deeper into the forest, you notice the trees' bark becoming more gnarled, adorned with intricate patterns of moss and lichen. The air feels heavier here, laden with the earthy scent of decay and new life. A gentle stream meanders through the landscape, its crystal-clear waters reflecting the dappled sunlight filtering through the canopy. As you follow the path along the water's edge, you spot a family of deer-like fauna cautiously drinking from the stream, their ears twitching at the slightest noise.
</p>
<<case 4>>
<p class="narration"><img class="passage-image" src="demongodsassets/img/scenes/forest/kirin/kirin.webp" >
In the heart of the forest, where the trees form a verdant canopy and sunlight filters through in golden beams, you find yourself amid a scene as if taken from the pages of an ancient myth. A herd of kirins gracefully prance through the underbrush, their lithe bodies adorned with shimmering scales that reflect the sunlight, casting iridescent patterns on the surrounding flora.
Each creature is breathtaking, with a slender equine body that holds inherent grace and elegance. Their manes, flowing and ethereal, appear spun from the finest silk and trail behind them like a dancer's veil. They each bear a single, spiraled horn upon their noble heads, shimmering with an iridescent sheen.
As you watch in awe, the delicate creatures seem to pay you no heed, their large, doe-like eyes betraying a serene calm and an innate wisdom. They appear to be in a world of their own; their every movement is imbued with an ethereal elegance that speaks of a connection to the unseen forces of nature. Their hooves' soft, muffled thuds resonate with the earth as if their dance weaves an intricate spell that permeates the air around them.
The air, now filled with the sound of their happy whinnies, seems to take on a palpable quality as if the presence of these mystical creatures has momentarily altered the fabric of reality. The faint, sweet scent of magic lingers, mingling with the earthy aroma of the forest floor and the fragrance of blooming flowers.
</p>
<<case 5>>
<p class="narration">The rustling in the bushes grows louder, and a group of mischievous pixies dart out, their tiny wings a blur as they playfully chase each other through the trees. Their high-pitched laughter echoes through the forest, causing a flock of birds to take flight in alarm. As they pass by, one of the pixies pauses to steal a shiny trinket from a nearby mushroom before disappearing into the underbrush.
</p>
<<case 6>>
<p class="narration">The forest is teeming with life, the vibrant green leaves of the trees seeming to glow in the dappled sunlight filtering through the canopy. The air is thick with the sweet scent of flowers and the earthy aroma of moss and fallen leaves. The sound of chirping birds and the rustling of small creatures in the underbrush fills the air. The ground is soft beneath your feet, a thick layer of moss and ferns cushioned by a bed of decomposing leaves. The towering trees loom above, branches reaching out like gnarled fingers toward the sky. As you make your way deeper into the forest, the canopy grows denser, blocking out more sunlight and casting the forest floor in a cool, shadowy light. The distant sound of the waterfall grows louder, the mist of the falling water beckoning you closer.
</p>
<<case 7>>
<p class="narration">A tree trunk lays on the ground, its roots exposed to the air. A swarm of glowing, iridescent beetles can be seen carrying bits of twigs and leaves back to their underground nest. The beetles are about the size of a thumbnail, and their hard, shimmering shells seem to change color with the shifting light. As you watch in wonder, one of the beetles pauses and gives a tiny, high-pitched chirp before hurrying off to join its kin.
</p>
<<case 8>>
<p class="narration">As you traverse the forest, you stumble upon a hidden glade bathed in golden sunlight. The clearing is carpeted with a soft bed of vibrant wildflowers, their colors a stark contrast against the backdrop of lush green foliage. The air is filled with the hum of bees busily collecting nectar and the melodious songs of birds perched in the surrounding trees.</p>
<<case 9>>
<p class="narration">As you venture further, the forest floor gives way to an expansive grove of towering mushrooms. The otherworldly fungi stand like sentinels, their caps displaying a brilliant array of colors and textures. The air is filled with the gentle sound of spores drifting through the air, creating an ethereal atmosphere. Amongst the mushrooms, you catch sight of bioluminescent insects flitting between the shadows, casting a mesmerizing, faint glow across the grove.</p>
<<case 10>>
<p class="narration">Wandering along a narrow path, you come across a tranquil forest pond. The still water creates a mirror-like surface, reflecting the trees and the sky above. Colorful fish dart through the water, their scales shimmering in the sunlight that penetrates the canopy. At the edge of the pond, a family of frogs croak in unison, their voices harmonizing with the the forest.</p>
<<default>>
<p class="narration">As you step into the meadow, you can't help but feel like you're being watched. The air feels electric and alive, and you can almost sense the presence of hidden eyes. You can see the occasional flicker of movement out of the corner of your eye, and you wonder if it might be the mischievous fairies rumored to inhabit these parts. You catch a glimpse of a tiny figure darting behind a flower, and you can't help but smile at the thought of the playful creatures hiding just out of sight.
</p>
<</switch>>
<</widget>><div class="conversation">
<p class="narration">
<img class="passage-image" @src="'demongodsassets/people/fullbody/enemies/'+$e.type+'/'+$portrait+'.webp'" >
<<nobr>>
<<set $atktype to random(99)>>
<<if $e.hp gt 0 and $e.reshp gt 0>>
<<if $e.type is "wolves">>
<<set $enemyatk to "attack">>
<</if>>
<<if $e.type is "slime">>
<<if $atktype lte 59>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "goblinsct">>
<<set $enemyatk to "attack">>
<</if>>
<<if $e.type is "goblinarcher">>
<<set $enemyatk to "attack">>
<</if>>
<<if $e.type is "goblinsldr">>
<<if $atktype lte 69>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "bandit">>
<<if $atktype lte 59>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "squik">>
<<if $atktype lte 69>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "alraune">>
<<if $alrauneally is false>>
<<if $atktype lte 59>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<<else>>
<p class="narration">You encounter an Alraune!</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.type+'/'+$portrait+'.webp'" /><p class="talkname">Alraune</p>
<p class="speech">Hello $name, would you like to feed off of me?</p>
</div>
[[sex with alraune]]<br>
or <br>
<<if $currentlocation is "forest1">>
[[move on|forest1]]
<<elseif $currentlocation is "forest2">>
[[move on|forest2]]
<<elseif $currentlocation is "forest3">>
[[move on|forest3]]
<</if>>
<</if>>
<</if>>
<<if $e.type is "cringebandit">>
<<if $atktype lte 49>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "boss1">>
<<if $atktype lte 63>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "dryad">>
<<if $atktype lte 39>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $e.type is "alraune">>
<<if $alrauneally is false>>
You approach the creature, taking in its appearance - a woman with green skin standing in the middle of a flower, surrounded by vines. You prepare yourself for battle, flexing your claws.
"I don't wish to fight," the Alraune says, but you are determined to defeat it.
You are fighting $e.name level $e.lvl!<br>
What do you do?<br>
[[melee|battlescreen2][$currentatk to "melee"]]<br>
[[charm|battlescreen2][$currentatk to "charm"]]<br>
<<if $p.mp lt 10>>
You don't have enough mp to cast magic!
<<else>>
<<set _firemp to ($spells.fire * 10)>>
<<set _icmp to ($spells.ice * 10)>>
<<set _windmp to ($spells.wind * 10)>>
<<set _watermp to ($spells.water * 10)>>
<<set _thundermp to ($spells.thunder * 10)>>
<<if $spells.fire > 0>>
[[cast fire|battlescreen2][$currentatk to "fire", $p.mp -= _firemp]] level $spells.fire - costs _firemp mp<br>
<</if>>
<<if $spells.ice > 0>>
[[cast ice|battlescreen2][$currentatk to "ice", $p.mp -= _icmp]] level $spells.ice - costs _icmp mp<br>
<</if>>
<<if $spells.wind > 0>>
[[cast wind|battlescreen2][$currentatk to "wind", $p.mp -= _windmp]] level $spells.wind - costs _windmp mp<br>
<</if>>
<<if $spells.water > 0>>
[[cast water|battlescreen2][$currentatk to "water", $p.mp -= _watermp]] level $spells.water - costs _watermp mp<br>
<</if>>
<<if $spells.thunder > 0>>
[[cast thunder|battlescreen2][$currentatk to "thunder", $p.mp -= _thundermp]] level $spells.thunder - costs _thundermp mp<br>
<</if>>
<</if>>
<</if>>
<<else>>
You are fighting $e.name level $e.lvl!<br>
What do you do?<br>
[[melee|battlescreen2][$currentatk to "melee"]]<br>
[[charm|battlescreen2][$currentatk to "charm"]]<br>
<<if $p.mp lt 10>>
You don't have enough mp to cast magic!
<<else>>
<<set _firemp to ($spells.fire * 10)>>
<<set _icmp to ($spells.ice * 10)>>
<<set _windmp to ($spells.wind * 10)>>
<<set _watermp to ($spells.water * 10)>>
<<set _thundermp to ($spells.thunder * 10)>>
<<if $spells.fire > 0>>
[[cast fire|battlescreen2][$currentatk to "fire", $p.mp -= _firemp]] level $spells.fire - costs _firemp mp<br>
<</if>>
<<if $spells.ice > 0>>
[[cast ice|battlescreen2][$currentatk to "ice", $p.mp -= _icmp]] level $spells.ice - costs _icmp mp<br>
<</if>>
<<if $spells.wind > 0>>
[[cast wind|battlescreen2][$currentatk to "wind", $p.mp -= _windmp]] level $spells.wind - costs _windmp mp<br>
<</if>>
<<if $spells.water > 0>>
[[cast water|battlescreen2][$currentatk to "water", $p.mp -= _watermp]] level $spells.water - costs _watermp mp<br>
<</if>>
<<if $spells.thunder > 0>>
[[cast thunder|battlescreen2][$currentatk to "thunder", $p.mp -= _thundermp]] level $spells.thunder - costs _thundermp mp<br>
<</if>>
<</if>>
<</if>>
<</nobr>>
[[attempt to run away|escape]]
</p>
</div>
<<set $arousal to $arousal - 1>>
<<if $outfit.outfit is "none">>
<<set $arousal to $arousal - 4>>
<</if>> <<nobr>>
<<widget "gameConfig">>
<<set $enemiesByArea to {
"forest1": ["wolves", "slime", "bandit", "squik", "goblinsct"],
"forest2": ["wolves", "slime", "goblinarcher", "squik", "alraune", "goblinsct"],
"forest3": ["wolves", "slime", "goblinarcher", "squik", "alraune", "goblinsldr", "goblinsct"],
"mountains_day": ["goblinsct", "female_bandit"],
"mountains_night": ["night_enemy1", "night_enemy2", "night_enemy3"],
"silent_city": ["city_enemy1", "city_enemy2", "city_enemy3"]
}>>
<<setEnemyLevel>>
<<set $enemyClassifications to {
"goblinsct": ["physical_enemy"],
"goblinarcher": ["physical_enemy"],
"goblin_soldier": ["physical_enemy"],
"wolves": ["physical_enemy"],
"squik": ["magical_enemy"],
"alraune": ["magical_enemy"],
"dryad": ["magical_enemy"],
"slime": ["magical_enemy", "physical_immune"],
"bandit": ["physical_enemy"],
"Melek Taus": ["boss", "physical_enemy", "magical_enemy"],
"female_bandit": ["physical_enemy", "charm_immune"],
"god_enemy": ["physical_enemy", "charm_immune", "boss", "magical_enemy", "physical_immune", "magic_immune"]
}>>
<<if $enemiesByArea.hasOwnProperty($currentlocation)>>
<<set $e.name to $enemiesByArea[$currentlocation].random()>>
<<set $e.type to $enemyClassifications[$e.name]>>
<</if>>
<</widget>>
<</nobr>><<widget 'enemymodifier2'>>
<<if $e.type is "wolves">>
<<set $e.hp to 20 + (5 * $e.lvl)>>
<<set $e.melee to 4 + (2 * $e.lvl)>>
<<set $e.magic to 0>>
<<set $e.pdef to 3 + (2 * $e.lvl)>>
<<set $e.mdef to 2 + $e.lvl + random(0, 2)>>
<<set $e.res to 99999999>>
<<set $e.reshp to 99999999>>
<<set $e.critrt to random(2, 4)>>
<<set $e.weakness to "fire">>
<<set $e.eleresist to "wind">>
<<set $portrait to random(1, 3)>>
<</if>>
<<if $e.type is "slime">>
<<set $e.hp to 15 + (5 * $e.lvl)>>
<<set $e.melee to 3 + (2 * $e.lvl)>>
<<set $e.magic to 4 + (2 * $e.lvl)>>
<<set $e.pdef to 999999>> // Keeping the same value as before
<<set $e.mdef to 3 + (1 * $e.lvl)>>
<<set $e.res to 2 + (1 * $e.lvl)>>
<<set $e.reshp to 15 + (5 * $e.lvl)>>
<<set $e.critrt to 5 + $e.lvl>> // 5% base crit rate, increasing by 1% per level
<<set $e.weakness to "fire">>
<<set $e.eleresist to "water">>
<<set $portrait to random(1, 9)>>
<</if>>
<<if $e.type is "goblinsct">>
<<set $e.hp to 20 + (5 * $e.lvl)>>
<<set $e.melee to 4 + (2 * $e.lvl)>>
<<set $e.magic to 3 + (1 * $e.lvl)>>
<<set $e.pdef to 4 + (2 * $e.lvl)>>
<<set $e.mdef to 3 + (2 * $e.lvl)>>
<<set $e.res to 2 + (1 * $e.lvl)>>
<<set $e.reshp to 20 + (5 * $e.lvl)>>
<<set $e.critrt to random(1, 3)>>
<<set $e.weakness to "ice">>
<<set $e.eleresist to "wind">>
<<set $portrait to 1>>
<</if>>
<<if $e.type is "goblinarcher">>
<<set $e.hp = 15 + ($e.lvl * 12)>>
<<set $e.melee = 8 + (4 * $e.lvl)>>
<<set $e.magic = 10 + (4 * $e.lvl)>>
<<set $e.pdef = 6 + (3 * $e.lvl)>>
<<set $e.mdef = 6 + (3 * $e.lvl)>>
<<set $e.res = 8 + (3 * $e.lvl)>>
<<set $e.reshp = 12 + (4 * $e.lvl)>>
<<set $e.critrt to random(1,3)>>
<<set $e.weakness to "ice">>
<<set $e.eleresist to "wind">>
<<set $portrait to 1>>
<</if>>
<<if $e.type is "goblinsldr">>
<<set $e.hp = 20 + ($e.lvl * 15)>>
<<set $e.melee = 12 + (5 * $e.lvl)>>
<<set $e.magic = 0>>
<<set $e.pdef = 8 + (4 * $e.lvl)>>
<<set $e.mdef = 8 + (3 * $e.lvl)>>
<<set $e.res = 6 + (2 * $e.lvl)>>
<<set $e.reshp = 10 + (3 * $e.lvl)>>
<<set $e.critrt to random(1,3)>>
<<set $e.weakness to "ice">>
<<set $e.eleresist to "wind">>
<<set $portrait to 1>>
<</if>>
<<if $e.type is "bandit">>
<<set $e.hp = 20 + ($e.lvl * 12)>>
<<set $e.melee = 10 + (4 * $e.lvl)>>
<<set $e.magic = 5 + (2 * $e.lvl)>>
<<set $e.pdef = 7 + (3 * $e.lvl)>>
<<set $e.mdef = 7 + (3 * $e.lvl)>>
<<set $e.res = 8 + (3 * $e.lvl)>>
<<set $e.reshp = 12 + (4 * $e.lvl)>>
<<set $e.critrt to random(1,3)>>
<<set $e.weakness to "wind">>
<<set $e.eleresist to "fire">>
<<set $portrait to random(1,6)>>
<</if>>
<<if $e.type is "alraune">>
<<set $e.hp = 25 + ($e.lvl * 15)>>
<<set $e.melee = 10 + (3 * $e.lvl)>>
<<set $e.magic = 15 + (5 * $e.lvl)>>
<<set $e.pdef = 8 + (3 * $e.lvl)>>
<<set $e.mdef = 8 + (4 * $e.lvl)>>
<<set $e.res = 6 + (2 * $e.lvl)>>
<<set $e.reshp = 15 + (5 * $e.lvl)>>
<<set $e.critrt to random(1,3)>>
<<set $e.weakness to "fire">>
<<set $e.eleresist to "water">>
<<set $portrait to random(1,4)>>
<</if>>
<<if $e.type is "squik">>
<<set $e.hp = 15 + ($e.lvl * 10)>>
<<set $e.melee = 8 + (3 * $e.lvl)>>
<<set $e.magic = 7 + (3 * $e.lvl)>>
<<set $e.pdef = 12 + (4 * $e.lvl)>>
<<set $e.mdef = 12 + (4 * $e.lvl)>>
<<set $e.res = 5 + (2 * $e.lvl)>>
<<set $e.reshp = 8 + (3 * $e.lvl)>>
<<set $e.critrt to random(1,3)>>
<<set $e.weakness to "fire">>
<<set $e.eleresist to "ice">>
<<set $portrait to random(1,3)>>
<</if>>
<<goto "battlescreen">>
<</widget>><<if $maps[$currentlocation] is true>>
<img class="passage-image" @src="'demongodsassets/maps/'+$currentlocation+'.webp'" style="max-width:120%;">
<</if>><<nobr>>
<div class="conversation">
<<set _randChance = Math.random()>>
<<forestevents>>
<br>
<br>
<<set _allPathsDiscovered = true>>
<<for _i, _path range $forest2.paths>>
<<if not _path>>
<<set _allPathsDiscovered = false>>
<<break>>
<</if>>
<</for>>
<<if _allPathsDiscovered>>
All paths have been discovered, you can now go deeper into the forest.<br>
<<set $unlocked.forest3 to true>>
<</if>>
<<if $energy gte 4>>
energy cost 4
[[Explore forest - 4 energy|forest2_explore][$energy -= 4]]<br><br>
<br>
<<for _i, _path range $forest2.paths>>
<<if _path>>
<<switch _i>>
<<case 0>>
<<if _randChance <= 0.28>>
[[Visit The Dark Path|enemy attack]]
<<else>>
[[Visit The Dark Path|forest2_path1][$energy -= 4]]
<</if>>
<<case 1>>
<<if _randChance <= 0.28>>
[[Visit The Dense Path|enemy attack]]
<<else>>
[[Visit The Dense Path|forest2_path2][$energy -= 4]]
<</if>>
<<case 2>>
<<if _randChance <= 0.28>>
[[Visit the Hidden Path|enemy attack]]
<<else>>
[[Visit the Hidden Path|forest2_path3][$energy -= 4]]
<</if>>
<</switch>>
<</if>>
<</for>>
<<else>>
You don't have enough energy to explore any further<br><br>
<</if>>
<<if $inv.cumvial gte 1>>
<<link 'drink vial of cum' 'forest2'>>
<<set $inv.cumvial -= 1>>
<<set $p.hp = Math.min($p.hp + Math.round($p.maxhp * 0.5), $p.maxhp)>>
<</link>><br><br>
<</if>>
<<if $wings is true>>
<p class="narration">Or use your wings to take a shortcut!</p>
<</if>>
<<if $unlocked.forest3 is true>>[[forest3][$currentlocation to "forest3"]]<br><</if>>
<<if $unlocked.forestdungeon is true>>[[forestdungeon][$currentlocation to "forestdungeon"]]<br><</if>>
<br>
[[back to forest1|forest1][$currentlocation to "forest1"]]<br><br>
[[back to plains|leave town][$currentlocation to "plains"]]
</div>
<</nobr>>
<<nobr>>
<div class="conversation">
<<set _randChance = Math.random()>>
<<forestevents>>
<br>
<br>
<<set _allPathsDiscovered = true>>
<<for _i, _path range $forest3.paths>>
<<if not _path>>
<<set _allPathsDiscovered = false>>
<<break>>
<</if>>
<</for>>
<<if _allPathsDiscovered>>
All paths have been discovered, But you've discovered a hole with wriggling tentacles in the deepest part of the forest.<br>
<<set $unlocked.forestdungeon to true>>
<</if>>
<<if $energy gte 4>>
energy cost 4
[[Explore forest - 4 energy|forest3_explore][$energy -= 4]]<br><br>
<br>
<<for _i, _path range $forest3.paths>>
<<if _path>>
<<switch _i>>
<<case 0>>
<<if _randChance <= 0.28>>
[[Visit The Silent Path|enemy attack]]
<<else>>
[[Visit The Silent Path|forest3_path1][$energy -= 4]]
<</if>>
<<case 1>>
<<if _randChance <= 0.28>>
[[Visit The Echoing Path|enemy attack]]
<<else>>
[[Visit The Echoing Path|forest3_path2][$energy -= 4]]
<</if>>
<<case 2>>
<<if _randChance <= 0.28>>
[[Visit the Ghostly Path|enemy attack]]
<<else>>
[[Visit the Ghostly Path|forest3_path3][$energy -= 4]]
<</if>>
<</switch>>
<</if>>
<</for>>
<<else>>
You don't have enough energy to explore any further<br><br>
<</if>>
<<if $inv.cumvial gte 1>>
<<link 'drink vial of cum' 'forest3'>>
<<set $inv.cumvial -= 1>>
<<set $p.hp = Math.min($p.hp + Math.round($p.maxhp * 0.5), $p.maxhp)>>
<</link>><br><br>
<</if>>
[[back to forest entrance|forest1][$currentlocation to "forest1"]]<br><Br>
[[Go back to the middle of the forest|forest2][$currentlocation to "forest2"]]<br>
<<if $unlocked.forestdungeon is true>><br><br>Surely this isn't a way forward?<br> [[enter the wriggling hole|forestdungeon][$currentlocation to "forestdungeon"]]<br><</if>>
<br>
[[back to plains|leave town][$currentlocation to "plains"]]
</div>
<</nobr>>
<div class="conversation">
<<nobr>>
<<if $e.hp lte 0>>
<<fightscene>>
<<set $expmod to 200 + (($e.lvl - $p.lvl) * 20)>>
<<if $expmod lt 0>>
<<set $expmod to 0>>
<</if>>
<!-- accessory bonus -->
<<accbonus>>
<!-- difficulty bonus -->
<<set $coppermod to Math.max($e.lvl * 20) + 50>>
<<set $cummod to ($e.lvl * 10) + 25>>
<</if>>
<<if $e.reshp lte 0>>
<<charmscene>>
<<set $arousal to 0>>
<<set $expmod to 200 + (($e.lvl - $p.lvl) * 20)>>
<<if $expmod lt 0>>
<<set $expmod to 0>>
<</if>>
<!-- accessory bonus -->
<<accbonus>>
<!-- difficulty bonus -->
<<set $coppermod to Math.max($e.lvl * 10) + 25>>
<<set $cummod to ($e.lvl * 20) + 50>>
<</if>>
<<if $difficulty lt 1>>
<<set $expmod = Math.round($expmod * 0.75)>>
<<set $coppermod = Math.round($expmod * 0.75)>>
<<set $cummod = Math.round($expmod * 0.75)>>
<<elseif $difficulty gt 1>>
<<set $expmod = Math.round($expmod * 1.25)>>
<<set $coppermod = Math.round($expmod * 1.25)>>
<<set $cummod = Math.round($expmod * 1.25)>>
<</if>>
<<if $p.hp gt 0>>
<<set $lust to Math.round($lust + $expmod)>>
<<set $inv.cum to Math.round($inv.cum + $cummod)>>
<<set $inv.money to Math.round($inv.money + $coppermod)>>
<<elseif $p.hp lte 0>>
<<set $lust to Math.round($lust * 0.90)>>
<br>
<p class="narration">You awake with a start, gasping for air as your heart pounds in your chest. You look around frantically, trying to get your bearings. You're in your bedroom, safe and sound. You let out a sigh of relief, realizing that it was all just a nightmare. You lay back down in bed, still feeling shaken by the intensity of the dream. You can't shake the feeling that it was more than just a dream, and you wonder if there is some deeper meaning to it all. You close your eyes, trying to push the thoughts out of your head and get some rest. You have lost 5% of your current exp.
</p>
<<home-button>>
<</if>>
<</nobr>>
<<if $p.hp gte 0>>
<<enemy_drops>>
<<if $e.hp lte 0 or $e.reshp lte 0>>
<p class="narration">Congratulations! You have defeated $fullname and gained $expmod EXP!
You have also obtained $coppermod copper and $cummod cum!
<<if _dropChance >= 55>>
$fullname dropped _itemDropped!
<</if>></p>
<<if $e.name is "alraune">>
[[spare her]]
[[kill her]]
<<else>>
<<if $currentlocation is "forest1">>
[[Return|forest1]]
<<elseif $currentlocation is "forest2">>
[[Return|forest2]]
<<elseif $currentlocation is "forest3">>
[[Return|forest3]]
<<elseif $currentlocation is "forestdungeon">>
[[Return|forest boss 2]]
<</if>>
<</if>>
<</if>>
<</if>>
</div>
<<nobr>>
<<set $illusionActive to false>>
<<set $seductionUsed = false>>
<<questUpdate>>
<</nobr>>
<<set $battleLog = []>>
<div class="conversation">
<p class="narration">
<img class="passage-image" @src="'demongodsassets/people/fullbody/enemies/'+$e.type+'/'+$portrait+'.webp'" >
<<nobr>>
<<set $atktype to random(99)>>
<<if $e.hp gt 0 and $e.reshp gt 0>>
<<if $e.type is "wolves">>
<<set $enemyatk to "attack">>
<</if>>
<<if $e.type is "slime">>
<<if $atktype lte 59>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "goblinsct">>
<<set $enemyatk to "attack">>
<</if>>
<<if $e.type is "goblinarcher">>
<<set $enemyatk to "attack">>
<</if>>
<<if $e.type is "goblinsldr">>
<<if $atktype lte 69>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "bandit">>
<<if $atktype lte 59>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "squik">>
<<if $atktype lte 69>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "alraune">>
<<if $atktype lte 59>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "cringebandit">>
<<if $atktype lte 49>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "boss1">>
<<if $atktype lte 63>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<<if $e.type is "dryad">>
<<if $atktype lte 39>>
<<set $enemyatk to "attack">>
<<else>>
<<set $enemyatk to "magic">>
<</if>>
<</if>>
<</if>>
You are fighting $e.name level $e.lvl!<br>
<<playerattack>>
<<if $e.res gt 999>>
<p class="narration">Charm will not work on this creature!</p><br>
<</if>>
$e.name<br>
$e.hp hp remaining.<br>
$e.reshp points of mental resistance remaining.<br>
What do you do?<br>
[[melee|battlescreen2][$currentatk to "melee"]]<br>
[[charm|battlescreen2][$currentatk to "charm"]]<br>
<<if $p.mp lt 10>>
You don't have enough mp to cast magic!
<<else>>
<<set _firemp to ($spells.fire * 10)>>
<<set _icmp to ($spells.ice * 10)>>
<<set _windmp to ($spells.wind * 10)>>
<<set _watermp to ($spells.water * 10)>>
<<set _thundermp to ($spells.thunder * 10)>>
<<if $spells.fire > 0>>
[[cast fire|battlescreen2][$currentatk to "fire", $p.mp -= _firemp]] level $spells.fire - costs _firemp mp<br>
<</if>>
<<if $spells.ice > 0>>
[[cast ice|battlescreen2][$currentatk to "ice", $p.mp -= _icmp]] level $spells.ice - costs _icmp mp<br>
<</if>>
<<if $spells.wind > 0>>
[[cast wind|battlescreen2][$currentatk to "wind", $p.mp -= _windmp]] level $spells.wind - costs _windmp mp<br>
<</if>>
<<if $spells.water > 0>>
[[cast water|battlescreen2][$currentatk to "water", $p.mp -= _watermp]] level $spells.water - costs _watermp mp<br>
<</if>>
<<if $spells.thunder > 0>>
[[cast thunder|battlescreen2][$currentatk to "thunder", $p.mp -= _thundermp]] level $spells.thunder - costs _thundermp mp<br>
<</if>>
<</if>>
[[attempt to run away|escape]]<br>
<<if $e.type is "boss1">>
<<if $e.hp lte 0 or $e.reshp lte 0>>
<<goto "forest boss 2">>
<<else>>
<<if $p.hp lte 0>>
<<goto "battle finish">>
<</if>>
<</if>>
<<else>>
<<if $e.hp lte 0 or $e.reshp lte 0 or $p.hp lte 0>>
<<goto "battle finish">>
<</if>>
<</if>>
<</nobr>>
</p>
</div>
<<set $arousal to $arousal - 1>>
<<if $outfit.outfit is "none">>
<<set $arousal to $arousal - 4>>
<</if>><div class="conversation">
<<set _runsuccess to random(99)>>
<<set $currentatk to "run">>
<<set _runchance to (($p.lvl - $e.lvl) * 10) + 85>>
<<run console.log('run chance (must be higher to escape): ' + _runchance + ' Run success: ' + _runsuccess)>>
<<if _runchance gt _runsuccess>>
You have successfully escaped
<<if $currentlocation is "forest1">>
[[back|forest1]]
<<elseif $currentlocation is "forest2">>
[[back|forest2]]
<<elseif $currentlocation is "forest3">>
[[back|forest3]]
<<elseif $currentlocation is "mountains_day">>
[[back|mountains - daytime]]
<<elseif $currentlocation is "mountains_night">>
[[back|mountains - night][$currentlocation to "mountains_night"]]
<<elseif $currentlocation == "starlessexp1">>[[back|starless exp 1]]<<elseif $currentlocation == "starlessexp2">>[[back|starless exp 2]]<<elseif $currentlocation == "starlessexp3">>[[back|starless exp 3]]<<elseif $currentlocation == "starlessexp4">>[[back|starless exp 4]]
<<elseif $currentlocation is "silentcity">>
You should not be seeing this, please report this as a bug
<<home-button>>
<</if>>
<<else>>
You failed to escape from $fullname!
[[back|battle]]
<</if>>
<<set $seductionUsed to false>>
</div><div class="conversation">
<<if $p.acceptance lt 25>>
<p class="narration">You were no party girl. Sure, you've had a boyfriend or two. Even dabbled a bit with other girls. You may have given an ex-boyfriend oral once, but you're still a virgin. Some might say you were attractive, but most would probably say you were pretty plain. It's not that men don't flirt with you, you're just shy around new people. You keep your hair tied back in a ponytail and wear pants more often than skirts. You often had a book wherever you went, enjoying reading fantasy novels, the occasional video game, and some anime here and there.
</p>
<<elseif $p.acceptance lt 50>>
<p class="narration">You were no party girl. Sure, you've had a boyfriend or two. Even dabbled a bit with other girls. You're certainly no virgin. However, you were far from being a slut, either. Some might say you were attractive, but most would probably say you were pretty plain. You were shy around new people, tied your hair back in a ponytail, and wore dresses and skirts. You often had a book wherever you went, enjoying reading fantasy novels, the occasional video game, and some anime here and there.
</p>
<<else>>
<p class="narration">You loved to showoff. Your long black hair and purple eyes. Your thin athletic body, your perfect tits. You were the popular girl in high school, but you never really had boyfriends because you tended to sleep with them instead. You didn't want to be tied down by relationships. Now that you're older, you work a boring 8 - 5 office job. You still love to flirt with men and women! But you have more experience now and know how to use it to get what you want. You love wearing tight clothes that show off your body. Though currently, you're just in a pair of jeans and shorts. You don't need to show off for your companions who will be here soon.
</p>
<</if>>
<p class="narration">It was the weekend, and 2 of your closest companions were coming over.
</p>
<p class="narration">You started preparing by making some snacks ahead of time—oven baked brownies and some popcorn. The beer was already chilling in the fridge.
</p>
[[Continue to Saturday|Saturday Girl Start]]
</div><div class="conversation">
<p class="narration">
Your $friend1relation $friend1, and your $friend2relation $friend2 should be here soon. You guys were looking forward to playing some video games and getting drunk.
You guys were in your late 20s. Overworked and underpaid with a poor work-life balance like most others, so it was difficult to schedule times for you all to hang out.
On Saturday, $friend2 arrived first.
<img class="passage-image" src="demongodsassets/people/fullbody/emily.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hi $friend2! I'm so happy to see you! How have you been?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">I've been doing great! Just started a new job!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Congrats! What will you be doing?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Well... You know how it's always been my dream to make a Metroidvania!?....
I'll be working as a junior developer for a game company! </p>
</div>
<p class="narration">
You congratulate her, genuinely happy for her.
</p>
[[say something nice|say something nice (girl)]]
[[say something dirty|say something dirty (girl)]]
</div><div class="conversation">
<p class="narration">
You and $friend2 lounge around, chatting and laughing while waiting for $friend1. You can't help but notice how stunning she looks today, and you're almost a little jealous. Her hair cascaded down her shoulders in soft waves, and her outfit hugged her curves in all the right places.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Wow you look absolutely gorgeous today!</p>
</div>
<p class="narration">You give her a genuine smile, she blushes</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Thanks, you're too kind. I just threw this on, I didn't think I'd be getting any compliments today.</p>
</div>
<p class="narration">You two continue teasing each other until your $friend1relation arrives</p>
[[they arrive|friend arrives (girl)]]
</div>
<div class="conversation">
<p class="narration">
<<if $boss1alive is true and $boss1attempt == 0>>
As you trudge deeper into the forest, the thick underbrush gives way to a clearing. The trees around you tower high, their branches stretching out like gnarled fingers. The only sound is the soft rustle of leaves and the occasional call of a bird. But something feels off, as if you're being watched. And then you see it - a small hole in the ground, almost hidden by a cluster of bushes.
Curious, you approach the hole and peer inside. At first, all you can see is darkness. But as your eyes adjust, you realize that the hole is deeper than you thought. And then you see it - a writhing mass of tentacles, stretching out in every direction. The sight is both grotesque and mesmerizing. You can't help but wonder what kind of creature could possibly reside in such a place.
[[Down the rabbit hole]]
[[This isn't right, go back|forest3][$currentlocation to "forest3"]]
<<elseif $boss1alive is true and $boss1attempt gt 0>>
You're back, and although nervous, you're ready to challenge the boss again.
[[forest boss rerun]]
<<else>>
He's already dead, There's no reason to go back there.
[[go back|forest3][$currentlocation to "forest3"]]
<</if>>
</p>
</div><div class="conversation">
<<if $currentlocation is "forest1">>
<<if $locationmarker is "d2">>
<<set $events.forest1d2 to true>>
<<set $cumstorage to $cumstorage + 1>>
<p class="narration">+1 Cumvial! You sent that home to your storage.
</p>
<</if>>
<<if $locationmarker is "e2">>
<<set $events.forest1e2 to true>>
<<set $inv.money += 200>>
<p class="narration">You found 200 copper!
</p>
<</if>>
[[return|forest1]]
<</if>>
</div><div class="conversation">
<<nobr>>
<p class="narration">You look at your bookshelf</p><br><br>
<<if $energy lt 40>>
<p class="narration">You don't have enough energy. Maybe you should sleep and regain some energy before trying to learn magic.</p><br><br>
<<else>>
<p class="narration">Spend time learning magic!</p><br><br>
<</if>>
<<if $spells.illusion is false>>
<<if $tome.illusion is true>>
<<if $read.illusion lt 3>>
<<if $energy gte 40>>
[[read illusion tome|tome][$currenttome to "illusion"]] - 40 energy<br><br>
<</if>>
<<else>>
<p class="narration">You've already finished reading about illusion, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $spells.swap is false>>
<<if $tome.swap is true>>
<<if $read.swap lt 3>>
<<if $energy gte 40>>
[[read swap tome|tome][$currenttome to "swap"]] - 40 energy<br>
<</if>>
<<else>>
<p class="narration">You've already completed reading about swap magic, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $spells.transform is false>>
<<if $tome.transform is true>>
<<if $read.transform lt 3>>
<<if $energy gte 40>>
[[read transform tome|tome][$currenttome to "transform"]] - 40 energy<br>
<</if>>
<<else>>
<p class="narration">You've already finished reading the transformation tome, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $genderstart isnot "grill">>
<<if $spells.fire is 0>>
<<if $tome.fire is true>>
<<if $read.fire lt 3>>
<<if $energy gte 40>>
[[read fire tome|tome][$currenttome to "fire"]] - 40 energy<br><br>
<</if>>
<<else>>
<p class="narration">You've already finished reading about fire, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $spells.fire is 1>>
<<if $tome.fire2 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read advanced fire tome|tome2][$spells.fire to 2, $inv.cum -= 1500]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about advanced fire, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.ice is 0>>
<<if $tome.ice is true>>
<<if $read.ice lt 3>>
<<if $energy gte 40>>
[[read ice tome|tome][$currenttome to "ice"]] - 40 energy<br>
<</if>>
<<else>>
<p class="narration">You've already finished reading about ice, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $spells.wind is 0>>
<<if $tome.wind is true>>
<<if $read.wind lt 3>>
<<if $energy gte 40>>
[[read wind tome|tome][$currenttome to "wind"]] - 40 energy<br>
<</if>>
<<else>>
<p class="narration">You've already finished reading about wind, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $spells.water is 0>>
<<if $tome.water is true>>
<<if $read.water lt 3>>
<<if $energy gte 40>>
[[read water tome|tome][$currenttome to "water"]] - 40 energy<br>
<</if>>
<<else>>
<p class="narration">You've already finished reading about water, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<if $spells.thunder is 0>>
<<if $tome.thunder is true>>
<<if $read.thunder lt 3>>
<<if $energy gte 40>>
[[read thunder tome|tome][$currenttome to "thunder"]] - 40 energy<br>
<</if>>
<<else>>
<p class="narration">You've already finished reading about thunder, you can spend cum to learn the spell when you sleep.</p>
<</if>>
<</if>>
<</if>>
<<else>>
<p class="narration">You're not really interested in anything other than fire magic. You ignore the other elemental tomes on your shelf.</p>
<</if>>
<<if $spells.thunder is 1>>
<<if $tome.thunder2 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read advanced thunder tome|tome2][$spells.thunder to 2, $inv.cum -= 1500]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about advanced thunder, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.ice is 1>>
<<if $tome.ice2 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read advanced ice tome|tome2][$spells.ice to 2, $inv.cum -= 1500]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about advanced ice, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.wind is 1>>
<<if $tome.wind2 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read advanced wind tome|tome2][$spells.wind to 2, $inv.cum -= 1500]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about advanced wind, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.water is 1>>
<<if $tome.water2 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read advanced water tome|tome2][$spells.water to 2, $inv.cum -= 1500]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about advanced water, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.fire is 2>>
<<if $tome.fire3 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read expert fire tome|tome2][$spells.fire to 3, $inv.cum -= 3000]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about expert fire, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.thunder is 2>>
<<if $tome.thunder3 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read expert thunder tome|tome2][$spells.thunder to 3, $inv.cum -= 3000]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about expert thunder, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.ice is 2>>
<<if $tome.ice3 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read expert ice tome|tome2][$spells.ice to 3, $inv.cum -= 3000]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about expert ice, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.wind is 2>>
<<if $tome.wind3 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read expert wind tome|tome2][$spells.wind to 3, $inv.cum -= 3000]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about expert wind, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
<<if $spells.water is 2>>
<<if $tome.water3 is true>>
<<if $energy gte 100 && $inv.cum gte 1500>>
[[read expert water tome|tome2][$spells.water to 3, $inv.cum -= 3000]] costs 100 energy and 1500 cum<br><br>
<<else>>
You could read about expert water, but it will cost you 100 energy and 1500 cum.
<</if>>
<</if>>
<</if>>
[[Read a completed book|reread tomes]]<br>
<<home-button>>
<</nobr>>
</div><div class="conversation">
<p class="narration">
<img class="passage-image" src="demongodsassets/img/scenes/tome.webp">
</p>
<<nobr>>
<<if $currenttome is "swap">>
<<if $read.swap is 0>>
<<set $read.swap to $read.swap + 1>>
<p class="narration">Chapter 1.<br><br>
Body Swap magic doesn't belong to Incubi or Lilim.<br>
However, as I've learned to bend illusion, I've found ways to make other magics my own. I mimic the original, but I believe it's nearly as powerful. Our kind's technique differs from other demonic races, whose soul transference methods resemble possession. Like transformation magic, exchanging the physical embodiments of two distinct entities requires a fundamental reweaving of reality's fabric, fooling the soul into believing it was something it was not.<br><br>
I couldn't have performed such a task without exposure to this world's technological concepts. I cursed coming to this world, yet without this encounter, such a feat would have remained impossible. It's a seamless blend of ancient lore and science, a foreign term in my language.<br><br>
My fire illusion experiments had a hiccup recently. Long story short, I accidentally set a forest ablaze. Since then, I've felt eyes on me, though I couldn't pinpoint their location. After a narrow escape, I've decided to <span style="font-style:italic;">make</span> a bodyguard.<br><br>
With returning home unlikely, I'll be the only Succubus to achieve soul swapping. Our method differs from other demonic races, more akin to possession. For us, like transformation magic, swapping bodies requires rewriting the reality of the soul. Without coming to this world and learning new technological concepts, it would have remained impossible.</p><br><br>
<<elseif $read.swap is 1>>
<<set $read.swap to $read.swap + 1>>
<p class="narration">Chapter 2.<br><br>
Upon further experimentation, I've found that swapping my own soul is an almost impossible feat.<br>
Perhaps because my magic is cut off immediately upon the attempted transfer, I am unable to move my own soul for more than a few moments.<br><br>
Swapping my own body with another takes immense power and relies on residual magic. The magic begins to fade almost as soon as the connection to my own body is cut. The experience is pretty brief, but I've found human bodies to be far more disappointing. It's like all the sexual pleasure I should feel is dulled behind discomfort, aches and pains.<br><br>
However, I can use my illusion magic to trick other individuals' souls into thinking they were each other. The catch is that the two individuals need some familiarity with each other. You can't trick a soul into believing it belonged to a stranger it never met. Instead, you trick the soul into believing it originally belonged to a body they're familiar with. The more intimate, the better.<br>
The mind and sense of self follow.<br><br>
Despite the impressive amount of power I've quickly gained since coming to this world, I admit the swap is inherently transitory. If the spell is cast with the slightest error, the affected parties will descend into frenzied confusion as they grapple with the reality that their current physical shell is alien to them. It's a jarring experience, but I confess I've toyed with this aspect for my own amusement.<br><br>
The spectacle of bewilderment as a man finds himself in the body of a woman he lusted after is quite entertaining.
</p><br><br>
<<elseif $read.swap is 2>>
<<set $read.swap to $read.swap + 1>>
<p class="narration">Chapter 3.<br><br>
As my experiments continued, I stumbled upon a curious discovery. I had swapped the bodies of a man and a woman, an ordinary test run, (mostly for fun, I admit). Yet, curiosity took hold, and I decided to feed off the woman now inhabiting the man's body. She reacted interestingly to her new bodies sexual desires, but I accidentally overfed from her and it extinguished life from that form.<br><br>
I waited, brimming with curiosity, contemplating their souls' fate. Once my spell expired, would the man's soul seek out his lifeless body, breathing new life into it? Would his existence simply wink out? Or perhaps, would the woman's consciousness and the man's self-identity awkwardly cohabitate in her original form as she reverts back to herself? The possible outcomes fascinated me.<br><br>
However, in an unexpected turn of events, the man's soul was left stranded. His original vessel shattered, he found himself adrift in the woman's body. Disoriented and confused, he slowly acclimated to this unexpected home. Over time, he even began to display feminine traits unknowingly and his presence became permanent, firmly anchoring him within her body.<br><br>
The sight of her blossoming femininity sparked amusement within me. I decided to spare her life, not out of any newfound kindness for these creatures, but as a plaything. I forced her into the most provocative clothing and had her lure more victims to my doorstep. <br>
I reveled in the absurdity of her situation and sometimes left her alone with the men. I've never been so wet until I saw her slowly come to embrace her new sexual desires. I took immense delight in teasing her for her newfound femininity and often reminded her how this big strong man became a slut that begged men to cum inside her.<br><br>
I may have discovered a new fetish for myself. ♥<br><br>
<br>
You can now learn a new spell the next time you sleep!</p><br><br>
<<else>>
<p class="narration">As you browse your collection of magic tomes, your eyes fall upon the one on bodyswap. You remember the hours spent pouring over its ancient pages, studying the intricacies of the spell and practicing its incantations. It was a difficult but rewarding journey, and now you feel confident in your ability to use the temporary bodyswap spell to your advantage. You can't wait to put your newfound skills to the test.<br><br>
</p>
<</if>>
<</if>>
<<if $currenttome is "illusion">>
<<if $read.illusion is 0>>
<<set $read.illusion to $read.illusion+ 1>>
<p class="narration">
Introduction:
Our world, known to some uneducated fools as the Demon World, teems with myriad forms of magic, each varying in power and unique to each Race.<br><br>
Most races scoff at Succubi, believing illusion magic to be weak and our only defense is our charm.<br>
They view it as nothing more than a taspestry of false images, a charade. And that is true, in its most basic form. In their eyes, it is a magic that holds no tangible power, incapable of manifesting in anything real. To us, we're happy to let them keep believing that.
<br><br>
For the older and more powerful Succubi, illusion magic is far more than just a mirage. Our illusion magic isn't simply for tricking our enemies or our victims. We have learned to trick the very world itself, bending reality and making our illusions take form. Thus, when we cast an illusion of fire, it is no longer mere trickery. The world, beguiled by our power, acknowledges the fire as real, and thus it becomes so, searing and radiant. Most races look down on Succubi, but the truly intelligent races fear us, as they should.<br><br>
</p><br><br>
<<elseif $read.illusion is 1>>
<<set $read.illusion to $read.illusion+ 1>>
<p class="narration">
Understanding Illusion Magic<br>
Chapter 1:<br>
Illusion magic can be used by all succubi, as well as a few other races. But none can wield is like us.<br>
First, close your eyes and clear your mind. Let silence fill your thoughts. Now, imagine the illusion you wish to create. Let's start with something basic, clothing. Some succubi don't even wear clothes to begin with, instead they prefer to just use the illusion of clothes.<br><br>
Start with the basic form, silk rippling in the wind, imagine gleaming jewels. Make it as detailed as you can, the clarity of your vision will directly influence the power and believability of your illusion.<br><br>
Chapter 2:<br>
The illusion itself should not just be a visual concept. Imagine the sensation of the fabric on your skin, the cool hard surface of the jewels, the texture of your undergarments if you chose to wear any. The more sensations you incorporate, the more life-like your illusions will become.<br><br>
</p><br><br>
<<elseif $read.illusion is 2>>
<<set $read.illusion to $read.illusion+ 1>>
<p class="narration">
Chapter 3:<br>
Once you've visualized and felt your illusion, become one with it. Feel its existence as a part of you. This is the key to creating an illusion so real that it fools the world itself. <br><br>
Chapter 4:<br>
Finally, with the illusion fully formed in your mind and spirit, release it into the world. Visualize the energy flowing from your core, materializing your illusion into reality. Let the world see what you have created, let it believe and thus it shall be.<br><br>
Mastery of illusion takes patience and practice. Most Succubi never succeed at turning a single illusion into reality, but don't fret. You have an eternity to learn! Begin with simple forms and gradually challenge yourselves with more complex illusions. In time you will be able to bend reality itself.
</p><br><br>
<<else>>
<p class="narration">You flip through the pages of the ancient tome on illusions, scanning over the ancient script and illustrations. As you reach the end, a sense of familiarity washes over you. You realize that you've already completed reading this tome, the knowledge of illusion magic now ingrained in your mind. You close the book, feeling a sense of accomplishment and power surging through you. You can't wait to put your new skills to the test and see just how far you can bend reality to your will.</p><br><br>
<</if>>
<</if>>
<<if $currenttome is "ice">>
<<if $read.ice is 0>>
<<set $read.ice to $read.ice + 1>>
<p class="narration">Chapter 1.<br>
After my success with turning my fire illusions into real fire, I continued to experiment with other magics. Ice was my next task. As with fire, vision is key. Envisage the ice you yearn to manifest and guide it with crystal clear intent. Despite the change in element, remember that we're still operating under the umbrella of illusion. The clarity of your mental image is of utmost importance.</p><br><br>
<<elseif $read.ice is 1>>
<<set $read.ice to $read.ice + 1>>
<p class="narration">Chapter 2.<br>
You'll find this spell much easier to control than fire magic was, where fire is wild and chaotic, ice is docile and controlled. It's about coaxing rather than commanding. Try turning the very air around you into ice.</p><br><br>
<<elseif $read.ice is 2>>
<<set $read.ice to $read.ice + 1>>
<p class="narration">Chapter 3.<br>
Last, after you've sufficiently convinced the air, water, whatever you're transforming that it was in fact frozen water to begin with, let your magic loose. This magic would have been much more useful in my home world, but sadly I was pretty weak back then. I've gained quite a bit of power since coming here.
</p><br><br>
<<else>>
<p class="narration">You have already learned Ice magic</p><br><br>
<</if>>
<</if>>
<<if $currenttome is "wind">>
<<if $read.wind is 0>>
<<set $read.wind to $read.wind + 1>>
<p class="narration">Chapter 1.<br>
Ever since I've landed in this world, my abilities have been surging at an extraordinary pace. The men here seem oddly... nourishing, for lack of a better term. I find myself accumulating power at a rate that would have been unthinkable back in my native realm. Or perhaps the source of this rapid advancement isn't the men themselves, but the thick layers of untouched magic saturating the air. With such an excess of latent magic wafting around, it could be that I'm able to absorb more than I ordinarily would.<br><br>
Toying with this hypothesis, I felt a pang of curiosity, a desire to stretch the boundaries of my control. Thus, I set my sights on the unseen currents swirling around me — I sought to bend the very winds around me to my will. <br><br>
</p><br><br>
<<elseif $read.wind is 1>>
<<set $read.wind to $read.wind + 1>>
<p class="narration">Chapter 2.<br>
The wind held a stark resemblance to fire in its natural state: wild, capricious, refusing to be tamed. However, with my misadventures with fire in the past, I opted for a more secluded spot to practice this time around, far from curious eyes. Having already wrestled with the chaos of fire and the calmness of ice, my earlier forays into elemental magic proved to be a beneficial foundation. This made the process of learning wind magic surprisingly straightforward, relatively speaking.<br><br>
Back in my homeland, the ability to transform mere illusion into tangible magic was a feat achievable by only the most potent of Succubi. Moreover, typically, they could only exert control over a single element, two at most. Such knowledge was highly guarded, almost jealously so. Open communication was a rarity among our kind; Succubi and Incubi alike preferred to keep their secrets tightly locked away. The sharing of the secrets to mastering real magic was an even rarer occurrence.<br><br>
I find it mildly amusing, the irony of it all. Here I am in this new world, a lone and relatively young Succubus, amassing a repertoire of elemental control that would likely incite awe and envy back home. <br><br>
</p><br><br>
<<elseif $read.wind is 2>>
<<set $read.wind to $read.wind + 1>>
<p class="narration">Chapter 3.<br>
With wind now under my command, I can't help but let my mind wander back to the place I once called home. <br><br>
This alien world is a vibrant palette of color and life, perpetually bathed in an abundance of light. Home, however, was a realm where darkness held dominion.<br><br>
Populated primarily by nocturnal races, our cities and villages would truly come alive once the final glimmers of the sun had surrendered to the horizon. Night after night, the enveloping darkness would pulse with untamed energy.<br><br>
I can't resist the occasional smug thought. Those ancient elder Incubi and Lilim, always so pompous with their guarded knowledge of turning a single elemental illusion into reality.Oh, what I wouldn't give to see their faces if I could return home with the power I've harnessed here, commanding fire, ice, water, and now wind... What a spectacle that would be!<br><br>
I could see it now, a whole village, no a Kingdom! A collection of various races from imps to the even the nobility of vampires, bending to my will and submitting to my every desire. Even those reclusive hags and ancient incubi of our race would journey leagues to witness the elements dance at my fingertips. From a young succubus, scarcely a few centuries old, to a queen — isn't that a delightful twist of fate?<br><br>
</p><br><br>
<<else>>
<p class="narration">You have already learned wind magic</p><br><br>
<</if>>
<</if>>
<<if $currenttome is "water">>
<<if $read.water is 0>>
<<set $read.water to $read.water + 1>>
<p class="narration">Chapter 1.<br>
To my knowledge, there has never been one of our race with command over water. Of course it's hard to say for sure. While my race loved to comingle with other races, always finding themself a place to belong, we rarely co-mingled with each other. Coming from a world where water is a coveted resource, the abundance here is simply astounding.<br><br>
In my homeland, water was scarce — a treasure more precious than gold, often igniting the flames of conflict among tribes. My kind did not need water, but most races did. Many of our lands as arid as a desiccated corpse. Water was our lifeline, the key to survival, the fuel of many conflicts.<br><br>
But this world... this world is teeming with water. One of my 'meals' was carrying a map, a quaint little parchment filled with scribbles and lines, a curious diagram of this world. It displayed lands surrounded by vast expanses of blue. At first, I thought it was just a color scheme until I realized the blue represented oceans, water bodies so vast, they made our largest lake back home seem like a mere puddle.<br><br>
I even noticed some sketches of a round world, which I found peculiar. The map also hinted at places yet to be discovered, charting unknown territory and describing 'Here Be Dragons'. Intriguing, but I digress. If I could harness the power of water, I would be worshipped back home. No, I'd probably be captured and held as a slave, forced to create water whenever my power recovered.<br><br>
But now that I have an opportunity that none of my kind have had, I have studied it and can now create water that is not just an illusion but a source of nourishment.<br><br>
</p><br><br>
<<elseif $read.water is 1>>
<<set $read.water to $read.water + 1>>
<p class="narration">Chapter 2.<br>
Reflecting on my power, a new thought emerges that dampens my triumph. Back home, a succubus of my caliber would be highly sought after by the men of our race. They'd all vie for my attention, drawn like moths to the power that I now wield, all in the hopes of siring offspring that might inherit even a fragment of my strength.
The thought brings a bitter laugh to my lips, echoing in the silence of this strange world. Here I am, at the height of my power, and yet... isolated. Not a single soul of my kind in sight. My race are loners, but like all races we still seek to breed and sire the strongest. Succubi and Incubi have never been powerful contenders for any throne in my home world, but given the opportunity to change our fate even our solitary race might jump at the opportunity.
The realization settles over me like a cloak of ice. I won't be able to bear offspring in this world, not without another of my kind. The thought is depressing, more than I'd like to admit. I've always looked upon motherhood as a distant concept, something to think about in a few centuries or so. But to have that option completely taken away, to be utterly alone in this regard... it's more disconcerting than I'd like to admit.
My thoughts wander to my own mother, a woman of no particular power. My father had been killed before I hatched, but she was a survivor, and she taught me to survive. She taught me how to manipulate men of other races, to make them use their lives to shield our own. Her hunger for power was insatiable, and it consumed her when she dared to ensnare a Kijin lord. His fury was merciless; he incinerated her body and exhibited her remains as a warning to any who might dare to cross him. I never considered the prospect of revenge to be possible, but with the power I now possess...
I've never felt more alone.</p><br><br>
<<elseif $read.water is 2>>
<<set $read.water to $read.water + 1>>
<p class="narration">Chapter 3.<br>
In spite of the somber undertones of my previous entry, I've succeeded in transmuting the illusion of water into tangible reality. Should I ever find a passage back to my homeland, it is this very element that I will use to quench the blazing wrath of the Kijin lord, if he even remains in the land of the living. In a world governed by conflict, the reign of rulers tends to be short-lived. A reason that causes most of my kind, aside from my mother, to seek refuge in the barren expanses of our world.<br><br>
For now, however, my focus remains here, in this alien world abundant with life. The prospect of discovering a means to return home lingers on the periphery of my thoughts, yet it's a distant hope, one I wouldn't stake my future on.<br>
You can now learn a new spell!</p><br><br>
<<else>>
<p class="narration">As you peruse your collection of magic tomes, your eyes fall upon the one labeled "Water Magic." You remember pouring over its pages, studying the intricate spells and incantations that allowed you to harness the power of water. You recall the thrill of summoning a stream of water from thin air, or freezing it solid with a mere gesture. You smile as you realize you have mastered the art of water magic, and are ready to put your new skills to the test.</p><br><br>
<</if>>
<</if>>
<<if $currenttome is "thunder">>
<<if $read.thunder is 0>>
<<set $read.thunder to $read.thunder + 1>>
<p class="narration">Chapter 1.<br>
In the relentless pursuit of mastering the elusive essence of thunder, I've been faced with a ceaseless succession of failures. Eager to replicate the intricate, jagged dance of lightning and mimic its blinding velocity, I ventured into the heart of a forest during a thunderstorm. This untamed environment, teeming with the raw and unpredictable power of nature, promised a first-hand encounter with the fury I sought to command.<br><br>
I expected to witness an unbridled spectacle of nature's wrath; what I didn't anticipate, however, was a meeting with an entity that radiated a distinct magical aura. Up to this point, I had been operating under the assumption that this world was barren of magic-bearing beings. But there she stood, a creature introducing herself as a Dryad - a mystical woman of the forest.<br><br>
Her curiosity had compelled her to leave her seclusion, intrigued by my unconventional activities. As she approached, her words, laced with caution and concern, were carried to me on the breeze, "Please, don't burn another forest down." Her awareness of my past blunder, the unintentional conflagration I had caused while experimenting with fire magic, was an unexpected revelation. Her claim that Dryads share an intricate network connecting all forests left me astounded. She even professed knowledge of my homeworld and the scarce forests there. Unbeknownst to me, her kin apparently existed in my world, their scarcity likely due to the limited forests in my homeland.<br><br>
In addition to this unexpected insight, she imparted a nugget of advice: thunder generally seeks a conduit. She alluded to something called 'iron' embedded within the earth. This 'iron' was an unfamiliar term to me; perhaps it's tied to the human's mysterious method of igniting flame-less lights. This is certainly worth further investigation.<br><br>
</p><br><br>
<<elseif $read.thunder is 1>>
<<set $read.thunder to $read.thunder + 1>>
<p class="narration">Chapter 2.<br>
In my pursuit of understanding iron as a conduit for lightning, I meandered along the cobbled streets of the bustling town, steering my course towards the bustling tavern.<br><br>
As I stepped through the door, the flirtatious glances and suggestive whispers of the men did not go unnoticed. I welcomed their attention, seeking an opportunity to inquire about this mysterious material, iron. To my surprise, their reactions were a blend of amusement and derision, punctuated with patronizing comments about "ignorant women". Most things metallic, they claimed, were composed of iron. This should've been common knowledge, they chuckled behind their mugs.<br><br>
Those who dared mock me met an admittedly pleasurable end in one of the rooms at the tavern. An action that was admittedly risky the hints of pursuit I'd sometimes find from my mistake with fire. Nonetheless, I found my path leading me towards the blacksmith's smoky forge. I asked the burly man for a sword made of iron. He reacted with uproarious laughter, challenging the very notion of a delicate woman like myself wielding such a weapon. He teased that the weight alone would be too much for my slender arms.<br><br>
Accepting his challenge, I reached for the sword he proffered. The instant my hand made contact with the hilt, an unprecedented sensation coursed through me. It was as if my strength was being siphoned away, rendering me weak as the blacksmith had jestingly portrayed me to be. The sword slipped from my grasp, clattering onto the stone floor and igniting another round of hearty laughter from the blacksmith.<br><br>
Despite the baffling experience, I was determined to acquire an iron conduit. Tentatively, I reached out to touch the fallen sword once more. The result was instant, a crippling drain on my energy accompanied by a painful shock. Confused but undeterred, I turned my most basic of enchantments onto the still-chuckling blacksmith. Under my spell, he accompanied me back to my dwelling, obliviously carrying the sword that would serve as my future conduit for thunder magic.<br><br>
</p><br><br>
<<elseif $read.thunder is 2>>
<<set $read.thunder to $read.thunder + 1>>
<p class="narration">Chapter 3.<br>
The blacksmith lingered in the realm of the living for a few days longer than most of my meals. His cock and his passion earned him that reprieve, providing me with an occasional distraction. However, most of my attention was riveted on the formidable task of this difficult spell.<br><br>
Experimentation morphed into my constant companion, each thunderstorm a classroom where I sat patiently, waiting to observe lightning as it struck the sword embedded in the ground.
Through this relentless cycle of trials and revelations, I gradually unraveled the enigma of this elusive element. My breakthrough came in a flash, as startling and enlightening as the bolt of lightning I sought to wield.<br><br>
I discovered that lightning was more than a single element—it was a gathering of elements I had already tamed. It sparked to life with fire, its trajectory guided and shaped by wind, and its form solidified by the water present in the very moisture in the air. This revelation posed a challenging new task: creating an illusion not just of one element, but a harmonious blend of multiple elements, weaving them together into existence to form a bolt of lightning. Something that had never been achieved by my kind.<br><br>
Slowly, my practice bore fruit. Drawing from the fiery heart of my power, I summoned a spark. I nourished it with a gust of wind magic, letting it dance and grow. I then guided it with the fluidity of water, forming its path, and finally encapsulating it with the sharp solidity of ice, defining its final form - a jagged bolt of lighting. The result was a shimmering, dangerous masterpiece of nature, leaping from my fingertips without the need for an iron conduit.<br><br>
You can now learn a new spell!</p><br><br>
<<else>>
<p class="narration">You have already learned thunder magic.</p><br><br>
<</if>>
<</if>>
<<if $currenttome is "fire">>
<<if $read.fire is 0>>
<<set $read.fire to $read.fire + 1>>
<p class="narration">Chapter 1.<br>
Finally I've managed it. Even in this magic-less world I was able to advance my fire magic past level 1!<br>
Following this is a list of instructions on using fire magic. I don't know if there's any point in doing so, but since I'm in a strange world I will start recording my knowledge of magic.<br><br>
It should be fine, after-all I have found noone who understands my language and I couldn't understand theirs until I had absorbed a few of them.<br><br>
First, you won't get very far without mastering the basics. <br><br>
Second, visualize and channel. Envision the flames you wish to create and command them with utmost clarity. Remember, this is still illusion magic, so envisioning what you wish to create is of utmost importance.
</p><br><br>
<<elseif $read.fire is 1>>
<<set $read.fire to $read.fire + 1>>
<p class="narration">Chapter 2.<br>
The third step is to invoke the incanatation. Since the majority of our magic revolves around the the usage of illusion, sometimes a carefully crafted incantation can serve as a key to warp the spell into something more powerful. The words themselves do not matter, but uttering the words with conviction can help fool the world into allowing your illusion to warp reality and take form. <br><br>
The fourth step is Controlled Ignition. Once you manage to control your flame, precise control is essential, as I learned first hand..Sorry forest creatures! It's best to start small, practice adjusting the flames size and intensity with subtle movements of your fingertips. Recommend doing this in an open area!<br><br>
</p>
<<elseif $read.fire is 2>>
<<set $read.fire to $read.fire + 1>>
<p class="narration">Chapter 3.<br>
Step five, we're almost done! Once you have mastered control over the initial flames, expand your abilities to manipulating the shape of fire. If you do it correctly, you can create a never ending burning flame that generates no heat but still lights a room! It's worth experimenting, but try to stay away from the watchful eye of others. I think someone noticed me practicing, but I don't understand how. There was definitely noone around.</p><br><br>
<<else>>
<p class="narration">You've already learned fire magic, go on and set the world ablaze.</p><br><br>
<</if>>
<</if>>
<<if $currenttome is "transform">>
<<if $read.transform is 0>>
<<set $read.transform to $read.transform + 1>>
<p class="narration">Chapter 1, Power, Perception and Belief<br>
<br>
Every manifestation of our magic, transformation included, has its roots deeply embedded within the fertile soil of illusion. As I put quill to parchment, a powerful revelation overcomes me—I may well be the first of my kind to unravel the secrets of transforming objects, though the truth of this accomplishment remains elusive until I find a path back to my homeland.<br><br>
First, lets explore the concept of reshaping the world through illusions that seamlessly integrate with existing beliefs. <br><br>
Chapter 2, The Anchor of Belief<br><br>
In the expansive ocean of transformation, the steadfast anchor of belief holds a critical significance. Illusions, when fueled by the potency of belief, shed their fleeting guise and morph into tangible entities — more than mere figments of a fertile imagination.<br>
A skilled Succubus crafts illusions that possess detailed intricacies and nuanced imperfections, weaving an enchanting realm that stands resilient under the most discerning gaze. We bend the very fabric or reality, convincing the world and its denizens that are illusions are an integral part of their existance.<br><br>
</p><br><br>
<<elseif $read.transform is 1>>
<<set $read.transform to $read.transform + 1>>
<p class="narration">Chapter 3, Sensory Experiences<br>
Through heightened sensory experiences, we ensure that our illusions take root in the minds of those who witness them. They evolve into a level of realism that commands attention and captivates. As the symphony of sensory manipulation unfolds, illusions spring forth with an undeniable presence that leaves a lasting impression. <br><br>
Chapter 4, Conversing with the Transformation <br><br>
To undertake a transformation, a dialogue with the target's essence is essential. No, we do not simply convince a human that they have always been a bird, but rather their very soul. We drape the subject in our magic, picturing the bird’s soul, coaxing their essence to resonate with this newfound identity. Our mission is to create a bond so strong that the soul believes this transformation to be an integral part of its existence, remind them what it's like to take flight in their wings.<br><br>
</p><br><br>
<<elseif $read.transform is 2>>
<<set $read.transform to $read.transform + 1>>
<p class="narration">Chapter 5, Hypothesis; Gradual Transformation<br><br>
Unfortunately, like our previous example, it's not really as simple as transforming a human into a bird. In fact, it's downright impossible even with our magic. The soul would quickly recognize the incongruity and revert to its original form. Thus, we tread the complex path of minor, gradual changes, designing transformations that can endure the soul's probing scrutiny.<br>
In time, we might convince the soul that it was, indeed, a bird from the beginning. Potentially, we could guide the soul into a half-bird and half-human hybrid, awaiting the moment when it settles comfortably into this new identity. In due course, we may succeed in convincing the soul that it was, indeed, a bird from the very beginning. However, despite the immense power I have gained after coming to this world, I can only maintain a transformation for a mere twelve hours before the soul's awareness awakens, prompting a return to its original form. The prospect of extending this duration to a full day remains a distant aspiration, while the notion of convincing a rock that it was always water necessitates a significantly lengthier endeavor.<br><br>
Chapter 6<br>
The realm of transformation magic opens up uncharted territories of possibilities. As Succubi, our sustenance is derived from the essence of men. But what happens when a man is not within reach? With a mastery of transformation magic, even a female target can serve as a viable source of nourishment. Though that duration may be limited, an hour of indulgence remains sufficient to satiate our hunger. <br><br>
While I recognize that these words I write will never return home, I hope to one day share these discoveries with others of my race.<br>
</p>
<p class="narration">
<<if $genderstart is "male">>You were hoping that this could be your ticket to getting your cock back, but it looks like that's not the case. You suppose you could get it back at least temporarily though, with this magic.<<else>>Hmm, temporarily grow a cock? You wonder what it's like for the other side...<</if>>
</p>
<<else>>
<p class="narration">As you browse through your collection of magic tomes, you come across the one on transformation magic. You recall the countless hours you spent pouring over its ancient pages, studying the complex spells and incantations needed to temporarily transform another being into a different form.</p><br><br>
<</if>>
<</if>>
<p class="narration">You finish reading for now and set the book back on its shelf.</p><br><br>
<<set $energy = ($energy > 40) ? $energy - 40 : 1>>
<</nobr>>
<<home-button>>
</div>
<div class="conversation">
<p class="narration">You enter the clearing and you see a disheveled looking man.
<img class="passage-image" src="demongodsassets/people/fullbody/enemies/bandit/5.webp" >
As you approach the clearing, you notice the figure of a man standing in the center. He appears to be a bandit, much like the ones you've encountered before. But there's something different about him - an aura of power radiates from him, making you feel uneasy.
You cautiously approach, ready for any sudden movements. As you come closer, the man sneers at you, his eyes raking over your body with a mixture of contempt and lust.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/enemies/cringebandit/1.webp"><p class="talkname">Bandit</p>
<p class="speech"> What do we have here? A pretty little thing like you shouldn't be wandering around these woods alone," he leers. "How about I protect you while you're here, in exchange for a little...favor?</p>
</div>
<<if $p.acceptance gte 50>>
<p class="narration">You consider his offer for a moment. But even if you are easy, something about this guy just pisses you off.
</p>
<<else>>
<p class="narration">You feel your anger rising at his suggestive remarks
</p>
<</if>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I think I can handle myself, thanks. And I wouldn't want to catch whatever disgusting disease you have.
</p>
</div>
<p class="narration">As the man's sneer twists into a scowl, he readies himself for battle by raising his hands, causing flames to ignite from his fingertips.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/enemies/cringebandit/1.webp"><p class="talkname">Bandit</p>
<p class="speech"> You may have underestimated me, girl,I may be a bandit now, but I was once an aristocrat and attended the prestigious Arcane Academy of Shadowfall. My skills in magic are not to be trifled with. I'll roast you alive if you're not careful.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't even know what that is. Sounds cringy.
</p>
</div>
<p class="narration">You ready your claws.</p>
[[continue|battle]]
</div>
<<nobr>>
<<set $e.type to ["magical_enemy", "boss"]>>
<<set $e.name to "cringebandit">>
<<set $e.lvl to 8>>
<<randomEnemyEncounter>>
<<set $fullname to "Cringy Bandit">>
<<set $e.weakness to "charm">>
<<set $e.eleresist to "wind">>
<<set $portrait to 1>>
<</nobr>>
<<widget 'fightscene'>>
<<if $e.name is "squik">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
In the presence of the towering behemoth, your veins surge with a yearning for the pleasure it sought to give, but with all the resistance you could muster, you did not give in. The beast looms, a grotesque monolith, an indistinct form of writhing tentacles suggestive of a warped humanoid figure. Its gaze, alight with perverse desire, fixates on you as if imagining the torment of its grotesque appendages violating your very essence.
Regrettably for the monster your desire veers far from its lustful expectations. Today you sing a song of violence. With a leap, a force propels you into the sky, your claws severing three of the numerous appendages in swift succession. Panic sparks their retreat, their movements erratic, but it serves to simplify your task—no longer is evasion necessary when they fall outside your reach. Their retreat halted by the surrounding forest, you descend upon them with ruthless precision, pinning each tentacle underfoot until it succumbs to your weight. As the surviving tendrils retract their advance, you circle, stalking your prey and biding your time to strike.
The creature, a Squik, though still an undulating mass, bears a greater resemblance to a human form. You could close the distance and deliver a fatal blow before it had the chance to react, you hurl yourself towards your adversary, claws<<if $wings is true>> bared, wings<</if>> a blur.
The rank odor of its mucus-coated flesh invades your senses as you charge<<if $tail is true>>, your tail whipping through the air<</if>>. <<if $horns is true>>Your horns glint with the silver moonlight, casting stark silhouettes against the ashen clouds that shroud the forest, mirroring a tumultuous sea. Rain falls, each drop a biting sting against your skin.<</if>> Your attack catches the beast unaware, a single slash marking its visage, the Squik's roar resonating with pain. Its vile skin smears against yours as you tussle, the looming threat of its violation causing a momentary shudder. Yet with one final, decisive slash, the Squik's movements cease, it collapses, yielding to the sweet embrace of death.
</p>
<<default>>
<<genericfightscene>>
<</switch>>
<<elseif $e.name is "alraune">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
Across from you, a figure of startling beauty, her skin a vibrant shade of green, peers at you through a curtain of floral adornments. Her gaze, so strikingly human in its confusion, starkly contrasts with the wreath of sinewy vines encircling her.
Poised against the Alraune, you find your gaze caught by the movement of her vines. They are alive with strength and power, their master's control over them absolute. Vines lash out, a swift strike that seems to tear through the very air, but you are prepared. <<if $wings is true>>The power in your wings lifts you from the ground, your flight a graceful ballet, an elegant evasion of the deadly tendrils below.<<else>>The primal agility within you stirs, leading you in a dance to evade her grasp, each step leading you closer to the safety of a nearby tree.<</if>> The gusts of wind whistle in your ears as you circle the Alraune, your eyes predatory, hunting for an opening.
<<if $wings is true>>Unyielding vines surge towards you again as you soar in the skies above. The dull echo of their failed attacks against your wings punctuates the wind. With an agility that belies your form, you swoop down on the Alraune, landing just beyond her reach as she tracks your movements.<<else>>Your form dances through the onslaught, a performance of leaps and turns that echo a master acrobat's finesse. Each evasion leads you closer to her, until you finally land, just a breath away.<</if>> You face her and a spark of wariness flickers in her gaze. Her eyes dart around, desperately seeking an escape from her impending fate.
A moment's silence is broken by your sudden charge, your talons severing a vine in a single, fluid movement. Surprise dilates her eyes into twin pools of fear as you press your advantage. With a swift movement, you trap her arm, spinning her until her terror-stricken face meets yours.
In the final act of this relentless dance, the Alraune's defenses crumble.
</p>
<<default>>
<<genericfightscene>>
<</switch>>
<<if $e.name == "alraune" && $alraunespared gt -5>>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Alraune</p>
<p class="speech">Please spare me! </p>
</div>
<</if>>
<<elseif $e.name is "bandit">>
<<switch random(1)>>
<<case 1>>
<<genericfightscene>>
<<default>>
<p class="narration">
Like a lowly rodent, the bandit strikes from behind, his intentions as cowardly as his actions. However, when confronted with the prospect of a fair fight, his courage deserts him, and he scurries into the darkness.
The echo of his fleeing footfalls haunts the empty expanse, growing louder and more persistent with each passing moment. Armed with a crude bow and a quiver brimming with malice, he hurls arrows into the veil of twilight, each shot a desperate plea for your demise. Unbeknownst to him, you're luring him closer.
A game of evasion ensues, a dance choreographed by the rhythmic pulse of danger and the thrill of the hunt. Your claws, razor sharp and glinting with the fading sunlight, lay dormant, poised for the inevitable. The gap between you dwindles, until you can practically feel his breath, a tantalizing invitation to strike.
The bandit, drained of his ill-gotten bravado, stumbles, his footing betraying him. Like a falcon swooping on its unsuspecting prey, you seize the opportunity. The sound of his impact with the earth is accompanied by the cruel hiss of your claws slicing through his feeble defenses.
A cry of terror, raw and pitiful, erupts from his throat as he writhes beneath you. His futile attempts to escape only serve to accentuate the dread in his eyes, mirrored in the sharp edges of your claws poised at his throat. Your growl reverberates through the silent night, a promise of retribution imbued with venomous hatred.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">You should have chosen a better opponent.</p>
</div>
<p class="narration">
You sneer at him, your words a hollow echo in the chilling silence.
His gaze, a cauldron of fear meets yours. The air around him trembles with his pleas for mercy, his promises falling on deaf ears.
A twinge of disgust soured your triumph. How many others had whimpered beneath his merciless heel as he was now beneath yours? Your gaze sears into his, a final snarl echoing through the twilight. With swift finality, you silenced his pleas forever, leaving his lifeless form to mark the victory of justice.
You leave him behind, his pleas forever etched into the still night.
</p>
<</switch>>
<<elseif $e.name is "wolves">>
<<switch random(1)>>
<<case 1>>
<<genericfightscene>>
<<default>>
<p class="narration">
Like the gleam of a silver arrow shot from the heavens, the moon finds its mark in the still heart of the night. Every twig, every leaf, every blade of grass in the forest mirrors its spectral glow, while the deepest shadows cower in the cloak of the ever-encroaching night. Amidst this tableau, a wolf, as grey as the ancient stones and silent as the whispered secrets of the wild, prowls the obsidian darkness.
His eyes, twin emeralds, lock onto you, his target. You meet his glare with unwavering defiance, the primal dance of predator and prey unfolding in the silent heartbeats that hang heavy in the chilled air. The Alpha, his figure hewn from the harsh lessons of survival, snarls a challenge that echoes in the frozen stillness.
In response, you bare your claws, gleaming like moonlit daggers. <<if $horns is true>>Your teeth, sharp and deadly, glint in the moon's glow and your horns, formidable as the antlers of the great stag, cast long shadows over the forest floor.<</if>> The air hums with anticipation.
With a thunderous pounce that rustles the silent woods, the Alpha lunges, but you, lighter than a winter's breath, evade its deadly trajectory. Its attempt to snare your leg in its jaws results in only a fleeting grasp of the cold night air. Seizing the momentum, you grapple the wolf by its scruff, sending it crashing into the stern bark of a nearby tree.
A soft whimper seeps from the Alpha, drowned by the rustle of fallen leaves under its weight. Yet, the forest’s erstwhile terror recovers quickly, slashing its claws across your leg, a shallow wound that weaves a hot thread of pain through your senses. A wild swing for your life's cord, your jugular, follows but it flounders, far from its mark.
Not given to the mercy of its teeth again, you retaliate with a swift riposte, a stinging slash that paints a streak of crimson on its hide. It yelps, retreating under the raw sting of your counter, its gaze reflecting the bitter taste of defeat and fear. In the throes of its newfound vulnerability, the wolf submits, its head lowered in surrender.
You turn, leaving the whimpering form behind, your figure swallowed by the spectral glow of the forest.
</p>
<</switch>>
<<elseif $e.name is "slime">>
<<genericfightscene>>
<<elseif $e.name is "goblinsct">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
The $fullname was a lean creature, his rusted blades winking ominously in the faint illumination. His stature lead you to believe this would be an easy victory, but you knew better than to underestimate him.
The goblin growls and launches himself at you, blades careening through the air haphazardly. <<if $wings is true>>You unfurl your wings, their magnificent span shielding you from the impending assault<<else>>You step deftly to the side, the blades whistling past your form, air displaced by their wild trajectory<</if>>. <<if $tail is true>>Akin to a serpent's strike, your tail lashes out, penetrating the goblin's crude armor<<else>>With a swift pivot, your leg sweeps out, catching the goblin off balance, his footing faltering<</if>>. Though nimble, the goblin was no match for your superior speed. Your relentless offense suppresses the goblin's advances.
Uttering a cry of agony, the goblin crumbles to the forest floor, his body wracked with torment. Summoning the remnants of his courage, he rises, desperation alight in his gaze. A makeshift weapon, a simple stick, is his last hope. His attacks, desperate and wild, serve only to amuse you. With a dismissive swipe, you deflect his poor attempt. Laughter ripples through the silent forest as you thrust your tail through his chest.
</p>
<<default>>
<<genericfightscene>>
<</switch>>
<<elseif $e.name is "goblinarcher">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
An arrow cleaves through the air with deadly intent, its venomous whisper slipping past your ear. You pivot, your gaze tracing the arrow's trajectory to the loathsome figure ensconced within a lofty tree: a goblin archer, his knobbly form grotesque amidst the elegant lines of nature.
As you face your adversary, <<if $wings is true>>your demon wings unfurl like the dark expanse of a starless night sky. Each feather seems dipped in twilight, glinting with a sinister luster in the woodland gloom. The sight, even in the eyes of a wretched goblin, holds a morbid allure.<<elseif $spells.illusion is true>>You weave your illusion magic, creating a spectral mirage of seduction, dark and compelling, that casts a peculiar glamour in the woodland gloom, ensnaring the goblin's focus.<<else>>You focus your charm, a thin thread of magic reaching out to the goblin, wrapping around his mind, not with the intent to seduce him, but unsettle him, throwing him off balance.<</if>>
Yet, it was merely a ruse, a tantalizing veneer. Slowly, ever so slowly, the goblin archer is drawn in, captivated by your dark magnetism. He descends from the tree, each step lured by your ominous aura.
Meanwhile, <<if $tail is true>>your tail sways gently behind you, a serpentine silhouette etched with deadly precision. Each movement is deceptively calm, concealing the lethal force stored within.<<else>>You adjust your stance, your movements coiled and ready, awaiting the opportune moment to strike.<</if>>
As the goblin nears, you launch into action. <<if $wings is true>>Your wings beat a somber rhythm, lifting you from the ground and launching you into the fray.<<else>>With demonic agility, you sprint forward, closing the gap between you and the goblin.<</if>> As you approach the goblin, <<if $tail is true>>your tail arcs forward, a deadly arc in the muted twilight.<<else>>You move swiftly with the speed and lethality of a striking snake.<</if>> Simultaneously, your claws extend, glinting wickedly in the half-light, as sharp and deadly as a falcon's talons.
The goblin archer, entranced by your charm, hardly has the time to react. <<if $tail is true>>Your tail pierces his heart, while your<<else>> Your<</if>> claws descend in a flurry of relentless strikes. Each slash etches crimson ribbons on the goblin's skin. The attack is swift, brutal, and fatal.
As the goblin falls, a look of surprise etches into his lifeless eyes. His body slumps onto the leaf-strewn forest floor.
</p>
<<default>>
<<genericfightscene>>
<</switch>>
<<elseif $e.name is "goblinsldr">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
Your fingers curl into the semblance of hooked talons, ready to engage in the dance of battle. The goblin reciprocates your steely gaze with a sneer of utter disdain, his grotesque frame encased in a cumbersome suit of iron. He hawks a loathsome globule of phlegm, which falls at your feet with a defiant splat.
He growls at you, an abhorrent challenge ringing out in the silence of the forest,
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Goblin Soldier</p>
<p class="speech">YOU FUCK NOW OR ME EAT YOU </p>
</div>
<p class="narration">
His snout contorts into a grotesque parody of a grin. The vile command echoed in the quiet forest, momentarily shattering the tranquil stillness.
<<if $wings is true>>You respond by unfurling your colossal wings, their impressive span casting a stygian shadow over the forest floor.<<else>>Your muscles tighten, your stance low and ready for the oncoming attack.<</if>>
The goblin charges towards you with a bestial bellow, spear leveled with the intent to maim. <<if $wings is true>>Your wings rise to meet the attack, his spear glancing off the inky leather<<else>>Your arms rise to meet the attack, his spear glancing off your sharp claws<</if>> with a screech that splits the quietude of the evening. He snarls, his previous grin supplanted by a twisted grimace of frustration. His spear swings again in your direction, but you're an ethereal wisp in the evening gloam, far too nimble for his brutish maneuvers. The razor-sharp edge of your <<if $tail is true>>tail<<else>>claw<</if>> carves an arc in the cool air, a swift retort to his wild swipes.
Yet, despite your fervent attempts, the goblin's armor repels your attacks. The thick iron plates shield his grotesque form, and you find yourself thwarted by the stubborn metal. The goblin smirks, his yellowed teeth gleaming ominously. He retaliates, his spear clashing against your claws, its metallic clang resonating in the eerily quiet forest.
The persistent exchange of attacks begins to drain you, your strength diminishing with each parry. In stark contrast, the goblin appears to grow more feral with each passing second, his ferocity fueling his relentless strikes. He rages like a tempest, his spear whirling about him with unbridled fury.
The possibility of defeat looming before your eyes, the fickle nature of fate of battle grants you a reprieve. The goblin stumbles, his footing lost amidst the berserk melee. Seizing the fleeting moment, your claws slash through the air, plunging into the goblin's exposed neck. His guttural cry cuts short, replaced by the grotesque gurgle of lifeblood escaping his body.
</p>
<<default>>
<<genericfightscene>>
<</switch>>
<<elseif $e.name is "cringebandit">>
<p class="narration">
The bandit pauses. During that fight, there were so many flashes of skin that you felt yourself getting aroused.
You may have intended to win this fight without sex, but now you're just a slave to your lust. <<if $outfit.outfit isnot "none">>You strip off your clothes in a hurry.<<else>>You're already naked, so who cares!?<</if>>
The bandit, for his part sees you pause and seems to think this means he's won.
He was annoying, but your lust is starting to fog your mind and as long as he rewards you, you'll let him think that ♡
The bandit doesn't seem to realize he was charmed though, even as he tosses his weapon and light armor aside.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Spread your legs or die, cunt! Flashing those tits at me while we're fighting, you can't blame me for this! You're going to scream my name, but then I'm going to bring you back to my camp and toss you around my guys!! </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oooh, that sounds fun♡</p>
</div>
<p class="narration">
The bandit almost pauses, momentarily confused that you're not reacting like his usual targets. But he's no longer in control, you are. He doesn't spend long thinking about it, and he grabs your breast roughly, and shoves his tongue in your mouth. Clearly he's never had a willing woman before.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Mmmmmm!</p>
</div>
<p class="narration">
You moan as you wrap your arms around his neck and grind your dripping cunt against him. You kiss back passionately, devouring his tongue with yours.
The bandit doesn't know what to make of a willing participant, he has no experience with this. It doesn't take long before his confusion lets you take control. You push him onto the ground and straddle his dick grinding it like a hotdog between your pussy lips. lean forward and lick his nipples while grinding your cunt along his dick.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Nnngggg, I'm so close...</p>
</div>
<p class="narration">
Within moments, he spurts all over his abdomen and getting your cunt all sticky.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh, but now you'll have to clean it!</p>
</div>
<p class="narration">
You lean over first, taking a quick lick of some of the sticky stuff all over him, savoring the taste.
You decide he needs to know how good he tastes, and you lean over and give him a deep kiss!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Don't you just taste amazing!? Here, have some more!</p>
</div>
<p class="narration">
You sit on his face, forcing him to eat his own cum while licking you clean. You laugh at how silly he looks, but he's unable to resist you. When he finishes cleaning you, you get off. It's your turn to clean him.
</p>
<img class="passage-image" src="demongodsassets/sexscenes/bandit/bandit1.webp" >
<p class="narration">
You kneel on your hands and knees, exposing your tight slit to anyone who could be behind you. He watches you as you lower your head to his abdomen, and you slowly, oh so slowly lap up the cum from his stomach like a hungry kitten. You give him eye contact as his cum is slowly dripping off your tongue, then lean in for another kiss, forcing his own cum down his throat. He looks bothered by this, but doesn't have the will to fight back. You lean back over and finish licking up the cum off his stomach.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Good boy. Now you may have a reward</p>
</div>
<p class="narration">
You straddle once again, but angle his dick towards your entrance before sliding down, slowly. Eliciting a groan from the man, he grips your hips tightly, trying to prevent you from escaping his clutches. He doesn't have the strength to keep you down though. Within moments you feel his cock entering you, filling you up completely. You rock your hips back and forth, riding him gently until you feel his cock swell inside of you. You tilt your head back and moan loudly, causing him to tense up.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ahhhhhh!</p>
</div>
<p class="narration">
You feel his cock about to burst, and when it does you ride his orgasm. Right after you come down from his orgasm, yours starts. And just like before, he fills you full, excess cum leaking out of your twat. You remove yourself from his body, and lean down to suck it all back up, and let it slide slowly down your throat.
Your pussy throbs as waves of pleasure course through your body, making you squirm uncontrollably. You know he's approaching his end, and you give him one last ride. He spews load after load deep within you, filling you with cum. And just when you think it's all over, he grunts one final time and empties himself into you. Amazing. This man spurted into you 9 or 10 times before collapsing in death.
</p>
<<if $p.acceptance gte 50>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Well... I was planning to kill you from the start anyways. Though I didn't intend to lose control like this.
Oh well! It was fun! ♡</p>
</div>
<<else>>
<p class="narration">
Suddenly overcome with shame, you realize what you just did. You were fighting this man, fully intending to kill him physically. Instead you just absorbed every last drop of cum he had to offer! What's worse is it was amazing, you loved every second of it, and you hate that you already want more!
What is wrong with you!?
</p>
<</if>>
$fullname dropped something! As you get closer you see it's a book.
You've obtained the Ice Tome!
You've obtained 200 cum!
You've obtained 200 copper!
<<set $inv.money += 200>>
<<set $inv.cum += 200>>
<<set $tome.ice to true>>
<<set $forest1minialive to false>>
<<elseif $e.name is "dryad">>
<p class="narration">
The Dryad was overwhelmed by sorrow, grief pouring from her like a river at the loss of her kindred, yet you murdered them. It was necessary, wasn't it? They were tainted and could spread that corruption to others. You understood why the Dryad needed revenge, but you couldn't just sit there and accept your fate.
Even if their fate was pitiful, you needed to stop the Alraune before they spread the tain further. Even the Dryad, through her veil of rage and grief, had to realize this harsh truth. You wished to lead her back from the edge of her suicidal rampage, yet she had become a puppet to her thirst for revenge, leaving you no path of retreat.
As you parried every assault, and <<if $spells.fire gte 1>>manifested a mirage so real that the boundary between illusion and reality blurred. Conjuring a vision of fire so vivid it coalesced into a roaring barrier of flames. Every serpentine tendril of foliage that tried to ensnare you, became a cinder, consumed by the fiery ward,<<else>><</if>><<if $wings is true>>your wings unfurled to their full extent, forming a protective barrier. The rhythmic beat, forceful and swift, deterred the encroaching appendages, leaving them bruised and reeling. Each successive gust rendered the once menacing tendrils feeble, their vitality sapped upon contact,<<elseif $tail is true>>your tail became a third limb, lashing out to deflect the onslaught of verdant tendrils seeking to entwine you. It snapped like a whip, its power and precision leaving a trail of withered foliage in its wake,<</if>> the Dryad's strikes became increasingly frantic. Fear was a fleeting specter in her eyes, intertwined with the deep hurt and sorrow.
<<if $spells.fire gte 1>>With a final surge of fiery magic, accompanied by a pitiful scream, the Dryad fell. Her charred form sprawled lifeless on the earth, still aflame and smoldering.<<else>>In a final, desperate surge of your strength, your claws struck out, swift as a falcon's dive. There was an echo of a gasp, and when your gaze refocused, the Dryad lay motionless. Her form was marred with the evidence of your ferocious assault<</if>>
Did you do the right thing? Was there a way to save this creature? The very trees around you appear to wilt immediately following the death of their queen.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm sorry, I didn't want to kill you. But you left me no choice. </p>
</div>
<p class="narration">
Your solemn words are swept away by a sudden flutter. Your gaze shifts to find a raven, its obsidian gaze riveted on you. Part of you marvels at the bird's existence in this world, while a nagging suspicion arises at its scrutiny. It seemed to judge you in its silence.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Stop staring! It was her who provoked this. I had no other options. Let me be! </p>
</div>
<p class="narration">
Frustration spurring your movements, you flail your arms in an attempt to shoo the avian observer. The raven merely holds your gaze, its stance uncannily reminiscent of smug laughter, before it finally succumbs to your antics and departs.
</p>
<p class="narration">
You've obtained 200 cum!
<<set $inv.cum += 200>>
<<set $corruption += 10>>
<<set $azraelrel -= 25>>
</p>
<<set $dryadalive to false>>
<</if>>
<</widget>><div class="conversation">
<<if $genderstart is "male" or $genderstart is "fem">>
<p class="narration">
You enter a luxurious looking cavern. Rather than a cavern, it looks like a throne room! You're immediately struck by the opulence of the space. Rich golden tapestries depicting scenes of battles and conquests the adorned with crests of many houses unknown to you adorn the walls, piles of gold, and a large ornate throne sits at the far end of the room atop a raised dais. Upon the throne lounges what could only be described as a demon. His muscular body sprawled out lazily, two demonic women rest upon him, their sharp teeth bared in a sultry smile as they caress his body. Despite their humanoid appearance, their skin is scaly and their eyes are hidden, giving them an otherworldly, almost predatory appearance.
<img class="passage-image" src="demongodsassets/people/fullbody/enemies/boss1/1.webp" >
As you approach, the demon notices you and sends the women away with a casual wave of his hand. They scurry off, leaving you and the demon alone in the room. The demon lets out a deep, guttural laugh, his eyes alight with amusement.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/enemies/boss1/1.webp"><p class="talkname">Melek Taus</p>
<p class="speech">What have we here? A weak little demon succubus come to play? Did you kill my guard? He was an amusing one.</p>
</div>
<p class="narration">
His lips curl in disgust.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/enemies/boss1/1.webp"><p class="talkname">Melek Taus</p>
<p class="speech">Even back home you weak succubi didn't know your place. Always trying to challenge your greater cousins! Your place is on your knees, and I'll be happy to teach it to you. Of course, you've already absorbed so much corruption that you're already a mindless beast. What chance have you against a God?</p>
</div>
<p class="narration">
You simply smirk back at the fool, your eyes flickering with amusement. You open your mouth to respond, your voice purrs and drips and seduction.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh? I think I stand a pretty good chance. After all, I am a succubus and we are pretty hard to resist. And look at that, your tiny cock is already interested!</p>
</div>
<p class="narration">
The demon's sneer turns into a scowl, and he yanks his massive sword out of the stone floor, the metal gleaming in the dim light of the throne room.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/enemies/boss1/1.webp"><p class="talkname">Melek Taus</p>
<p class="speech">It seems I must teach you your place. I've killed many of your kind back home, and turned even more into my slaves. I think I'll just add you to my collection.</p>
</div>
<p class="narration">
He grows at you and you prepare yourself.
</p>
[[continue|battle]]
<<elseif $genderstart is "grill">>
(note: somehow all my text here got deleted for grill route, can't find it in old documents. Will rewrite soon.)
[[continue|grill ending]]
<</if>>
</div>
<<nobr>>
<<set $e.type to ["physical_enemy", "magical_enemy", "boss"]>>
<<set $e.name to "boss1">>
<<set $e.lvl to 11>>
<<randomEnemyEncounter>>
<<set $fullname to "Melek Taus">>
<<set $e.weakness to "ice">>
<<set $e.eleresist to "fire">>
<<set $portrait to 1>>
<<set $boss1attempt += 1>>
<</nobr>>
<div class="conversation">
<p class="narration"><img class="passage-image" src="demongodsassets/img/grill/grill.webp" >
Steve stands at the grill, flipping hotdogs with a spatula. The sizzling sound fills the air, mixing with the laughter of his two friends, Emily and James. The three of them are enjoying a summer cookout in Steve's backyard. The sun beats down on them, but a light breeze keeps them comfortable.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Hey Steve, can I eat a hotdog or do you think it'd be too bad for my diet? </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">Aw come on, Em. It's not the wurst thing you could eat. In fact, it's the frank-ly best choice! </p>
</div>
<p class="narration">Emily rolls her eyes, but can't help but laugh.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">Don't be a frank-en-stein. Just enjoy the grill-icious hotdogs! </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Oh God, you're really doing this aren't you?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">These hotdogs are looking mighty fine. They're practically begging to be bun-dled up and devoured! </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">$friend1</p>
<p class="speech">What's the difference between a hotdog and a roll in the hay? </p>
</div>
<p class="narration">Neither Steve nor Emily have an answer.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">$friend1</p>
<p class="speech">The difference between a hotdog and a roll in the hay is whether or not you're on fire! </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Umm... </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">...uhhh </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">$friend1</p>
<p class="speech">I got fired from my job at the hot dog stand because I put my hair in a bun. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/emily.webp" /><p class="talkname">$friend2</p>
<p class="speech">Oh God, make it stop... </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/james.webp" /><p class="talkname">$friend1</p>
<p class="speech">A guy walks into a butcher shop and says 'can I please get some hotdogs for lunch?' The butcher then says 'I'm sorry sir but we only have hotdog buns for hotdogs, and no one wants to eat the hotdog bun. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/male.webp" /><p class="talkname">Steve</p>
<p class="speech">Dude. I don't think you're very good at these. </p>
</div>
<p class="narration">As they continue to grill, make puns, and tease James; you, the sentient grill listen in. Silently amused by their antics. It's just another typical summer day for this trio of friends.
Eventually the laughter dies down and everyone heads home for the night. You're put back into storage, and as the room falls pitch black, you feel your consciousness fading.
</p>
[[wakeup|grill wakeup]]
</div>
<div class="conversation">
<p class="narration">Suddenly you're surrounded by darkness. You know it's not the garage you were just in, rather it's like you're floating.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">Oh no, not again...</p>
</div>
<p class="narration"><img class="passage-image" src="demongodsassets/people/fullbody/goddess.webp">
Suddenly a holy light fills your view. It's the only thing visible in this world of darkness.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech"> You will be reborn </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">But I was never alive...
Well actually, there was that one time I was a Great Irish Elk, but that was thousands of years ago.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech"> What? </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">Yeah, we went exctinct but...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech"> Stop. </p>
</div>
<p class="narration">Achievement unlocked. You've managed to fluster a Goddess. Congratulations!
The Goddess clears its...Throat? And in a dramatic fashion, continues.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Welcome to your new life. I had this great speech planned but, I just don't think I can do it anymore. Due to a little typo by the games developer, you have been reincarnated as a girl in this new world. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">Wait, I'm a girl now? And what's a typo?
...
Also what's a developer?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">*sigh*
Basically you were never supposed to exist. The developer was typing the word girl at the very beginning of the game, and he mis-typed gril. Although he's incorrect, he thinks he's hilarious and decided to keep that in the game. So... You were born. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">Oh I see...</p>
</div>
<p class="narration">But you don't see, do you?
You don't have any idea what she's talking about, but then again you don't understand why someone else is reading your thoughts to you either, so whatever.</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">But what am I supposed to do now? I was just a grill before. I don't know how to be a girl.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Well, it's not like being a grill was all that difficult. </p>
</div>
<p class="narration">The Goddess doesn't have any visible features, but somehow you know she's rolling her eyes. Somehow you also know what eye-rolling is!
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech"> Just use your common sense and try your best. And maybe try to pay a little more attention to your surroundings. You're not in the kitchen anymore. I am giving you a basic understanding of human customs. </p>
</div>
<p class="narration">Grinning, you respond.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">I'll try my best to be a well-done girl, I don't want to be a raw deal or a burnt offering.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Oh dear... I may have made a mistake. </p>
</div>
<p class="narration">Once again, you can somehow tell the Goddess is rubbing her temples, despite having no features.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">I'll do my best to rise to the occasion, I don't want to be a soggy mess or a flop.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">This is going to be a challenge. Maybe we should have grilled you on proper human etiquette before sending you off on your new adventure. </p>
</div>
<p class="narration">Achievement unlocked! You made a Goddess tell a pun!
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">I hope you're being serious, Grill, This isn't a game. You're going to be living among humans now and you need to learn how to behave appropriately.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">I'm just trying to add a little flavor to the conversation.
What am I supposed to do anyways?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Use your girlish body, have sex with monsters or humans and absorb corruption from them. Kill the Demon Gods of this world. Or do whatever you want, I really don't care anymore.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/you/grill.webp" /><p class="talkname">Grill</p>
<p class="speech">I promise I'll be a good "gril" and follow the rules.</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/goddess.webp" /><p class="talkname">Goddess</p>
<p class="speech">Well, we'll see.</p>
</div>
<p class="narration">Her light fades as you find yourself drifting off.
</p>
[[wake up|grill new start][$currentlocation to "plains"]]
</div>
<<set $gender to "female">>
<div class="conversation">
<<set $hair to "black">>
<p class="narration"><img class="passage-image" src="demongodsassets/img/backgrounds/grassyplains.webp" >
You woke up to find yourself lying on a grassy plain, surrounded by rolling hills and a clear blue sky. You sat up, rubbing your eyes, and looked around in confusion.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Where am I?
</p>
</div>
<p class="narration">You look down.
<img class="passage-image" src="demongodsassets/you/scenes/grassyplain/newbody.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I really do have a humans body now. So exciting!
</p>
</div>
<p class="narration">You stood up, stumbling as you try to gain your bearings.
<img class="passage-image" src="demongodsassets/you/scenes/grassyplain/standinggrass.webp" >
You've never walked on two legs before. As you walked, you tripped over a rock and fell to the ground with a thud but after rubbing away the pain, you figure it out pretty fast.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">This is so weird.
I was just a grill, minding my own business in the garage, and now I'm... wherever I am, in a girl's body. This is so exciting!
</p>
</div>
<p class="narration">Interestingly, human speech seems to come naturally to you. The Goddess did promise to give you a basic understanding of humans.
You look around again, hoping to see some sign of civilization. All you can see are fields and tress as far as the eye can see, though in the other direction you can see some mountains you can probably trek. Though your judgement of human walking speed may be significantly inaccurate.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Great, I'm stuck in the middle of nowhere with no idea where to go. This is going to be a long journey.
</p>
</div>
<p class="narration">You sigh, loudly. Once again looking down at your body. You start to get a little curious. You've never had a human body before, what will it be like?
</p>
[[touch it|grill masturbate]]
[[continue|grill plains2]]
</div><div class="conversation">
<<set $p.acceptance += 1>>
<p class="narration">Well it's a new body, why not experience it!? After all, according to what that light said earlier, you're going to have to get used to having a lot of sex anyways. Why not start now!?
You're alone, naked and sitting in a grassy field. There's not a single soul in sight.
<img class="passage-image" src="demongodsassets/you/scenes/grassyplain/plainsbate.webp" >
You start by grabbing your left breast with your left hand, and moving your right hand to your crotch. Rather than inserting right away, you took time to experience this electrical new feeling simply by caressing around your pussy lips. You then start gently rubbing your new slit. This is something new entirely. You begin to thrust your hips back and forth, moaning and squealing. You've never felt so free, and so happy.
You can feel your clitoris growing wetter, and you begin to touch it with your fingers. You keep playing with your breasts and pussy, but your attention keeps drifting back to your clitoris.
You wonder if it's possible to cum with your hands. Naturally you've never had an opportunity to try this before, but it seems like the logical next step. You move your left hand and place it over your clit. You then move your right hand down and insert two fingers into your pussy.
You thrust, in and out, in and out. You begin to moan louder and louder, until finally you feel yourself reach orgasm. You scream, your whole body shaking, your eyes rolling back in your head. You collapse onto the ground, gasping for breath.
For your first human orgasm, that was amazing. Addicting even!
</p>
[[head towards city in the distance|grill city][$currentlocation to "blackpoolgate"]]
[[head towards mountains|grill mountains][$currentlocation to "mountains_day"]]
</div>
<div class="conversation">
<<set $p.acceptance to 100>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Well I guess I better get moving. Hopefully someone will be able to point me in the right direction. At the very least maybe I'll find some food and some clothes. I'm starving. I wonder if they have grills in this world. Then I can be a grill, it's grillception!
</p>
</div>
<p class="narration">You don't have any idea what you're talking about, but then again you don't understand why someone else is reading your thoughts to you either, so whatever. It's like you're a character in some weird story.</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">But what am I supposed to do now? I was just a grill before. I don't know how to be a girl.
</p>
</div>
<p class="narration">You set off, determined to find your way in this new world. As you walked, you couldn't help but chuckle at the absurdity of your situation.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I still don't know what a typo is, but who would have thought it could lead to such a wild adventure? I guess you never know what's going to happen when you're a reincarnated grill.
</p>
</div>
<p class="narration">As you prepare to step out into the world, you can't shake the feeling that something isn't quite right. You pause, trying to focus on the source of your discomfort, and that's when you realize it - you have an extra sense, a sixth sense, that wasn't there before. It's almost as if you can feel an invisible appendage emanating from your body, a feeling that becomes even more pronounced as you start to focus on it.
At first, you're not sure what to make of this new sensation. It's not like anything you've ever experienced before, and you don't know how to describe it to anyone else. But as you continue to focus on it, you begin to realize that it feels like a charm spell - something that allows you to imbue objects with magical energy.
And that's not all. As you delve deeper into this strange new power, you realize that you have more magic at your disposal than you ever imagined. It's like a well of power within you, waiting to be tapped and harnessed. You don't know how you know this, or why you're able to use it, but you're certain that it's there, waiting for you to use it to its full potential.
It seems that as long as its sexual, any pain you receive turns into pleasure. Additionally you can't die from it.
You focus a little harder and you feel a burning at your finger tips. You know fire magic 1 and 2!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">This could be fun! I can't wait to try this body to the fullest!
</p>
</div>
<p class="narration">You should think of a new name while you walk...
</p>
[[head towards city in the distance|grill city][$currentlocation to "blackpoolgate"]]
[[head towards mountains|grill mountains][$currentlocation to "mountains_day"]]
</div>
<<set $randname to random(11)>>
<<if $randname is 0>><<set $defname to "Dhysienne">>
<<elseif $randname is 1>><<set $defname to "Aezsha">>
<<elseif $randname is 2>><<set $defname to "Rhellia">>
<<elseif $randname is 3>><<set $defname to "Qinelin">>
<<elseif $randname is 4>><<set $defname to "Elineli">>
<<elseif $randname is 5>><<set $defname to "Mezaela">>
<<elseif $randname is 6>><<set $defname to "Nessiana">>
<<elseif $randname is 7>><<set $defname to "Nessoris">>
<<elseif $randname is 8>><<set $defname to "Ohirvia">>
<<elseif $randname is 9>><<set $defname to "Fyseraela">>
<<elseif $randname is 10>><<set $defname to "Lynnelin">>
<<elseif $randname is 11>><<set $defname to "Vylarah">>
<</if>>
<div class="conversation">
<p class="narration">
The walk is slow it doesn't help that you're barefoot, and your breasts keep bouncing. Thankfully they're pretty small so it's not too much to handle. Though if they were bigger, might help you do your job easier.
The wind keeps annoyingly blowing black strands of hair into your eyes, but before you know it you've arrived at the city gates.
You arrive to see a guard eyeing you suspiciously.
<img class="passage-image" src="demongodsassets/people/fullbody/garret.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Guard</p>
<p class="speech">Who are you<<if $outfit.outfit is "none">> and where are your clothes<</if>>? </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh hello fellow human!<<if $outfit.outfit is "none">> I wasn't born with any. I've never had clothes before, I can't wait to get some though!<</if>> </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Guard</p>
<p class="speech"><<if $outfit.outfit is "none">>You've...never had clothes? What are you a gypsie or something? <</if>> Wait, did you just say "fellow human?" </p>
</div>
<p class="narration">
Why is that weird? Why is it so hard to act like other humans!?
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What's a gypsie? <<if $genderstart is "grill">>Oh sorry, what I meant was Hello guard! I'm a grill! Wait no, I mean girl!<</if>> <<if $outfit.outfit is "none">>Do you have something to wear and maybe <<else>> Do you have <</if>>a bite to eat? I'm famished... </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/garret.webp" /><p class="talkname">Guard</p>
<p class="speech">Lady you're weird. Why don't you turn the other way and get out of here? </p>
</div>
<p class="narration">
Oh no! Your deception is failing!
Now seems like the best opportunity to try out your new magic. You cast Charm Level 1 on the guard.
The guard looks at you semi-vacantly. you can feel his eyes travel down to your <<if $outfit.outfit is "none">>naked <</if>>breasts, then continue downwards.
The last time a man had his eyes on you like this, he was talking about food. Speaking of food, man are you starved.
The guard drops his spear and starts walking towards you, while simultaneously dropping his pants.
Your eyes are suddenly drawn to his dick in full view. You can feel a tingle in your lower regions and realize that you might be a little wet. You're not used to having a vagina and it honestly feels like you had an accident. More new sensations! Honestly, these new experiences are only getting more and more interesting.
He's already begun stroking it by the time he reaches you and forces a kiss on you.
As his tongue is in your mouth, you taste sweat. A bit unpleasant, but hey. New experiences!
</p>
<<set $p.acceptance to $p.acceptance + 1>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Mmmh! Are you food, cause I need you inside me!</p>
</div>
<p class="narration">
Momentary confusion crosses his eyes, but he immediately goes back to what he was doing. You're moaning as his hands start grasping your breasts and crotch
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Guard</p>
<p class="speech">Garret, what the Hell are you doing with that woman, what the fuck is wrong with you!?
If you paid for a whore you do that back at the brothel, not here! </p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/people/fullbody/jared.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Guard</p>
<p class="speech">I'm sorry Miss, my name is Jared and I'm the captain here. Please go back to the brothel for now. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hello Jared, whats a whore? Is it tasty?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">I... apologize if I was mistaken. Well no matter. Could you please tell me who you are and why you're here? <<if $outfit.outfit is "none">>And what happened to your clothes?<</if>> </p>
</div>
<<if $outfit.outfit is "none">>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I've never had any clothes before. I can't wait though. How do I get some?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">You've never had clothes before? Oh you poor thing. Are you homeless from another city? But your skin is so fair and clean. I can't imagine you struggled too much. Did you perhaps bump your head? </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh I've been plenty dirty, usually when I cook! I did wake up on the grass though, maybe I did bump my head?</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">*whispers to Garret* I think Gypsies did something to her mind, or maybe she got an injury.
You're a cook? Well while there's technically no law against it, it's still frowned upon to wander around naked. Come inside, I'll get you a bite to eat and something to wear.
Come along, and welcome to Blackpool. </p>
</div>
<<else>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hmm, who I am... You can call me <<textbox "$name" Grill>>
I'm a grill! Wait no, Girl! I have tons of experience taking a lot of meat!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">So you're a whore? </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What is that, is it tasty?
I guess you could say I'm a cook.</p>
</div>
<p class="narration">
Jared shakes his head. This conversation is getting to him.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">*whispers to Garret* She's obviously not a cook, not with skin that fair. But I don't think she's lying either. She might be some noble's maid, maybe he raped her and dumped her to hide what he did. Or maybe something happened and she got injured. She doesn't seem to be from our town, but I'm going to ask around. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ooh, are you talking about me? </p>
</div>
<p class="narration">
Jared clears his throat
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">I'm really sorry about that miss. Please come with me, and welcome to Blackpool. </p>
</div>
<</if>>
<p class="narration">
You follow Jared to the Guard Tower. He steps away for a moment.
</p>
[[2 hours later|grill city pt2]]
</div>
<div class="conversation">
<p class="narration">You begin your trek towards the mountain in the distance.
It starts to get dark and you realize you should probably find shelter.
You walk around the base of the first mountain you approached until you find a barely worn path. You begin your trek up that path until, in the distance you see a cave. You can't tell how big it is, but it's big enough to at least shelter you for the night. Unfortunately there is no clear path to the cave, so you'll have to climb through the bushes to get there.
You finally make it there, and as you enter the cave you see a door just inside.
<img class="passage-image" src="demongodsassets/img/backgrounds/cavedoor.webp" >
Check it out! A door! In a mountain! Nothing weird about that.
<img class="passage-image" src="demongodsassets/img/backgrounds/cavebed.webp" >
You enter inside, as soon as your eyes land on the bed you immediately jump on it and just pass out.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Well, it's not often that people come to my home and offer themselves to me </p>
</div>
<p class="narration">
You wake up feeling groggy and look at the source of the voice.
You see a gorgeous winged woman with horns.
<img class="passage-image" src="demongodsassets/people/fullbody/rhelyla.webp" >
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">But I'm not really into women, so you need to get up.
And you need to explain to me how you entered.</p>
</div>
<p class="narration">
Wow! You're a human, and you've already met your first horned human!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hello fellow human! </p>
</div>
<p class="narration">
You look around seeing that you clearly missed how much stuff was here. It's clear this place wasn't abandoned.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">You... Do you not see the horns, my wings? my tail? Clearly I'm not human.</p>
</div>
<p class="narration">
She stands and does a spin to show off her "human" body.
You just shrug
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Is that not normal?
All humans look the same to me. Though you're the first one I've spoken to, with my own voice! </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Are you... ok?</p>
</div>
<p class="narration">
She looks at you quizzically.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Nevermind, how did you find this place?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I just saw a door. Human customs are new to me, I just learned them. But I did try knocking!
When no one responded, I also tried asking the door but that was unresponsive too. I guess I can't hear it's response with my human ears though. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">...
You say you saw the door?</p>
</div>
<p class="narration">Her face softens.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">I see. You're one of us.</p>
</div>
<p class="narration">
You look at her confused.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Well duh, I just told you with my human mouth that I am human. </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Of all the possible people in my bed, I get a crazy one...</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Well, I can't have you staying here. This is my territory. Where are you trying to go?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't know. Some lady just told me to come here and kill some demons or something. But honestly I'm just happy to be here! </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Kill... Demons? But you're a demon. I am too.
Unless you're referring to those things that call themselves Gods? If so, I recommend you stop now. Nothing but your death will come of that. If you were sent to kill me, well I recommend you discover yourself before you try that, then reconsider.</p>
</div>
<p class="narration">This lady is pretty. Her words don't make a lot of sense, but she's probably just hungry.
</p>
<<if $outfit.outfit is "none">>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">You need to leave, but here. I've got some clothes you can take with you. </p>
</div>
<p class="narration">
She hands you some clothes to wear. They look very provocative, so many new things to try and you already get to try being a slut!
You check yourself out in the mirror. You look beautiful.
<img class="passage-image" src="demongodsassets/you/clothes/nohorns/noears/black/revealingdress.webp" >
You apologize once more, and thank her for her help, then you head towards the city.
</p>
<<set $outfit.outfit to "revealingdress">>
<<set $wardrobe.outfit.push("revealingdress")>>
<<else>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/rhelyla.webp" /><p class="talkname">Rhelyla</p>
<p class="speech">Most don't believe we exist, but some do and they can be a problem.
By the way, my name is Rhelyla. </p>
</div>
<p class="narration">
You apologize once more, and thank her for her help, then you head towards the city.
</p>
<</if>>
[[head towards city|grill city][$currentlocation to "blackpoolgate"]]
</div>
<<set $metbeforecity to true>>
<div class="conversation">
<p class="narration">
After the guard named Jared brings you to the guard tower, he <<if $outfit.outfit is "none">><<set $outfit.outfit to "rags">><<set $wardrobe.outfit.push("rags")>>gives you some rags to wear and <</if>>brings you some bread and heads out promising to return soon after checking missing person logs and reaching out to a couple families.
<<if $outfit.outfit is "rags">><img class="passage-image" src="demongodsassets/you/clothes/nohorns/noears/black/rags.webp" >
<<elseif $outfit.outfit is "jeans">><img class="passage-image" src="demongodsassets/img/scenes/breadjeans.webp" >
<<else>><img class="passage-image" src="demongodsassets/img/scenes/breaddress.webp" >
<</if>>
You chew on the bread as you really were starving. But while there wasn't much to begin with, your hunger isn't even a little bit sated.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Well, good news and bad news.
The bad news is we weren't able to find anyone missing matching your description. We checked noble houses, their maids as well as the brothel and tavern. I suppose it's possible you were a peasant's daughter, though that's hard to believe with your unnaturally good skin. But we have no way of reaching out to every peasant family. And... If you want my brutal honesty, lass. If you're from any family, noble or otherwise, and they haven't reported you missing. I'd wager there's a good reason you wouldn't wish to return to them.
I think it's likely you came from another town.
That said, the good news is that I was able to negotiate for you to stay. From now on, unless you do remember anything, your name is $name. </p>
</div>
<p class="narration">
Well the only person who would report you missing is a whole world away. Then again you didn't come with your body, did you leave a corpse? A grill corpse? But it's good to know that someone else was able to fill in the gaps in your story.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Now you clearly haven't got a penny to your name, and we got no place to offer you. My wife would kill me if I brought you home and well...I don't recommend staying with Garret.</p>
</div>
<p class="narration">
Jared hands you some money. Someone said "People aren't normally that nice", but Jared proved them wrong!
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Here, this is some of my own money. 200 copper won't get you far, but you should be able to get a nights stay in an Inn while you figure stuff out. I wouldn't be able to live with myself if I knew you had to sell your body for a bite to eat and a place to sleep. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Wow thanks mister! </p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/jared.webp" /><p class="talkname">Jared</p>
<p class="speech">Aye lass. Just keep your head down and stay out of trouble. And I recommend you find a way to earn money fast and hire a guard. A woman with skin as fair as yours is likely to be kidnapped for ransom, or never seen again.
For now, head north and turn right when you see the market. If you keep going straight for a bit, you should run right into the Inn.
Once you've got some money, if you ask me most of our apothacaries are quacks. But maybe one of them can help you recover your memory.
I'm sorry we can't help you more, but if you remember anything else please stop by and we'll do what we can. </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Donut worry! I'll be ok!</p>
</div>
<p class="narration">
You thank him one last time, as you head out and try and find this Inn.
</p>
[[enter the city for the first time|grill enter city][$currentlocation to "blackpool"]]
</div>
<div class="conversation">
<p class="narration">
This place is huge! You turned right at what appeared to be a market, you went down a road and found a building with lots of people laughing and clinks of glassware bringing you a sense of nostalgia. You asked a man on his way in and he pointed you in another direction. Eventually you come across what could only be described as an Inn.
It even has the cliche grumpy old man sweeping up outside!
<img class="passage-image" src="demongodsassets/people/fullbody/blackpool/innkeeper.webp" >
You walk up to the building, finally at an end to your long trek and see a man sweeping in front of the entrance. Before you get a chance to say a word he already opens his mouth.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">We're full.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Lucky! I'm starving!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">You daft, lass? I said we're full. Bugger off.</p>
</div>
<p class="narration">
He pauses looking you up, starting at your legs and moving upwards to your face.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">Hehe. I suppose I can make an exception if you're willing to make a deal.</p>
</div>
<p class="narration">
He starts rubbing his crotch through his robe while looking at you.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ok!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">What?</p>
</div>
<p class="narration">
The Innkeeper is taken aback. He's not used to women, especially women as beautiful as you, being so easy!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What kind of deal do you want? We can deal cards! Oh or drugs! Or wait, do you mean we make a deal? Why does this language have so many uses for the same word!?</p>
</div>
<p class="narration">
The Innkeeper steps away from you...
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/innkeeper.webp" /><p class="talkname">Innkeeper</p>
<p class="speech">I changed my mind. Get lost. You're freaking me out.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">What!? You offered me a deal! I want to experience it! No take backsies!</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/you/scenes/home/pout.webp">
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Hey Lady!</p>
</div>
<p class="narration">
You look at the source of the voice and see a somewhat disheveled, dirty man. He's clearly drunk.
<img class="passage-image" src="demongodsassets/people/fullbody/blackpool/creep.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hello!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">I got a place you can stay. I got food too! All it'll cost is 20 copper!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ok! I love food!</p>
</div>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/creep.webp" /><p class="talkname">Stranger</p>
<p class="speech">Heheh. I'm a cook, you'll love my food.</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh, I cook too!</p>
</div>
<p class="narration">
This guy cooks! There's no way someone who cooks could ever be a bad guy! Unlike that take-backs shitty Innkeeper.
</p>
[[Accept his offer|Accept his offer (grill)]]
</div>
<div class="conversation">
<<switch random(3)>>
<<case1>>
<p class="narration">
As the man entered, he found you lying on the couch, your dress having ridden up your thighs. The very edge of your panties visible. You act nonchalant, like it wasn't intentional to tease him from the start, and motion him to sit next to you. He moves his face towards you, and you kiss. Your tongues start to touch and passions begin to rise. You stumble back to the bed and made out like you both just hit puberty. He ran his hand over your clavicle, his skin hot to your touch. You start fidgeting with the buttons on his clothes, before you tug them off. His cock springs to attention.
He pulled a strap of your dress down, and broke away from kissing. He dived into kissing your neck and shoulders, you could sense his cock stiffening in his pants.
You stand up and he follows, but you push him back down on the bed. You wrap your warm soft hand around his dick and gasp at how firm it is.You start kissing around his cock<<if $genderstart == "male">>, remembering how you used to like it when you were a man, though your hunger quickly pushing those thoughts out of your mind.<<elseif $genderstart == "female">>, how you used to do it in your old life.<</if>>
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/bj/1.webp" >
You gave his cock head a few soft kisses while stroking it gently. You can sense his eyes on you as you open your mouth and slowly take his length in past your lips. With your succubi senses, you can feel your own phantom cock being sucked, making it easier to know exactly what feels good. You can feel your own mouth, warm, soft and wet. You bob up and down, slowly while swirling your tongue around it.
He groans as he grabs your hair, you continue working his cock eagerly.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mpnc.webp" /><p class="talkname">Client</p>
<p class="speech">Oh God </p>
</div>
<p class="narration">
Your only response is to take more of his cock down into your throat. Your lack of a gag reflex definitely makes things more confvenient.
The man starts to get more aggressive, and he uses your hair as a handhold as he starts pumping in and out of your mouth, fucking your face.
Your hands grip his thighs and the feeling of your lips sliding on your own phantom cock was pure bliss. You both felt your phantom cock cum, and at the same time you felt it spurt into your mouth.
You never stopped sucking and managed to swallow his entire load. You look up at him with lust.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Remove the rest of my clothes</p>
</div>
<p class="narration">
Sensing the man likes to be ordered around, you command him.
He's already hard again, not that you have any trouble causing that to happen as a succubus. He stands up and removes your clothes, his soldier already back at attention.
</p>
<<case2>>
<p class="narration">
The man enters, and approaches you. You get to your knees, his eyes on you as you start untying his trousers and let them drop to the floor. Then you pull his underwear down. Your eyes beam as you stare at his hard cock, hungry for it. <<if $genderstart == "male">>Your hunger quickly pushes out any thoughts of revulsion you should have felt as a man.<</if>>
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/bj/2.webp" >
You begin to lick his balls. He groans as your tongue travelled the surface of his sac, then you pop one and then both testicals in your mouth.
His cock pulsed and twitched, which you could feel both sympathetically with your powers and as it tapped against your nose.
Looking up at him dead in the eyes, you shove his head into your mouth. He groans as you suck down hard.
You look up at his eyes, looking back at you with his cock in your mouth. Your slurping sounds as you bob your head back and forth just assisting with the erotic nature of the act.
You begin to stroke him slow at first, while you suck. Feeling both the pleasure of lips on your own phantom cock and the pleasure of someone else's cock in your mouth.
Expertly without stopping, you remove the straps of your dress. As your dress falls to the floor, with only one hand you remove your own bra. As your other hand is still focused on stroking his cock along with your mouth. You start to pleasure yourself. It feels amazing feeling a phantom cock down there, along with your own vagina being touched.
Through your phantom cock, you can tell your mouth felt good as his tip explored the cavern of your throat.
With renewed determination, you decide you'll just make him cum again as you don't wish to stop.
You shove his whole cock down your throat, going back and forth with speed. The whole area filled with your own sounds of throat fucking as your head furiously bobs back and forth.
Your tits jiggle, and you can feel his balls wanting to explode and release. You release his cock for just a moment "Ready for your reward?♡" You ask.
Suddenly the cock in your hand jerks at the same time you feel your own phantom orgasm. He sprayed cum out, the first shot hitting you in the face. You immediately adjust his cock, aiming at your tits. Spurts of semen shoot out as his cock pulsed, icing your tits with his seed.
When he was finished, you apply some of your charm making him hard again.
He groaned as you licked the base of his cock, to the tip swallowing what semen is left there.
</p>
<<case3>>
<p class="narration">
The man enters, and you immediately get to work.
You start to kiss him and grind against him, while he gropes and grabs you. You feel his cock start to stiffen. You push him down on the bed, straddling his lap, lips pressed against his. You pull off his shirt and kiss.
His hands are on your ass, as he tentatively reaches under your skirt.
You don't stop him, so he pulls it up , <<if $outfit.outfit == "none">>fingers running over the bare skin of your ass. You didn't wear any underwear this time<<else>>Fingers running over the bare skin of your ass, you lift your butt just a bit, so he can help you remove your underwear.<</if>>His dick only further stiffens.
You climb off of him and guide him to stand. You untie his pants and pull them down with his underwear like an expert. You kneel in front of him, lips parted and glistening, shooting him a smile. His dick hangs in your face, fully erect.
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/bj/3.webp" >
You grab it, pumping the base of his shaft with your hand. You bring the tip of his cock to your mouth and then you're sucking on it.
An onslaught of pleasure on your phantom dick, from your pumping and licking. You can sense his desire for you growing.
You look up, as you see an expression of awe on his face. You giggle around his cock. You grab the base of his cock, swing it back and forth across your lips and outstretched tongue. He moans.
</p>
<<default>>
<p class="narration">
Your hand passes over his crotch, he's soft to your touch at first. But you place your thumb on the topside of his cock and run your finger up and down the bottom of his shaft, using a little bit of your charm power on him.
A drop of precum on the tip of his shaft, you can see the liquid glistening in the dim light as you continued flicking your fingertip over his frenulum. His muscles contracting with every touch.
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/bj/4.webp" >
As his pulsations increase in frequency, you could feel his precum wetting the top half of his shaft. You watched the clear fluid run down until it became a stream forming on a pool on his stomach. You felt his/your cock clench tighter until you knew one more stroke was all it needed.
Your face between his legs, he looked down from your perfect, curvy ass, down your back and back to your eyes. Without breaking your stare, a smile forms across your lips. You could feel a tongue run across your phantom balls, as you run your tongue against his.
You feel a surge of electricity from the phantom limb as you take him into your mouth. You bob up and down over his cock, your eyes still locked until finally you draw him deep into your throat.
You felt him twitch in your mouth, and you could tell from your own feeling that he was about to cum.
Instead of giving him release, you crawled up the bed and turned around so you were lying on your back with your legs spread wide, bent at the knees.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">My turn~♡</p>
</div>
<p class="narration">
He came to you, allowing your lips to touch and tongues to dance. He ran his hands down your body. His fingertip entered inside of you, followed by a second finger, then pushed them deep inside you. You could feel your walls pulsate around his fingers, soaking him. He removed his fingers, leaving a visible trail of wetness until they reached your breasts.
He moved between your legs and took you into his mouth. His lips against your pussy lips. His tongue ran down, drinking you in before finally bringing his lips around to your throbbing clit. You're rocked by orgasmic contractions as he held his mouth against you and drank the flood of your juices.
</p>
<</switch>>
<<switch random(2)>>
<<case1>>
<p class="narration">
You have your partner lay back. He rets on his elbows and watches you climb onto the bed.
You grin at him, maneuvering yourself over his hips. You grab his shaft, stroking it, guiding it, before sitting on it and letting it plunge into you.
You experience an explosion of pleasure as you feel your phantom cock enter a pussy so tight, so hot, so wet. While also feeling something so hot and so hard entering you. His eyes are on his dick, watching it slide into your petite frame, watching his cock fill you up, stretch you wide.
You start slowly, rolling your hips, riding him like he's a horse. You take his hands, bring them to your tits, two tight little handfuls. He plays with your nipples while you fuck him and bite your lip in pleasure.
You work up your pace, taking him inside you with an increasingly quick rhythm, sitting down on his cock until his balls are pressed against your ass.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">So deep~♡</p>
</div>
<p class="narration">
He grabs your hips, arms flexing, muscles straining as he drives you harder and faster onto his cock.
You love it, lips parting in pleasure, a happy daze growing on your face.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aah, aahh ♡</p>
</div>
<p class="narration">
you moan, pinching your own nipples.
</p>
<<case2>>
<p class="narration">
You lay on your back, and this strange gentlemen gets on top of you. He teases your entrance with his cock before he can no longer resist and inserts himself. Feeling your phantom cock insert into something so wet, warm and hot at the same time you feel something going into you, You moan "Aaah ♡"
His cock, throbbing so heavy inside of you, you can't help but moan softly. His hot breath lands across the junction between your neck and shoulder, you kiss his mouth.His fingertips dig into your hips, keeping you still on the muscle of his thighs and weight of his length. The heat surging into you at a curling speed, dulling your vision with the distant promise of sheer ecstasy. You're feeling exactly what he's feeling, but more.
He looks at you and you tell him what you sense he wants to hear;
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I feel so full, You're so hot.</p>
</div>
<p class="narration">
you barely make out before his hands slam you against him.
He groans, and you feel him get harder inside of you. You relax your body, listening to the sound of skin slapping against skin. His hands move from your hips to your thighs, his thumbs squeezing hard into you to hold you in place.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Client</p>
<p class="speech">You're beautiful! </p>
</div>
<p class="narration">
with so much sincerity you might have fallen for him if you didn't already know this about yourself.
</p>
<<default>>
<p class="narration">
The man was exhausted and ready to stop, but you had other ideas. You applied your charm magic causing his erection to harden.
He stood on the floor at the edge of your bed and pulled at your legs, sliding you down the length of the bed until your knees were at his sides. He took his cock in his hand and ran the head up and down your slit, moistening the crown. He pushed his thumb down at the base giving him the perfect angle, the head of his cock held just inside you. Your clit was gently twitching, calling, begging to be penetrated.
His pelvis slowly pushed forward as his cock slowly disappeared into you, until it sat at its base.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Fuck me, fuck me fuck me!♡</p>
</div>
<p class="narration">
His hands grasped at your thighs, his cock disappearing and reappearing back into you, slowly at first. Your wetness left a visible coating on his cock. As the volume of your moans increased, so did his thrusts. The room filled with the sound of wet skin on skin contact. Your moans turned into screams as you felt his cock drive hard into you. In and out, in and out, the intensity increased.
</p>
<</switch>>
<<switch random(3)>>
<<case1>>
<p class="narration">
You sit on his cock and look him in the eyes and mutter to him;
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Finish in me, however you want.</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/top/1.webp" >
He maneuvers you to your hands and knees, ass round and glorious in his face. He kneels behind you, hands on your wait for leverage. He fucks you doggy style with fierce, acute thrusts. You moan in pleasure, feeling your tight vagina clamp down on his cock on both the giving and receiving ends.
You both cum. For you, you felt it out of both his cock and your vagina. An intense wave of of pleasure as his cock pumps you full of spunk. He holds you in place until he's done, using your tight pussy to milk his cock dry.
</p>
<<case2>>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Client</p>
<p class="speech">Would you like me to cum inside you?</p>
</div>
<p class="narration">
He bucks up to you, hitting a critical spot inside you that it nearly knocks the breath out of your lungs.
</p>
<div class="talk">
<img class="otherheadshot" src="demongodsassets/people/headshots/mnpc.webp" /><p class="talkname">Client</p>
<p class="speech">You're so tight, I wanna fill you up</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Please ♡</p>
</div>
<p class="narration">
You barely manage to moan out your response, clutching onto his hands. After having the shape of his cock in you for the past several minutes, feeling the same size, shape and heat pushing you over the edge in motion, has your abdomen trembling through sheer white hot buzz.
You're barely moving on your own accord, his hips are doing all the work, fucking into you so smoothly like he knows how much it drive you crazy. You start rolling your hips against his thrusts.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Cum inside</p>
</div>
<p class="narration">
You look at him, begging with your eyes.
He gasps into you, hot breath burning where it spreads. Sloppy blazing heat gushes into you as his hips pause. You can feel him cumming with your powers, that explosion of ecstasy, at the same time your orgasm is spreading as his hot cum spreads inside of you.
</p>
<<case3>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/top/2.webp" >
You took the cock inside you, feeling the man release precum inside you adding to the wetness you already had. A jolt of electricity between your phantom cock and your pussy, you felt the walls of your pussy clinch around his cock, slowly at first, causing him to buck harder into you like a ravenous animal until you could no longer hold back.
Biting your lip, you wrapped your legs around him, pulling him deep and holding him in place. A lingering moan passes your lips as your thighs began shaking at his hips. Your pussy squeezed and milked his cock as you came. In that next moment, he lost control as well.
He grasped your hips, and drove himself deep inside you one last time as the pulsations of his cock became hard contractions. As his cock twitched, you felt his cum flood into you. The contractions of your pussy meeting with the pulsations of his cock, demanding every last drop from him.
</p>
<<default>>
<p class="narration">
His cock is so hard and now very wet from you. You take a couple of breaths before positioning and pulling him down your throat.
<img class="passage-image" src="demongodsassets/sexscenes/blackpool/brothel/top/3.webp" >
He thrusts deeply, instead of just holding in in your throat, you have to struggle to keep your hands between your legs so you can continue to pleasure yourself too. You feel your clit swelling intensely.
Time stops as he fucks your face for a while, and you watch as he leans his head back. You feel his tension building and needing release.
You taste him. You begin to moan, but after a few very deep thrusts he pulls out. The head of his cock dripping with saliva that also dripped down your chin.
You stand up, your legs feel weak and pussy throbbing so hard it takes focus to stand. He tells you to bend over the table.
You do as he asks, the table feels cold against your flush skin. You feel him firmly grab the back of your neck before slowly running his hand down your spine and grabbing your ass. He kneads and slaps your ass cheek hard, and you brace yourself for another slap. Instead he reaches down and grabs your pussy so he can feel how nice and wet you are.
You try to turn back and look at him, but he is firmly holding you down by the back of your neck. He lightly pinches your clit making you squirm, before he slides his fingers inside of you and your whole body moves.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Give me your cock!~♡</p>
</div>
<p class="narration">
You feel him slowly start to stretch you out, as you gasp in delight. The pressure is overwhelming.
He's amost ready to slide his cock all the way inside you, he stands up but keeps you forced down against the table with one hand. You can feel yourself edging towards climax, the pressure of his head deep inside you and his thickness stretching you further is what sends you over the edge. You love the deep pleasure mixed with pain that sends electric waves up your spine.
You start breathing harder, your breathing and moans change as you tighten around him and your knees buck with orgasmic contractions as you experience yet another orgasm.
You can tell he's going to cum soon by the way his cock feels, and the way he's pumping into your greedy slit. Your excitement at the meal grows. Just as you start to cum again, he pulls out and tells you to open your mouth.
His hand moves down to his cock as you get on your knees obediently. You moan loudly as you feel him cum hard on your tongue and face, careful to make sure that any missed drops land on your tits. You don't want it to be wasted.
You taste him and watch him continue to stroke as you let out a satisfying moan. You lick the tip of his cock with your tongue.
He gently leans down and wipes cum off your face with his finger, and sticks it in your mouth, you feel more contractions as your body cums one last time.
</p>
<</switch>>
<<nobr>>
<<set $cummod to 70 + ($slutfame * 2)>>
<<if $outfit.accessory is "greencrest">>
<<set $cummod = Math.round($cummod * 1.15)>>
<</if>>
<<set $inv.cum += $cummod>>
<<set $coppermod to ($slutfame + 20) * 2>>
<<set $inv.money += $coppermod>>
<<set $arousal to 0>>
You have fed. Your hunger is back to 0.
You gained $coppermod copper in tips!
You gained $cummod in cum!
<</nobr>>
<<if $energy gte 30>>
[[work another shift|Work at the Brothel][$energy -= 30, $slutfame += 1, $p.acceptance += 1]]
<<else>>
You're too tired to work another shift.
<</if>>
Go back to [[town]]
</div><div class="conversation">
<<switch random(2)>>
<<case 1>>
<<if $horns is true>>
<p class="narration"><img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/horns1.webp" ></p>
<<else>>
<p class="narration"><img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/1.webp" ></p>
<</if>>
<p class="narration">
You step towards the plant woman, carefully stepping your bare feet on her petals as you move closer to her. Any resistance she previously had is gone. She's completely defenseless to your advances, letting out loud moans as you approach. No longer able to hold back, her vines start caressing your body, you smell the scent of musk and flowers. Her long slender fingers wrap themselves around your shoulders as you come in close, pulling you close and pressing her lips against yours. Your heart beats faster and your breath becomes short and shallow as you kiss the Alraune.
One of her vines teases your back entrance as her right hand moves to your cunt and her mouth moves to one of your nipples. You moan softly into the Alraunes' mouth, enjoying the attention she pays to you. After several minutes of kissing and groping each other, the alraunes vine gently pushes into your ass, its cock-head already lubed with its own precum. You feel it push into you and begin to thrust, entering you inch by slow inch. The sensation of it sliding into you sends shivers throughout your entire body. You arch your back and moan loudly as it fills you up, and it responds by grabbing your hips tightly and driving even deeper. She removes her hand, and grabs one of her own cock-vines. She sucks on the tip for just a moment, before guiding it to your dripping twat.
Your mouth goes to her sweet nipple tasting of nectar, as she begins to stroke herself as she fucks you, watching intently as her cockvine slides between your slick labia and into your hot cunt, the pressure building steadily inside you. Her hands grip harder as she feels her climax approaching, and you can feel it too. You get on your knees, giving her easier access and giving your mouth access to her cunt as you move some of her larger flower petals away from the entrance. You lick around the outer rim of the swollen clit, teasing it lightly. Then you plunge your tongue inside the moist hole, flicking it around her sensitive flesh as you suckle on it greedily. You feel the tension build in the alraune and she lets out a loud moan, her vines pumping you harder and faster and buckling under the pleasure coursing through her body. You hear a wet slap and feel warm splashes hit your face and hair, followed shortly after by a string of cum shooting. Multiple vines around you have erupted in sticky white cum as they spray the two of you.
You swallow everything, savoring every drop as she pulls out and collapses on the mossy floor.
</p>
<<case 2>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/2.webp" >
You step forward towards the Alraune, eager to taste her. You step gently, a little worried you might cause her pain by stepping on her oversized flower petals. She doesn't seem to mind though, and once you've stepped past them, you kneel down beside her and place your hands on either side of her head. Her dark brown eyes meet yours as you bring your face near hers, a sad expression on her face. Not for herself, but for what she worries she's about to do to you. She resigns herself to the lust, she closes her eyes and opens her mouth, her vine-cocks already teasing your slit. She tilts her head back so you can slide your tongue into her mouth, which you gladly accept. Her tongue swirls around yours as her petals rub against your legs and thighs. When you pull away, she follows suit with her own mouth opening wide, pushing her tongue back in your own mouth.
The vine cock at your slit is already lubed up from your own juices as it's rubbing against you. You keep grinding your cunt against it, inviting it inside. Soon enough, it stretches you open and begins sliding into you, filling you with it's thick length. The pleasure shoots through your body causing you to shudder violently as you feel it enter deep inside you. You both moan into each others mouths. You reach up and cup your breasts in your hands, squeezing them together as you feel her cock push deeper and deeper into your cunt. You look down and see she's already inserted one of her own vine cocks inside her own dripping pussy, her other one still buried within you. She guides your hands to her tits, encouraging you to fondle them as she keeps fucking you. She takes your left breast into her mouth, sucking on it as she continues to fuck you with her vine. She works your nipple roughly with her teeth and tongue, biting it softly and tugging on it.
Your pleasure has been growing as one of her mild orgasms triggers a sympathetic orgasm in your own body. You feel her cock spurt inside you, at the same time you feel a cock you don't have spurt inside of something warm and wet. It spurts again, and yet again. Your body shakes uncontrollably as you cum hard, shaking your whole body as wave upon wave of intense pleasure courses through you.
Suddenly her body tenses up and she bites hard on your nipple, her cock beginning to pump you and herself full of cum. You let out a muffled scream as you cum again, this time feeling her cock erupt inside you with equal force. You feel the last few drops fill you up before her cock withdraws from your twat. Having sucked enough energy from the Alraune, she passes out.
</p>
<<default>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/3.webp" >
You step forward to the alraune, gazing at her beautiful flowery hair, and the flowers that fold around her legs like a beautiful red dress. As you step closer, the flower begins to unfold, giving you a perfect view of her dripping pussy. You press your palms against it's soft petals and run your fingertips along their edges, tracing the curves and lines of the petals. Her pussy looks the same as any other woman, other than the nectar scent surrounding it. Who are you to keep her waiting? You kneel down in front of her, and begin stroking it.
Her pussy folds back further revealing the pinkish flesh underneath, her clit sticking out prominently from it's hood. You touch it, running your fingers across it's smooth hairless surface. You open your mouth and stick out your tongue, licking it slowly as you continue stroking her pussy with your hand. Her clit grows in size beneath your tongue and soon it's poking out above it's hood, begging for more attention. You give it some gentle licks and strokes as she gasps and moans above you, her hands gripping your hair.
Her vines found your breasts and began stroking them, but unable to wait any longer, you grab one of them and shove it inside your own dripping snatch, using your free hand to squeeze your breast. The alraune grunts and cries out as she cums, spraying into your cunt with her tainted cum, overflowing and pouring out of you. Neither of you are ready to finish yet, and so you keep going, her vines stroking your breasts and playing with your nipples as you play with her pussy. Her cock is coated with your juices and her own cum, making it easy to slide into your hungry cunt without much effort.
Getting an idea, you grab the vine currently playing with your breasts, and you shove it into her own gaping cunt. She screams out in surprise and pleasure as you take control of her own sex toy, fucking her with it until she's moaning and crying out in ecstasy. She pulls your hair, barely able to contain her pleasure as her body violently convulses from an orgasm. A second later, you get to experience her orgasm through your own sympathetic orgasms as your entire body explodes in tiny electric sparks. She explodes again as she floods your womb with seed, as well as her own.
Having worn her out and stolen a good deal of energy, she's spent and passes out.
</p>
<</switch>>
<<nobr>>
<<set $expmod to 100 + (($e.lvl - $p.lvl) * 15)>>
<<if $expmod lt 0>>
<<set $expmod to 0>>
<</if>>
<<set $arousal to 0>>
<<set $coppermod to Math.max($e.lvl * 10)>>
<<set $cummod to ($e.lvl * 20)>>
<!-- accessory bonus -->
<<accbonus>>
<!-- difficulty bonus -->
<<if $difficulty lt 1>>
<<set $expmod = Math.round($expmod * 0.75)>>
<<set $coppermod = Math.round($expmod * 0.75)>>
<<set $cummod = Math.round($expmod * 0.75)>>
<<elseif $difficulty gt 1>>
<<set $expmod = Math.round($expmod * 1.25)>>
<<set $coppermod = Math.round($expmod * 1.25)>>
<<set $cummod = Math.round($expmod * 1.25)>>
<</if>>
<<set $inv.money += $coppermod>>
<<set $inv.cum += $cummod>>
<<set $lust += $expmod>>
<</nobr>>
<<enemy_drops>>
<p class="narration">Congratulations! You have gained $expmod EXP!
You have also obtained $coppermod copper and $cummod cum!
<<if _dropChance >= 55>>
$fullname dropped _itemDropped!
<</if>></p>
The Alraune imparts the Dryad Queen's favor to you!
Your health is partially restored, your energy surges with newfound vigor, and any lingering desires have been quelled!
<<set $energy to Math.min($maxenergy, $energy + Math.round($maxenergy * 0.15))>>
<<set $arousal to Math.max(0, $arousal - Math.round($maxarousal * 0.25))>>
<<set $p.hp to Math.min($p.maxhp, $p.hp + Math.round($p.maxhp * 0.25))>>
<<if $currentlocation is "forest1">>
[[move on|forest1]]
<<elseif $currentlocation is "forest2">>
[[move on|forest2]]
<<elseif $currentlocation is "forest3">>
[[move on|forest3]]
<</if>>
</div>
<<set $arousal to 0>><div class="conversation">
<p class="narration">
<img class="passage-image" src="demongodsassets/img/apt/office.webp">
You're at another work event at your company's office. Typically, you work from home, but occasionally you're required to come into the office for team-building events. Sure, you attend all the invites involving free food, but that's different. Here, you have to pretend to care about all the morale-building stuff they do. Team Lead dyed her hair green because your team hit all their goals?
...yaaay. As the team lead passed out the color test packets, you rolled your eyes. You doubt you'll ever enjoy these cheesy team-building exercises; it's like when a company claims, "We're all a family here." Yet it's easy for them to say when they're the boss. The company organizes those super-exciting team-building events that everyone just can't wait to attend? Nothing brings us "family" members together more than a day of forced fun and awkward icebreakers. And when they make decisions that directly impact us, they always have our best interests at heart, right? I mean, who needs dental care anyway? American dental procedures are just a few thousand dollars without insurance, so it's not like it's a big deal or anything. After all, we're one big, happy family looking out for each other, aren't we?
You put your thoughts and frustrations aside and listen to the instructions. Across the table, your colleague Sarah practically jumped for joy about the test. She loved personality quizzes, and it wasn't uncommon for her to tell you what type of hamburger you were based on some stupid, unrelated questions.
Whatever, you'll just do your best to rush through the questions like usual. Will you actually read them this time, or will you just pick randomly?
</p>
If this were a game, what difficulty would you prefer?
(can be adjusted later in your home)
a) Super Easy (for players who don't care about gameplay)
b) Easy (enemy attack is greatly reduced, reduces exp)
c) Normal (the intended way to play)
d) Hard (enemies hit much harder, increases exp)
<<listbox "$difficulty">>
<<option 'super easy'>>
<<option 'easy'>>
<<option 'normal' selected>>
<<option 'hard'>>
<</listbox>>
A surprise attack disrupts your quest. How do you react?
a) I charge into battle, my anger fueling my strikes.
b) I manipulate the enemy into finishing my quest
c) I calmly assess the situation and adapt my strategy.
d) BIG STICK SOLVE PROBLEM
<<listbox "_colors" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
You face a mysterious and ancient puzzle to unlock a hidden treasure. How do you approach it?
a) BIG STICK SOLVE PROBLEM
b) You kidding? I'm fantastic at puzzles!
c) I get distracted and give up; who cares about a stupid puzzle
d) I trick a scholar into doing the work for me
<<listbox "_colors2" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
You must select an ally to join your party for a perilous quest. How do you choose?
a) WHOEVER HAVE BIG STICK
b) I carefully weigh my options and choose someone who brings balance to the team
c) I manipulate someone into joining
d) Why choose? Bring them all!
<<listbox "_colors3" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
Your party faces a dangerous decision that could have dire consequences. How do you proceed?
a) I calculate the best course of action
b) I flirt with someone and use them as my meatshield
c) I convince my team to follow my plan, even if I don't have one
d) BIG RISK; JUST USE BIG STICK
<<listbox "_colors4" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
You attend a grand ball in a royal court. How do you behave?
a) No one will leave without knowing my name
b) I use party tricks
c) I look for the ones in charge and guide the conversation in my favor
d) I'm shy and wait for people to come up to me
<<listbox "_colors5" autoselect>>
<<option 'a'>>
<<option 'b'>>
<<option 'c'>>
<<option 'd'>>
<</listbox>>
<<link 'Confirm' 'Madventure start'>>
<<if $difficulty is "easy">>
<<set $difficulty to 0.5>>
<<elseif $difficulty is "super easy">>
<<set $difficulty to 0.05>>
<<elseif $difficulty is "normal">>
<<set $difficulty to 1>>
<<elseif $difficulty is "hard">>
<<set $difficulty to 1.5>>
<</if>>
<<if _colors is "a">>
<<set $p.magic -= 1>>
<<set $p.melee += 1>>
<<elseif _colors is "b">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors is "c">>
<<set $p.charm -= 1>>
<<set $p.magic += 1>>
<<elseif _colors is "d">>
<<set $p.charm -= 1>>
<<set $p.melee += 1>>
<</if>>
<<if _colors2 is "a">>
<<set $p.melee += 1>>
<<set $p.magic -= 1>>
<<elseif _colors2 is "b">>
<<set $p.magic += 1>>
<<set $p.melee -= 1>>
<<elseif _colors2 is "c">>
<<set $p.melee += 1>>
<<set $p.charm -= 1>>
<<elseif _colors2 is "d">>
<<set $p.charm += 1>>
<<set $p.melee -= 1>>
<</if>>
<<if _colors3 is "a">>
<<set $p.melee += 1>>
<<set $p.magic -= 1>>
<<elseif _colors3 is "b">>
<<set $p.magic += 1>>
<<set $p.melee -= 1>>
<<elseif _colors3 is "c">>
<<set $p.charm += 1>>
<<set $p.melee -= 1>>
<<elseif _colors3 is "d">>
<<set $p.melee += 1>>
<<set $p.magic -= 1>>
<</if>>
<<if _colors4 is "a">>
<<set $p.magic += 1>>
<<set $p.melee -= 1>>
<<elseif _colors4 is "b">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors4 is "c">>
<<set $p.charm += 1>>
<<set $p.melee -= 1>>
<<elseif _colors4 is "d">>
<<set $p.melee += 1>>
<<set $p.charm -= 1>>
<</if>>
<<if _colors5 is "a">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors5 is "b">>
<<set $p.magic += 1>>
<<set $p.charm -= 1>>
<<elseif _colors5 is "c">>
<<set $p.charm += 1>>
<<set $p.magic -= 1>>
<<elseif _colors5 is "d">>
<<set $p.magic += 1>>
<<set $p.charm -= 1>>
<</if>>
<</link>>
<p class="narration">
What's with all the fantasy shit?
</p>
</div>
<<nobr>><<set $gender to "male">>
<<set $genderstart to "male">>
<<set $outfit.outfit to "jeans">>
<</nobr>>
<<widget 'charmscene'>>
<<if $e.name is "squik">>
<<switch random(2)>>
<<case 1>>
<<if $horns is true>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/tentacle/horns1.webp" >
<<else>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/tentacle/1.webp" >
<</if>>
<p class="narration">
<<if $spells.aura gt 0>>Your charming aura makes the Squik even hornier than usual. <</if>>The humanoid mass of tentacles was wriggling in anticipation. Its pulsating thin and thick tendrils dripping slimy precum, seeking a warm body to impregnate and corrupt. The air was saturated with the sweet and salty smell of cum, it numbed your mind with every breath and your nipples were tingling and erect. The smell worked like an aphrodisiac on you as well; making your pussy moisten like never before. After all, that's how it lures its victims. You however did not need to be lured. After using your charm skill so many times, and the smell of the creature, your succubi instincts took over and you started preparing yourself. Getting thoroughly pounded is what you're here for, regardless of whether that was your original intention. Your cunt was already dripping.
The Squik smelled your arousal, rather than walking, it slowly slithered in your direction until it was close enough to hug you. It had access to your body now, tendrils caressing your flat belly and round ass. Another pushed up between your tits, leaving trails of sticky white substance on your pale skin. Its hot flesh pressed against yours, sending shivers down your spine. That wasn't all though; its softness felt good too. In fact, it almost tickled as it spread heat throughout your body. You could smell cum mixed in with the corruption. You knew the real fun would begin when that sticky white substance was coating your insides. You moaned softly at the sensation and tried to move closer, but the tentacles kept holding you back. They seemed to want to play with their new toy first. As if they sensed your frustration, one tentacle wrapped around both your hands and pinned them behind you. The tendrils wrapped around the base of your breasts, making sure any attempt to escape would be torture on your sensitive tips.
The Squik reacted as its tentacles began poking at impossibly tight holes. The tightening coil of the vines on your flesh would have been unbearable to anyone else, but thanks to your skill you just moaned through it. With each touch, the pleasure increased exponentially. A few more strokes from those long and thick fingers and you couldn't help but moan louder, letting out a low growl deep inside your throat. It was only natural.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/squik/1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
The head of one of the phallic-like tentacles pressed itself into your mouth while another slid down your stomach, teasingly rubbing along your clit. You arched your hips towards it, moaning loudly again. The tip of the tentacle slipped under your skirt and found your wet folds. One after another, the tentacled monster teased your pussy lips and clit, spreading your juices across your thighs and soaking your panties. The tentacle at your pussy pressed inside, stretching you open with its bulbous shape. It rubbed against the walls of your tunnel leaving a sticky white trail dripping from your body and out of your pussy. You experienced an orgasm that made any other joy you experienced in your past life feel like a bad memory.
The tentacle in your twat removed itself, leaving you empty and sad, though not for long as yet another took its place immediately; before the first moved upwards and rubbed and slapped its length on your face as if to assert dominance, then plunged into your waiting mouth. You open your mouth, inviting it inside, your tongue poking at the hole at the tip, triggering a floodgate of sperm into your guts while the one in your twat inflated your womb. You greedily sucked on it, feeling the smooth texture sliding down your throat. The taste of your own juice combined with the skidids musky scent filled your senses, making you dizzy. Another tentacle pressed on your ass. You gasp at the new sensation, your throat filled with more spurts of thick seed. You swallow as best you could, but one gulp is never enough. The tentacle at your ass pushed deeper, forcing your cheeks apart. It slid into your anus, causing you to let out a muffled cry. The Squik was fucking you from every orifice now!
As soon as you recovered from this latest assault, the tentacle at your mouth pulled away and two others entered. This time instead of sucking on them, you used your tongue to lick the shafts. Their slick surfaces coated your tongue as you swirled them about, tasting your essence mixed with theirs. Your orgasm came again quickly; the pleasure overwhelming you once more. The tentacle in your twat withdrew and two more replaced it, stretching and filling you up. Sensing the creatures orgasms, you could sense this fun was nearing its end. The creature too dumb to realize its life force was fading. You wished you could make it last longer, but unfortunately there was no way to do that, after all it would be dead when you were done. With one final thrust in all your holes, the creature gave one shudder before releasing a torrent of cum into every orifice and on your body. It covered you in thick ropes of white goo, It was such a waste.
With that, the creature fell still. You feel renewed with energy as you watched the creatures body deflate and remove its tendrils from your holes.
</p>
<<case 2>>
<p class="narration">
In the dim forest light you could see the vaguely humanoid shape of the Squik, with a handful of tendrils moving independently in the air. You suck in a breath as you watch it approach, spreading your legs and motioning with a finger inviting it closer.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Come here.</p>
</div>
<p class="narration">
The creature didn't seem intelligent, and made no reaction to your words. Yet it moves forward, its tentacles wrapping around you and pulling you onto the ground where it lays on top of you, one tentacle wrapped around your ankle soon joined by 3 more that wrapped around your wrists and other ankle. Its grip was iron and a heat spread through you. It lifted your leg, exposing your pussy. You groan as the tentacle enters your ass from behind, pushing inside.
<img class="passage-image" src="demongodsassets/sexscenes/forest/tentacle/2.webp" >
It slides in easily and fills you completely. You writhe beneath it, your toes curling as the tentacle pushes further inside.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/squik/2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
A tendril curled around your left breast, squeezing it tightly.
Another tentacle went towards your mouth, but when you invited it inside by opening your mouth, it turned and wrapped itself around your throat instead. Your body went slack, giving it strength and control. Another tendril began sucking on one of your nipples as if it were a newborn begging for milk, as the purple head of one of its phallic tendrils bumps into your lips.
You open immediately, granting it access. It sprays a burst inside your filthy twat, catching you by surprise as you open your mouth wider for another orgasm. Once the tip was inside your mouth, it forced its way down your throat and pushed its entire length deep within you, momentarily stopping at your constricted throat, before loosening its grip and continuing..
You gagged and choked, unable to breathe properly as it continued pumping. Soon the whole thing was buried in your throat. If it weren't for your powers, you'd surely be dead by now. It's a good thing you're the target this time.
You prefer being in control, but this treatment gave you a new desire to serve. The large and long cock pounding at your cervix. You know you probably should feel pain, but it's nothing short of bliss, your body momentarily pausing to shudder at another explosive feeling. Soon you feel more, tinier tendrils creeping up your legs to your already stuffed pussy. They tease your entrance with their slippery bodies before entering. Two of them enter your pussy and start working themselves into you, delicately teasing your folds almost as if this creature cared about your pleasure.
You floated in a sea of pleasure, barely able to think straight as the tentacles continued to work on you, one after another. You squirmed and moaned, trying to keep some sort of rhythm going as the beast fucked your pussy and throat relentlessly. The familiar sensation of another orgasm building in your loins made you tremble with anticipation. Just when the wave broke over you, another tentacle entered your asshole. The creature seemed to enjoy this position immensely. Every inch of its cock was buried inside you, stretching you wide and deep.
The tentacle in your mouth and ass fell into a rhythm with the one in your pussy, overloading your nerves as another orgasm built up inside you. The tentacles at your neck and chest squeezed harder, milking your boobs for all they were worth, though sadly with nothing coming out. You felt something warm splash against your thigh. More followed, covering you entirely.
Your moans turn into gasps as you endure the slow but hard pounding, kept perilously close to bliss. Each time it slams into your cervix, it sends waves of ecstasy shooting through your body. The tentacles continue to squeeze and twist, forcing your breasts together and pinching your nipples. You can hear it getting closer to climax. Without warning it increased its pace before slamming into your stretched asshole, holding itself deep as it unloaded more hot white liquid in every orifice. Left without strength, the beast withdrew. Lowereed to the ground and withered as you rode out the pleasure.
</p>
<<default>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/forest/tentacle/3.webp" >
As your charm spell finishes working its magic on the Squik, you suddenly felt gently restrained around your midsection. Gently pulling you down to laying on your back. The floor below you was soft, and you could feel the cool ground on your back. You reached down to feel what was restraining you, and felt some sort of vine that was viscous and warm to the touch. It was definitely alive and part of the creature in front of you.
Multiple but smaller appendages slithered in and wrapped around your wrists and ankles, further restraining you, despite the fact that you're a willing participant. You felt two new tentacles sliding up the sides of your chest, leaving a sticky residue and massaging your soft flesh, causing you to moan softly.
Your breathing became heavy and labored, the tendrils writhe along the underside of your breasts. Cupping them delicately. One of the tendrils slipped in between your breasts, snaking its way to your nipple. It rolled around it slowly, pressing inward and twisting ever so slightly until you whimpered softly.
The sensation sent tingles throughout your body, especially between your thighs. Your nipples were already attentive and eager for comfort, on the ends of these tentacles were small suckers. Both lathced onto your nipples as they suckled your milkless breasts. You moaned audibly from the divine feeling.
Two more tentacles joined the first in circling your waist, keeping you pinned down as they slid down your body. The tips brushed against your sensitive pussy lips. Your skin began to get warm as you started to sweat lightly. Small aches ran along your body as you became heated and yearned for more. Almost as if it could sense your desires, a larger tentacle entered the vicinity, snaking under your leg and brushing up against your shapely ass cheek. You didn't have to guess at where it was headed, and your pussy ached in anticipation.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/squik/insert.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
It was a sizeable tentacle, which had ribbed sections along the length of it, and a smooth head resembling a cock. It brushed up against your welcoming vulva, acquainting itself with your now abundant juices, sending jolts of pleasure coursing through you. As it did, the vines that bound you grew tighter around your limbs and torso, ensuring that you couldn't move much. Finding your vagina, it swiftly sank inside you, plunging deeply within. You buckled from the sudden intrusion, but only for a moment before the monster gripped your hips firmly, preventing any movement.
Once fully inside, the creature began moving its cock in and out, rubbing your walls with each stroke. The newfound pressure against your tender walls was blissful. Your body shook all over from the combined sensation of the new penetration combined with the constant stimulation of your delicate nipples. In response to your pleasurable sounds, the tentacle began to pump faster, making sure your clit got hit just right. The pleasure was intense. Your mind was clouded with lust and need, and you could do little else than moan loudly as the creature ravished your body.
Your pussy was accomodating as the tentacle probed further, the ribs along its length scraping across your labia. Your eyes roll into the back of your head as the creature worked its way deeper into you, making sure not to leave anything behind. When it finally reached your deepest parts, the creature paused for a second before resuming its steady pumping.
Your pussy was drenched, and the appendage filled you up just right as your body quivered. The sensations were maddening. It wasn't enough that the tentacles were playing with your tits, but then they moved lower and began caressing your inner thighs, stroking them gently and arousing you even more. You arched your back off the mossy floor, moaning louder and throwing yourself into the experience.
The tentacle was as deep inside you as it could get, with nowhere else to go it began retracting and surging into your pussy repeatedly. You gasped and screamed incoherently as your body convulses with pleasure. Each thrust caused you to arch your back more violently, screaming out loud as the tentacled creature pumped you full of its seed, turning the mossy floor into a mess of fluids and slime.
Your moans became sharper and louder, drowning out the sounds of birds chirping outside the cave. All you wanted to do was cum again, and the creature obliged by fucking you mercilessly. The vibrations of its movements were strong enough that you thought you might pass out. The tentacles at your waist and limbs did their best to keep you stead as your hot body convulsed wildly and repeatedly, the sweet nectars of your pussy splashed about, soaking your legs.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/squik/insert2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
Finally the tentacle slowed and pulled out, releasing a flood of hot fluid that covered you from head to toe. The tentacles at your feet and hands released you, allowing you to sit upright once more. You laid there for a moment, watching the beast shrivel and die as your body twitched involuntarily in the afterglow. You were exhausted, yet still very aroused. You looked down at your dripping wet crotch, noticing how swollen you were from having multiple orgasms.
</p>
<</switch>>
<<elseif $e.name is "alraune">>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Alraune</p>
<p class="speech">Please! You need to leave! I can't hold back anymore! </p>
</div>
<p class="narration">
The Alraune was barely resisting its sexual urges and was trying desperately not to corrupt you too.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Sounds fun.</p>
</div>
<<if $outfit.outfit isnot "none">>
<p class="narration">
You proceed to remove your clothes. The Alraune's eyes widen in shock.
</p>
<</if>>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Alraune</p>
<p class="speech">Are you insane!? </p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Nah, just really horny. <<if $genderstart == "male">>And since I used to be a guy, you creatures are much easier on the eyes for me.<</if>></p>
</div>
<<switch random(2)>>
<<case 1>>
<p class="narration">
<<if $horns is true>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/horns1.webp" >
<<else>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/1.webp" >
<</if>>
You step towards the plant woman, carefully stepping your bare feet on her petals as you move closer to her. Any resistance she previously had is gone. She's completely defenseless to your advances, letting out loud moans as you approach. No longer able to hold back, her vines start caressing your body, you smell the scent of musk and flowers. Her long slender fingers wrap themselves around your shoulders as you come in close, pulling you close and pressing her lips against yours. Your heart beats faster and your breath becomes short and shallow as you kiss the Alraune.
One of her vines teases your back entrance as her right hand moves to your cunt and her mouth moves to one of your nipples. You moan softly into the Alraunes' mouth, enjoying the attention she pays to you. After several minutes of kissing and groping each other, the alraunes vine gently pushes into your ass, its cock-head already lubed with its own precum.
You feel it push into you and begin to thrust, entering you inch by slow inch. The sensation of it sliding into you sends shivers throughout your entire body. You arch your back and moan loudly as it fills you up, and it responds by grabbing your hips tightly and driving even deeper. She removes her hand, and grabs one of her own cock-vines. She sucks on the tip for just a moment, before guiding it to your dripping twat.
Your mouth goes to her sweet nipple tasting of nectar, as she begins to stroke herself as she fucks you, watching intently as her cockvine slides between your slick labia and into your hot cunt, the pressure building steadily inside you. Her hands grip harder as she feels her climax approaching, and you can feel it too.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/squik/alraune2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
You get on your knees, giving her easier access and giving your mouth access to her cunt as you move some of her larger flower petals away from the entrance. You lick around the outer rim of the swollen clit, teasing it lightly. Then you plunge your tongue inside the moist hole, flicking it around her sensitive flesh as you suckle on it greedily.
You feel the tension build in the alraune and she lets out a loud moan, her vines pumping you harder and faster and buckling under the pleasure coursing through her body. You hear a wet slap and feel warm splashes hit your face and hair, followed shortly after by a string of cum shooting. Multiple vines around you have erupted in sticky white cum as they spray the two of you.
You swallow everything, savoring every drop as she pulls out and collapses on the mossy floor.
</p>
<<case 2>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/2.webp" >
You step forward towards the Alraune, eager to taste her. You step gently, a little worried you might cause her pain by stepping on her oversized flower petals. She doesn't seem to mind though, and once you've stepped past them, you kneel down beside her and place your hands on either side of her head. Her dark brown eyes meet yours as you bring your face near hers, a sad expression on her face. Not for herself, but for what she worries she's about to do to you. She resigns herself to the lust, she closes her eyes and opens her mouth, her vine-cocks already teasing your slit.
She tilts her head back so you can slide your tongue into her mouth, which you gladly accept. Her tongue swirls around yours as her petals rub against your legs and thighs. When you pull away, she follows suit with her own mouth opening wide, pushing her tongue back in your own mouth.
The vine cock at your slit is already lubed up from your own juices as it's rubbing against you. You keep grinding your cunt against it, inviting it inside.
Soon enough, it stretches you open and begins sliding into you, filling you with its thick length.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/alraune/alraune.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
The pleasure shoots through your body causing you to shudder violently as you feel it enter deep inside you. You both moan into each others mouths. You reach up and cup your breasts in your hands, squeezing them together as you feel her cock push deeper and deeper into your cunt.
You look down and see she's already inserted one of her own vine cocks inside her own dripping pussy, her other one still buried within you. She guides your hands to her tits, encouraging you to fondle them as she keeps fucking you. She takes your left breast into her mouth, sucking on it as she continues to fuck you with her vine. She works your nipple roughly with her teeth and tongue, biting it softly and tugging on it.
Your pleasure has been growing as one of her mild orgasms triggers a sympathetic orgasm in your own body. You feel her cock spurt inside you, at the same time you feel a cock you don't have spurt inside of something warm and wet. It spurts again, and yet again. Your body shakes uncontrollably as you cum hard, shaking your whole body as wave upon wave of intense pleasure courses through you.
Suddenly her body tenses up and she bites hard on your nipple, her cock beginning to pump you and herself full of cum. You let out a muffled scream as you cum again, this time feeling her cock erupt inside you with equal force. You feel the last few drops fill you up before her cock withdraws from your twat. Having sucked enough energy from the Alraune, she passes out.
</p>
<<default>>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/forest/alraune/3.webp" >
You step forward to the alraune, gazing at her beautiful flowery hair, and the flowers that fold around her legs like a beautiful red dress. As you step closer, the flower begins to unfold, giving you a perfect view of her dripping pussy.
You press your palms against its soft petals and run your fingertips along their edges, tracing the curves and lines of the petals. Her pussy looks the same as any other woman, other than the nectar scent surrounding it. Who are you to keep her waiting? You kneel down in front of her, and begin stroking it.
Her pussy folds back further revealing the pinkish flesh underneath, her clit sticking out prominently from its hood. You touch it, running your fingers across its smooth hairless surface.
You open your mouth and stick out your tongue, licking it slowly as you continue stroking her pussy with your hand. Her clit grows in size beneath your tongue and soon it's poking out above its hood, begging for more attention. You give it some gentle licks and strokes as she gasps and moans above you, her hands gripping your hair.
Her vines found your breasts and began stroking them, but unable to wait any longer, you grab one of them and shove it inside your own dripping snatch, using your free hand to squeeze your breast.
The alraune grunts and cries out as she cums, spraying your into your cunt with her tainted semen, overflowing and pouring out of you. Neither of you are ready to finish yet, and so you keep going, her vines stroking your breasts and playing with your nipples as you play with her pussy. Her cock is coated with your juices and her own cum, making it easy to slide into your hungry cunt without much effort.
Getting an idea, you grab the vine currently playing with your breasts, and you shove it into her own gaping cunt.
She screams out in surprise and pleasure as you take control of her own sex toy, fucking her with it until she's moaning and crying out in ecstasy.
She pulls your hair, barely able to contain her pleasure as her body violently convulses from an orgasm. A second later, you get to experience her orgasm through your own sympathetic orgasms as your entire body explodes in tiny electric sparks. She explodes again as she floods your womb with seed, as well as her own.
Having worn her out and stolen a good deal of energy, she's spent and passes out.
</p>
<</switch>>
<<elseif $e.name is "slime">>
<<switch random(2)>>
<<case 1>>
<p class="narration">
<<if $horns is true>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/slime/horns/1.webp" >
<<else>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/slime/1.webp" >
<</if>>
Slimes are easy prey with a small life force. But sex with slimes can be incredibly fun. You approach your target, your charm already taking affect. The slime looked like a woman, though with a liquid blue body. You reach for its face, there's some resistance as your fingers slip inside, almost as if you were pushing them into a thick pudding.
The slimes hands didn't move, instead its own breasts pushed up against yours, fully immersing them with its own slime body. It was wet, warm and incredibly pleasant.
The slime had full control over every squeeze and sucking motion it did within its body. Within another moment, the slime pulled the rest of your body inside it, fully suffocating you. However, since this was sex your body wasn't suffering without oxygen.
Fully immersed your back was arched and you were floating as it poked and prodded you with invisible fingers. Your mouth opened wide and began being fucked. The slime kept doing things to your body that made you shake and squirm, you couldn't help yourself. Every part of your body felt wonderful and pleasurable;
Finally, the slime found its goal. Your slimy cunt.
Its phantom tendrils started to push into your pussy, it took no time for your inner walls to become saturated. The slime was pushing its essence inside you, seeking your womb. This particular slime seemed to be primarily water, but you know some are made up of various other fluids. It tasted of ocean salt water, though thankfully not as strong.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/slime/1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
Its essense found its target as it kept fucking you. You would be moaning in pleasure, but there's no oxygen inside the thing. Needless to say, you were still moaning in your head, accidentally swallowing large masses of the creature's body in your mouth, while your cunt works its magic to absorb the creature currently trying to fill your womb.
Suddenly an explosion of pleasure hits you, your body jerks and shudders. There's a sharp intake of breath and then an inaudible cry escapes your lips as you come, the slime flooding you with its own essence. It feels so amazing, and so warm and delicious that you just want more!
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/slime/2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
Your head was finally released back to the air as the creatures body was losing mass. Whether the slime realized it or not, it was too late. Your body was instantly absorbing everything flooding into your womb and turning it into more power. You could feel it flowing through your veins and into your heart. The slime kept being sucked inside of you, as if your pussy were a straw and you tilted your head back and screamed as another powerful orgasm shot through your body.
As soon as you stopped screaming, the feelings began to fade and the slime was nowhere to be seen. All that was left was a small puddle beneath you that never finished getting absorbed.
</p>
<<case 2>>
<p class="narration">
<<if $horns is true>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/slime/horns/2.webp" >
<<else>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/slime/2.webp" >
<</if>>
The charmed slime moves towards you in a fast motion, just an amorphous blob slithering towards you at high speed which you make no attempt to doge.
Once it's close enough, it wraps itself around you tightly, trapping you in a hug. Your arms wrap around its waist, pulling it tighter to your chest.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/slime/3.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
A single tendril of slime pops out of the top and wraps itself around your breasts before meeting your lips. Getting the hint, you open your mouth and let it slide in. Like an inexperienced lover, it shoved its tendril down your throat, as its tendrils start to stroke your breasts.
It presses itself against your crotch and slides another tendril into your waiting cunt and pulls you forward to start working yet another into your ass. The way it's making you feel makes you dizzy, your eyes rolling back into your head. Before long you're having multiple simultaneous orgasms, each stronger than the next. Each one sending shocks throughout your body.
You gasp loudly as the slime starts flooding your womb. Its essence is potent and it's already filled you up quite nicely.
It's also leaking all over your body, soaking into you like a sponge. You can feel the slime oozing out of your pussy onto your belly and stomach. Sadly for this slime, there will be no birthing of more creatures, or turning you into one like it. If the creature was even intelligent enough to understand your body was converting its entire being into energy, it would already be too late.
You toss your head back and moan again as another orgasm rips through you, shooting jolts of electricity through your body. It doesn't stop there however, the slime seems to be enjoying it as well as it keeps pumping more and more of its essence into you. It doesn't take long until your ass and pussy have sucked up the last remaining drops of the slime.
</p>
<<default>>
<p class="narration">
<<if $horns is true>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/slime/horns/2.webp" >
<<else>>
<img class="passage-image" src="demongodsassets/sexscenes/forest/slime/2.webp" >
<</if>>
This slime had a female shape with a translucent body like you're used to. However this one had a bit of a surprise. It seems like it had learned to mimic the shape of cocks as this slime had a girthy appendage between its feminine legs. Entranced, it approached you and quickly wrapped itself around you, it knew exactly what it was doing.
Once it got close enough, it grabbed both sides of your hips and squeezed tight, holding you in place while it pressed its shaft against your slit. You groaned softly as it slid inside you, pressing deep inside you and stretching your insides. It fucked you very much in the same manner a human might, sitting you down in its lap while it lifted you and dropped you repeatedly onto its cock. Due to your sympathetic orgasm, slimes don't really get pleasure the same way a human might, so it was doing this entirely for your benefit.
An unselfish slime was new and interesting. Its body was green and it smelled of plants, so this one likely survived mostly on flora. Or perhaps it recently ate an alraune. Either way, you enjoyed being fucked by such a lovely creature. It laid you back on the mossy forest floor and spread your thighs wide, letting it fuck you harder and faster. It picked up pace and slammed its cock into you over and over again, filling you with its essence almost like a cock might. When it came, you could tell because it sprayed your womb with a massive load of slime and it continued pumping after that, making sure none escaped.
Like it watched too much porn, it flipped you onto your knees and took you doggy style, completely unaware of its shrinking body. It held onto your hips tightly as it pumped you hard and fast, slamming into you as if it was trying to milk every drop of cum from its balls. You were feeling good from the orgasms alone, but the slime was keeping you happy with its constant thrusts and deep pounding. Soon, you felt another orgasm building up inside of you.
It must've known that as well, because it unloaded another torrent of slime straight into your womb. Your pleasure hole clenched shut tightly around it, trying to milk it dry. It kept thrusting and you kept cumming until suddenly you didn't feel full anymore and you no longer felt a force pounding into you. You looked back to see it was gone, and nothing left but a puddle to show it was ever there.
You whimper in disappointment that it's already over, and collect your things before moving on.
</p>
<</switch>>
<<elseif $e.name is "goblinsct">>
<<switch random(2)>>
<<case 1>>
<p class="narration">
The goblin scout completely lost to your charm and was a slave to its lust. Violently ripping off its already torn and useless clothing. Its body was small, and its dick was disappointingly smaller than you expected. That said it was still big enough to fit inside your pussy, which is something you needed right now.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Lie down.</p>
</div>
<p class="narration">
The goblin complied, your complete slave. His tiny dick standing at a 90 degree angle. You sat your slit down directly on his face before bending over and grabbing his tiny disappointing cock and aiming it towards your mouth. at least this way you don't have to look at its ugly face.
You started licking it eagerly, slurping it up greedily. He moans loudly into your cunt as he feels your tongue on him. He worked his mouth along your pussy, lapping up any juices that leaked out of your hole. Eventually, he found your clit and started sucking it, teasing it with his teeth gently. After a few minutes of this, you couldn't hold back your climax any longer, nearly causing him to lose consciousness as you blocked the oxygen from his body with your convulsions.
You grew tired of this however, as he was a disappointing lover in every regard, and still not wanting to see his face, moved lower to ride him reverse cowgirl. There was some difficulty aiming his tiny cock towards your tight hole, but once it popped inside you, it wasn't so bad. You've had better, but it's still a cock. It went in nice and slow, stretching you open with ease, making you moan happily as you rode the goblin. You'd bounce up and down slowly, careful not to bounce too high and have it pop out, riding the little creature's cock, squeezing it tight as you bounced.
The goblin said something incoherently while you were bouncing up and down, clearly having trouble breathing. You ignored him, continuing to grind against him, waiting for that sweet splash of cum you needed inside of you. You can feel an orgasm coming on, but you're a little disappointed as you can sense it's his orgasm not your own. That said, even if his orgasm isn't as powerful as your own you still enjoy it. <<if $genderstart == "male">> It's getting harder and harder to miss your dick after experiencing so much with a woman's body. <</if>>Pretty soon this is who you'll be. A cum loving whore who lives for her own sexual pleasure. And, well...Delicious cum.
The goblin spurts inside of you, his seed coating your insides. As he finishes, he falls unconscious and collapses on the ground. Annoyed, you continue riding him, milking his cock for every last drop of his semen. Against his will, his cock was unable to soften in the presence of a succubus, even unconscious. You continued riding him until he suddenly gasped in pain, and spurted the last of his life into your greedy cunt.
</p>
<<case 2>>
<p class="narration">
The goblin scout completely lost to your charm and was a slave to you. Ripping off its already torn and useless clothing. Its body was small, and its dick was thankfully on the bigger side, for a goblin that is. You get on your hands and knees, no words need to be said when you're exposing your cunt to it like this.
<img class="passage-image" src="demongodsassets/sexscenes/forest/goblins/doggy.webp">
He takes control, pushing himself up and sliding his cock inside of you, taking you roughly. You moan in pleasure as he plows into you, thrusting deeply into you and filling you with his seed, cumming way too quickly. But, no goblin is capable of remaining soft in your presence and it continues thrusting. Its gross moans escaping its lips behind you. You stop focusing on him and instead focus on your own body as it convulses around his cock. Cum squirts out of your pussy and lands all over the ground beneath you. What a waste.
You turn around and look at the goblin, frowning at the sight of it laying limp. After checking its pulse you confirm it's already dead. Its dick still standing at attention, you're tempted to finish getting yourself off, but... You don't think Necrophilia is a line you're ready to cross yet.
Instead you wipe some of the cum dripping from your snatch and lick your fingers clean, savoring the taste.
</p>
<<default>>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bertie</p>
<p class="speech">Ay Bert... Look at this slut. She wants us Bert. </p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bert</p>
<p class="speech">Aye, she can't resist our huge cocks, Bertie! </p>
</div>
<p class="narration">
You look down at their disappointingly small and average sized cocks.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I'm not sure the two of you are even enough to satisfy me. But I'm willing to let you try.</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bertie</p>
<p class="speech">Ay you fuckin' whore, we're gonna pound you so hard your babies will be having babies! </p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bert</p>
<p class="speech">Yeah! Babies!</p>
</div>
<p class="narration">
Goblin Scouts were terrible lovers, but maybe two of them can do a better job satisfying you! Completely naked, you prepare yourself by getting on your hands and knees.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I hope you do..</p>
</div>
<p class="narration">
Though really if you think about it, even if they can't get you pregnant that really does sound pretty gross. Fucking goblins always gotta spoil the mood.
<img class="passage-image" src="demongodsassets/sexscenes/forest/goblins/Bert.webp" >
One of them grabs onto your waist, while the other grabs you by the hair and pulls your face towards his bumpy cock, eliciting a complaint from his friend as your ass moved away from the others tiny cock. If it weren't for your ability that turns any pain into pleasure you'd have been pretty pissed right now. But luckily for you, getting your hair pulled so roughly only makes your cunt drip more and draw a moan from within your throat.
The goblin who had grabbed your hair takes advantage of your open moaning mouth to shove his cock down your throat. Or at least that's what he tried to do, but he was only able to make it to the back of your tongue.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/goblins/1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
You suckle on his cock eagerly, eager to please him as best as possible while his friend fingers your asshole and finally inserts his cock in your waiting snatch. They start fucking you simultaneously, each man taking one of your holes, their rhythm completely off from each other and trying to pull you in the opposite directions at the same time. You feel an orgasm building near your face and experience a tiny burst of pleasure as the one in your mouth twitches and spurts right away, and you swallow it down eager for more.
The one in your cunt is panting hard, but with your sympathetic orgasm you sense he's not even close. Good. Maybe he'll actually last longer than those other shitty goblins. His thrusts grow stronger and harder and you squeeze him tighter, encouraging him to keep going. You feel an orgasm rising inside of you as he picks up speed, thrusting into you with more vigor.
The one in your mouth keeps thrusting, grunting louder and louder. Then suddenly, without warning he releases a loud grunt followed by a large amount of spit drooling out of his mouth.
His cock jerks and sputters out cum into your mouth, covering most of it, leaving just enough to coat the rest of your tongue with. You manage to swallow it all down enjoying it when you know you should be repulsed by it, cleaning up whatever you missed with your hand. You look back to take his cock back in your mouth again but he's laying on the ground out of reach. Shriveled up. Seriously? That's all he had?
Your pussy starts throbbing uncontrollably and you cry out loudly as you cum squeezing down on the other goblins cock. Was this one Bert? Bertie? In fact, it seems like a lot of goblins are named either Bert or Bertie. What's with that?
However even your cunt squeezing down on the goblin isn't enough to make him cum. You don't sense any approaching orgasm from him at all! What the fuck is his problem?
Suddenly he slams into you hard, and his body jerks irregularly.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/goblins/2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Finally!</p>
</div>
<p class="narration">
Though you still don't sense anything from him.
But instead of the pleasure of that hot white liquid you crave, your cunt is left empty and waiting. That fucker pulled out!?
You wait for the cum to land on your ass, but nothing warm or wet touches you. Instead you hear a thump.
You look back at Bert or Bertie and his face is twisted in pain and he's clutching his chest.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Dude really fucked himself to death? Are you kidding me? What about me!?</p>
</div>
<</switch>>
<<elseif $e.name is "goblinarcher">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
You successfully seduced the goblin archer with your charm magic. But a number of goblin scouts come out of the bushes.
You prepare to run or fight, but the goblin archer speaks up.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Goblin Archer</p>
<p class="speech">Her cunt is mine first, you boys can have whatever else. </p>
</div>
<p class="narration">
You smile. Looks like you were gonna have a feast! <<if $outfit.outfit isnot "none">>You remove your clothes in a hurry, and <<else>>You <</if>>lay your back on a soft patch of grass, spreading your legs wide inviting anyone who wants inside.
One of the scouts gets a little over eager and positions himself in front of your cunt, but sadly the archer shoves an arrow in the scouts eye socket, killing him instantly.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">HEY! HIS CUM WAS MINE!</p>
</div>
<p class="narration">
You're surprised at how pissed you are. Never would you imagine you were capable of being upset about missing out on cum.
The goblins just laugh.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Goblin Archer</p>
<p class="speech">Don't worry bitch, we got plenty more for you. </p>
</div>
<p class="narration">
The archer and his 4 scouts surround you.
The archer attempts to insert his bumpy cock inside your twat, but you're too tight! He forces another goblin to spread your lips while he finally inserts himself inside of you.
Another goblin sits on your stomach and sticks his dick between your breasts. While 1 straddles your face and sticks its cock down your throat. At this point you can't see but you feel two other dicks place themselves in eacho of your hands. You now have a dick in your pussy, mouth, breasts and both hands! You're excited!
The one in your mouth begins to buck his hips, thrusting deep inside you while you moan into its shaft. The one between your tits rubs his cockhead along your nipples causing you to groan in ecstasy. Another goblin thrusts into your hand grip. As they all cum at almost they same time you're overwhelmed. Not from your own orgasm, but you just experienced 5 male orgasms at once! Your mouth, hands, breasts and vaginal walls all coated with semen.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/goblins/7.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
They switch positions, this time one of the bigger ones gets under you, inserting his cock in your ass, while one of the others takes a turn at your cunt. You can practically feel the dicks rubbing each other! It feels amazing, and you get your coveted burst of pleasure.
They keep taking turns coming in you, on you, and around you until you yelled at them that all cum either goes in or on you. They seemed to understand because soon after that, you felt someone ejaculating directly on your forehead. And then it started raining sperm.
Fucking stupidass goblins.
Finally, after your cunt is dripping with a years supply of baby batter, you look around at all the dead and shriveled goblins around you. Their life force was delicious, you just wish they weren't so stupid.
</p>
<<default>>
<p class="narration">
After charming the archer, it doesn't take long before you're surrounded on your knees and nude by several cocks.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Record scratch, freeze frame. Yep, that's me. You're probably wondering how I got into this situation.</p>
</div>
<p class="narration">
The goblins just look confused.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Goblin Scout</p>
<p class="speech">We haven't even started and she's already broken </p>
</div>
<p class="narration">
You chuckle to yourself as you open your mouth and pop one of their dicks inside. Using your two hands you start rubbing off two more. The two behind you just start stroking themselves.
Another cock attempts to insert itself in your mouth with the first one, and you do your best but they're not really angled appropriately. Before long, the first one in your mouth is already coating your teeth in sticky white goo. You feel an incoming orgasm in your left hand and you pull the cock towards your face aiming at your open mouth, though plenty ends up on your lips and breasts.
The sensation of being covered in cum sends waves of pleasure through your body and you find yourself shaking as the first wave hits you. You swallow the cock in your mouth as it throbs and shoots load after load down your throat, making you convulse with your own pleasure as well as theirs.
The cocks behind you have alread begun painting your backside in thick ropes of cum. Soon you're gonna look like a slime made of pure cum, and you wonder why you ever thought it would be disgusting. When the last of them finishes filling your mouth and keels over, you lay there in the bodily fluids allowing your body to soak up whatever it can before you move on.
</p>
<</switch>>
<<elseif $e.name is "goblinsldr">>
<<switch random(1)>>
<<case 1>>
<p class="narration">
Goblin Soldiers are tough enemies, but they're easy lays. So...Why bother fighting them at all!?
You beckon the soldier closer, his eyes slightly glazed over by your spell. The soldier is rather muscle bound and when he removes his armor he has a surprisingly large cock, even for a human!
You present your ass, waiting for him to insert into your hungry slit. Instead however he rather forcefully inserts himself into your ass!
<img class="passage-image" src="demongodsassets/sexscenes/forest/goblins/soldier.webp" >
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ahh!</p>
</div>
<p class="narration">
You're caught off guard, but still you moan like the slut <<if $p.acceptance lte 50>>you're becoming<<else>>you are<</if>>.
No lube or anything. Damn you're so happy you have that pain into pleasure ability.
He begins thrusting hard and fast, slamming against you repeatedly, hitting every sensitive spot. He's not gentle at all and you can feel his balls slapping your clit with each thrust, sending electric shocks throughout your entire body.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/goblins/4.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
It's such a rush! This guy could have been rough or slow, but instead he's pounding away like he's possessed! You arch your back, letting him hit you deep as he pounds into you, feeling his cock growing larger and thicker with each thrust. Suddenly you mentally feel a pressure for him and you know he's gonna blow his load into your waiting asshole. Then, without warning you feel your cock, wait no. His cock bursting into something extremely tight and warm.
You push back, demanding more.
And more he gives you.
His cum splashes out as he pumps shot after shot into you. Once you feel a sudden absence in your ass, you look back and see he's done. He tried so hard and was able to temporarily satisfy you, but now he's dead.
You smile.
</p>
<<default>>
<p class="narration">
The goblin soldier is leering at you with a creepy smile. But as he removes his heavy armor, he reveals a very muslce bound chest and incredibly large cock. You immediately drop to your knees and begin sucking on it eagerly, relishing the taste of salty sweat mixed with a hint of saltiness. This goblin was not only well groomed, but he even smelled good. You're happy to find prey that cared so much about hygiene, that was rare in a goblin.
Once you've cleaned the head and shaft off thoroughly, you continue licking his balls. You love how plump and round they are, and how smooth they are. Each time he moans, you press further down on his sack, giving his nuts a nice squeeze. After you give each nut a few squeezes, you lick up and down his shaft, savoring the flavor of his pre-cum. You feel his first orgasm coming and you lean back on your butt and let him spray your face.
<<if $animationsenabled is true>>
<video style="max-width: 75%;" controls loop autoplay muted>
<source src="demongodsassets/animations/monstersex/goblins/5.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<</if>>
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Goblin Soldier</p>
<p class="speech">You look even prettier than before. </p>
</div>
<p class="narration">
Cum dribbling down your lips, and nearly blocking your vision in one eye<<if $genderstart == "male">>. No doubt, if you were still a guy you probably would have agreed with him<</if>>, you sit back up and raise your leg high in the air, presenting your pussy to him. You wiggle your hips side to side, teasing him with your movements. You want him to enter you, you want more pleasure and you need more cum. You're hungry.
He positions himself, your leg over his shoulder, and quickly enters you.
Ohhh, no foreplay to prepare and yet that oh god does it feel good! His big cock stretching you wide.
He starts to pound you, slowly at first but gradually increasing speed and intensity. Every time he slams into you, you can feel your insides getting stretched wider and thinner. You feel like you'll split apart if he keeps fucking you this way. But that doesn't stop you from moaning and screaming with delight. He grabs hold of your waist and pulls you onto his lap, grinding himself into you. Your cunt is soaking wet with your juices, but you don't care, you're having fun and that's all that matters.
You wonder what would happen, if a cock really did split you apart. Your power keeps you from suffering any damage or pain, but are there limits? What if there was a cock made of pure lava, how would your body heal from that? Or perhaps it would still somehow take it as if it was a regular cock.
Another hard thrust, and your body explodes with an orgasm, knocking you out of your thoughts. His orgasm? Yours? You don't know. Right now you're experiencing both.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Goblin Soldier</p>
<p class="speech">Ahh...why...can't I...stop?... </p>
</div>
<p class="narration">
You squeeze down with your pussy
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Because I won't let you. I'll be snacking on your life! ♡~</p>
</div>
<p class="narration">
He looks at you in fear, but he's unable to stop pumping you, coating your tunnel with another coat of paint. With a final thrust, he releases a massive amount of cum deep inside of you, filling you completely. As the last bit of cum oozes out and drips down your thighs, he finally removes himself, groans, and falls over dead.
</p>
<</switch>>
<<elseif $e.name is "bandit">>
<<set $sexcount += 1>>
<<if $forest1minialive is true>>
<<switch random(1)>>
<<case 1>>
<p class="narration">
The bandit you charmed already has his cock out and is drooling.
Well, if he's gonna be stuck there staring, you can make use of his mouth. You walk up to him, plant a kiss on his chest and push him backwards. He stumbles over the pants around his ankles and falls on his back, the wind knocked out of him. You don't even give him a chance to catch his breath as you sit on his face, and take his cock in your mouth.
You bob up and down on his cock, taking every inch of him into your mouth. The taste of him mixes with the smell of his sweat and you moan happily.
As you go faster, he starts panting heavily. Soon enough he cums down your throat. You pull away and let it drip down your chin, then swallow it whole. As his cum drips down and lands on your $breasts breasts, you use a finger to scoop whats left on your chin and stick it in your mouth. Swirling the tangy yet sweet milky texture around your tongue. This man tastes good! You must have more!
You go down lower, your head between his legs, and your hair blocking his view of what you're doing to him. But you can feel the wet mouth around a phantom cock, and you know exactly how he feels.
It's not as good as having a real cock inside your pussy, but you need more of that flavor. You start fondling his balls, coaxing more of that delicious cum out of him and into your awaiting maw. You hold back on drinking him dry, so he can experience the feeling of pleasure as well.
He gasps out loud when his cock erupts and you only swallow what you must to avoid it spilling out. You lean back, your hand still on his cock and savor the cum in your mouth. Your mouth is full, he came so much and you intend to take your time with it. You move your tongue along your teeth, the milky sweet taste, and smooth texture of his cum swirling around your mouth. Normally cum is lumpy and stringy, but something was different about this one. Since becoming a Succubus, you've discovered so many different flavors of semen.
Is it because you're a Succubus<<if $genderstart isnot "fem">>, or do other women also feel this way<</if>>?
Unfortunately, you're unable to resist. Like chewing on a tootsie roll pop, you can't just lick it til it's gone. Eventually you have to chew it. Or in your case, eventually you can't resist swallowing his load.
But that's ok, there's more where it came from. White cum leaking out of your mouth and flowing down your breasts, you lean your head back down for another meal.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hehehe~ ♡</p>
</div>
<p class="narration">
Thankfully no one is around to hear you giggle to yourself, well no one who will be alive for much longer.
You continue to suck on the remaining cum, savoring the sweet taste as it slides down your throat. After you're satisfied, you slowly lick up any stray cum that's still on his cock before sticking it back in your mouth.
The bandit was not prepared to experience discomfort and pleasure at the same time. This next spurt will probably be his last.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> N-nnnnnnnggggggg!</p>
</div>
<p class="narration">
You feel his cock twitching in your mouth and suck every last drop you can out of him. You feel him go limp in your mouth before you open your eyes and confirm he's dead.
You lean back, and with your hands to your face, you smile to yourself and take in the pleasure of his taste and texture. Swirling it around one last time before finally gulping down the last of his life.
</p>
<<default>>
<p class="narration">
The bandit was no match for your charms. Why did he even bother?
You offered yourself up to him, but he was so resistant. He couldn't understand why a woman was willingly offering herself to him, instead of having to rape her like usual!
But fine, you could play along. You'll let him have his fun and pretend to be raped.
<<if $outfit.outfit isnot "none">>You remove your dress, giving<<else>>You give<</if>> him a little show as you speak
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh no, I'm so scared! This bandit is mugging me! ♡</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">What? Wait that's not what I said, I... I... What did I say..?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Will someone please help? He's going to viciously attack me and force his dick inside, before sharing me with his buddies and impregnating me!</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">I..Yeah..Yeah I think that's right! That's exactly what I said! You fucking bitch, you're going to salivate at the sight of my cock as I choke the life out of you!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh no, whatever shall I do ♡</p>
</div>
<p class="narration">
He's confused, but your charm has placed his brain in a bit of a fog and he can't quite place what's wrong here.
He violently grabs you by the throat and shoves you hard against a tree.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaah ~♡</p>
</div>
<p class="narration">
He holds you to the tree by the throat as he starts sucking and biting at your breast in a way that would have been painful. But because he is under your control, he can only give attempt to fuck you like a rabid dog.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">On the floor slut!</p>
</div>
<p class="narration">
He throws you on the ground. Your hair a mess, yet your scrapes instantly healing and never causing you any pain.
He pulls out his cock and stands menacingly over your naked body. His cock is dripping with precum as he stares down at you with wild eyes.
He gets atop you, missionary style and violently shoves his dick in your waiting cunt.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Bitches always get wet when I do this, no matter how much they complain!</p>
</div>
<p class="narration">
Idiot. You'll enjoy snacking on his life.
You let him continue having his fun, moaning at his cock forcing its way through your vaginal walls. You watch as his chest heaves and his eyes roll back into his head in ecstasy and you feel his orgasm at the same time you feel hot seed pumping inside of you, desperately trying to find an egg to fertilize. You feel your own pussy getting drenched in a pool of his cum and you moan as the sensation overwhelms you and your body is racked with pleasure.
His cum pulses into you over and over again as he continues to orgasm, and when he finally finishes, the sheer amount of cum inside of you makes you feel giddy.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaah ~♡</p>
</div>
<p class="narration">
He collapses on top of you panting
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Gotta...Bring you back to the guys...</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't think you're done yet, you were going to fuck me until I salivate at your cock, right?</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">But I can't go...anymore...</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh but I think you can</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> You...You're wrong! You stupid bitch! I'm not done! And I'm not stopping until I decide I'm done. I don't care how much you beg me to stop!</p>
</div>
<p class="narration">
He flips you over on your stomach and enters your pussy from behind. And despite your fake struggles and moans, you find yourself feeling extremely turned on by the thought of being raped. It's a strange turn on, but there's something about having a man dominate you that makes your pussy tingle in delight. As if he's giving you an orgasm.
You whine loudly
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaaaaaah ~♡</p>
</div>
<p class="narration">
You feel him grab your ass as he forces himself into you. He roughly slams your body into the dirt and rubs your shoulders with the dirt and rocks as he fucks you from behind, your wounds causing you more pleasure as your body contracts from another orgasm, squeezing his dick tightly.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> This is what you get for acting like such a prude!</p>
</div>
<p class="narration">
He's growling at you, barely coherent and more beast like than man.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">That's me! Such a prude!</p>
</div>
<p class="narration">
He grabs you by the hair, pulling your head up so you're looking at him while he continues fucking you from behind. He pumps you vigorously. His previous exhaustion forgotten.
He yells, rubbing the head of his cock against your cervix.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> Aaah! I'm close!
Here it comes! I'm cumming! I'm cumming inside you! Here it comes!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Mngh! Aahh! ~♡</p>
</div>
<p class="narration">
You gasp as you feel his cock throb and blast its hot semen inside of you, filling your womb and causing you to explode with pleasure.
His cock throbs with each squirt of cum, firing its seed deep into you. His hot cum filling every crevice of your pussy. You're panting, exhausted and in sheer bliss as you feel him finish and collapse atop of you. You bask in that pleasure for a moment. His dick still inside you, but him no longer moving. You roll him to the side so you're on top of him, before pulling yourself off his dick with an audible plop.
Cum spills out of you and splashes his dead eyes as you stand up.
</p>
<</switch>>
<<else>>
<<switch random(2)>>
<<case 1>>
<p class="narration">
The bandit was no match for your charms. Why did he even bother?
You offered yourself up to him, but he was so resistant. He couldn't understand why a woman was willingly offering herself to him, instead of having to rape her like usual!
But fine, you could play along. You'll let him have his fun and pretend to be raped.
<<if $outfit.outfit isnot "none">>You remove your dress, giving<<else>>You give<</if>> him a little show as you speak
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh no, I'm so scared! This bandit is mugging me! ♡</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">What? Wait that's not what I said, I... I... What did I say..?</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Will someone please help? He's going to viciously attack me and force his dick inside, before sharing me with his buddies and impregnating me!</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">I..Yeah..Yeah I think that's right! That's exactly what I said! You fucking bitch, you're going to salivate at the sight of my cock as I choke the life out of you!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh no, whatever shall I do ♡</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/bandit/3.webp" >
He's confused, but your charm has placed his brain in a bit of a fog and he can't quite place what's wrong here.
He violently grabs you by the throat and shoves you hard against a tree.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaah ~♡</p>
</div>
<p class="narration">
He holds you to the tree by the throat as he starts sucking and biting at your breast in a way that would have been painful. But because he is under your control, he can only give attempt to fuck you like a rabid dog.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">On the floor slut!</p>
</div>
<p class="narration">
He throws you on the ground. Your hair a mess, yet your scrapes instantly healing and never causing you any pain.
He pulls out his cock and stands menacingly over your naked body. His cock is dripping with precum as he stares down at you with wild eyes.
He gets atop you, missionary style and violently shoves his dick in your waiting cunt.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Bitches always get wet when I do this, no matter how much they complain!</p>
</div>
<p class="narration">
Idiot. You'll enjoy snacking on his life.
You let him continue having his fun, moaning at his cock forcing its way through your vaginal walls. You watch as his chest heaves and his eyes roll back into his head in ecstasy and you feel his orgasm at the same time you feel hot seed pumping inside of you, desperately trying to find an egg to fertilize. You feel your own pussy getting drenched in a pool of his cum and you moan as the sensation overwhelms you and your body is racked with pleasure.
His cum pulses into you over and over again as he continues to orgasm, and when he finally finishes, the sheer amount of cum inside of you makes you feel giddy.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaah ~♡</p>
</div>
<p class="narration">
He collapses on top of you panting
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Gotta...Bring you back to the guys...</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">I don't think you're done yet, you were going to fuck me until I salivate at your cock, right?</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">But I can't go...anymore...</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh but I think you can</p>
</div>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> You...You're wrong! You stupid bitch! I'm not done! And I'm not stopping until I decide I'm done. I don't care how much you beg me to stop!</p>
</div>
<p class="narration">
<img class="passage-image" src="demongodsassets/sexscenes/bandit/2.webp" >
He flips you over on your stomach and enters your pussy from behind. And despite your fake struggles and moans, you find yourself feeling extremely turned on by the thought of being raped. It's a strange turn on, but there's something about having a man dominate you that makes your pussy tingle in delight. As if he's giving you an orgasm.
You whine loudly
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Aaaaaaah ~♡</p>
</div>
<p class="narration">
You feel him grab your ass as he forces himself into you. He roughly slams your body into the dirt and rubs your shoulders with the dirt and rocks as he fucks you from behind, your wounds causing you more pleasure as your body contracts from another orgasm, squeezing his dick tightly.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> This is what you get for acting like such a prude!</p>
</div>
<p class="narration">
He's growling at you, barely coherent and more beast like than man.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">That's me! Such a prude!</p>
</div>
<p class="narration">
He grabs you by the hair, pulling your head up so you're looking at him while he continues fucking you from behind. He pumps you vigorously. His previous exhaustion forgotten.
He yells, rubbing the head of his cock against your cervix.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> Aaah! I'm close!
Here it comes! I'm cumming! I'm cumming inside you! Here it comes!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Mngh! Aahh! ~♡</p>
</div>
<p class="narration">
You gasp as you feel his cock throb and blast its hot semen inside of you, filling your womb and causing you to explode with pleasure.
His cock throbs with each squirt of cum, firing its seed deep into you. His hot cum filling every crevice of your pussy. You're panting, exhausted and in sheer bliss as you feel him finish and collapse atop of you. You bask in that pleasure for a moment. His dick still inside you, but him no longer moving. You roll him to the side so you're on top of him, before pulling yourself off his dick with an audible plop.
Cum spills out of you and splashes his dead eyes as you stand up. Now lets go find his friends.
</p>
<<case 2>>
<p class="narration">
The bandit you charmed already has his cock out and is drooling.
Well, if he's gonna be stuck there staring, you can make use of his mouth. You walk up to him, plant a kiss on his chest and push him backwards. He stumbles over the pants around his ankles and falls on his back, the wind knocked out of him. You don't even give him a chance to catch his breath as you sit on his face, and take his cock in your mouth. You bob up and down on his cock, taking every inch of him into your mouth. The taste of him mixes with the smell of his sweat and you moan happily.
As you go faster, he starts panting heavily. Soon enough he cums down your throat. You pull away and let it drip down your chin, then swallow it whole. As his cum drips down and lands on your $breasts breasts, you use a finger to scoop whats left on your chin and stick it in your mouth. Swirling the tangy yet sweet milky texture around your tongue. This man tastes good! You must have more!
You go down lower, your head between his legs, and your hair blocking his view of what you're doing to him. But you can feel the wet mouth around a phantom cock, and you know exactly how he feels. It's not as good as having a real cock inside your pussy, but you need more of that flavor. You start fondling his balls, coaxing more of that delicious cum out of him and into your awaiting maw. You hold back on drinking him dry, so he can experience the feeling of pleasure as well. He gasps out loud when his cock erupts and you only swallow what you must to avoid it spilling out. You lean back, your hand still on his cock and savor the cum in your mouth. Your mouth is full, he came so much and you intend to take your time with it. You move your tongue along your teeth, the milky sweet taste, and smooth texture of his cum swirling around your mouth. Normally cum is lumpy and stringy, but something was different about this one. Since becoming a Succubus, you've discovered so many different flavors of semen. Is it because you're a Succubus<<if $genderstart isnot "fem">>, or do other women also feel this way<</if>>?
Unfortunately, you're unable to resist. Like chewing on a tootsie roll pop, you can't just lick it til it's gone. Eventually you have to chew it. Or in your case, eventually you can't resist swallowing his load.
But that's ok, there's more where it came from. White cum leaking out of your mouth and flowing down your breasts, you lean your head back down for another meal.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Hehehe~ ♡</p>
</div>
<p class="narration">
Thankfully no one is around to hear you giggle to yourself, well no one who will be alive for much longer.
You continue to suck on the remaining cum, savoring the sweet taste as it slides down your throat. After you're satisfied, you slowly lick up any stray cum that's still on his cock before sticking it back in your mouth.
The bandit was not experience discomfort and pleasure at the same time. This next spurt will probably be his last.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> N-nnnnnnnggggggg!</p>
</div>
<p class="narration">
You feel his cock twitching in your mouth and suck every last drop you can out of him. You feel him go limp in your mouth before you open your eyes and confirm he's dead.
You lean back, and with your hands to your face, you smile to yourself and take in the pleasure of his taste and texture. Swirling it around one last time before finally gulping down the last of his life.
</p>
<<default>>
<p class="narration">
You charmed the bandit. He was annoying, but as long as he rewards you, it's ok ♡
The bandit doesn't seem to realize he was charmed though, even as he tosses his weapon and light armor aside.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> Spread your legs or die cunt. Flashing those tits at me while we're fighting, I can't be blamed for changing my mind! You're going to scream my name, but then I'm going to bring you back to my camp and toss you around my guys!!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oooh, that sounds fun~♡</p>
</div>
<p class="narration">
The bandit almost pauses, momentarily confused that you're not reacting like his usual targets. But he's no longer in control, you are. He doesn't spend long thinking about it, and he grabs your breast roughly, and shoves his tongue in your mouth. Clearly he's never had a willing woman before.
You moan as you wrap your arms around his neck and grind your dripping cunt against him. You kiss back passionately, devouring his tongue with yours.
The bandit doesn't know what to make of a willing participant, he has no experience with this. It doesn't take long before his confusion lets you take control. You push him onto the ground and straddle his dick grinding it like a hotdog between your pussy lips. lean forward and lick his nipples while grinding your cunt along his dick.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Nghhh! I'm close!!!</p>
</div>
<p class="narration">
Within moments, he spurts all over his abdomen and getting your cunt all sticky.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh, but now you'll have to clean it!</p>
</div>
<p class="narration">
You sit on his face, forcing him to eat his own cum while licking you clean. You laugh at how silly he looks, but he seems to enjoy being humiliated, since he lost any power he had to resist. When he finishes cleaning you, you get off. It's your turn to clean him.
You kneel on your hands and knees, exposing your tight slit to anyone who could be behind you. He watches you as you lower your head to his abdomen, and you slowly, oh so slowly lap up the cum from his stomach like a hungry kitten. You give him eye contact as his cum is slowly dripping off your tongue, then lean in for another kiss, forcing his own cum down his throat. He looks bothered by this, but doesn't have the will to fight back. You lean back over and finish licking up the cum off his stomach.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Good boy. Now you may have a reward</p>
</div>
<p class="narration">
You straddle once again, but angle his dick towards your entrance before sliding down, slowly. Eliciting a groan from the man, he grips your hips tightly, trying to prevent you from escaping his clutches. He doesn't have the strength to keep you down though. Within moments you feel his cock entering you, filling you up completely. You rock your hips back and forth, riding him gently until you feel his cock swell inside of you. You tilt your head back and moan loudly, causing him to tense up.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech">Ahhhhhh!</p>
</div>
<p class="narration">
You feel his cock about to burst, and when it does you ride his orgasm. Right after you come down from his, yours starts. And just like before, he fills you full, excess cum leaking out of your twat. You remove yoursel from his body, and lean down to suck it all back up, and let it slide slowly down your throat.
Your pussy throbs as waves of pleasure course through your body, making you squirm uncontrollably. You know he's approaching his end, and you give him one last ride. He spews load after load deep within you, filling you with cum. And just when you think it's all over, he grunts one final time and empties himself into you. Amazing. This man spurted into you 9 or 10 times before collapsing in death.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">It's really a shame... I Would have liked to ride you again.
Oh well! I'll just have to find more of your friends!</p>
</div>
<</switch>>
<</if>>
<<elseif $e.name is "cringebandit">>
<<set $sexcount += 1>>
<p class="narration">
You charmed the bandit. He was annoying, but as long as he rewards you, it's ok ♡
The bandit doesn't seem to realize he was charmed though, even as he tosses his weapon and light armor aside.
</p>
<div class="talk">
<img class="otherheadshot" @src="'demongodsassets/people/headshots/enemies/'+$e.name+'/'+$portrait+'.webp'" /><p class="talkname">Bandit</p>
<p class="speech"> Spread your legs or die cunt. Flashing those tits at me while we're fighting, I can't be blamed for changing my mind! You're going to scream my name, but then I'm going to bring you back to my camp and toss you around my guys!!</p>
</div>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oooh, that sounds fun~♡</p>
</div>
<p class="narration">
The bandit almost pauses, momentarily confused that you're not reacting like his usual targets. But he's no longer in control, you are. He doesn't spend long thinking about it, and he grabs your breast roughly, and shoves his tongue in your mouth. Clearly he's never had a willing woman before.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Mmmmmm!</p>
</div>
<p class="narration">
You moan as you wrap your arms around his neck and grind your dripping cunt against him. You kiss back passionately, devouring his tongue with yours.
The bandit doesn't know what to make of a willing participant, he has no experience with this. It doesn't take long before his confusion lets you take control. You push him onto the ground and straddle his dick grinding it like a hotdog between your pussy lips. lean forward and lick his nipples while grinding your cunt along his dick.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Nnngggg, I'm so close...</p>
</div>
<p class="narration">
Within moments, he spurts all over his abdomen and getting your cunt all sticky.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Oh, but now you'll have to clean it!</p>
</div>
<p class="narration">
You lean over first, taking a quick lick of some of the sticky stuff all over him, savoring the taste.
You decide he needs to know how good he tastes, and you lean over and give him a deep kiss!
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Don't you just taste amazing!? Here, have some more!</p>
</div>
<p class="narration">
You sit on his face, forcing him to eat his own cum while licking you clean. You laugh at how silly he looks, but he's unable to resist you. When he finishes cleaning you, you get off. It's your turn to clean him.
<img class="passage-image" src="demongodsassets/sexscenes/bandit/bandit1.webp" >
You kneel on your hands and knees, exposing your tight slit to anyone who could be behind you. He watches you as you lower your head to his abdomen, and you slowly, oh so slowly lap up the cum from his stomach like a hungry kitten. You give him eye contact as his cum is slowly dripping off your tongue, then lean in for another kiss, forcing his own cum down his throat. He looks bothered by this, but doesn't have the will to fight back. You lean back over and finish licking up the cum off his stomach.
You straddle once again, but angle his dick towards your entrance before sliding down, slowly. Eliciting a groan from the man, he grips your hips tightly, trying to prevent you from escaping his clutches. He doesn't have the strength to keep you down though. Within moments you feel his cock entering you, filling you up completely. You rock your hips back and forth, riding him gently until you feel his cock swell inside of you. You tilt your head back and moan loudly, causing him to tense up.
</p>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Ahhhhhh!</p>
</div>
<p class="narration">
You feel his cock about to burst, and when it does you ride his orgasm. Right after you come down from his orgasm, yours starts. And just like before, he fills you full, excess cum leaking out of your twat. You remove yoursel from his body, and lean down to suck it all back up, and let it slide slowly down your throat.
Your pussy throbs as waves of pleasure course through your body, making you squirm uncontrollably. You know he's approaching his end, and you give him one last ride. He spews load after load deep within you, filling you with cum. And just when you think it's all over, he grunts one final time and empties himself into you. Amazing. This man spurted into you 9 or 10 times before collapsing in death.
</p>
<<if $p.acceptance gte 50>>
<div class="talk">
<<headshot>><p class="PCtalkname">$name</p>
<p class="PCspeech">Well... I was planning to kill you from the start anyways. Though I didn't intend to lose control like this.
Oh well! It was fun! ♡</p>
</div>
<<else>>
<p class="narration">
Suddenly overcome with shame, you realize what you just did. You were fighting this man, fully intending to kill him physically. Instead you just absorbed every last drop of cum he had to offer! What's worse is it was amazing, you loved every second of it, and you hate that you already want more!
What is wrong with you!?
</p>
<</if>>
$e.name dropped something! As you get closer you see it's a book.
You've obtained the Ice Tome!
You've obtained 100 cum!
<<set $inv.cum += 100>>
<<set $tome.ice to true>>
<<set $forest1minialive to false>>
<<elseif $e.name is "wolves">>
<p class="narration">
You cast a transformation spell on the puppies, and the wolves began to shrink and shift until standing in front of you and growling is an adorable group of wolf puppies.
Their growls are nothing more than cute at this point, and you cast charm on them. Their menacing aura's fade immediately, replaced with an innocent desire to play and explore. Their little tails wag energetically as they bound towards you, their yips echoing in the otherwise silent woods.
You drop to your knees, opening your arms wide. In an instant you're swarmed by the playful puppies, their tiny tongues lap at your face as they compete for your attention.
After spending a few minutes playing with them your heart is warmed and your mood is improved. You gain 5 energy!
You rise and leave them behind, knowing that they'll transform back to the way they were in 24 hours.
</p>
<<set $energy += 5>>
<</if>>
<<set $p.acceptance += 1>>
<</widget>>Change hair color?
<input type="color" id="hairColorChange" value="#ff0000">
<div class="character-container">
<img src="demongodsassets/test/rags.webp" class="base-image" alt="character">
<img src="demongodsassets/test/hair.webp" class="hair-image" alt="hair">
</div>
<script>
// Function to convert RGB to HSL
function rgbToHsl(r, g, b) {
r /= 255, g /= 255, b /= 255;
let max = Math.max(r, g, b), min = Math.min(r, g, b);
let h, s, l = (max + min) / 2;
if(max == min){
h = s = 0; // achromatic
}else{
let d = max - min;
s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
switch(max){
case r: h = (g - b) / d + (g < b ? 6 : 0); break;
case g: h = (b - r) / d + 2; break;
case b: h = (r - g) / d + 4; break;
}
h /= 6;
}
return h * 360;
}
// If not present in localStorage, set initial values
if (!localStorage.getItem('playerHairColor')) {
localStorage.setItem('playerHairColor', '#ff0000');
}
// Get color picker element
const colorPicker = document.getElementById('hairColorChange');
// Set color picker initial value
colorPicker.value = localStorage.getItem('playerHairColor');
// Add event listener to update hair color on change
colorPicker.addEventListener('change', () => {
// Get current hair color value
const hairColor = colorPicker.value;
// Store in localStorage
localStorage.setItem('playerHairColor', hairColor);
// Get hair image element
const hairImg = document.querySelector('.hair-image');
// Convert hairColor from hex to RGB
let hairColorRgb = hairColor.substring(1).match(/.{2}/g).map((c) => parseInt(c, 16));
// Extract hue from RGB
let hue = rgbToHsl(hairColorRgb[0], hairColorRgb[1], hairColorRgb[2]);
// Update filter with new hair color
hairImg.style.filter = `grayscale(100%) hue-rotate(${hue}deg)`;
});
// Apply the initial hair color on page load
document.addEventListener('DOMContentLoaded', () => {
// Get initial hair color value from localStorage
let hairColor = localStorage.getItem('playerHairColor');
// Get hair image element
const hairImg = document.querySelector('.hair-image');
// Convert hairColor from hex to RGB
let hairColorRgb = hairColor.substring(1).match(/.{2}/g).map((c) => parseInt(c, 16));
// Extract hue from RGB
let hue = rgbToHsl(hairColorRgb[0], hairColorRgb[1], hairColorRgb[2]);
// Update filter with initial hair color
hairImg.style.filter = `grayscale(100%) hue-rotate(${hue}deg)`;
});
</script><<widget 'forestevents2'>>
<<set $randomeventcomplete to false>>
<<switch random(10)>>
<<case 1>>
<p class="narration">You wander through a part of the forest where ancient trees reach towards the sky, their branches twisted and gnarled with