Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
Twee2::build_config.story_ifid = '76585E15-C0E7-4404-A55B-BEFC4CDF112B'<<include StoryInit_UI>>
<<if $Version < 10104>>
<<set $Version to 10104>>
<<set $VersionStr to '0.1.4'>>
<<include Ability_AppetiteForGrowth>>
<<include Ability_DemonicCorruption>>
<<include Ability_HerculeanBuild>>
<<include Ability_Masochism>>
<<include Ability_VigorOfTheEndowed>>
<<include Ability_WideAttacks>>
<<include StoryInit_FightMoves>>
<<include Modifiers_Size_Diff>>
<<include StoryInit_StateDrivenModifiers>>
<<set $Debug = false>>
<<set setup.Comparators =
{
MICRO_TO: 1,
MUCH_SMALLER: 2,
SMALLER: 3,
EQUAL: 4,
BIGGER: 5,
MUCH_BIGGER: 5,
REACHES_WAIST: 6,
REACHES_KNEES: 7,
FITS_ON_HAND: 8,
FITS_ON_FINGER: 9,
}>>
<<set $Debug = false>>
<<set $FighterSheet_Imp =
{
hp: 18,
stamina: 6,
strength: 6,
critChance: 45,
arousalGain: 20,
staminaRecovery: 2,
variables: $FightVariables,
fightMoves: [setup.FightMove_Basic_Attack],
abilities: [],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.LOW,
encounterIntroText: "<<include Encounter_Intro_Imp>>",
encounterStartText: "<<include Encounter_Start_Imp>>",
outcomePlayerWins: "<<include Encounter_Win_Imp>>",
outcomePlayerLoses: "<<include Encounter_Loss_Imp>>"
}>>
<<set $InfoSheet_Imp =
{
name: "Imp",
gender: "male",
corruption: 0,
muscles: 0,
height: 50,
cock: 10,
alive: true
}>>
<<set $QuestSheet_Lakkos =
{
beatenOnce: false,
}>>
<<set $CharacterSheet_Lakkos =
{
id:"CharacterSheet_Lakkos",
info: $InfoSheet_Lakkos,
fight: $CharacterSheet_Lakkos.fight,
quest: $QuestSheet_Lakkos,
}>>
<<set $QuestSheet_Lost_Werewolf =
{
beatenOnce: false,
}>>
<<set $CharacterSheet_Lost_Werewolf =
{
id:"CharacterSheet_Lost_Werewolf",
info: $InfoSheet_Lost_Werewolf,
fight: $FighterSheet_Lost_Werewolf,
quest: $QuestSheet_Lost_Werewolf,
}>>
<</if>>
<<if $Version < 10105>>
<<set $Version to 10105>>
<<set $VersionStr to '0.1.5'>>
<</if>>
<<if $Version < 10200>>
<<set $Version to 10200>>
<<set $VersionStr to '0.2.0'>>
<<set setup.Comparators =
{
MICRO_TO: 1,
MUCH_SMALLER: 2,
SMALLER: 3,
SLIGHTLY_SMALLER: 4,
EQUAL: 5,
SLIGHTLY_BIGGER: 6,
BIGGER: 7,
MUCH_BIGGER: 8,
REACHES_WAIST: 9,
REACHES_KNEES: 10,
FITS_ON_HAND: 11,
FITS_ON_FINGER: 12,
}>>
<<include StoryInit_RandomEncounters>>
<<include StoryInit_Abilities>>
<<include StoryInit_FightMoves>>
<<include StoryInit_FightVariables>>
<<include Sheets_Elder>>
<<include Sheets_Lost_Naga>>
<<set $QuestSheet_Player =
{
curseOfTheNagaStatDrain:
{
muscles: 0,
height: 0,
cock: 0,
},
}>>
<<set $CharacterSheet_Player.quest = $QuestSheet_Player>>
<</if>>
<<if $Version < 10201>>
<<set $Version to 10201>>
<<set $VersionStr to '0.2.1'>>
<<include StoryInit_Abilities>>
<<include StoryInit_FightMoves>>
<<include StoryInit_FightVariables>>
<<include Modifiers_Player_Symbiote>>
<<include Modifiers_Size_Diff>>
<<set $CharacterSheet_Player.fight.critChance = $CharacterSheet_Player.fight.accuracy>>
<<set $CharacterSheet_Player.fight.variables = $FightVariables>>
<<script>>
let i;
for(i = 0; i < State.variables.CharacterSheet_Player.fight.fightMoveIDs.length; i++)
{
let j;
for(j = 0; j < setup.FightMoveIDs.length; j++)
{
if(State.variables.CharacterSheet_Player.fight.fightMoveIDs[i].name == setup[setup.FightMoveIDs[j]].name)
{
State.variables.CharacterSheet_Player.fight.fightMoveIDs[i] = setup[setup.FightMoveIDs[j]];
}
}
}
<</script>>
<<include Sheets_Imp>>
<<include Sheets_Lakkos>>
<<include Sheets_Lost_Werewolf>>
<<include Sheets_Lost_Naga>>
<<include Sheets_Elder>>
<<include Sheets_MQ002_Guard>>
<<set setup.LevelUpTable =
[
180,
500,
900,
2200,
4000,
5600,
7000,
8300,
10000,
15000,
]>>
<</if>>
<<if $Version < 10202>>
<<set $Version to 10202>>
<<set $VersionStr to '0.2.2'>>
<<set setup.RewardTier =
{
NONE: 0,
VERY_LOW: 1,
LOW: 2,
MEDIUM: 3,
HIGH: 4,
VERY_HIGH: 5,
}>>
<<include StoryInit_FightMoves>>
<<set $CharacterSheet_Imp.fight =
{
hp: 34,
stamina: 6,
strength: 6,
critChance: 20,
arousalGain: 20,
staminaRecovery: 4,
variables: $FightVariables,
fightMoves: [setup.FightMove_Basic_Attack],
abilities: [setup.Ability_AppetiteForGrowth_2],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.LOW,
encounterIntroText: "<<include Encounter_Intro_Imp>>",
encounterStartText: "<<include Encounter_Start_Imp>>",
outcomePlayerWins: "<<include Encounter_Win_Imp>>",
outcomePlayerLoses: "<<include Encounter_Loss_Imp>>"
}>>
<<set $CharacterSheet_Tok.fight =
{
hp: 72,
stamina: 20,
strength: 10,
critChance: 20,
arousalGain: 20,
staminaRecovery: 4,
variables: $FightVariables,
fightMoves: [setup.FightMove_Lunge,setup.FightMove_Goo_Stun],
abilities: [],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "<<include Tok_Fight_Intro>>",
encounterStartText: "His immense stature is intimidating, he looks powerful enough to break you in half. Yet you feel an alien instinct warp your reason.\n The sight of his massive muscles and cock nearly drives you mad with excitement. \n Your own cock throbs as you ready your weapon."
+ "\n The fear is all gone, all you think of is to make this beast yours.",
outcomePlayerWins:
"<<include Tok_Fight_Won>>",
outcomePlayerLoses:
"Tok brings you down to your knees. \n \n[[Continue->Tok Fight Lost]]"
}>>
<<set $CharacterSheet_Lakkos.fight =
{
hp: 50,
stamina: 25,
strength: 9,
critChance: 20,
arousalGain: 20,
staminaRecovery: 14,
variables: $FightVariables,
fightMoves: [setup.FightMove_Basic_Attack, setup.FightMove_IncubusCall, setup.FightMove_IncubusStrike],
abilities: [setup.Ability_VigorOfTheEndowed_2],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.MEDIUM,
encounterIntroText: "<<include Encounter_Intro_Lakkos>>",
encounterStartText: "<<include Encounter_Start_Lakkos>>",
outcomePlayerWins: "<<include Encounter_Win_Lakkos>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lakkos_0>>"
}>>
<<set $CharacterSheet_Lost_Werewolf.fight =
{
hp: 30,
stamina: 12,
strength: 9,
critChance: 20,
arousalGain: 20,
staminaRecovery: 8,
variables: $FightVariables,
fightMoves: [setup.FightMove_Basic_Attack, setup.FightMove_Infest],
abilities: [setup.Ability_HerculeanBuild],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.MEDIUM,
encounterIntroText: "<<include Encounter_Intro_Lost_Werewolf>>",
encounterStartText: "<<include Encounter_Start_Lost_Werewolf>>",
outcomePlayerWins: "<<include Encounter_Win_Lost_Werewolf>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lost_Werewolf>>"
}>>
<<set $CharacterSheet_Lost_Naga.fight =
{
hp: 90,
stamina: 22,
strength: 15,
critChance: 20,
arousalGain: 20,
staminaRecovery: 14,
variables: $FightVariables,
fightMoves: [setup.FightMove_Basic_Attack, setup.FightMove_Infest, setup.FightMove_Hypnotize],
abilities: [setup.Ability_AppetiteForGrowth],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "<<include Encounter_Intro_Lost_Naga>>",
encounterStartText: "<<include Encounter_Start_Lost_Naga>>",
outcomePlayerWins: "<<include Encounter_Win_Lost_Naga>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lost_Naga_1>>"
}>>
<<set $CharacterSheet_MQ002_Guard.fight =
{
hp: 130,
stamina: 35,
strength: 40,
critChance: 0,
arousalGain: 10,
staminaRecovery: 8,
variables: $FightVariables,
fightMoves: [setup.FightMove_Basic_Attack, setup.FightMove_ChargedStrike],
abilities: [setup.Ability_Masochism_2],
onMaxArousal: function(character)
{
//todo
},
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "",
encounterStartText: "Minotaur Guard readies his weapon",
outcomePlayerWins: "<<include Quest_MQ002_Entrance_PlayerWins>>",
outcomePlayerLoses: "<<include Quest_MQ002_Entrance_PlayerLoses>>"
}>>
<<script>>
State.variables.CharacterSheet_Player.fight.fightMoveIDs.push(setup.FightMove_Inspect);
<</script>>
<</if>>
<<if $Version >= 10300 && $Version < 10301>>
<<set $Version = 10301>>
<<set $VersionStr = '0.3.1'>>
<<include FightMove_Sigil_Vitality>>
<<include FightMove_Sigil_Pain>>
<<include FightMove_Sigil_Perception>>
<<include FightMove_Sigil_Growth>>
<<include FightMove_WitheringVenom>>
<<set setup.FightHotkeys = ["1","2","3","4","5","6","7","8","9","0","Q","W","E","R","T","Y","U","I","O","P"]>>
<</if>>
<<if $Version >= 10301 && $Version < 10302>>
<<set $Version = 10302>>
<<set $VersionStr = '0.3.2\n Cannot upgrade save file. Play at your own risk.'>>
<</if>>
<<if $Version >= 10302 && $Version < 10303>>
<<set $Version = 10303>>
<<set $VersionStr = '0.3.3\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10303 && $Version < 10304>>
<<set $Version = 10304>>
<<set $VersionStr = '0.3.4\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10303 && $Version < 10304>>
<<set $Version = 10305>>
<<set $VersionStr = '0.3.5\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10304 && $Version < 10400>>
<<set $Version = 10400>>
<<set $VersionStr = '0.4.0\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10400 && $Version < 10401>>
<<set $Version = 10401>>
<<set $VersionStr = '0.4.1\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10401 && $Version < 10402>>
<<set $Version = 10402>>
<<set $VersionStr = '0.4.2\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10402 && $Version < 10403>>
<<set $Version = 10403>>
<<set $VersionStr = '0.4.3\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10403 && $Version < 10404>>
<<set $Version = 10404>>
<<set $VersionStr = '0.4.4'>>
<<include StoryInit_Abilities>>
<<include Ending_OneWithNyx>>
<<run $EndingSheet.push($Ending_OneWithNyx)>>
<<set $DisplayStatWindow = true>>
<<set $SecretCheat = 0>>
<</if>>
<<if $Version >= 10404 && $Version < 10405>>
<<set $Version = 10405>>
<<set $VersionStr = '0.4.5'>>
<<include StoryInit_Abilities>>
<<include StoryInit_FightMoves>>
<<set $CharacterSheet_Player.quest.exploration.villageGateEast =
{
eastFirstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Explore_EastFirstTime",
},
eastGrownMacro:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "muscles") > (50 * 12);
},
passage: "Explore_EastGrownMacro",
},
eastGrownDemonic:
{
available: true,
condition: function()
{
return setup.getRace(State.variables.CharacterSheet_Player.info.anatomy).toUpperCase() == "DEMON";
},
passage: "Explore_EastGrownDemonic",
},
eastGrownParasites:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Player.quest.nyxParasiteInfections >= 10;
},
passage: "Explore_EastGrownParasites",
},
eastGrownLordOfLust:
{
available: true,
condition: function()
{
return setup.getRace(State.variables.CharacterSheet_Player.info.anatomy).toUpperCase() == "LORD OF LUST";
},
passage: "Explore_EastGrownLordOfLust",
},
} >>
<<set $CharacterSheet_Player.quest.exploration.villageGateNorth =
{
northFirstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Explore_NorthFirstTime",
},
northGrownMuscular:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "muscles") > 30;
},
passage: "Explore_NorthGrownMuscular",
},
northVisibleCorruption:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "corruption") > 25;
},
passage: "Explore_NorthVisibleCorruption",
},
northGrownHeight:
{
available: true,
condition: function()
{
var height = setup.getStatValue(State.variables.CharacterSheet_Player, "height");
return height > (25 * 12) && height < (50 * 12);
},
passage: "Explore_NorthGrownHeight",
},
}>>
<<set $CharacterSheet_Player.quest.exploration.easternFirstTime = undefined>>
<<run setup.updateStaticCorruptionUI(State.variables.CharacterSheet_Player)>>
<</if>>
<<if $Version >= 10405 && $Version < 10406>>
<<set $Version = 10406>>
<<set $VersionStr = '0.4.6'>>
<<set $CharacterSheet_Lost_Naga.quest.fuckedByPlayer = false>>
<<set $CharacterSheet_Lost_Naga.quest.hasBeenVored = false>>
<<set $CharacterSheet_Player.text.jormFirstMeeting =
{
heightFlavour:
{
small: [
"Jorm_FirstMeeting_PlayerSmall"
],
medium: [
"Jorm_FirstMeeting_PlayerSmall"
],
large: [
"Jorm_FirstMeeting_PlayerBig"
],
huge: [
"Jorm_FirstMeeting_PlayerBig"
],
}
}>>
<<include Sheets_Jorm>>
<</if>>
<<if $Version >= 10406 && $Version < 10407>>
<<set $Version = 10407>>
<<set $VersionStr = '0.4.7\n SAVE FILE NOT COMPATIBLE WITH THIS VERSION! PLAY AT YOUR OWN RISKS!'>>
<</if>>
<<if $Version >= 10407 && $Version < 10408>>
<<set $Version = 10408>>
<<set $VersionStr = '0.4.8'>>
<<include Ability_MinorCorruption>>
<<include Ability_MajorCorruption>>
<<include Ability_OverwhelmingCorruption>>
<<include Ability_LordOfCorruption>>
<<include Ability_BuriedInCum>>
<<include Ability_CorruptedStrength>>
<<include Ability_Focused>>
<<include FightMove_LustfulInstincts>>
<<include FightMove_CorruptedUrges>>
<<include FightMove_InfectiousLust>>
<<include FightMove_CorruptedRemedy>>
<<set setup.FightMoveIDs = [setup.FightMove_Basic_Attack.id,
setup.FightMove_Do_Nothing.id,
setup.FightMove_Submit_Completely.id,
setup.FightMove_Goo_Stun.id,
setup.FightMove_IncubusCall.id,
setup.FightMove_IncubusStrike.id,
setup.FightMove_Lunge.id,
setup.FightMove_Infest.id,
setup.FightMove_Inspect.id,
setup.FightMove_Masturbate.id,
setup.FightMove_Sigil_Vitality.id,
setup.FightMove_Sigil_Pain.id,
setup.FightMove_Sigil_Perception.id,
setup.FightMove_Sigil_Growth.id,
setup.FightMove_ChargedStrike.id,
setup.FightMove_Stomp.id,
setup.FightMove_Hypnotize.id,
setup.FightMove_Worship.id,
setup.FightMove_WitheringVenom.id,
setup.FightMove_Parry.id,
setup.FightMove_DragonStrike.id,
setup.FightMove_ParasiteLunge.id,
setup.FightMove_SummonParasite.id,
setup.FightMove_ConsumeLost.id,
setup.FightMove_SeedOfRuin.id,
setup.FightMove_SlimeLunge.id,
setup.FightMove_Slash.id,
setup.FightMove_Bash.id,
setup.FightMove_Focus.id,
setup.FightMove_CumDeluge.id,
setup.FightMove_LustfulInstincts.id,
setup.FightMove_CorruptedUrges.id,
setup.FightMove_InfectiousLust.id,
setup.FightMove_CorruptedRemedy.id,
]>>
<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MinorCorruption);>>
<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MajorCorruption);>>
<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_OverwhelmingCorruption);>>
<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_LordOfCorruption);>>
<<set setup.FightMove_Stunned.skillTheme = "special">>
<<set setup.FightMove_Bash.skillTheme = "offensive">>
<<set setup.FightMove_BasicAttack.skillTheme = "offensive">>
<<set setup.FightMove_ChargedStrike.skillTheme = "offensive">>
<<set setup.FightMove_ConsumeLost.skillTheme = "offensive">>
<<set setup.FightMove_DoNothing.skillTheme = "special">>
<<set setup.FightMove_Submit_Completely.skillTheme = "special">>
<<set setup.FightMove_DragonStrike.skillTheme = "offensive">>
<<set setup.FightMove_Goo_Stun.skillTheme = "symbiote">>
<<set setup.FightMove_Hypnotize.skillTheme = "offensive">>
<<set setup.FightMove_IncubusCall.skillTheme = "demon">>
<<set setup.FightMove_IncubusStrike.skillTheme = "demon">>
<<set setup.FightMove_Infest.skillTheme = "offensive">>
<<set setup.FightMove_Inspect.skillTheme = "special">>
<<set setup.FightMove_Masturbate.skillTheme = "buff">>
<<set setup.FightMove_Parry.skillTheme = "offensive">>
<<set setup.FightMove_SeedOfRuin.skillTheme = "offensive">>
<<set setup.FightMove_Sigil_Growth.skillTheme = "sigil">>
<<set setup.FightMove_Sigil_Pain.skillTheme = "sigil">>
<<set setup.FightMove_Sigil_Perception.skillTheme = "sigil">>
<<set setup.FightMove_Sigil_Vitality.skillTheme = "sigil">>
<<set setup.FightMove_Sigil_Slash.skillTheme = "offensive">>
<<set setup.FightMove_Sigil_SlimeLunge.skillTheme = "offensive">>
<<set setup.FightMove_Sigil_Stomp.skillTheme = "offensive">>
<<set setup.FightMove_Sigil_SummonParasite.skillTheme = "demon">>
<<set setup.FightMove_Sigil_WitheringVenom.skillTheme = "offensive">>
<<set setup.FightMove_Sigil_Worship.skillTheme = "special">>
<<set setup.FightMove_Focus.skillDescription = "Gain an additional action slot.">>
<<set setup.FightMove_Focus.skillTheme = "buff">>
<<run setup.updateStaticCorruptionUI(State.variables.CharacterSheet_Player)>>
<</if>>
<<if $Version >= 10408 && $Version < 10409>>
<<set $Version = 10409>>
<<set $VersionStr = '0.4.9'>>
<<include Ability_Focused>>
<<include Ability_Momentum>>
<<include Ability_Incorruptible>>
<<include Ability_ServantOfKanathar>>
<<include Ability_ValiantRush>>
<<include FightMove_Focus>>
<<set setup.StorylineProgress_Imp =
{
FIRST_MEETING: 0,
LOW_RELATIONSHIP: 1000,
MID_RELATIONSHIP: 2000,
SERVANT: 3000,
MASTER: 4000,
}>>
<<set setup.QuestSheet_Imp =
{
met: false,
storylineProgress: setup.StorylineProgress_Imp.FIRST_MEETING,
relationshipScoring: 0,
servantScoring: 0,
servantWins: 3,
servantLosses: 3,
masterScoring: 0,
lostScoring: 0,
encounterPassages:
{
servant:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.SERVANT;
},
passage: "Imp_Servant_EncounterStart",
},
midRela:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Mid_Rela_EncounterStart",
},
lowRela:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 1;
},
passage: "Imp_Low_Rela_EncounterStart",
},
firstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Imp_FirstMeeting_Intro",
},
},
postFightPassagesWin:
{
servantPath:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.SERVANT;
},
passage: "Imp_Win_ServantPath",
},
masterChoice:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 8 && State.variables.CharacterSheet_Imp.quest.masterScoring >= 3;
},
passage: "Imp_MasterChoice",
},
lowRelaEnterMidRela:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Low_Rela_Win_EnterMidRela",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Mid_Rela_Win_Idle",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return true;
},
passage: "Imp_Low_Rela_Win_Idle",
},
},
postFightPassagesLoss:
{
servantPath:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.SERVANT;
},
passage: "Imp_Loss_ServantPath",
},
servantChoice:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 6 && State.variables.CharacterSheet_Imp.quest.servantScoring >= 3;
},
passage: "Imp_Loss_ServantChoice",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Mid_Rela_Loss_Idle",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return true;
},
passage: "Imp_Low_Rela_Loss_Idle",
},
},
}>>
<<set $CharacterSheet_Imp.quest = setup.QuestSheet_Imp>>
<</if>>
<<if $Version >= 10409 && $Version < 10409.1>>
<<set $Version = 10409.1>>
<<set $VersionStr = '0.4.9'>>
<<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime"]>>
<</if>>
<<if $Version >= 10409.1 && $Version < 10500>>
<<set $Version = 10500>>
<<set $VersionStr = '0.5.0'>>
<<include Ability_Global_HeightSizeTier_1>>
<<include Ability_Global_HeightSizeTier_2>>
<<include Ability_Global_HeightSizeTier_3>>
<<include Ability_Global_HeightSizeTier_4>>
<<include Ability_Global_HeightSizeTier_5>>
<<include Ability_Global_HeightSizeTier_6>>
<<include FightMove_PridefulAscent>>
<<include "_imp_body_visual">>
<<set $CharacterSheet_Player.fight.teammate = undefined>>
<<set setup.FightMoveIDs = [setup.FightMove_Basic_Attack.id,
setup.FightMove_Do_Nothing.id,
setup.FightMove_Submit_Completely.id,
setup.FightMove_Goo_Stun.id,
setup.FightMove_IncubusCall.id,
setup.FightMove_IncubusStrike.id,
setup.FightMove_Lunge.id,
setup.FightMove_Infest.id,
setup.FightMove_Inspect.id,
setup.FightMove_Masturbate.id,
setup.FightMove_Sigil_Vitality.id,
setup.FightMove_Sigil_Pain.id,
setup.FightMove_Sigil_Perception.id,
setup.FightMove_Sigil_Growth.id,
setup.FightMove_ChargedStrike.id,
setup.FightMove_Stomp.id,
setup.FightMove_Hypnotize.id,
setup.FightMove_Worship.id,
setup.FightMove_WitheringVenom.id,
setup.FightMove_Parry.id,
setup.FightMove_DragonStrike.id,
setup.FightMove_ParasiteLunge.id,
setup.FightMove_SummonParasite.id,
setup.FightMove_ConsumeLost.id,
setup.FightMove_SeedOfRuin.id,
setup.FightMove_SlimeLunge.id,
setup.FightMove_Slash.id,
setup.FightMove_Bash.id,
setup.FightMove_Focus.id,
setup.FightMove_CumDeluge.id,
setup.FightMove_LustfulInstincts.id,
setup.FightMove_CorruptedUrges.id,
setup.FightMove_InfectiousLust.id,
setup.FightMove_CorruptedRemedy.id,
setup.FightMove_PridefulAscent.id,
]>>
<<set $LevelUpParams =
{
point : 2,
hp: {name: "Health", value: $CharacterSheet_Player.fight.hp},
stamina: {name: "Stamina", value: $CharacterSheet_Player.fight.stamina},
strength: {name: "Strength", value: $CharacterSheet_Player.fight.strength},
arousalGain: {name: "Arousal Gain per turn", value: $CharacterSheet_Player.fight.arousalGain},
staminaRecovery: {name: "Stamina Recovery per turn", value: $CharacterSheet_Player.fight.staminaRecovery},
scaling: {
hp: 6,
stamina: 4,
strength: 3,
arousalGain: 2,
staminaRecovery: 1,
},
}>>
<<set $CharacterSheet_Imp.fight.fightMoveIDs = [setup.FightMove_Basic_Attack.id, setup.FightMove_PridefulAscent.id]>>
<<set $CharacterSheet_Imp.info.bodyVisual = "BodyVisualSheet_Imp">>
<<set setup.QuestSheet_Imp.encounterPassages.growthBodySmallToMedium =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "medium"
},
passage: "Imp_EncounterStart_Growth_Body_SmallToMedium",
}>>
<<set setup.QuestSheet_Imp.encounterPassages.growthBodyMediumToLarge =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big"
},
passage: "Imp_EncounterStart_Growth_Body_MediumToLarge",
}>>
<<set setup.QuestSheet_Imp.encounterPassages.growthCock1to2 =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "small" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "small";
},
passage: "Imp_EncounterStart_Growth_Cock_1To2",
}>>
<<set setup.QuestSheet_Imp.encounterPassages.growthCock2to3 =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "medium" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "medium";
},
passage: "Imp_EncounterStart_Growth_Cock_2To3",
}>>
<<set setup.QuestSheet_Imp.encounterPassages.growthCock3to4 =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "medium" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "big";
},
passage: "Imp_EncounterStart_Growth_Cock_3To4",
}>>
<<set setup.QuestSheet_Imp.encounterPassages.growthCock4to5 =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "biggest";
},
passage: "Imp_EncounterStart_Growth_Cock_4To5",
}>>
<<set setup.QuestSheet_Imp.encounterPassages.growthCock5to6 =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "biggestHyperBalls";
},
passage: "Imp_EncounterStart_Growth_Cock_5To6",
}>>
<</if>>
<<if $Version >= 10500 && $Version < 10500.1>>
<<set $Version = 10500.1>>
<<set $VersionStr = '0.5.0*'>>
<<if $CharacterSheet_Player.fight.teammate != undefined>>
<<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime"]>>
<<else>>
<<set $EasyRandomEncounters = ["CharacterSheet_Slime"]>>
<</if>>
<</if>>
<<if $Version >= 10500.1 && $Version < 10500.2>>
<<set $Version = 10500.2>>
<<set $VersionStr = '0.5.0*'>>
<<if $CharacterSheet_Player.fight.teammate == undefined>>
<<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime"]>>
<<else>>
<<set $EasyRandomEncounters = ["CharacterSheet_Slime"]>>
<</if>>
<</if>>
<<if $Version >= 10500.2 && $Version < 10500.3>>
<<set $Version = 10500.3>>
<<set $VersionStr = '0.5.0*'>>
<<run console.log("upgrading 10500.2 to 10500.3")>>
<<if $CharacterSheet_Player.fight.teammate == undefined>>
<<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime"]>>
<<else>>
<<set $EasyRandomEncounters = ["CharacterSheet_Slime"]>>
<</if>>
<</if>>
<<if $Version >= 10500.3 && $Version < 10500.4>>
<<set $Version = 10500.4>>
<<set $VersionStr = '0.5.0*'>>
<<run console.log("upgrading 10500.3 to 10500.4")>>
<<if $CharacterSheet_Player.fight.teammate == undefined>>
<<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime"]>>
<<else>>
<<set $EasyRandomEncounters = ["CharacterSheet_Slime"]>>
<</if>>
<</if>>
<<if $Version >= 10500.4 && $Version < 10501>>
<<set $Version = 10501>>
<<set $VersionStr = '0.5.1'>>
<<set setup.AttackTiming =
{
BEFORE_PLAYER: 1,
BETWEEN_PLAYER_AND_ENEMY: 2,
AFTER_ENEMY: 3,
}>>
<<widget "PlayerHeight">><<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>><</widget>>
<<widget "PlayerCock">><<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>><</widget>>
<<widget "PlayerBalls">><<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "balls"))>><</widget>>
<<widget "PlayerRace">><<print setup.getRace(State.variables.CharacterSheet_Player.info.anatomy)>><</widget>>
<<widget "PlayerArmsNoVerb">><<print setup.processFlavours($CharacterSheet_Player, "@[all|arms|noverb]")>> \<</widget>>
<<widget "PlayerHandsNoVerb">><<print setup.processFlavours($CharacterSheet_Player, "@[all|hands|noverb]")>> \<</widget>>
<<widget "PlayerBallsNoVerb">><<print setup.processFlavours($CharacterSheet_Player, "@[all|balls|noverb]")>> \<</widget>>
<<widget "SymbioteRace">><<print setup.getRace(State.variables.CharacterSheet_Player.symbiote.anatomy)>><</widget>>
<<widget "SymbioteColor">><<print State.variables.CharacterSheet_Player.symbiote.color>><</widget>>
<<widget "SymbioteName">><<print State.variables.CharacterSheet_Player.symbiote.name>><</widget>>
<<widget "ImpHeight">><<print setup.getLength(setup.getStatValue($CharacterSheet_Imp, "height"))>><</widget>>
<<widget "ImpCockLength">><<print setup.getLength(setup.getStatValue($CharacterSheet_Imp, "cock"))>><</widget>>
<<widget "ImpBallsSize">><<print setup.getLength(setup.getStatValue($CharacterSheet_Imp, "balls"))>><</widget>>
<<set $CharacterSheet_Imp.fight.teammateSettings = {
attackTiming: setup.AttackTiming.BEFORE_PLAYER,
}>>
<<set $CharacterSheet_Imp.quest.encounterPassages.growthCock5to6 =
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "biggestHyperBalls";
},
passage: "Imp_EncounterStart_Growth_Cock_5To6",
}>>
<<set $CharacterSheet_Imp.quest.postFightPassagesWin.masterPath =
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.MASTER;
},
passage: "Imp_Win_MasterPath",
}>>
<<set $CharacterSheet_Imp.quest.postFightPassagesLoss.masterPath =
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.MASTER;
},
passage: "Imp_Loss_MasterPath",
}>>
<<set $CharacterSheet_Imp.quest.growthMultiplier = 1>>
<<set $CharacterSheet_Imp.text =
{
goMeetImp_Intro :{
heightFlavour: {
small: [
"GoMeetImp_heightFlavour_small",
],
medium: [
"GoMeetImp_heightFlavour_small",
],
large: [
"GoMeetImp_heightFlavour_large",
],
huge: [
"GoMeetImp_heightFlavour_huge",
],
},
},
goMeetImp_Height :{
heightFlavour: {
small: [
"Village_MeetImp_Examine_Size_Small",
],
medium: [
"Village_MeetImp_Examine_Size_Small",
],
large: [
"Village_MeetImp_Examine_Size_Large",
],
huge: [
"Village_MeetImp_Examine_Size_Huge",
],
},
},
goMeetImp_Muscles :{
heightFlavour: {
small: [
"Village_MeetImp_Examine_Muscles_Small",
],
medium: [
"Village_MeetImp_Examine_Muscles_Small",
],
large: [
"Village_MeetImp_Examine_Muscles_Large",
],
huge: [
"Village_MeetImp_Examine_Muscles_Huge",
],
},
},
goMeetImp_Genitals :{
heightFlavour: {
small: [
"Village_MeetImp_Examine_Genitals_Small",
],
medium: [
"Village_MeetImp_Examine_Genitals_Small",
],
large: [
"Village_MeetImp_Examine_Genitals_Large",
],
huge: [
"Village_MeetImp_Examine_Genitals_Huge",
],
},
},
leaveImp :{
heightFlavour: {
small: [
"Village_MeetImp_Leave_Small",
],
medium: [
"Village_MeetImp_Leave_Small",
],
large: [
"Village_MeetImp_Leave_Large",
],
huge: [
"Village_MeetImp_Leave_Huge",
],
},
},
goMeetImp_GrowImp :{
heightFlavour: {
small: [
"Village_MeetImp_GrowHim_Large",
],
medium: [
"Village_MeetImp_GrowHim_Large",
],
large: [
"Village_MeetImp_GrowHim_Large",
],
huge: [
"Village_MeetImp_GrowHim_Huge",
],
},
},
basicAttackPrepFlavour :{
heightFlavour: {
small: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_3",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_4",
],
medium: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_medium_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_medium_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_medium_3",
],
large: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_large_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_large_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_large_3",
],
huge: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_huge_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_huge_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_huge_3",
],
},
},
encounterStartFlavour :{
heightFlavour: {
small: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_3",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_4",
],
medium: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_medium_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_medium_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_medium_3",
],
large: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_large_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_large_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_large_3",
],
huge: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_huge_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_huge_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_huge_3",
],
},
}
}>>
<<set $CharacterSheet_Player.quest.exploration.villageGateNorth.northGrownHeightMassive =
{
available: true,
condition: function()
{
var height = setup.getStatValue(State.variables.CharacterSheet_Player, "height");
return height > (50 * 12);
},
passage: "Explore_NorthGrownHeightMassive",
}>>
<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastGrownMegaMacro =
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "muscles") > (200 * 12);
},
passage: "Explore_EastGrownMegaMacro",
}>>
<</if>>
<<if $Version >= 10501 && $Version < 10501.1>>
<<run console.log("deprecate 10501")>>
<<set $Version = 10501.1>>
<<set $VersionStr = '0.5.1*'>>
<<if $CharacterSheet_Player.fight.teammate == undefined>>
<<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime"]>>
<<else>>
<<set $EasyRandomEncounters = ["CharacterSheet_Slime"]>>
<</if>>
<</if>>
<<if $Version >= 10501.1 && $Version < 10502>>
<<run console.log("deprecate 10502")>>
<<set $Version = 10502>>
<<set $VersionStr = '0.5.2\n [[SAVE FILE NOT COMPATIBLE WITH THIS VERSION! CLICK HERE TO RESTART WHILE KEEPING YOUR ESSENCE AND EXP!->Reload_Unsupported_Enter]]'>>
<</if>>
<<if $Version >= 10502 && $Version < 10503>>
<<set $CharacterSheet_Player.info.corruptionPerDay = 0>>
<<include Ability_Uncorrupted>>
<<include Ability_MinorCorruption>>
<<include Ability_MajorCorruption>>
<<include Ability_OverwhelmingCorruption>>
<<include Ability_LordOfCorruption>>
<<run console.log("deprecate 10503")>>
<<set $Version = 10503>>
<<set $VersionStr = '0.5.3\n [[SAVE FILE NOT COMPATIBLE WITH THIS VERSION! CLICK HERE TO RESTART WHILE KEEPING YOUR ESSENCE AND EXP!->Reload_Unsupported_Enter]]'>>
<</if>>
<<if $Version >= 10503 && $Version < 10600>>
<<include Ending_OneWithApothus>>
<<include Ending_OneWithNyx>>
<<include Ending_MemoriesOfCray>>
<<include Ending_NyxChosenAscension>>
<<include StoryInit_Abilities>>
<<include StoryInit_FightMoves>>
<<include Sheets_Wounded_Lost>>
<<run console.log("deprecate 10600")>>
<<set $Version = 10600>>
<<set $VersionStr = '0.6.0\n [[SAVE FILE NOT COMPATIBLE WITH THIS VERSION! CLICK HERE TO RESTART WHILE KEEPING YOUR ESSENCE AND EXP!->Reload_Unsupported_Enter]]'>>
<</if>><meta name="viewport" content="width=1024"><<include StoryInit_Base>>
<<include StoryInit_Widgets>>
<<include StoryInit_UniversalFlavour>>
<<include StoryInit_FightVariables>>
<<include StoryInit_FightMoves>>
<<include Quest_MQ001>>
<<include Quest_MQ001_EchoFirstEncounter>>
<<include Quest_MQ002>>
<<include StoryInit_QuestVariables>>
<<include StoryInit_Abilities>>
<<include Sheets_Player>>
<<include Sheets_Imp>>
<<include Sheets_Lakkos>>
<<include Sheets_Lost_Entity>>
<<include Sheets_Lost_Harbinger>>
<<include Sheets_Swarm>>
<<include Sheets_Lost_Naga>>
<<include Sheets_Elder>>
<<include Sheets_town_guard>>
<<include Sheets_MQ002_Guard>>
<<include Sheets_MQ002_NyxParasite>>
<<include Sheets_MQ002_DragonMonk>>
<<include Sheets_Apothus>>
<<include Sheets_Apothus_2nd_Form>>
<<include Sheets_God_Beast>>
<<include Sheets_Slime>>
<<include Sheets_Wounded_Lost>>
<<include Sheets_Jorm>>
<<include Sheets_Abel>>
<<include Sheets_Torgar>>
<<include StoryInit_StateDrivenModifiers>>
<<include StoryInit_WorldState>>
<<include StoryInit_EndingSheet>>
<<include StoryInit_UI>>
<<include StoryInit_Music>>
<<include StoryInit_RandomEncounters>><<include StoryInit_AbilityTrigger>>
<<set setup.UnlockableAbilityList = []>>
<<set setup.GlobalAbilities = []>>
<<include Ability_Tank>>
<<include Ability_Berserking>>
<<include Ability_DeadlyAim>>
<<include Ability_Mutant_2>>
<<include Ability_Mutant>>
<<include Ability_Global_HeightSizeTier_1>>
<<include Ability_Global_HeightSizeTier_2>>
<<include Ability_Global_HeightSizeTier_3>>
<<include Ability_Global_HeightSizeTier_4>>
<<include Ability_Global_HeightSizeTier_5>>
<<include Ability_Global_HeightSizeTier_6>>
<<include Ability_Global_Bigger_Than_Target_1>>
<<include Ability_Global_Bigger_Than_Target_2>>
<<include Ability_Global_Bigger_Than_Target_3>>
<<include Ability_Global_Overwhelming_Balls>>
<<include Ability_Global_All_Consuming_Balls>>
<<include Ability_Uncorrupted>>
<<include Ability_MinorCorruption>>
<<include Ability_MajorCorruption>>
<<include Ability_OverwhelmingCorruption>>
<<include Ability_LordOfCorruption>>
<<include Achievement_OffTheDeepEnd>>
<<include Achievement_BaptismInCorruption>>
<<include Achievement_HostOfTheSpawns>>
<<include Achievement_LordOfTheSpawns>>
<<include Achievement_SubmissiveFighter>>
<<include Achievement_MightOfAugwult>>
<<include Ability_GoldenStar>>
<<include Ability_GreenStar>>
<<include Ability_RedStar>>
<<include Ability_BlueStar>>
<<include Ability_EchoForm>>
<<include Ability_Masochism>>
<<include Ability_HerculeanBuild>>
<<include Ability_DemonicCorruption_3>>
<<include Ability_DemonicCorruption_2>>
<<include Ability_DemonicCorruption>>
<<include Ability_StolenMass>>
<<include Ability_CurseOfTheNaga>>
<<include Ability_VigorOfTheEndowed_2>>
<<include Ability_VigorOfTheEndowed>>
<<include Ability_AppetiteForGrowth_2>>
<<include Ability_AppetiteForGrowth>>
<<include Ability_NyxParasiteInfection_2>>
<<include Ability_NyxParasiteInfection>>
<<include Ability_TouchedByNyxsLight>>
<<include Ability_EmbracedByNyxsLight>>
<<include Ability_Oath_Containment>>
<<include Ability_Oath_Nyx>>
<<include Ability_UnstoppableExpansion>>
<<include Ability_Oathbreaker>>
<<include Ability_NeverendingGrowth>>
<<include Ability_OrgasmicGrowth>>
<<include Ability_LastStand>>
<<include Ability_ToLiveForEcho>>
<<include Ability_WarriorOfDuality>>
<<include Ability_WitheringVenom>>
<<include Ability_CodexPassion>>
<<include Ability_FaithsReward>>
<<include Ability_EssenceHoarder>>
<<include Ability_SombrevesWhisper>>
<<include Ability_VampiricLust>>
<<include Ability_KalethsFervour>>
<<include Ability_ActiveParry>>
<<include Ability_ParryEnergy>>
<<include Ability_BrinkOfMadness>>
<<include Ability_PiercingPrecision>>
<<include Ability_ChannelTheAstralSoul>>
<<include Ability_ValiantRush>>
<<include Ability_SigilOfPerception>>
<<include Ability_TaintedByTheLost>>
<<include Ability_SurvivorOfTheFirstEclipse>>
<<include Ability_MemoriesOfTheChosen>>
<<include Ability_MemoriesOfCray>>
<<include Ability_MemoriesOfApothus>>
<<include Ability_MemoriesOfNyx>>
<<include Ability_HostOfEcho>>
<<include Ability_DracosOmnipotence>>
<<include Ability_BuriedInCum>>
<<include Ability_CorruptedStrength>>
<<include Ability_Focused>>
<<include Ability_Momentum>>
<<include Ability_Incorruptible>>
<<include Ability_ServantOfKanathar>>
<<include Ability_EmpoweringDrink>>
<<include Ability_TorgarsBond>><<script>>
State.variables.AbilityTrigger =
{
ON_ACQUIRE: 1 << 0,
ON_FIGHT_START: 1 << 1,
ON_FIGHT_TURN_START: 1 << 2,
ON_FIGHT_DAMAGING_HIT: 1 << 3,
ON_FIGHT_PRE_RECEIVE_DAMAGE: 1 << 5,
ON_FIGHT_POST_RECEIVE_DAMAGE: 1 << 4,
ON_FIGHT_END: 1 << 6,
ON_MAX_LUST: 1 << 7,
ON_MIN_LUST: 1 << 8,
ON_APPLY_GROWTH: 1 << 9,
ON_ENTER_MID_HEALTH: 1 << 10,
ON_EXIT_MID_HEALTH: 1 << 11,
ON_ENTER_LOW_HEALTH: 1 << 12,
ON_EXIT_LOW_HEALTH: 1 << 13,
ON_LEVEL_UP: 1 << 14,
ON_FIGHT_DO_DAMAGELESS_ATTACK: 1 << 15,
ON_FIGHT_BATTLE_WON: 1 << 16,
ON_FIGHT_BATTLE_LOST: 1 << 17,
ON_GAIN_CORRUPTION: 1 << 18,
ON_GAIN_ESSENCE: 1 << 19,
ON_DAY_CHANGE: 1 << 20,
ON_STAT_CHANGE: 1 << 21,
ON_NEW_GAME_PLUS: 1 << 22,
}
<</script>><<script>>
Config.history.maxStates = 1;
Config.history.controls = false;
Config.ui.stowBarInitially = false;
<</script>>
<<set $Version = 10600>>
<<set $VersionStr = '0.6.0'>>
<<set $Volume = 0.7>>
<<set setup.FightHotkeys = ["1","2","3","4","5","6","7","8","9","0","Q","W","E","R","T","Y","U","I","O","P"]>>
<<set setup.DeathTextEnum =
{
NORMAL: 1,
POST_APOTHUS: 2,
}>>
<<set setup.AttackTiming =
{
BEFORE_PLAYER: 1,
BETWEEN_PLAYER_AND_ENEMY: 2,
AFTER_ENEMY: 3,
}>>
<<set $SecretCheat = 0>>
<<set $DisplayStatWindow = true>>
<<set $LastExplorationEnemyEncounter = 0>>
<<set $DeathText = setup.DeathTextEnum.NORMAL>>
<<set setup.RewardTier =
{
VERY_LOW: 1,
LOW: 2,
MEDIUM: 3,
HIGH: 4,
VERY_HIGH: 5,
}>>
<<set setup.Units =
{
IMPERIAL: 1,
METRIC: 2
}>>
<<set setup.Oath =
{
NONE: 1,
ACTIVE: 2,
BROKEN: 3,
}>>
<<set setup.Comparators =
{
MICRO_TO: 1,
MUCH_SMALLER: 2,
SMALLER: 3,
SLIGHTLY_SMALLER: 4,
EQUAL: 5,
SLIGHTLY_BIGGER: 6,
BIGGER: 7,
MUCH_BIGGER: 8,
REACHES_WAIST: 9,
REACHES_KNEES: 10,
FITS_ON_HAND: 11,
FITS_ON_FINGER: 12,
}>>
<<set setup.CockComparators =
{
MICRO_TO: 1,
MUCH_SMALLER: 2,
SMALLER: 3,
SLIGHTLY_SMALLER: 4,
EQUAL: 5,
SLIGHTLY_BIGGER: 6,
BIGGER: 7,
MUCH_BIGGER: 8,
MASSIVE: 9,
HYPER: 10,
MACRO: 11,
GIGA: 12,
}>>
<<set setup.CorruptionComparators =
{
PURE: 25,
NEUTRAL: 50,
TAINTED: 75,
CORRUPT: 100
}>>
<<set setup.ColourPool =
{
DEFAULT: undefined,
RED: "red",
ORANGE: "orange",
YELLOW: "yellow",
GREEN: "green",
BLUE: "blue",
INDIGO: "indigo",
VIOLET: "violet",
PURPLE: "purple",
WHITE: "white",
GREY: "grey",
BLACK: "black",
OBSIDIAN: "obsidian",
AMBER: "amber",
PINK: "pink",
BROWN: "brown",
TAN: "tan",
BEIGE: "beige",
EMERALD: "emerald",
SAPPHIRE: "sapphire",
CRIMSON: "crimson",
GOLDEN: "golden"
}>>
<<set setup.MuscleComparators =
{
MICRO_TO: 1,
MUCH_SMALLER: 2,
SMALLER: 3,
SLIGHTLY_SMALLER: 4,
EQUAL: 5,
SLIGHTLY_BIGGER: 6,
BIGGER: 7,
MUCH_BIGGER: 8,
DWARFING: 9,
GIANT: 10,
MACRO: 11,
GIGA: 12,
}>>
<<set setup.englishNumbers =
{
1: "",
2: "two",
3: "three",
4: "four",
5: "five",
6: "six",
7: "seven",
8: "eight",
9: "nine",
10: "ten",
11: "eleven",
12: "twelve",
13: "thirteen",
14: "fourteen",
15: "fifteen",
16: "sixteen",
17: "seventeen",
18: "eighteen",
19: "nineteen",
20: "twenty",
21: "twenty one",
22: "twenty two",
23: "twenty three",
24: "twenty four",
25: "twenty five",
26: "twenty six",
27: "twenty seven",
28: "twenty eight",
29: "twenty nine",
30: "thirty",
31: "thirty one",
32: "thirty two",
33: "thirty three",
34: "thirty four",
35: "thirty five",
36: "thirty six",
37: "thirty seven",
38: "thirty eight",
39: "thirty nine",
40: "forty"
}>>
<<set $SymbioteBoost = "muscles">>
<<set $Debug = $SpecialBuild>>
<<set setup.Colors = ["orange", "blue", "grey"]>>
<<set $BoughtFightMoves = 0>>
<<set $FightTurn = 0>>
<<set setup.LevelUpTable =
[
180,
500,
1300,
2400,
3700,
5600,
7000,
8300,
10000,
15000,
]>>
<<set setup.AbilityCategory =
{
NONE: 0,
WARRIOR: 1,
GROWTH: 2,
SOMBREVE: 3,
PURITY: 4,
LUST: 5,
}>>
/*always order from best to worst*/
<<set setup.AbilityGrade =
{
VERYHIGH: 4,
HIGH: 3,
MEDIUM: 2,
LOW: 1,
VERYLOW: 0,
}>>
/*Stats -BEGIN*/
<<set $Expedition = 0>>
<<set $Cycle = 1>>
<<set $Essence = 0>>
<<set $Exp = 0>>
<<set $Level = 1>>
/*Stats -END*/
/*Descriptors*/
<<set setup.Fight_HealthDescriptor = function(maxHP, curHP)
{
if(curHP / maxHP > 0.7)
{
return "<span style='color:#46c546;'>" + "healthy" + "</span>";
}
else if(curHP / maxHP > 0.5)
{
return "<span style='color:#c5bb46;'>" + "out of breath" + "</span>";
}
else if(curHP / maxHP > 0.3)
{
return "<span style='color:#ff9840;'>" + "exhausted" + "</span>";
}
else
{
return "<span style='color:#ff0000;'>" + "nearly dead" + "</span>";
}
};
>>
<<set setup.AdjectivePool =
{
heads: {
medium: ["large"],
large: ["sizeable"],
huge: ["massive", "huge"],
adjectives: {
pure: ["rugged", "square-jawed"],
corrupt: ["rugged", "square-jawed"]
}
},
eyes: {
adjectives: {
corrupt: ["glowing", "demonic", "fiery", "burning", "blazing"]
}
},
jaws: {
small: ["defined"],
medium: ["square"],
large: ["powerful"],
huge: ["massive"],
adjectives: {
}
},
teeths: {
raceTexture: ["average"],
adjectives: {
}
},
hands: {
small: ["average"],
medium: ["meaty"],
large: ["huge"],
huge: ["massive"],
adjectives: {
}
},
horns: {
small: ["bulky"],
medium: ["heavy", "dangerous"],
large: ["massive", "incredibly heavy", "bulldozing"],
huge: ["colossal", "earth gouging"],
adjectives: {
corrupt: ["cracked", "purple runed", "glowing"]
}
},
wings: {
small: ["magnificent"],
medium: ["monumental"],
large: ["massive"],
huge: ["titanic", "land eclipsing"],
adjectives: {
}
},
tongues: {
small: ["normal sized"],
medium: ["long"],
large: ["elongated"],
huge: ["extensive", "huge"],
adjectives: {
corrupt: ["slobbering", "dripping", "slimy"]
}
},
arms: {
small: ["athletic", "chiselled", "defined"],
medium: ["large", "bulky", "brawny"],
large: ["sizeable", "huge", "boulder-like", "skin-straining", "heavily muscled"],
huge: ["colossal", "titanic", "world ending", "building sized", "impossibly huge", "huge", "movement limiting"],
adjectives: {
pure: ["vein-riddled", "strong", "beefy", "pumped"],
corrupt: ["pulsating", "vein-riddled", "ever growing", "strong", "beefy", "mutated"]
}
},
pecs: {
small: ["athletic", "chiselled", "defined", "square"],
medium: ["large", "bulky", "brawny", "well-built"],
large: ["sizeable", "shelf-like", "boulder sized", "vision limiting", "huge", "massive"],
huge: ["chin scraping", "mountain-like", "titanic", "heavily muscled"],
adjectives: {
pure: ["vein-riddled", "strong", "beefy", "pumped"],
corrupt: ["pulsating", "vein-riddled", "ever growing", "strong", "beefy"]
}
},
abdominals: {
small: ["pack", "chiselled", "defined", "washboard"],
medium: ["pack", "rock-hard", "strong", "rippling"],
large: ["pack", "brick-like", "huge", "wall of", "cinderblock"],
huge: ["pack", "impossibly huge", "colossal", "titanic", "vehicle sized"],
adjectives: {
pure: ["veiny"],
corrupt: ["pulsating", "veiny"]
}
},
cocks: {
small: ["fair", "impressive"],
medium: ["horse-sized", "arm-sized", "awe-inspiring", "incredibly big"],
large: ["huge", "hyper", "bloated", "vehicle sized", "wall breaking", "impossibly huge", "mammoth", "floor dragging", "cannon"],
huge: ["massive", "huge", "mountain sized", "world breaking", "ground-carving", "earth shaking", "god like", "village sized"],
adjectives: {
pure: ["vein-riddled", "rigid", "leaking"],
corrupt: ["pulsating", "vein-riddled", "glowing", "leaking"]
}
},
balls: {
medium: ["large", "thigh-knocking", "grapefruit sized"],
large: ["floor dragging", "bloated"],
huge: ["massive", "huge", "building sized", "mountainous"],
adjectives: {
pure: ["virile", "sloshing", "bloated"],
corrupt: ["pulsating", "vein-riddled", "over full", "egregious", "rumbling", "powerful", "corrupt"]
}
},
legs: {
small: ["athletic", "chiselled", "defined"],
medium: ["large", "bulky", "brawny"],
large: ["sizeable", "huge", "thick", "skin-straining", "heavily muscled"],
huge: ["colossal", "titanic", "world ending", "building sized", "impossibly huge", "huge"],
adjectives: {
pure: ["vein-riddled", "strong", "beefy"],
corrupt: ["pulsating", "vein-riddled"]
}
},
tails: {
medium: ["large"],
large: ["sizeable", "sizable"],
huge: ["massive", "huge"],
adjectives: {
corrupt: ["vein-riddled"]
}
},
breasts: {
small: ["average", "soft"],
medium: ["large", "pillow-like"],
large: ["sizeable", "shelf-like", "boulder sized", "vision limiting", "huge", "massive"],
huge: ["chin scraping", "mountain-like", "titanic"],
adjectives: {
pure: ["milk-filled", "voluminous"],
corrupt: ["leaking", "ever growing", "corruption-filled"]
}
},
vaginas: {
small: ["average", "fair", "impressive"],
medium: ["large", "wide", "incredibly big"],
large: ["sizeable", "cavernous", "enormous", "capacious", "huge", "massive"],
huge: ["world-devouring", "chasm-sized", "yawning", "immense"],
adjectives: {
pure: ["soft", "warm", "welcoming"],
corrupt: ["dripping", "undulating", "leaking"]
}
}
}
>>
<<set setup.RacePool =
{
DEFAULT: "DEFAULT",
WOLF: "WOLF",
MINOTAUR: "MINOTAUR",
BEHEMOTH: "BEHEMOTH",
DRAGONBORN: "DRAGONBORN",
HALFORC: "HALFORC",
INCUBUS: "INCUBUS",
SYMBIOTE: "SYMBIOTE",
NAGA: "NAGA",
LORD_OF_LUST: "LORD_OF_LUST",
CUSTOM: "CUSTOM",
}
>>
<<set $CustomRace =
{
name: undefined,
namePlural: undefined,
heads: {
defaultNumber: 0,
raceTexture: undefined
},
eyes: {
defaultNumber: 0,
raceTexture: undefined
},
jaws: {
defaultNumber: 0,
raceTexture: undefined
},
teeths: {
defaultNumber: 0,
raceTexture: undefined
},
hands: {
defaultNumber: 0,
raceTexture: undefined
},
horns: {
defaultNumber: 0,
raceTexture: undefined
},
wings: {
defaultNumber: 0,
raceTexture: undefined
},
tongues: {
defaultNumber: 0,
raceTexture: undefined
},
arms: {
defaultNumber: 0,
raceTexture: undefined
},
pecs: {
defaultNumber: 0,
raceTexture: undefined
},
abdominals: {
defaultNumber: 0,
raceTexture: undefined
},
cocks: {
defaultNumber: 0,
raceTexture: undefined
},
balls: {
defaultNumber: 0,
raceTexture: undefined
},
legs: {
defaultNumber: 0,
raceTexture: undefined
},
tails: {
defaultNumber: 0,
raceTexture: undefined
},
breasts: {
defaultNumber: 2,
raceTexture: undefined
},
vaginas: {
defaultNumber: 1,
raceTexture: undefined
},
}
>>
<<set setup.RacePoolObjects =
{
DEFAULT: {
name: "Human",
namePlural: "Humans",
description: "A common species, making up a bulk of nearly all population centers. Highly social and adaptable.",
heads: {
defaultNumber: 1
},
eyes: {
defaultNumber: 2
},
jaws: {
defaultNumber: 1
},
teeths: {
defaultNumber: 1
},
hands: {
defaultNumber: 2
},
tongues: {
defaultNumber: 1
},
arms: {
defaultNumber: 2
},
pecs: {
defaultNumber: 2
},
abdominals: {
defaultNumber: 8
},
cocks: {
defaultNumber: 1
},
balls: {
defaultNumber: 2
},
legs: {
defaultNumber: 2
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
WOLF: {
name: "Werewolf",
namePlural: "Werewolves",
description: "Appears to be a combination of both human and wolf, though they trace their lineage to neither. Despite common legends, does not shift forms in the light of the moon.",
heads: {
defaultNumber: 1,
raceTexture: ["furry", "wolfish", "muzzled"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["predatory", "wolfish", "lupine"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["furry", "wolven", "wolfish", "lupine", "canid"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed", "padded"]
},
tongues: {
defaultNumber: 1
},
arms: {
defaultNumber: 2,
raceTexture: ["furry", "wolven", "wolfish", "lupine", "canid"]
},
pecs: {
defaultNumber: 2,
raceTexture: ["furry", "wolven", "wolfish", "lupine", "canid"]
},
abdominals: {
defaultNumber: 8,
raceTexture: ["furry", "wolven", "wolfish", "lupine", "canid"]
},
cocks: {
defaultNumber: 1,
raceTexture: ["knotted", "rocket-shaped", "wolven", "lupine"]
},
balls: {
defaultNumber: 2,
raceTexture: ["furry"]
},
legs: {
defaultNumber: 2,
raceTexture: ["furry", "wolven", "wolfish", "lupine", "canid"]
},
tails: {
defaultNumber: 1,
raceTexture: ["fluffy", "long"]
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
MINOTAUR: {
name: "Minotaur",
namePlural: "Minotaurs",
description: "Bipedal, hooved bovines. Their torsos and arms are remarkably light on fur, but make up for it with their shaggy backs and legs.",
heads: {
defaultNumber: 1,
raceTexture: ["bovine", "bull shaped"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["determined"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["furry"],
},
teeths: {
defaultNumber: 1
},
hands: {
defaultNumber: 2,
raceTexture: ["human shaped"]
},
horns: {
defaultNumber: 2,
raceTexture: ["forward-facing"]
},
tongues: {
defaultNumber: 1,
raceTexture: ["flat tipped"]
},
arms: {
defaultNumber: 2,
raceTexture: ["furry", "thick", "bovine"]
},
pecs: {
defaultNumber: 2,
raceTexture: ["furry", "thick", "bovine"]
},
abdominals: {
defaultNumber: 8,
raceTexture: ["furry", "thick", "bovine"]
},
cocks: {
defaultNumber: 1,
raceTexture: ["flaring", "flat-tipped", "mottled"]
},
balls: {
defaultNumber: 2,
raceTexture: ["furry"]
},
legs: {
defaultNumber: 2,
raceTexture: ["hoofed"]
},
tails: {
defaultNumber: 1,
raceTexture: ["tuft-bearing"]
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
BEHEMOTH: {
name: "Behemoth",
namePlural: "Behemoths",
description: "beasts of ancient lore.",
heads: {
defaultNumber: 1,
raceTexture: ["maned", "fierce", "canine-like", "feral"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["predatory", "piercing"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["imposing", "fanged"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed", "padded"]
},
horns: {
defaultNumber: 2,
raceTexture: ["forward-facing"]
},
tongues: {
defaultNumber: 1,
raceTexture: ["barbed"]
},
arms: {
defaultNumber: 2
},
pecs: {
defaultNumber: 2,
raceTexture: ["barrelled"]
},
abdominals: {
defaultNumber: 8
},
cocks: {
defaultNumber: 2,
raceTexture: ["barbed", "knotted"]
},
balls: {
defaultNumber: 4,
raceTexture: ["churning"]
},
legs: {
defaultNumber: 2,
raceTexture: ["digitigrade"]
},
tails: {
defaultNumber: 1,
raceTexture: ["webbing-tipped", "spined"]
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
HALFORC: {
name: "Half-Orc",
namePlural: "Half-Orcs",
description: "Tusked, muscular and generaly darker skinned.",
heads: {
defaultNumber: 1,
raceTexture: ["tusked", "fierce"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["determined", "imposing"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["tusked", "strong"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
},
tongues: {
defaultNumber: 1,
},
arms: {
defaultNumber: 2
},
pecs: {
defaultNumber: 2,
raceTexture: ["imposing"]
},
abdominals: {
defaultNumber: 6
},
cocks: {
defaultNumber: 1,
},
balls: {
defaultNumber: 2,
raceTexture: ["churning"]
},
legs: {
defaultNumber: 2,
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
DRAGONBORN: {
name: "Dragonborn",
namePlural: "Dragonborn",
description: "Descendants of ancient winged creatures that used to claim dominion over this land, something that is oft-repeated in this scaled biped's religion.",
heads: {
defaultNumber: 1,
raceTexture: ["draconic"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["draconic", "slitted"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["serpentine", "draconic"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed", "scaled"]
},
horns: {
defaultNumber: 4,
raceTexture: ["backward-bending"]
},
wings: {
defaultNumber: 2,
raceTexture: ["webbed"]
},
tongues: {
defaultNumber: 1,
raceTexture: ["forked", "prehensile"]
},
arms: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
pecs: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
abdominals: {
defaultNumber: 8,
raceTexture: ["scaled"]
},
cocks: {
defaultNumber: 1,
raceTexture: ["tapered", "oily"]
},
balls: {
defaultNumber: 2,
raceTexture: ["scaly"]
},
legs: {
defaultNumber: 2
},
tails: {
defaultNumber: 1,
raceTexture: ["whip-like", "draconic", "serpentine"]
},
breasts: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
vaginas: {
defaultNumber: 1
}
},
INCUBUS: {
name: "Demon",
namePlural: "Demons",
heads: {
defaultNumber: 1,
raceTexture: ["demonic"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["demonic", "slitted"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["sharp", "demonic"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed", "scaled"]
},
horns: {
defaultNumber: 2,
raceTexture: ["straight"]
},
tongues: {
defaultNumber: 1,
raceTexture: ["flexible", "forked"]
},
arms: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
pecs: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
abdominals: {
defaultNumber: 6,
raceTexture: ["scaled"]
},
cocks: {
defaultNumber: 1,
raceTexture: ["slick", "oily"]
},
balls: {
defaultNumber: 2,
raceTexture: ["churning"]
},
legs: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
tails: {
defaultNumber: 1,
raceTexture: ["forked", "demonic"]
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
LORD_OF_LUST: {
name: "Lord of Lust",
namePlural: "Lords of Lust",
heads: {
defaultNumber: 1,
raceTexture: ["demonic"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["demonic", "slitted"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["sharp", "demonic", "devilish"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["razor sharp", "monstrous"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed", "scaled"]
},
horns: {
defaultNumber: 4,
raceTexture: ["straight", "demonic"]
},
tongues: {
defaultNumber: 1,
raceTexture: ["flexible", "forked"]
},
arms: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
pecs: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
abdominals: {
defaultNumber: 6,
raceTexture: ["scaled"]
},
cocks: {
defaultNumber: 1,
raceTexture: ["slick", "oily"]
},
balls: {
defaultNumber: 2,
raceTexture: ["churning"]
},
legs: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
tails: {
defaultNumber: 1,
raceTexture: ["forked", "demonic"]
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
NAGA: {
name: "Naga",
namePlural: "Naga",
heads: {
defaultNumber: 1,
raceTexture: ["serpentine"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["slitted"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["serpentine"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed", "scaled"]
},
tongues: {
defaultNumber: 1,
raceTexture: ["forked"]
},
arms: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
pecs: {
defaultNumber: 2,
raceTexture: ["scaled"]
},
abdominals: {
defaultNumber: 8,
raceTexture: ["scaled"]
},
cocks: {
defaultNumber: 2,
raceTexture: ["tapered", "oily"]
},
balls: {
defaultNumber: 4,
raceTexture: ["scaly"]
},
tails: {
defaultNumber: 1,
raceTexture: ["sprawling", "serpentine"]
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
SYMBIOTE: {
name: "Symbiote",
namePlural: "Symbiotes",
heads: {
defaultNumber: 1,
raceTexture: ["sinister"]
},
eyes: {
defaultNumber: 2,
raceTexture: ["glowing"]
},
jaws: {
defaultNumber: 1,
raceTexture: ["wide"]
},
teeths: {
defaultNumber: 1,
raceTexture: ["sharp"]
},
hands: {
defaultNumber: 2,
raceTexture: ["clawed"]
},
horns: {
defaultNumber: 0
},
wings: {
defaultNumber: 0
},
tongues: {
defaultNumber: 1,
raceTexture: ["prehensile", "slimy"]
},
arms: {
defaultNumber: 2
},
pecs: {
defaultNumber: 2
},
abdominals: {
defaultNumber: 8
},
cocks: {
defaultNumber: 1,
raceTexture: ["goo-dripping"]
},
balls: {
defaultNumber: 2
},
legs: {
defaultNumber: 2
},
tails: {
defaultNumber: 0
},
breasts: {
defaultNumber: 2
},
vaginas: {
defaultNumber: 1
}
},
get CUSTOM() {
return State.variables.CustomRace;
},
}>>
<<run setup.fillDestinationArray()>><<include FightMove_BasicAttack>>
<<include FightMove_Lunge>>
<<include FightMove_Infest>>
<<include FightMove_Inspect>>
<<include FightMove_Goo_Stun>>
<<include FightMove_Masturbate>>
<<include FightMove_IncubusStrike>>
<<include FightMove_IncubusCall>>
<<include FightMove_Hypnotize>>
<<include FightMove_Worship>>
<<include FightMove_DoNothing>>
<<include FightMove_Sigil_Vitality>>
<<include FightMove_Sigil_Pain>>
<<include FightMove_Sigil_Perception>>
<<include FightMove_Sigil_Growth>>
<<include FightMove_ChargedStrike>>
<<include FightMove_Stomp>>
<<include FightMove_WitheringVenom>>
<<include FightMove_Parry>>
<<include FightMove_DragonStrike>>
<<include FightMove_ParasiteLunge>>
<<include FightMove_SummonParasite>>
<<include FightMove_ConsumeLost>>
<<include FightMove_SeedOfRuin>>
<<include FightMove_SlimeLunge>>
<<include FightMove_Slash>>
<<include FightMove_Bash>>
<<include FightMove_Focus>>
<<include FightMove_CumDeluge>>
<<include FightMove_LustfulInstincts>>
<<include FightMove_CorruptedUrges>>
<<include FightMove_InfectiousLust>>
<<include FightMove_CorruptedRemedy>>
<<include FightMove_PridefulAscent>>
<<include FightMove_Sigil_Triad>>
<<include FightMove_Tutorial1>>
<<include FightMove_Tutorial2>>
<<include FightMove_Tutorial3>>
<<include StoryInit_SpecialMoves>>
<<set setup.FightMoveIDs = [setup.FightMove_Basic_Attack.id,
setup.FightMove_Do_Nothing.id,
setup.FightMove_Submit_Completely.id,
setup.FightMove_Goo_Stun.id,
setup.FightMove_IncubusCall.id,
setup.FightMove_IncubusStrike.id,
setup.FightMove_Lunge.id,
setup.FightMove_Infest.id,
setup.FightMove_Inspect.id,
setup.FightMove_Masturbate.id,
setup.FightMove_Sigil_Vitality.id,
setup.FightMove_Sigil_Pain.id,
setup.FightMove_Sigil_Perception.id,
setup.FightMove_Sigil_Growth.id,
setup.FightMove_ChargedStrike.id,
setup.FightMove_Stomp.id,
setup.FightMove_Hypnotize.id,
setup.FightMove_Worship.id,
setup.FightMove_WitheringVenom.id,
setup.FightMove_Parry.id,
setup.FightMove_DragonStrike.id,
setup.FightMove_ParasiteLunge.id,
setup.FightMove_SummonParasite.id,
setup.FightMove_ConsumeLost.id,
setup.FightMove_SeedOfRuin.id,
setup.FightMove_SlimeLunge.id,
setup.FightMove_Slash.id,
setup.FightMove_Bash.id,
setup.FightMove_Focus.id,
setup.FightMove_CumDeluge.id,
setup.FightMove_LustfulInstincts.id,
setup.FightMove_CorruptedUrges.id,
setup.FightMove_InfectiousLust.id,
setup.FightMove_CorruptedRemedy.id,
setup.FightMove_PridefulAscent.id,
setup.FightMove_Sigil_Triad.id,
setup.FightMove_Tutorial1.id,
setup.FightMove_Tutorial2.id,
setup.FightMove_Tutorial3.id,
]>><<set $FightVariables =
{
currentHP: undefined,
currentStamina: undefined,
currentArousal: undefined,
currentFightMove: undefined,
stunnedDuration: undefined,
hypnotizedMoveIDsList: [],
cooldowns: [],
surrender: false,
fightModifiers: [],
currentFightMoveOutcome: undefined,
currentTurnAbilityText: undefined,
persistentEffects: []
}>><<cacheaudio "village" "https://sombreve.github.io/Dawn-of-Corruption-Site/Music/village_theme.mp3">>
<<cacheaudio "manor" "https://sombreve.github.io/Dawn-of-Corruption-Site/Music/manor_theme.mp3">>
<<cacheaudio "SFX_heartbeat" "https://sombreve.github.io/Dawn-of-Corruption-Site/Sounds/heartbeat.mp3">>
<<createaudiogroup ":ui">>
<<track "village">>
<<track "manor">>
<<track "SFX_heartbeat">>
<</createaudiogroup>>/*debug*/
/*<<set $Quest_CanExplore = true>>*/
<<set $Quest_CanExplore = true>>
/*debug*/
/*<<set $Quest_InProgress = [$Quest_MQ002]>>*/
<<set $Quest_InProgress = []>><<set $EasyRandomEncounters = ["CharacterSheet_Imp", "CharacterSheet_Slime", "CharacterSheet_Torgar"]>>
<<set $MediumRandomEncounters = ["CharacterSheet_Lakkos", "CharacterSheet_Lost_Entity", "CharacterSheet_Lost_Naga"]>><<set setup.FightMove_Stunned =
{
id: "FightMove_Stunned",
name: "Stunned",
preparation: function(character, target)
{
return character.info.name + " is stunned and cannot move!"
},
attackAttemptDesc: function(character, target)
{
if(character.fight.variables.stunnedDuration > 0)
{
return character.info.name + " tries to snap out of it."
}
else
{
return character.info.name + " came back to their senses and is readying their next attack!"
}
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
skillStatsToDescriptionSpacing: 1,
skillDescription: "Try to regain your senses.",
skillType: "special",
skillTheme: "special",
additionalEffects: []
}>><<set $FightStateDrivenModifiers = [$Bigger_Than_Target_1, $Bigger_Than_Target_2, $Bigger_Than_Target_3]>><<run setup.updateStaticCorruptionUI(State.variables.CharacterSheet_Player)>>The enemy rushes in and attacks.The enemy barrels forward toward you, throwing his weight behind his attack.The enemy stomps forward and swings a massive fist.The enemy's @[all|huge|arms|noverb] hurtle down toward you.A trail of purple energy flows from his knuckles.Each vein in his hand and arm burns with a tainted purple hue, energy rolls off of his skin as tendrils of dark power.hops between each foot, ready to feint and strike at any moment.braces himself for the battle.rolls his boulder like shoulders, ready to strike.is stretching his limbs, ready to wrestle.rakes his large feet across the ground, ready to charge.tenses his muscles. His bulky form creaks with strength, with the anticipation of battle.flexes gargantuan muscles, ready to put each rolling mountain to use.stomps his massive feet as he readies himself for combat. The earth quivers.cracks his massive knuckles, they sound like thunder across the battlefield.The air feels wrong around this creature.A terrible darkness spreads across the ground from this creature's feet.Purple and black tendrils of energy are breaking out from the ground around this creature's feet.tinysmallminutelittlelargesizeableheftyburlyhugemassivetoweringhumongousimmensetitaniccolossalgiganticmuscles harden and pulse with increasing strength. His biceps form fair peaks above well defined forearms. Veins begin peeking through his skin \
as they spread across his growing shoulders and neck. His pecs push outwards, his nipples harden and a moan escapes his mouth as the growth tumbles downward \
like a fresh breath of air through his six pack abs, thighs and calves.athletic form hardens as each muscle contracts into picturesque beauty. Every line and crease deepens as the power flowing through him forces his body to \
adapt. His laterals spread wider, his abdominal wall pushes outward and his upper body swells with growing, physical pride.body convulses as a tingling feeling spreads outwards from his core and to each limb. His body freezes momentarily before a wellspring of growth overtakes him. \
Calves bulge, quads expand and the upper body surges with strength to keep up.expression shifts into a pleasurable smile. Looking down at his hands, he watches a bubble of growth move from his fingertips \
across his bulging arms and into his pecs. Momentarily, it stops. A worried look overtakes his otherwise calm expression. \
Suddenly, his cock fires an unattural amount of cum. Every pulse of white, every convulsion of his body propels his body upwards and outwards.body shudders and he doubles over. His knees hit the ground as he is assaulted by a wave of intense pleasure \
Every burgeoning muscle flexes, each crest and trough grows into mounds that could only be crafted with years of dedication. \
His arms become pillars of strength, his back becomes an atlas of muscles - his pecs begin pushing his growing nipples earthbound and his \
abdominal wall starts shifting from six to eight bricks of power.mouth spreads into a wide grin as a surreal purple glow spins across the edges of his irises as his veins swell over his body. Not moments later, his cock rises as his limbs pack on \
weight and size. What was once ample, is now in excess. What was once well chiselled is now barelling. He flexes his bicep, watching it rise higher and higher. \
A sinister smile spreads wide across his face - this was only the beginning.cock jumps to full mast as a sudden growth spurt overtakes his body. He quickly wraps his arms around his chest to feel his pecs compete with his biceps. \
Wave after wave, his arms pushes away from his chest from the sheer size being compressed into them. His legs adopt a wider stance as the war continues below \
with his quads, expanding glutes and growing calves.body spasms as his powerful muscles all flex at once. His bull like neck pulses larger and begins to threaten the sides of his head. His pecs swell outwards in \
leaps and bounds over a growing and impressive set of eight abs. His hands rove across each expanding inch of flesh, feeling the skin stretch tighter against \
chords of steel that thicken with each passing second.body shudders. Every boulder contained within him rumbles with an ominous wave of incoming growth. It didn't matter who or what was watching \
the world stood in stunned silence as his biceps exploded from raw, uncontained power. They barreled outwards until their pulsing peaks began to reach sizes that \
were clearly unnatural. Each pectoral was large enough to be a shelf, and they bounced eagerly as they consumed more and more space in front of him. Large nipples were forced \
further sideways and downwards as more and more space was claimed by their hosts. Thick thighs and glutes became even thicker, pillars that would easily host houses were \
increasing in size before his very eyes.bones cracked audibly. Growth was upon him yet again, and this wave was even stronger than the last. With a booming thud, his muscles exploded with new size \
- too much and too fast for his body to contend with. The growth began running rampant; each second packed on more and more until limbs began to lock \
and grind against each other from the lack of any space at all. With a primal roar, he flexes - a beastly mountain of mass - and wills it all to compact inwards. \
control was regained but his body had far from relented his new incredible atlassian size.mouth opens wide as a primordial roar bellows from his growing form. Bending down, he slams his fist into the ground and a wave of size propells itself \
upwards from the cracked earth; up his forearm, bicep and into his bullish neck. His pectorals push further outwards, forcing his center of gravity forward before \
his waist expands into a pillar of pure power to support his new torso. Sliding outwards from the ground behind him; his legs push each other apart, massaging and \
grinding against his immense cock. The pleasure is too much. With another ear-splitting roar, he arches his back and unleashes a torrential geyser of white.jaw lowers into abrupt maniacal laughter as he feels the power within him erupt. Like waves from the surface of disturbed water, his entire body groans, creaks and shifts \
as mucles begin to pack onto muscles - chords thicken and roadworks of veins the size of heavy duty pipes spiral across his expanding form. With a mighty stomp \
his growing foot hits the ground, forcing a monstrous wave of size upwards through his calves, into his thighs and finally into his bulging muscular rear. Finally, bringing \
both of his hands together in a mighty clap, his upper body doubles in strength and pure muscle mass.movements halt. A deadly silence overtakes the land that he towers over. A rumbling. The sound of war drums, the sound of the Earth roaring its protest against the \
impending change. Then it happened. Mountains that were biceps doubled in size. Pectorals that quake with every minor shift billow outwards. Nipples - hard, large and sensitive \
are exiled into the deepening valley between them and an entire canyon of ten inumanely thick abdominal muscles. Laterals that were wings, were forced wider. Back muscles that \
rippled with pure power expanded and arms that could crush villages grew into monstrosities that the world could never contend with. His cock, large and heavy with muscle \
slowly swings into the air, its growing mass keeping each move sensual to all who would watch. Another rumble. Another catastrophe. Rivers of white explode from its tip into a deluge \
that coats you, the ground and every object close enough to suffer the titanic load unleashed from his apocalyptic sized balls.gigantic arms fall limp at his side. A loud rumbling, akin to the mighty growl of a beast in heat begins to echo across the land. A dark shadow - the silhouette of \
this monstrous behemoth begins to shudder. The Golden Bastion. Those around it will all bear witness as the colossal titan suddenly shivers. A crack, as loud as thunder \
rockets through the air as the giant grows. Thunderous booms echo around the land; every one heralding the titan's bones shifting to create more space. The ground shudders as the shadow in the \
distance grows larger. Higher. Wider. There are no human words to describe the sheer size being displayed to the world, no words that exist to describe the mass being \
compacted into that singular point.cock suddenly stiffens. An unfathomably large spurt of pre jettisons from his cock slit and pools in the lands far below him. The air suddenly becomes hot as a thick \
umistakeable aura of power coats the very fabric of reality. Reality's will could never stand a chance. To the world's surprise, the giant shudders and balloons outwards \
in every direction. His forearms are perfect spheres of unadulterad power, pushing against growing biceps and triceps that have long since dwarfed their owner's head. Their \
towering masses flex upwards and expand outwards, packing on new muscle groups that are not known to mankind. His neck surges outward, practically ungulfing what driving force \
exists behind such a titanic body. His laterals surge outwards, forming an incredibly powerful yet impossible Y-shape. Legs, as built as the foundations of the world, quickly \
explode into sizes which put those natural foundations to shame.His @[all|cocks|one=throbs~more=throb], harder than it ever has. He looks down, feeling each vein engorge with unnatural thickness. \
Then it hits him, a wave of pleasure grows from the base of his loin. His shaft pulsates wildly as it expands thicker and longer. \
His eyes widen as the growth progresses further up his @[all|cocks|noverb]. \
It's so long, so thick. And it keeps growing, pushing his fingers wider apart.A familiar feeling rushes over him. He grins, looking down at his @[all|cocks|noverb], welcoming a wave of incoming growth. \
It suddenly hits him, like a rush of adrenaline. His @[all|cocks|one=jolts~more=jolt] forward, hard enough to make him lose his balance. \
Suddenly, it comes. He screams in pleasure as his loin grows thicker and longer. Every beat of his heart, \
every flex of his muscles and every breath feed it with more heavy, throbbing flesh. He tries to grasp at his @[all|cocks|noverb] with both hands, \
failing to fully handle his monster as it grows uncontrollably. He throws his head back, moaning deeply enough to cut his breath short.Suddenly, his @[all|cocks|one=throbs~more=throb]. The sheer need for attention of his monster overwhelms him.
He tries to grasp the base; he can only tremble in anticipation.
His @[all|cocks|one=is~more=are] so hot, so full and thick. He shivers at the thought of growing even bigger.
Jolts of pleasure pulsates from his @[all|cocks|noverb] as it starts growing. He desperately tries to grasp and pleasure the throbbing flesh, but it is too massive for his hands to contain.
He pushes down and thrust his hips along the ground. The sheer mass of his @[all|cocks|noverb] is still incredibly sensitive; he moans in pleasure as it pushes outward, bigger and bigger.
He slides his fingers along his slit and moans passionately. Bolts of pleasure pierce him with every contact, \
precum leaks out of his monstrous cock like a damaged dam. His @[all|cocks|one=grows~more=grow] bigger than he thought possible.
His loin is gigantic, monstrous even; finding anything that can handle him will be a challenge.He feels something coming, something tremendous... A familiar warmth rushes over him; his loin burns with anticipation. \
It keeps building, tingles of pleasure spread from his @[all|cocks|noverb]. This wave of incoming growth is greater than a roaring sea, \
and it keeps building, threatening to swallow him in its eternal pleasure. \
But he welcomes it... He grins madly at his monstrous @[all|cocks|noverb] with an unatural eagerness. And then it happens. \
His @[all|cocks|one=explodes~more=explode] in size, mountains of sensitive flesh burst upwards along his pecs. He rubs it passionately, each touch bringing him close to the edge. \
His veins grow massive, feeding his @[all|cocks|noverb] with untold power. A roar of triumph bursts out of his as his @[all|cocks|noverb] takes over the scenery. \
Everything and everyone gets exposed to the glorious beast he's packing. They can only stare in awe as the ground rumbles; \
his @[all|cocks|one=strains~more=strain], the land braces. His roars resound throughout the land as an ocean of potent cum rains down on this world once again.<<set setup.UniversalFlavour =
{
basicAttackAttemptFlavour: {
heightFlavour: {
small:[
"StoryInit_UniversalFlavour_basicAttackAttemptFlavour_heightFlavour_small"
],
medium:[
"StoryInit_UniversalFlavour_basicAttackAttemptFlavour_heightFlavour_medium"
],
large:[
"StoryInit_UniversalFlavour_basicAttackAttemptFlavour_heightFlavour_large"
],
huge:[
"StoryInit_UniversalFlavour_basicAttackAttemptFlavour_heightFlavour_huge"
],
},
corruptionFlavour: {
corrupt75: [
"StoryInit_UniversalFlavour_basicAttackAttemptFlavour_corruptionFlavour_corrupt75"
],
corrupt100: [
"StoryInit_UniversalFlavour_basicAttackAttemptFlavour_corruptionFlavour_corrupt100"
],
},
},
basicAttackPrepFlavour :{
heightFlavour:
{
small: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_small_1",
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_small_2",
],
medium: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_medium_1",
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_medium_2",
],
large: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_large_1",
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_large_2",
],
huge: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_huge_1",
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_huge_2",
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_heightFlavour_huge_3",
],
},
corruptionFlavour: {
corrupt50: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_corruptionFlavour_corrupt50"
],
corrupt75: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_corruptionFlavour_corrupt75"
],
corrupt100: [
"StoryInit_UniversalFlavour_basicAttackPrepFlavour_corruptionFlavour_corrupt100"
],
},
},
sizeDescriptionFlavour :{
heightFlavour: {
small: [
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_small_1",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_small_2",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_small_3",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_small_4"
],
medium: [
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_medium_1",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_medium_2",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_medium_3",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_medium_4"
],
large: [
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_large_1",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_large_2",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_large_3",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_large_4"
],
huge: [
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_huge_1",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_huge_2",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_huge_3",
"StoryInit_UniversalFlavour_sizeDescriptionFlavour_heightFlavour_huge_4"
],
},
},
MuscleGrowthFlavourText :{
musclesFlavour: {
small: [
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_small_1",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_small_2",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_small_3",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_small_4",
],
medium: [
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_medium_1",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_medium_2",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_medium_3",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_medium_4",
],
large: [
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_large_1",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_large_2",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_large_3",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_large_4",
],
huge: [
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_huge_1",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_huge_2",
"StoryInit_UniversalFlavour_MuscleGrowthFlavourText_musclesFlavour_huge_3",
],
},
},
CockGrowthFlavourText :{
cockSizeFlavour:
{
small: [
"StoryInit_UniversalFlavour_CockGrowthFlavourText_cockSizeFlavour_small",
],
medium: [
"StoryInit_UniversalFlavour_CockGrowthFlavourText_cockSizeFlavour_medium",
],
large: [
"StoryInit_UniversalFlavour_CockGrowthFlavourText_cockSizeFlavour_large",
],
huge: [
"StoryInit_UniversalFlavour_CockGrowthFlavourText_cockSizeFlavour_huge",
]
},
}
}>><<widget "PlayerHeight">><<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>><</widget>>
<<widget "PlayerCock">><<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>><</widget>>
<<widget "PlayerBalls">><<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "balls"))>><</widget>>
<<widget "PlayerRace">><<print setup.getRace(State.variables.CharacterSheet_Player.info.anatomy)>><</widget>>
<<widget "PlayerArmsNoVerb">><<print setup.processFlavours($CharacterSheet_Player, "@[all|arms|noverb]")>> \<</widget>>
<<widget "PlayerHandsNoVerb">><<print setup.processFlavours($CharacterSheet_Player, "@[all|hands|noverb]")>> \<</widget>>
<<widget "PlayerBallsNoVerb">><<print setup.processFlavours($CharacterSheet_Player, "@[all|balls|noverb]")>> \<</widget>>
<<widget "SymbioteRace">><<print setup.getRace(State.variables.CharacterSheet_Player.symbiote.anatomy)>><</widget>>
<<widget "SymbioteColor">><<print State.variables.CharacterSheet_Player.symbiote.color>><</widget>>
<<widget "SymbioteName">><<print State.variables.CharacterSheet_Player.symbiote.name>><</widget>>
<<widget "ImpHeight">><<print setup.getLength(setup.getStatValue($CharacterSheet_Imp, "height"))>><</widget>>
<<widget "ImpCockLength">><<print setup.getLength(setup.getStatValue($CharacterSheet_Imp, "cock"))>><</widget>>
<<widget "ImpBallsSize">><<print setup.getLength(setup.getStatValue($CharacterSheet_Imp, "balls"))>><</widget>><<set $WorldState =
{
cultManor:
{
mainHall:
{
isBroken: false,
},
eastWing:
{
isBroken: false,
},
westWingHallway:
{
isBroken: false,
},
dragonRoom:
{
isBroken: false,
},
monolithBroken: false,
},
apothusChosen:
{
essenceLevel: 0,
},
apothusTransformed: false,
}>><<set setup.FighterSheet_Abel =
{
hp: 60,
stamina: 15,
strength: 10,
critChance: 70,
critDamage: 2.50,
arousalGain: 0,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 12,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id],
fightReward: setup.RewardTier.VERY_HIGH,
encounterIntroText: "",
encounterStartText: "",
outcomePlayerWins: "",
outcomePlayerLoses: ""
}>><<set setup.InfoSheet_Abel =
{
name: "Abel",
gender: "male",
picture: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_herald_apprentice.png",
pictureCorrupt: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_herald_apprentice_corrupted.png",
currentEmote: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_head_normal.png",
emoteList:
{
normal: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_head_normal.png",
angry: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_head_angry.png",
blushing: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_head_embarrassed.png",
corrupted: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_head_corrupted.png",
worried: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_head_sad.png",
},
bodyList:
{
apprentice: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_herald_apprentice.png",
apprenticeCorrupt: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_herald_apprentice_corrupted.png",
herald: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_herald.png",
heraldCorrupt: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_herald_corrupted.png",
naked: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_naked.png",
nakedCorrupt: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_naked_corrupted.png",
villager: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_villager.png",
villagerCorrupt: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Abel/portrait_abel_body_villager_corrupted.png",
},
corruption: 0,
muscles: 20,
height: 74,
cock: 6,
balls: 2,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.PURPLE
},
jaws: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.RED
},
arms: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
},
alive: true
}>><<include "_abel_text_sheet">>
<<include "_abel_fight_sheet">>
<<include "_abel_info_sheet">>
<<include "_abel_quest_sheet">>
<<set $CharacterSheet_Abel = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Abel",
info: setup.InfoSheet_Abel,
fight: setup.FighterSheet_Abel,
quest: setup.QuestSheet_Abel,
text: "TextSheet_Abel"})>><<set setup.QuestSheet_Abel =
{
playedHouseIntro: false,
houseIntro:
{
attackGuard:
{
available: true,
condition: function()
{
return $CharacterSheet_town_guard.quest.beatenOnce && !$CharacterSheet_Abel.quest.playedHouseIntro;
},
passage: "abelHouseIntro_firstDialogueAttackedGuard_link",
},
baseFirstDialogue:
{
available: true,
condition: function()
{
return !$CharacterSheet_Abel.quest.playedHouseIntro;
},
passage: "abelHouseIntro_firstDialogue_link",
},
},
flavourDialogue:
{
introTellAll:
{
available: true,
condition: function()
{
return $CharacterSheet_Abel.quest.playedHouseIntro;
},
passage: "abelHouseIntro_tellAll_link",
},
talkAboutCray:
{
available: true,
condition: function()
{
return setup.hasAvailableNarativeEvent($CharacterSheet_Abel.quest.crayDialogue);
},
passage: "abelHouseDialogue_aboutCray_link",
},
talkAboutEldest:
{
available: true,
condition: function()
{
return setup.hasAvailableNarativeEvent($CharacterSheet_Abel.quest.heraldDialogue);
},
passage: "abelHouseDialogue_Herald_link",
},
},
crayDialogue:
{
whereabouts:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_aboutCray_whereabouts_link",
},
dayLeft:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_aboutCray_dayLeft_link",
},
motives:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_aboutCray_motives_link",
},
villageLife:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_aboutCray_villageLife_link",
},
achievements:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_aboutCray_achievements_link",
},
scavengerLife:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_aboutCray_scavengerLife_link",
},
},
heraldDialogue:
{
duty:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_Herald_duty_link",
},
eldest:
{
available: true,
condition: function()
{
return true;
},
passage: "abelHouseDialogue_Herald_eldest_link",
},
},
}>><<set setup.TextSheet_Abel =
{
}>><<set setup.FighterSheet_Apothus =
{
hp: 320,
stamina: 15,
strength: 100,
critChance: 40,
critDamage: 1.50,
arousalGain: 60,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 12,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_SummonParasite.id],
fightReward: setup.RewardTier.VERY_HIGH,
encounterIntroText: "<<include Quest_MQ002_ApothusEncounter_FightIntro>>",
encounterStartText: "<<include Quest_MQ002_ApothusEncounter_FightStart>>",
outcomePlayerWins: "<<include Quest_MQ002_ApothusEncounter_PlayerWins>>",
outcomePlayerLoses: "<<include Quest_MQ002_ApothusEncounter_PlayerLoses>>"
}>><<set setup.InfoSheet_Apothus =
{
name: "Apothus",
gender: "male",
picture: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/aphotus_1st_form.png",
corruption: 70,
muscles: 80,
height: 156,
cock: 19,
balls: 7,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.PURPLE
},
jaws: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.RED
},
arms: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
},
alive: true
}>><<include "_apothus_text_sheet">>
<<include "_apothus_fight_sheet">>
<<include "_apothus_info_sheet">>
<<include "_apothus_quest_sheet">>
<<set $CharacterSheet_Apothus = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Apothus",
info: setup.InfoSheet_Apothus,
fight: setup.FighterSheet_Apothus,
quest: setup.QuestSheet_Apothus,
text: "TextSheet_Apothus"})>>
<<run $CharacterSheet_Apothus.applyAbilityRuntimeData(setup.Ability_Masochism)>>
<<run $CharacterSheet_Apothus.applyAbilityRuntimeData(setup.Ability_AppetiteForGrowth_2)>>
<<run $CharacterSheet_Apothus.applyAbilityRuntimeData(setup.Ability_BrinkOfMadness)>><<set setup.QuestSheet_Apothus =
{
met: false,
askedAboutHim: false,
}>><<set setup.TextSheet_Apothus =
{
}>><<set setup.FighterSheet_Apothus_2nd_Form =
{
hp: 400,
stamina: 30,
strength: 90,
critChance: 40,
critDamage: 1.50,
arousalGain: 60,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 30,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Infest.id, setup.FightMove_ConsumeLost.id, setup.FightMove_SeedOfRuin.id],
fightReward: setup.RewardTier.VERY_HIGH,
encounterIntroText: "<<include Quest_MQ002_Apothus_2nd_Form_Encounter_FightIntro>>",
encounterStartText: "<<include Quest_MQ002_Apothus_2nd_Form_Encounter_FightStart>>",
outcomePlayerWins: "<<include Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerWins>>",
outcomePlayerLoses: "<<include Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses>>"
}>><<set setup.InfoSheet_Apothus_2nd_Form =
{
name: "Apothus",
gender: "male",
picture: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/apothus_2nd_form.png",
corruption: 120,
muscles: 80,
height: 156,
cock: 19,
balls: 7,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.PURPLE
},
jaws: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.RED
},
arms: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
},
alive: true
}>><<include "_apothus_2nd_form_text_sheet">>
<<include "_apothus_2nd_form_fight_sheet">>
<<include "_apothus_2nd_form_info_sheet">>
<<include "_apothus_2nd_form_quest_sheet">>
<<set $CharacterSheet_Apothus_2nd_Form = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Apothus_2nd_Form",
info: setup.InfoSheet_Apothus_2nd_Form,
fight: setup.FighterSheet_Apothus_2nd_Form,
quest: setup.QuestSheet_Apothus_2nd_Form,
text: "TextSheet_Apothus_2nd_Form"})>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_AppetiteForGrowth_2)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_HerculeanBuild)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_VigorOfTheEndowed_2)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_KalethsFervour)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_LastStand)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_SombrevesWhisper)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_Masochism)>>
<<run $CharacterSheet_Apothus_2nd_Form.applyAbilityRuntimeData(setup.Ability_UnstoppableExpansion)>><<set setup.QuestSheet_Apothus_2nd_Form =
{
met: false,
askedAboutHim: false,
}>><<set setup.TextSheet_Apothus_2nd_Form =
{
}>><<set setup.FighterSheet_MQ002_DragonMonk =
{
hp: 280,
stamina: 17,
strength: 70,
critChance: 10,
critDamage: 1.50,
arousalGain: 60,
minArousal: 20,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 12,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Parry.id, setup.FightMove_DragonStrike.id],
fightReward: setup.RewardTier.VERY_HIGH,
encounterIntroText: "<<include Quest_MQ002_DragonMonkEncounter_FightIntro>>",
encounterStartText: "<<include Quest_MQ002_DragonMonkEncounter_FightStart>>",
outcomePlayerWins: "<<include Quest_MQ002_DragonMonkEncounter_PlayerWins>>",
outcomePlayerLoses: "<<include Quest_MQ002_DragonMonkEncounter_PlayerLoses>>"
}>><<set setup.InfoSheet_MQ002_DragonMonk =
{
name: "Drenth",
gender: "male",
picture: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/drenth.png",
pictureCorrupt: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/drenth_corrupt.png",
pictureFriend: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/drenth_friend.png",
corruption: 30,
muscles: 60,
height: 96,
cock: 13,
balls: 5,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
eyes: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.GREEN
},
jaws: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
horns: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
tongues:{
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.RED
},
arms: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
pecs: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
abdominals: {
number: 6,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
cocks: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
legs: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
tails: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.BLUE
},
breasts: {
number: 0,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
}
},
alive: true
}>><<include "_dragon_monk_text_sheet">>
<<include "_dragon_monk_fight_sheet">>
<<include "_dragon_monk_info_sheet">>
<<include "_dragon_monk_quest_sheet">>
<<set $CharacterSheet_MQ002_DragonMonk = setup.CharacterFactory.createCharacter({id: "CharacterSheet_MQ002_DragonMonk",
info: setup.InfoSheet_MQ002_DragonMonk,
fight: setup.FighterSheet_MQ002_DragonMonk,
quest: setup.QuestSheet_MQ002_DragonMonk,
text: "TextSheet_MQ002_DragonMonk"})>><<set setup.QuestSheet_MQ002_DragonMonk =
{
met: false,
threatened: false,
askedWhoAreYou: false,
askedWhyAreYouHere: false,
askedLookingForSomeone: false,
infected: false,
beaten: false,
beatenCycle: 0,
}>><<set setup.TextSheet_MQ002_DragonMonk =
{
}>><<set setup.FightMove_Elder_Attack =
{
name: "Attack",
preparation: function(character, target)
{
return character.info.name + " is crouching with his weapon held firmly."
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " rushes in and attacks."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 3,
staminaCost: 0,
critMod: 0,
skillDescription: "A basic attack.",
additionalEffects: []
}>>
<<set setup.FightMove_Elder_Do_Nothing =
{
name: "Do Nothing",
preparation: function(character, target)
{
var he = setup.getPronoun(character,"pronoun");
return character.info.name + " gazes at your monstrous form...";
},
attackAttemptDesc: function(character, target)
{
return character.info.name +" strikes your massive form, it does nothing.";
},
activationCondition: function(character, target)
{
return true;
},
doesNothing: true,
dmg: 0,
staminaCost: 0,
critMod: 100,
skillDescription: "Lets your opponent attack freely.",
additionalEffects: []
}>>
<<set setup.FighterSheet_Elder =
{
hp: 58,
stamina: 25,
strength: 0,
critChance: 0,
critDamage: 1.50,
arousalGain: 0,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 4,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Elder_Attack.id, setup.FightMove_Elder_Do_Nothing.id],
aiFightStart: function()
{
State.variables.CharacterSheet_Player.fight.variables.currentArousal = 70;
State.variables.CharacterSheet_Player.fight.variables.cantSubmit = true;
},
postAttacksAIUpdate: function()
{
if(State.variables.HasSymbiote)
{
this.variables.sawTransformation = true;
}
},
getNextFightMoveID: function()
{
if(this.variables.sawTransformation)
{
return this.fightMoveIDs[1];
}
else
{
return this.fightMoveIDs[0];
}
},
fightReward: setup.RewardTier.VERY_LOW,
encounterIntroText: "intro",
encounterStartText: "<<include Quest_MQ001_VisitElder_FightStart>>",
outcomePlayerWins: "<<include Quest_MQ001_VisitElder_FightEnd>>",
outcomePlayerLoses: "<<include Quest_MQ001_VisitElder_FightEnd>>"
}>><<set setup.InfoSheet_Elder =
{
name: "The Eldest",
gender: "male",
corruption: 0,
muscles: 0,
height: 73,
cock: 7,
balls: 2,
alive: true
}>><<include "_elder_fight_sheet">>
<<include "_elder_info_sheet">>
<<include "_elder_quest_sheet">>
<<set $CharacterSheet_Elder = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Elder",
info: setup.InfoSheet_Elder,
fight: setup.FighterSheet_Elder,
quest: setup.QuestSheet_Elder,
text: undefined})>><<set setup.QuestSheet_Elder =
{
met: true
}>><<set setup.FighterSheet_God_Beast =
{
hp: 50000,
stamina: 420,
strength: 34000,
critChance: 69,
critDamage: 3,
arousalGain: 40,
minArousal: 50,
growthMultiplier: 99,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 80,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_DragonStrike.id],
fightReward: setup.RewardTier.VERY_HIGH,
encounterIntroText: "<<include Encounter_Intro_God_Beast>>",
encounterStartText: "<<include Encounter_Start_God_Beast>>",
outcomePlayerWins: "<<include Encounter_Win_God_Beast>>",
outcomePlayerLoses: "<<include Encounter_Loss_God_Beast>>"
}>><<set setup.InfoSheet_God_Beast =
{
name: "God-Beast",
gender: "male",
corruption: 0,
muscles: 35000,
height: 680000000,
cock: 90000000,
balls: 40000000,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 4,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 4,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 4,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 4,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 3,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.BEHEMOTH,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_god_beast_fight_sheet">>
<<include "_god_beast_info_sheet">>
<<include "_god_beast_quest_sheet">>
<<set $CharacterSheet_God_Beast = setup.CharacterFactory.createCharacter({id: "CharacterSheet_God_Beast",
info: setup.InfoSheet_God_Beast,
fight: setup.FighterSheet_God_Beast,
quest: setup.QuestSheet_God_Beast,
text: undefined})>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_VigorOfTheEndowed_2)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_AppetiteForGrowth_2)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_CodexPassion)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_UnstoppableExpansion)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_FaithsReward)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_OrgasmicGrowth)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_Oath_Containment)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_LastStand)>>
<<run $CharacterSheet_God_Beast.applyAbilityRuntimeData(setup.Ability_HerculeanBuild)>><<set setup.QuestSheet_God_Beast =
{
beatenOnce: false,
}>><<set setup.BodyVisualSheet_Imp =
{
emoteList:
{
normal:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_cocky.png",
corruptedVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_cocky_corrupted.png",
},
blushing:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_blushing.png",
corruptedVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_blushing_corrupted.png",
},
cumming:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_cumming.png",
corruptedVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_cumming_corrupted.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_head_cumming_cum.png",
},
},
cockList :
{
smallest:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_1.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_1_cum.png",
},
small:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_2.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_2_cum.png",
},
medium:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_3.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_3_cum.png",
},
big:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_4.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_4_cum.png",
},
biggest:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_5.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_5_cum.png",
},
biggestHyperBalls:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_6.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_dick_6_cum.png",
},
},
bodyList :
{
small:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_body_1.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_body_1_cum.png",
condition: function(character)
{
var size = setup.getStatValue(character, "height");
return size < 12 * 7;
},
headClass: "ImpSmallBodyHead",
permittedCocks: [
{
cock: "smallest",
cockClass: "ImpSmallBody1Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio < 0.55;
},
},
{
cock: "small",
cockClass: "ImpSmallBody2Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio >= 0.55;
},
},
],
},
medium:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_body_2.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_body_2_cum.png",
condition: function(character)
{
var size = setup.getStatValue(character, "height");
return size >= 12 * 7 && size < 12 * 11;
},
headClass: "ImpMediumBodyHead",
permittedCocks: [
{
cock: "small",
cockClass: "ImpMediumBody2Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio < 0.6;
},
},
{
cock: "medium",
cockClass: "ImpMediumBody3Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio >= 0.6 && ratio < 0.9;
},
},
{
cock: "big",
cockClass: "ImpMediumBody4Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio >= 0.9;
},
},
],
},
large:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_body_3.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Imp/portrait_imp_body_3_cum.png",
condition: function(character)
{
var size = setup.getStatValue(character, "height");
return size >= 12 * 11;
},
headClass: "ImpBigBodyHead",
permittedCocks: [
{
cock: "big",
cockClass: "ImpBigBody4Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio <= 0.6;
},
},
{
cock: "biggest",
cockClass: "ImpBigBody5Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio >= 0.6 && ratio < 0.9;
},
},
{
cock: "biggestHyperBalls",
cockClass: "ImpBigBody6Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio >= 0.9;
},
},
],
},
},
}>><<set setup.FighterSheet_Imp =
{
hp: 64,
stamina: 8,
strength: 10,
critChance: 0,
critDamage: 1.50,
arousalGain: 20,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
minArousal: 0,
staminaRecovery: 4,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_PridefulAscent.id],
fightReward: setup.RewardTier.VERY_LOW,
encounterIntroText: "<<include Encounter_Intro_Imp>>",
encounterStartText: "<<include Encounter_Start_Imp>>",
outcomePlayerWins: "<<include Encounter_Win_Imp>>",
outcomePlayerLoses: "<<include Encounter_Loss_Imp>>",
teammateSettings:
{
attackTiming: setup.AttackTiming.BEFORE_PLAYER,
},
}>><<set setup.InfoSheet_Imp =
{
name: "Imp",
gender: "male",
bodyVisual: "BodyVisualSheet_Imp",
corruption: 50,
muscles: 0,
height: 48,
cock: 10,
balls: 3,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_imp_body_visual">>
<<include "_imp_text_sheet">>
<<include "_imp_fight_sheet">>
<<include "_imp_info_sheet">>
<<include "_imp_quest_sheet">>
<<set $CharacterSheet_Imp = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Imp",
info: setup.InfoSheet_Imp,
fight: setup.FighterSheet_Imp,
quest: setup.QuestSheet_Imp,
text: "TextSheet_Imp"})>><<set setup.StorylineProgress_Imp =
{
FIRST_MEETING: 0,
LOW_RELATIONSHIP: 1000,
MID_RELATIONSHIP: 2000,
SERVANT: 3000,
MASTER: 4000,
}>>
<<set setup.QuestSheet_Imp =
{
met: false,
storylineProgress: setup.StorylineProgress_Imp.FIRST_MEETING,
relationshipScoring: 0,
servantScoring: 0,
servantWins: 3,
servantLosses: 3,
masterScoring: 0,
lostScoring: 0,
growthMultiplier: 1,
encounterPassages:
{
servant:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.SERVANT;
},
passage: "Imp_Servant_EncounterStart",
},
growthBodyMediumToLarge:
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big"
},
passage: "Imp_EncounterStart_Growth_Body_MediumToLarge",
},
growthCock1to2:
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "small" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "small";
},
passage: "Imp_EncounterStart_Growth_Cock_1To2",
},
growthCock2to3:
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "medium" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "medium";
},
passage: "Imp_EncounterStart_Growth_Cock_2To3",
},
growthCock3to4:
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "medium" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "big";
},
passage: "Imp_EncounterStart_Growth_Cock_3To4",
},
growthCock4to5:
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "biggest";
},
passage: "Imp_EncounterStart_Growth_Cock_4To5",
},
growthCock5to6:
{
available: true,
condition: function()
{
return setup.getCurrentBodyVisual(State.variables.CharacterSheet_Imp) == "big" && setup.getCurrentCockVisual(State.variables.CharacterSheet_Imp) == "biggestHyperBalls";
},
passage: "Imp_EncounterStart_Growth_Cock_5To6",
},
midRela:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Mid_Rela_EncounterStart",
},
lowRela:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 1;
},
passage: "Imp_Low_Rela_EncounterStart",
},
firstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Imp_FirstMeeting_Intro",
},
},
postFightPassagesWin:
{
servantPath:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.SERVANT;
},
passage: "Imp_Win_ServantPath",
},
masterPath:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.MASTER;
},
passage: "Imp_Win_MasterPath",
},
masterChoice:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 8 && State.variables.CharacterSheet_Imp.quest.masterScoring >= 3;
},
passage: "Imp_MasterChoice",
},
lowRelaEnterMidRela:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Low_Rela_Win_EnterMidRela",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Mid_Rela_Win_Idle",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return true;
},
passage: "Imp_Low_Rela_Win_Idle",
},
},
postFightPassagesLoss:
{
servantPath:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.SERVANT;
},
passage: "Imp_Loss_ServantPath",
},
masterPath:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.storylineProgress == setup.StorylineProgress_Imp.MASTER;
},
passage: "Imp_Loss_MasterPath",
},
servantChoice:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 6 && State.variables.CharacterSheet_Imp.quest.servantScoring >= 3;
},
passage: "Imp_Loss_ServantChoice",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Imp.quest.relationshipScoring >= 3;
},
passage: "Imp_Mid_Rela_Loss_Idle",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return true;
},
passage: "Imp_Low_Rela_Loss_Idle",
},
},
}>>is grining mischieviously, looking for an opportunity to attack.flutters about in the air, waiting to strike.is licking its lips, staring at you like you're his next meal.runs a finger down his chest, taunting you.rolls his boulder like shoulders, ready to strike.is stretching his limbs, ready to wrestle with you.lets his tongue slither over his pecs as he stares you down.growls with powerful brassy tones. He is itching to tussle with you.slurps up cascading rivulets of drool. His powerful form bends in anticipation of your next move.rakes his large feet across the ground, ready to charge.flexes gargantuan muscles, letting you know exactly where you stand.stomps his massive feet as he readies himself for combat. The earth quivers.cracks his massive knuckles, they sound like thunder across the battlefield.The small wily imp seems to have a trick or two planned for you.The small demon looks at your body, hungrily.The tiny demon looks you up and down, sizing you up.The small imp zips around in wild loops, clearly excited for its next meal.rolls his boulder like shoulders, ready to strike.is stretching his limbs, ready to wrestle with you.lets his tongue slither over his pecs as he stares you down.growls with powerful brassy tones. He is itching to tussle with you.slurps up cascading rivulets of drool. His powerful form bends in anticipation of your next move.rakes his large feet across the ground, ready to charge.flexes gargantuan muscles, letting you know exactly where you stand.stomps his massive feet as he readies himself for combat. The earth quivers.cracks his massive knuckles, they sound like thunder across the battlefield.<<set setup.TextSheet_Imp =
{
goMeetImp_Intro :{
heightFlavour: {
small: [
"GoMeetImp_heightFlavour_small",
],
medium: [
"GoMeetImp_heightFlavour_small",
],
large: [
"GoMeetImp_heightFlavour_large",
],
huge: [
"GoMeetImp_heightFlavour_huge",
],
},
},
goMeetImp_Height :{
heightFlavour: {
small: [
"Village_MeetImp_Examine_Size_Small",
],
medium: [
"Village_MeetImp_Examine_Size_Small",
],
large: [
"Village_MeetImp_Examine_Size_Large",
],
huge: [
"Village_MeetImp_Examine_Size_Huge",
],
},
},
goMeetImp_Muscles :{
heightFlavour: {
small: [
"Village_MeetImp_Examine_Muscles_Small",
],
medium: [
"Village_MeetImp_Examine_Muscles_Small",
],
large: [
"Village_MeetImp_Examine_Muscles_Large",
],
huge: [
"Village_MeetImp_Examine_Muscles_Huge",
],
},
},
goMeetImp_Genitals :{
heightFlavour: {
small: [
"Village_MeetImp_Examine_Genitals_Small",
],
medium: [
"Village_MeetImp_Examine_Genitals_Small",
],
large: [
"Village_MeetImp_Examine_Genitals_Large",
],
huge: [
"Village_MeetImp_Examine_Genitals_Huge",
],
},
},
leaveImp :{
heightFlavour: {
small: [
"Village_MeetImp_Leave_Small",
],
medium: [
"Village_MeetImp_Leave_Small",
],
large: [
"Village_MeetImp_Leave_Large",
],
huge: [
"Village_MeetImp_Leave_Huge",
],
},
},
goMeetImp_GrowImp :{
heightFlavour: {
small: [
"Village_MeetImp_GrowHim_Large",
],
medium: [
"Village_MeetImp_GrowHim_Large",
],
large: [
"Village_MeetImp_GrowHim_Large",
],
huge: [
"Village_MeetImp_GrowHim_Huge",
],
},
},
basicAttackPrepFlavour :{
heightFlavour: {
small: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_3",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_small_4",
],
medium: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_medium_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_medium_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_medium_3",
],
large: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_large_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_large_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_large_3",
],
huge: [
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_huge_1",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_huge_2",
"_imp_text_sheet_basicAttackPrepFlavour_heightFlavour_huge_3",
],
},
},
encounterStartFlavour :{
heightFlavour: {
small: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_3",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_small_4",
],
medium: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_medium_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_medium_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_medium_3",
],
large: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_large_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_large_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_large_3",
],
huge: [
"_imp_text_sheet_encounterStartFlavour_heightFlavour_huge_1",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_huge_2",
"_imp_text_sheet_encounterStartFlavour_heightFlavour_huge_3",
],
},
}
}>><<set setup.FightSheet_Jorm =
{
hp: 180,
stamina: 22,
strength: 45,
critChance: 20,
critDamage: 1.50,
arousalGain: 20,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 14,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id],
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "<<include Encounter_Jorm>>",
encounterStartText: "<<include Encounter_Start_Lost_Naga>>",
outcomePlayerWins: "<<include Encounter_Win_Lost_Naga>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lost_Naga_1>>"
}>><<set setup.InfoSheet_Jorm =
{
name: "Jorm",
gender: "male",
corruption: 100,
muscles: 80,
height: 1260,
cock: 300,
balls: 100,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 8,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 0,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
},
alive: true
}>><<include "_jorm_text_sheet">>
<<include "_jorm_fight_sheet">>
<<include "_jorm_info_sheet">>
<<include "_jorm_quest_sheet">>
<<set $CharacterSheet_Jorm = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Jorm",
info: setup.InfoSheet_Jorm,
fight: setup.FightSheet_Jorm,
quest: setup.QuestSheet_Jorm,
text: "TextSheet_Jorm"})>><<set setup.QuestSheet_Jorm =
{
encounterPassages:
{
firstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Jorm_FirstMeeting_Intro",
},
jormPostNameSetup:
{
available: true,
condition: function()
{
return true;
},
passage: "Jorm_PostNamingPrompt",
},
}
}>><<set setup.TextSheet_Jorm =
{
}>><<set setup.FighterSheet_Lakkos =
{
hp: 100,
stamina: 25,
strength: 35,
critChance: 20,
critDamage: 1.50,
arousalGain: 20,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 14,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_IncubusCall.id, setup.FightMove_IncubusStrike.id],
fightReward: setup.RewardTier.MEDIUM,
encounterIntroText: "<<include Encounter_Intro_Lakkos>>",
encounterStartText: "<<include Encounter_Start_Lakkos>>",
outcomePlayerWins: "<<include Encounter_Win_Lakkos>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lakkos_0>>"
}>><<set setup.InfoSheet_Lakkos =
{
name: "Lakkos",
gender: "male",
corruption: 40,
muscles: 0,
height: 68,
cock: 9,
balls: 4,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_lakkos_fight_sheet">>
<<include "_lakkos_info_sheet">>
<<include "_lakkos_quest_sheet">>
<<set $CharacterSheet_Lakkos = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Lakkos",
info: setup.InfoSheet_Lakkos,
fight: setup.FighterSheet_Lakkos,
quest: setup.QuestSheet_Lakkos,
text: undefined})>>
<<run $CharacterSheet_Lakkos.applyAbilityRuntimeData(setup.Ability_VigorOfTheEndowed_2)>><<set setup.QuestSheet_Lakkos =
{
met: false,
beatenOnce: false
}>><<set setup.FighterSheet_Lost_Entity =
{
hp: 164,
stamina: 16,
strength: 35,
critChance: 20,
critDamage: 1.50,
arousalGain: 20,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 8,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Infest.id],
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "<<include Encounter_Intro_Lost_Entity>>",
encounterStartText: "<<include Encounter_Start_Lost_Entity>>",
outcomePlayerWins: "<<include Encounter_Win_Lost_Entity>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lost_Entity>>"
}>><<set setup.InfoSheet_Lost_Entity =
{
name: "Lost Entity",
gender: "male",
corruption: 70,
muscles: 30,
height: 90,
cock: 23,
balls: 8,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.VIOLET
},
arms: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_lost_entity_text_sheet">>
<<include "_lost_entity_fight_sheet">>
<<include "_lost_entity_info_sheet">>
<<include "_lost_entity_quest_sheet">>
<<set $CharacterSheet_Lost_Entity = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Lost_Entity",
info: setup.InfoSheet_Lost_Entity,
fight: setup.FighterSheet_Lost_Entity,
quest: setup.QuestSheet_Lost_Entity,
text: "TextSheet_Lost_Entity"})>>
<<run $CharacterSheet_Lost_Entity.applyAbilityRuntimeData(setup.Ability_HerculeanBuild)>>
<<run $CharacterSheet_Lost_Entity.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)>><<set setup.QuestSheet_Lost_Entity =
{
met: false,
beatenOnce: false
}>><<set setup.TextSheet_Lost_Entity =
{
}>><<set setup.FightSheet_Lost_Harbinger =
{
hp: 80,
stamina: 20,
strength: 10,
critChance: 30,
critDamage: 1.50,
arousalGain: 10,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 2,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Infest.id],
encounterIntroText: "<<include Encounter_Intro_Harbinger>>"
}>><<set setup.InfoSheet_Lost_Harbinger =
{
name: "Lost Harbinger",
gender: "male",
corruption: 100,
muscles: 30,
height: 90,
cock: 23,
alive: false,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.VIOLET
},
arms: {
number: 4,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 10,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 4,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_lost_harbinger_fight_sheet">>
<<include "_lost_harbinger_text_sheet">>
<<include "_lost_harbinger_info_sheet">>
<<include "_lost_harbinger_quest_sheet">>
<<set $CharacterSheet_Lost_Harbinger = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Lost_Harbinger",
info: setup.InfoSheet_Lost_Harbinger,
fight: setup.FightSheet_Lost_Harbinger,
quest: setup.QuestSheet_Lost_Harbinger,
text: "TextSheet_Lost_Harbinger"})>><<set setup.QuestSheet_Lost_Harbinger =
{
met: false,
harbingerName: undefined,
harbingerRace: undefined
}>><<set setup.TextSheet_Lost_Harbinger =
{
}>><<set setup.FighterSheet_Lost_Naga =
{
hp: 180,
stamina: 22,
strength: 45,
critChance: 20,
critDamage: 1.50,
arousalGain: 20,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 14,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Infest.id, setup.FightMove_Hypnotize.id],
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "<<include Encounter_Intro_Lost_Naga>>",
encounterStartText: "<<include Encounter_Start_Lost_Naga>>",
outcomePlayerWins: "<<include Encounter_Win_Lost_Naga>>",
outcomePlayerLoses: "<<include Encounter_Loss_Lost_Naga_1>>"
}>><<set setup.InfoSheet_Lost_Naga =
{
name: "Lost Naga",
gender: "male",
picture: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/lost_naga.png",
corruption: 80,
muscles: 30,
height: 126,
cock: 30,
balls: 10,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 8,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 0,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.NAGA,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
},
alive: true
}>><<include "_lost_naga_fight_sheet">>
<<include "_lost_naga_info_sheet">>
<<include "_lost_naga_quest_sheet">>
<<set $CharacterSheet_Lost_Naga = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Lost_Naga",
info: setup.InfoSheet_Lost_Naga,
fight: setup.FighterSheet_Lost_Naga,
quest: setup.QuestSheet_Lost_Naga,
text: undefined})>>
<<run $CharacterSheet_Lost_Naga.applyAbilityRuntimeData(setup.Ability_AppetiteForGrowth)>><<set setup.QuestSheet_Lost_Naga =
{
met: false,
beatenOnce: false,
fuckedByPlayer: false,
hasBeenVored: false,
}>><<set setup.FightSheet_Swarm =
{
hp: 80,
stamina: 20,
strength: 10,
critChance: 30,
critDamage: 1.50,
arousalGain: 10,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 2,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Infest.id],
encounterIntroText: "<<include Encounter_Intro_Swarm>>"
}>><<set setup.InfoSheet_Swarm =
{
name: "Lost Swarm",
gender: "male",
numberInSwarm: undefined,
corruption: 100,
muscles: 30,
height: 90,
cock: 23,
balls: 8,
alive: false,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.VIOLET
},
arms: {
number: 4,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 10,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 4,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_lost_swarm_fight_sheet">>
<<include "_lost_swarm_text_sheet">>
<<include "_lost_swarm_info_sheet">>
<<include "_lost_swarm_quest_sheet">>
<<set $CharacterSheet_Swarm = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Swarm",
info: setup.InfoSheet_Swarm,
fight: setup.FightSheet_Swarm,
quest: setup.QuestSheet_Swarm,
text: "TextSheet_Swarm"})>><<set setup.QuestSheet_Swarm =
{
met: false,
firstSwarm: true
}>><<set setup.TextSheet_Swarm =
{
}>><<set setup.FighterSheet_MQ002_Guard =
{
hp: 180,
stamina: 35,
strength: 70,
critChance: 0,
critDamage: 1.50,
arousalGain: 10,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 8,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_ChargedStrike.id],
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "",
encounterStartText: "Minotaur Guard readies his weapon",
outcomePlayerWins: "<<include Quest_MQ002_Entrance_PlayerWins>>",
outcomePlayerLoses: "<<include Quest_MQ002_Entrance_PlayerLoses>>"
}>><<set setup.InfoSheet_MQ002_Guard =
{
name: "Minotaur Guard",
gender: "male",
corruption: 0,
muscles: 80,
height: 164,
cock: 18,
balls: 6,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 8,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.MINOTAUR,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
},
alive: true,
}>><<include "_minotaur_guard_fight_sheet">>
<<include "_minotaur_guard_info_sheet">>
<<include "_minotaur_guard_quest_sheet">>
<<set $CharacterSheet_MQ002_Guard = setup.CharacterFactory.createCharacter({id: "CharacterSheet_MQ002_Guard",
info: setup.InfoSheet_MQ002_Guard,
fight: setup.FighterSheet_MQ002_Guard,
quest: setup.QuestSheet_MQ002_Guard,
text: undefined})>>
<<run $CharacterSheet_MQ002_Guard.applyAbilityRuntimeData(setup.Ability_Masochism)>>
<<run $CharacterSheet_MQ002_Guard.applyAbilityRuntimeData(setup.Ability_Masochism)>>
<<run $CharacterSheet_MQ002_Guard.applyAbilityRuntimeData(setup.Ability_Masochism)>><<set setup.QuestSheet_MQ002_Guard =
{
met: false,
beaten: false
}>><<set setup.FighterSheet_MQ002_NyxParasite =
{
hp: 210,
stamina: 35,
strength: 85,
critChance: 30,
critDamage: 1.50,
arousalGain: 10,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 12,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_WitheringVenom.id],
fightReward: setup.RewardTier.HIGH,
encounterIntroText: "<<include Quest_MQ002_NyxParasiteEncounter_FightIntro>>",
encounterStartText: "The Nyx Parasite crawls silently towards you.",
outcomePlayerWins: "<<include Quest_MQ002_NyxParasiteEncounter_PlayerWins>>",
outcomePlayerLoses: "<<include Quest_MQ002_NyxParasiteEncounter_PlayerLoses>>"
}>><<set setup.InfoSheet_MQ002_NyxParasite =
{
name: "Nyx Parasite",
gender: "male",
picture: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/nyx_parasite.png",
corruption: 90,
muscles: 10,
height: 80,
cock: 2,
balls: 1,
alive: true,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.INCUBUS,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_nyx_parasite_fight_sheet">>
<<include "_nyx_parasite_info_sheet">>
<<include "_nyx_parasite_quest_sheet">>
<<set $CharacterSheet_MQ002_NyxParasite = setup.CharacterFactory.createCharacter({id: "CharacterSheet_MQ002_NyxParasite",
info: setup.InfoSheet_MQ002_NyxParasite,
fight: setup.FighterSheet_MQ002_NyxParasite,
quest: setup.QuestSheet_MQ002_NyxParasite,
text: undefined})>><<set setup.QuestSheet_MQ002_NyxParasite =
{
met: false
}>><<set setup.FighterSheet_Player =
{
hp: 40,
stamina: 20,
strength: 5,
critChance: 10,
critDamage: 1.50,
arousalGain: 20,
actionSlots: 3,
comboMovesPerTurn: 4,
essenceModifierToAdd: 0,
growthMultiplier: 0.5,
xpMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
minArousal: 0,
staminaRecovery: 2,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Slash.id, setup.FightMove_Bash.id, setup.FightMove_Sigil_Perception.id, setup.FightMove_Focus.id, setup.FightMove_Do_Nothing.id, setup.FightMove_Submit_Completely.id],
abilities: [],
teammate: undefined,
unlockedTeammates: [],
outcomePlayerWins: "",
outcomePlayerLoses: ""
}>>
<<set $EquippedFightMoveIDs = setup.FighterSheet_Player.fightMoveIDs>><<set setup.InfoSheet_Player =
{
name: "Player",
gender: "male",
corruption: 0,
corruptionPerDay: 0,
muscles: 0,
height: 68,
cock: 6,
balls: 2,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_player_text_sheet">>
<<include "_player_fight_sheet">>
<<include "_player_info_sheet">>
<<include "_symbiote_info_sheet">>
<<include "_player_quest_sheet">>
<<set $CharacterSheet_Player = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Player",
info: setup.InfoSheet_Player,
symbiote: setup.InfoSheet_Symbiote,
fight: setup.FighterSheet_Player,
quest: setup.QuestSheet_Player,
text: "TextSheet_Player"}
)>>
<<run setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.SYMBIOTE)>>
<<set $CharacterSheet_Player.symbiote.color = setup.ColourPool.WHITE>>
<<set $CharacterSheet_Player.symbiote.name = "Echo">>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Uncorrupted);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MinorCorruption);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MajorCorruption);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_OverwhelmingCorruption);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_LordOfCorruption);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Achievement_OffTheDeepEnd);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Achievement_BaptismInCorruption);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Achievement_HostOfTheSpawns);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Achievement_LordOfTheSpawns);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Achievement_SubmissiveFighter);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Achievement_MightOfAugwult);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MemoriesOfNyx);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MemoriesOfCray);>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MemoriesOfApothus);>><<set setup.QuestSheet_Player =
{
met: true,
curseOfTheNagaStatDrain:
{
muscles: 0,
height: 0,
cock: 0,
balls: 0,
},
nyxParasiteInfections: 0,
oaths:
{
drenth: setup.Oath.NONE,
apothus: setup.Oath.NONE,
},
exploration:
{
villageGateNorth:
{
northFirstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Explore_NorthFirstTime",
},
northGrownMuscular:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "muscles") > 30;
},
passage: "Explore_NorthGrownMuscular",
},
northVisibleCorruption:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "corruption") > 25;
},
passage: "Explore_NorthVisibleCorruption",
},
northGrownHeight:
{
available: true,
condition: function()
{
var height = setup.getStatValue(State.variables.CharacterSheet_Player, "height");
return height > (25 * 12) && height < (50 * 12);
},
passage: "Explore_NorthGrownHeight",
},
northGrownHeightMassive:
{
available: true,
condition: function()
{
var height = setup.getStatValue(State.variables.CharacterSheet_Player, "height");
return height > (50 * 12);
},
passage: "Explore_NorthGrownHeightMassive",
},
},
villageGateEast:
{
eastFirstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Explore_EastFirstTime",
},
eastGrownMacro:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "muscles") > (50 * 12);
},
passage: "Explore_EastGrownMacro",
},
eastGrownDemonic:
{
available: true,
condition: function()
{
return setup.getRace(State.variables.CharacterSheet_Player.info.anatomy).toUpperCase() == "DEMON";
},
passage: "Explore_EastGrownDemonic",
},
eastGrownParasites:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Player.quest.nyxParasiteInfections >= 10;
},
passage: "Explore_EastGrownParasites",
},
eastGrownLordOfLust:
{
available: true,
condition: function()
{
return setup.getRace(State.variables.CharacterSheet_Player.info.anatomy).toUpperCase() == "LORD OF LUST";
},
passage: "Explore_EastGrownLordOfLust",
},
eastGrownMegaMacro:
{
available: true,
condition: function()
{
return setup.getStatValue(State.variables.CharacterSheet_Player, "muscles") > (200 * 12);
},
passage: "Explore_EastGrownMegaMacro",
},
},
apothusRealmFirstTime: true,
}
}>>So could you – the power that this corrupting essence could bring. You move toward him, and straddle his monstrous abs. \
You slide a hand down the length of one of your @[1|cocks|noverb] and push it into the sea of black.
A surge of fluid takes you by surprise as the corruption rushes into your enlarged cum pipe.
"Mrhhh! Mooooore...." you rumble, lustfully.
You smile at your victim, arch your back and plant your lips back onto his. Another rush of black blasts its way into your throat. \
The ooze coils around your @[all|tongues|noverb] and floods into body with reckless abandon.
"GRAAAAHHHHH!"
Your muscles throb with power. A muffled roar escapes your throat as you push your @[all|tongues|noverb] deeper into the Lost’s mouth.
You sit there, pumping your @[all|cocks|noverb] over his chest, locked in an endless kiss as his size begins to recede underneath you.So could you – the power that this corrupting essence could bring. You move toward him, and straddle his monstrous abs. \
You slide a hand down the length of one of your @[1|cocks|noverb] and push it into the sea of black.
A surge of fluid takes you by surprise as the corruption rushes into your enlarged urethra.
"Mrhhh! Mooooore...." you rumble, lustfully.
You smile at your victim, arch your back and plant your lips back onto his. Another rush of black blasts its way into your throat. \
The ooze coils around your @[all|tongues|noverb] and floods into body with reckless abandon.
"GRAAAAHHHHH!"
Your muscles throb with power. A muffled roar escapes your throat as you push your @[all|tongues|noverb] deeper into the Lost’s mouth.
You sit there, pumping your @[all|cocks|noverb] over his chest, locked in an endless kiss as his size begins to recede underneath you.So could you – the power that this corrupting essence could bring. You move toward him and stand over his monstrous form. \
You slide a hand down the length of one of your @[1|cocks|noverb] and push the tip so that its massive head hovers over his face. \
Your cum pipe widens as your @[1|cocks|noverb] swallows his features.
A barrage of fluid takes you by surprise as the corruption rushes into your enlarged urethra.
"Mrhhh! Mooooore...." you rumble, lustfully.
You smile at your victim, arch your back and flex your impeccably strong pelvic muscles. With a resounding gulp, your victim is pulled \
into your cock. You feel it writhe against your inner walls, feel him slowly travel down the length until his massive body lodges itself right above the base of your nutsack.
"GRAAAAHHHHH!"
Your muscles throb with power. You stifle a moan as you flex harder and send the helpless creature into your eager @[all|balls|noverb]
Frantic with rampant desire you pump your @[all|cocks|noverb] as you feel his essence filter into you.
With a final show of absolute dominance, your @[all|balls|noverb] rumble ominously and fire a monstrous load, the Lost riding within the massive stream \
of white. He lands on the floor unceremoniously in front of you.So could you – the power that this corrupting essence could bring. You place your gigantic feet on either side of his body. \
Hefting up @[1|cocks|a~an] in one hand, you pluck the weak creature up between your fingers. \
You flash your teeth with a snarl and plunge him into the abyss of your urethra.
He was a gnat in the presence of a titan, a small morsel to an insatiable beast. Yet, although a tiny speck, you could feel every one of his movements down your cavernous length. \
What seems to be minutes later, he lands in the unending ocean of seed within your sack and like a volcano ready to erupt, it shudders!
A surge of power and lust takes you as the corruption bleeds into your endless reserves. With an earth shattering roar, you grab on to your @[all|cocks|noverb] and \
slide your hands across them with reckless abandon. Your legs shudder as your approach climax - holding on for dear life as an absolutely monstrous orgasm rocks you. \
Arc after arc after arc blasts upwards into the air, landing far beyond the eye can see on some unsuspecting land.
"Mrhhh! Mooooore...." you rumble, lustfully.
You feel him coming up your cum pip, his minuscule form surfing the rapids inside of your spire of flesh. \
With an absolutely amazing show of dexterity for someone of your size, you swing your hand through the mighty stream and catch the creature, the pressure against your hand backlashes onto you and coats you in a layer of alabaster.
"GRAAAAHHHHH!"
The heat of your own powerful seed sends you into overdrive and you truly let yourself go! Your @[all|cocks|one=rises~more=rises] with incredible pressure and they slam into your \
chest. An unholy amount of semen blasts into the air, your own ivory stairway to the heavens.
You grin; looks like rainfall could be expected later today.
With a final show of absolute dominance, you unceremoniously dump the creature back onto the floor.You slide your gooey body over his and he moans from your touch alone. You rub one of your @[2|hands|noverb] across his bulging abs and up to his hard nipple.
The entity inside of you yearns for the darkened soul of the Lost in your thrall. You feel your @[all|tongues|noverb] slip from the confines \
of your mouth and into his open, hot maw. You can taste his thick corruption. You feel your @[all|cocks|noverb] harden again.You slide your gooey body over his and he moans from your touch alone. You rub one of your @[2|hands|noverb] across his bulging abs and up to his hard nipple.
The entity inside of you yearns for the darkened soul of the Lost in your thrall. You feel your @[all|tongues|noverb] slip from the confines \
of your mouth and into his open, hot maw. You can taste his thick corruption. You feel your @[all|cocks|noverb] harden again.Your gooey body towers over his and he moans from your presence alone. You rub one of your @[1|cocks|noverb] across his bulging abs, pinning him with the weight of it.
The entity inside of you yearns for the darkened soul of the Lost in your thrall. You feel your @[all|tongues|noverb] slip from the confines \
of your mouth, sliding down your @[all|pecs|noverb] and twisting lower until it enters his hot maw. You can taste his thick corruption.You fall to your massive knees. The Lost's mouth opens wide in awe at the immensity of your body. You let your @[all|cocks|noverb] fall to the side of him with an earth pounding shudder.
The entity inside of you yearns for the darkened soul of the Lost in your thrall. You feel your @[all|tongues|noverb] slip from the confines \
of your mouth, sliding down your @[all|pecs|noverb] and twisting lower until it enters his hot maw. You can taste his thick corruption.You feel the corruption take root within you. You embrace it, letting its warmth run its proverbial tongues over every inch of you and into your brain. \
Dark whispers fill your mind.
You need to spread.
You need to fuck.
More. More! MORE!
Your body flushes with an unnaturally high level of arousal. Your nutsack rumbles and streams of pre launches out of your @[all|cocks|noverb] like a fire-hose. \
You growl bestially as you realise your precious sperm is being wasted. Digging your fingers into the Lost’s flesh, you ram your dick into \
his ass until your @[all|balls|noverb] slap hard against his glutes. He snarls with the sudden intrusion.
You piston hard. Relentless. Back. Forward. Back. Forward.
"Ah! Fuck!" You feel a mind-shattering orgasm building.
The corrupt creature howls as your @[all|balls|noverb] push out an incredible deluge of ivory into his body. \
His stomach rises beneath you as you keep thrusting and pounding into his sex.
"MOOOOOOORE!" You roar as your orgasm intensifies.
The rapture rocks through your @[all|cocks|noverb] and into every tense fibre underneath your skin.
Feeling you grow on top of him and within him – feeling his own stomach dome upwards and push you ever higher sets off the creature’s own orgasm. \
He releases an all-powerful howl and shoots his thick corrupting seed over your chest. The ebon, tar-like sperm showers you from below, coating your entire chest in its inky shade.You feel the corruption take root within you. You embrace it, letting its warmth run its proverbial tongues over every inch of you and into your brain. \
Dark whispers fill your mind.
You need to spread.
You need to fuck.
More. More! MORE!
Your body flushes with an unnaturally high level of arousal. Your nutsack rumbles and streams of pre launches out of your @[all|cocks|noverb] like a firehose.
You growl bestially as you realise your precious sperm is being wasted. Digging your fingers into the Lost’s flesh, you ram your dick into \
his ass until your @[all|balls|noverb] slap hard against his glutes. He snarls with the sudden intrusion.
You piston hard. Relentless. Back. Forward. Back. Forward.
"Ah! Fuck!" You feel a mind-shattering orgasm building.
The corrupt creature howls as your @[all|balls|noverb] push out an incredible deluge of ivory into his body. \
His stomach rises beneath you as you keep thrusting and pounding into his sex.
"MOOOOOOORE!" You roar as your orgasm intensifies.
The rapture rocks through @[all|cocks|noverb] and into every tense fibre underneath your skin.
Feeling you grow on top of him and within him – feeling his own stomach dome upwards and push you ever higher sets off the creature’s own orgasm.
He releases an all-powerful howl and shoots his thick corrupting seed over your chest. The ebon, tar-like sperm showers you from below, coating your entire chest in its inky shade.You feel the corruption take root within you. You embrace it, letting its warmth run its proverbial tongues over every inch of you and into your brain. Dark whispers fill your mind.
You need to spread.
You need to fuck.
More. More! MORE!
Your body flushes with an unnaturally high level of arousal. Your nutsack rumbles and a tidal wave of pre launches out of your \
@[all|cocks|noverb], washing over the Lost in front of you.
You growl bestially as you realise your precious sperm is being wasted. Grabbing the Lost’s torso, you ram your dick \
into his ass until your @[all|balls|noverb] slap hard against his glutes. He snarls with the sudden intrusion, but it quickly turns to a gurgle as your length almost reaches his neck from within.
You piston hard. Relentless. Back. Forward. Back. Forward.
"Ah! Fuck!" You feel a mind-shattering orgasm building.
The corrupt creature howls as your balls audibly rumble, shift and unleash a mind blowing torrent of ivory that arcs into the air and \
splatters on the ground. You thrust erratically before falling to the floor. The pleasure is too intense! White pours over everything in sight. \
The Lost is covered. You are covered. An ankle deep pools form around you as you roll in your own steaming virility.
"MOOOOOOORE!" You roar as your orgasm intensifies! Your vision is overtaken with alabaster cream.
Feeling you grow within him – feeling your hot seed cover every inch of his being sets off the creature’s own orgasm. He gurgles \
beneath the waves and shoots his thick corrupting seed over your chest, the black streaks quickly wash away by the excessive amount of seed around the both of you.
Your shoulders slump as you get back to your feet. You still see stars. The creature slowly slurps off of your cock and thuds into the pool \
below with an emphatic splash.
The beast rolls onto his back with a heavy thud; his massive chest heaving up and down with ragged breaths of satisfaction.You feel the corruption take root within you. You embrace it, letting its warmth run its proverbial tongues over every inch of you and into your brain. Dark whispers fill your mind.
You need to spread.
You need to fuck.
More. More! MORE!
Your body flushes with an unnaturally high level of arousal. Your @[all|balls|noverb] quake behind you and a flood of thick \
pre launches out of your @[all|cocks|noverb] and cascades over the land. What little trees are around you struggle \
against the sudden onslaught of the teeming river.
You growl bestially as you realise your precious sperm is being wasted. You grab the Lost before his body \
gets swept away with your produce and slam your dick into his ass until his rump slaps hard against your midriff. His snarls are suddenly cut off as \
your @[1|cocks|one=erupts~more=erupts] out of him, his body once again morphing into your oily cocksleeve.
Grabbing him, you piston him up and down across your veined length. Relentless. Back. Forward. Back. Forward.
"Ah! Fuck!" You feel a mind-shattering orgasm building.
The corrupt creature gurgles as your balls shift, unleashing a mind blowing torrent of white that arcs into the air and splatters onto the ground with incredible \
force. You thrust erratically before falling backwards onto your @[all|balls|noverb]. The pleasure is too intense! White pours over everything in sight. \
Megaliters of cum pools around you! The land itself begins to cave in under your incredible weight! Lower and lower you sink. Higher and higher the sea rises.
"MOOOOOOORE!" You roar as your orgasm intensifies! Your vision is overtaken with alabaster as you submerge yourself into your own lake of seed.
Feeling you grow within him – feeling your steaming fluids cover every inch of his being sets off the creature’s own orgasm. He gurgles and shoots his thick corrupting seed into the surrounding waters.
There's just too much. No matter what you do, you can't stop! The lake has already overflowed and you keep on at it for hours on end.
You are not sure how much time has passed since your orgasm ended, but you rise out of the lake larger and hornier than ever before. \
You smile as you watch waves of white drip off of you and into your own macro sized cum bath.
With a wet schlorp, you pull the beast off of your @[1|cocks|noverb] once more.
The beast collapses onto his back with a heavy thud; his massive chest heaving up and down as his lungs relieve themselves of your incredible virility.You grasp the monster's cock. Although dripping with black oil, the skin is rock hard and slowly spreads your fingers wider with every beat of growth. \
He shudders. With a slow, sensual movement, you tighten your digits and squeeze a thick rope of pre out of the tip.
At the same time, you bend your hips backwards and line up your @[2|cocks|one=with%his%tight%anus~more=with%his%anus%and%another%positioned%to%slide%across%his%midriff].
You tease his him, generating lewd moans and gasps as you slide your tip around the rim of his sphincter. He pushes his body against yours, forcing you inside of him.
His ass feels tight, yet the black goo makes the entry as smooth as it can be.
"Oh... Hmmm..."
You moan as the corrupt creature clenches his anus around your flesh. His moans turn into desperate grunts and growls as you ease yourself deeper inside of him.
The feeling of his tight virgin ass combined with the goo covering your cock from inside of him, is like nothing you've felt before.
His body grows warmer beneath you, almost burning with arousal. You thrust inside him, bring your @[all| arms|noverb] around him and lock lips. \
His tongue darts inside of your mouth as he grabs you, running his meaty hands over your back. One of his legs wrap around you and you both spin in place as he \
grinds his muscular body against yours. As you lay on your back and wrap yourself within his mighty embrace, you feel warmth rush inside of you.
"Ah... FUCK... GRAHHHH!"
You flip the beast onto his back with a mighty crash as your orgasm rocks your body into euphoria. His black cock erupts in a fountain of corrupted fluid over you.
A small amount of his corrupting essence enters you.
You feel your muscles throb with power.
The feeling rushes up your legs and into the core of your being.
You pinch your large nipples and groan.
"Moooooore..." You growl monstrously.You grasp the monster's cock. Although dripping with black oil, the skin is rock hard and slowly spreads your fingers wider with every beat of growth. \
He shudders. With a slow, sensual movement, you tighten your digits and squeeze a thick rope of pre out of the tip.
At the same time, you bend your hips backwards and line up your @[2|cocks|one=with%his%tight%anus~more=with%his%anus%and%another%positioned%to%slide%across%his%midriff].
You tease his him, generating lewd moans and gasps as you slide your tip around the rim of his sphincter. He pushes his body against yours, forcing you inside of him.
His ass feels tight, yet the black goo makes the entry as smooth as it can be.
"Oh... Hmmm..."
You moan as the corrupt creature clenches his anus around your flesh. His growls turn into desperate grunts and moans as you ease yourself deeper inside of him.
The feeling of his tight virgin ass combined with the goo covering your cock from inside of him, is like nothing you've felt before.
His body grows warmer beneath you, almost burning with arousal. You thrust inside him, bring your @[all| arms|noverb] around him and lock lips. \
His tongue darts inside of your mouth as he grabs you, running his meaty hands over your back. One of his legs wrap around you and you both spin in place as he \
grinds his muscular body against yours. As you lay on your back and wrap yourself within his mighty embrace, you feel warmth rush inside of you.
"Ah... FUCK... GRAHHHH!"
You flip the beast onto his back with a mighty crash as your orgasm rocks your body into euphoria. His black cock erupts in a fountain of corrupted fluid over you.
A small amount of his corrupting essence enters you.
You feel your muscles throb with power.
The feeling rushes up your legs and into the core of your being.
You pinch your large nipples and groan.
"Moooooore..." You growl monstrously.You grasp the monster's cock. Although dripping with black oil, the skin is rock hard and slowly spreads your fingers wider with every beat of growth. \
He shudders. With a slow, sensual movement, you tighten your digits and squeeze a thick rope of pre out of the tip.
At the same time, you bend your hips backwards and line up your @[2|cocks|one=with%his%tight%anus~more=with%his%anus%and%another%positioned%to%slide%across%his%midriff].
You tease his him, generating lewd moans and gasps as you slide your tip around the rim of his sphincter. He pushes his body against yours, forcing you inside of him.
It’s an incredibly tight fit. You look down and grin as you see his stomach bulge outward from the sheer size of your tool. Yet, the black goo simply morphs around him to accommodate the size difference.
"Oh... Hmmm..."
You moan as the corrupt creature clenches his anus around your flesh. His growls turn into desperate grunts and moans as you push yourself in further. \
Your cock expands with lust, and the creature’s torso distends with a combination of the pre you are leaking within him and the size of your battering ram.
The feeling is like nothing you've felt before.
His body grows warmer beneath your weight, almost burning with arousal. You thrust inside him, the tip of your cock peeking out from his throat.
"Ah... FUCK... GRAHHHH!"
You slam your @[1|hands|noverb] into the ground, arch your back and unleash a terrifying orgasm that rockets out of the creature’s ass and mouth. \
The Lost's tools erupts in a fountain of corrupted fluid underneath you, coating your midriff and seeping into your pores.
A small amount of his corrupting essence enters you.
You feel your muscles throb with power.
The feeling rushes up your legs and into the core of your being.
You pinch your large nipples and groan.
"Moooooore..." You growl monstrously as you pull the creature off of your @[1|cocks|noverb] and throw him to the ground.You grasp the monster's cock. Although dripping with black oil, the skin is rock hard and slowly spreads your fingers wider with every beat of growth. \
Impressive, considering how small he is compared to you. He shudders, looking up at your monstrously huge form. With a slow, sensual movement, \
you tighten your digits and squeeze a thick rope of pre out of the tip of his cock.
With a single @[1|hands|noverb], you pick him up off of the ground and line him up with your @[all|pre-leaking|cocks| noverb].
You tease his him, placing his tiny form on its massive swollen head. You smile as his eyes widen at your turgid length.
Winner takes all.
You start pressing his anus down and watch as his legs spread wider and wider to accommodate the massive tower. \
If there is anything you have learned from this world, it is that the corruption caters for any size. \
The creature distends further and further, until you wrap his form around your tool like a cocksleeve.
"Oh... Hmmm..."
You moan as the corrupt creature’s body clenches around your flesh. \
His growls turn into desperate grunts and moans as you begin to piston your spire of flesh through him. \
Your cock expands with lust, and the creature’s torso distends even further. Fountains of pre fire from your tip with each thrust, pooling below you in lake sized bodies of fluid.
The feeling is like nothing you've felt before.
His body grows warmer around your cock, almost burning with arousal. You thrust even harder, your pre turning into waterfalls of white.
"Ah... FUCK... GRAHHHH!"
You slam one of your feet into the ground, arch your back and unleash a terrifying orgasm that rockets out of your @[all|cocks|noverb] and coats the land with blankets of ultra fertile sperm. \
The Lost's tools erupts alongside you in a poor display compared to your own, yet the corruption still coats a portion of your cock.
A small amount of his corrupting essence enters you.
You feel your muscles throb with even more power.
The feeling rushes up your legs and into the core of your being.
You pinch your large nipples and groan as your cocksleeve is stretched to its limit.
"Moooooore..." You growl monstrously as you pull the creature off of your cock and drop his body to the ground far below you.Your hands meet, and your bodies clash for dominance. You struggle as the beast pulls you closer to him. \
Your hard members are close enough to press and rub along each other. The black liquid that coats him smears and spreads across your @[all|cocks|noverb]. \
Suddenly, an immense feeling of arousal shakes you to your core as the beast's corrupting goo quickly slithers into your slit.
Your eyes open wide with renewed vigour and you shove the beast down to the ground. You land on top of its meaty chest, the tip of its pulsating head peeking up from your pecs.Your @[1|hands|noverb] engulfs his. With a show of strength and size, you pull his captured arm to the side and send him hurtling to the ground. He leaps back up and bear hugs you \
with incredible strength, grinding his cock against your own. The black liquid that coats him smears and spreads across your @[all|cocks|noverb]. \
Suddenly, an immense feeling of arousal shakes you to your core as the beast's corrupting goo quickly slithers into your slit.
Your eyes open wide with renewed vigour and you shove the beast down to the ground. You land on top of its meaty chest, your cocks sandwiched between your bulks.Your @[1|hands|noverb] hurtles toward the Lost, but he dives and angles for your mighty @[all|cocks|noverb]. Although injured, he grabs onto his target \
and shoves his dick into your urethra. Black cum erupts into your shaft and spreads across the insides of it. \
Suddenly, an immense feeling of arousal shakes you to your core as the beast's corrupting goo quickly slithers into your ballsack.
Your eyes open wide with renewed vigour and you shove the beast down to the ground. You press his body into the sand with one @[1|hands|noverb].Your @[1|hands|noverb] hurtle toward the Lost, but he dives and angles for your @[all|cocks|noverb]. Although injured, he grabs onto his target \
and shoves his entire arm into your urethra. Black goo climbs into your shaft and spreads across the insides of it. \
Suddenly, an immense feeling of arousal shakes you to your core as the beast's corrupting goo quickly slithers into your ballsack.
Your eyes open wide with renewed vigour and you shove the beast down to the ground with earth-breaking fury. You press his entire body into the sand with only three fingers, nearly crushing him.Running a hand down your body and ever lower, you gently caress your @[all| cocks| noverb]. Each inch of flesh that your fingers \
brush over sends heated waves of pleasure throughout your body. Your efforts reward you with a few spurts of pre. Eager to explore more of yourself, \
you reach down below to feel the weight of your @[all| balls| noverb]. You roll each orb in your hand, gently squeezing them.Running a hand down your body and ever lower, you gently caress your @[all| cocks| noverb]. Each inch of flesh that your fingers \
brush over sends heated waves of pleasure throughout your body. You marvel at how much flesh extends from your waist. The fact that this \
entire package belongs to you is enough for you to shiver in delight and jettison an average man's worth of cum as pre.\
Eager to explore more of yourself, you reach down below to feel the weight of your @[all| balls| noverb]. They are heavy in your hands - virile factories ready to be put to work.Running a hand down your body and ever lower, you gently caress your @[all| cocks| noverb]. It's become impossible to hold your package with a single hand! \
You brush your palms across as much flesh as they can reach, sending spears of blazing pleasure throughout your body. Your sheer size has far exceeded the normal, and you feel proud. \
There is no other feeling like this - the feeling that your own toolset could easily skewer trenches if you so wished it!The thought of another good fuck sets your cum factories into motion. \
The unmistakable feeling of pleasure crescendos, gathering until you roar and blast out \
an unfathomable amount of cum, - a deluge of hot sticky liquid that quickly pools on the ground around you. \
As your orgasm rocks you, you grope down below to feel the weight of your @[all| balls| noverb]. Merely touching them sends them into overdrive, each testicle vibrating as they push even more fluid out into the open.Running a hand down your body and ever lower, you gently caress your @[all| cocks| noverb]. You grin widely as you realise the devastation you could cause by simply letting their weight drop onto the ground! \
You brush your hands across a vast expanse of flesh that rumbles with its own pulsing heartbeat. The pleasure is rampant. With a mighty roar, your tool explodes with fountains of thick cum, megaliters upon megaliters that quickly \
paint the surroundings with your taint. There is no other feeling like this - you are the alpha of this world, and it was yours to fuck. The mere thought of your virility pushes you even further over the edge; \
your entire package rumbles and triples its output! You are causing a veritable flood from simply thinking about your own sex! You fall onto your rear, only to be cushioned by your \
@[all| balls| noverb]. They bounce beneath you, working in overdrive to coat everything as far as the eye can see.Something catches your eye. You swab some of your fluid onto your finger and raise an eyebrow as you watch it turn black. Corruption seems to be taking hold of your body.Your @[all|cocks|noverb] refuse to stop leaking. You watch your cum turn dark and seep into the ground with morbid fascination. The land wants you to become a monster.Your @[all|cocks|noverb] refuse to stop leaking, the fluids turning obsidian as they linger in the open air. The stuff is thick like tar, yet still, the soil drains it eagerly. You grin as you realise you are just about ready to accept the monster you have become. \
You finish off your self-appreciation with one last firm squeeze of your nutsack. There is no more time to waste - you need to satiate your thirst.Your hands wander down past your slick, gooey, <<SymbioteColor>>-covered flesh to find your @[all| cocks| noverb], still throbbing at your recent orgasm. However, a renewed thrill runs through your body at the delicate, giving \
flesh your hands find. Soon, dollops of altered, thick pre starts to well up from your reserves--already replenished due to your new companion. Your hands, somewhat reluctantly, turn from your @[all| cocks| noverb], only to turn \
their attention to your @[all| balls| noverb]. Each orb spends a time being held and admired, gently feeling them and their heft.Eagerly, your goo-dripping hands feel lower and lower, your @[all| cocks| noverb] already twitching as they anticipate the slick warmth your hands provide. Never before finding <<SymbioteName>> could you have imagined owning \
such heft. The thought of your own size--and the sudden thoughts of it getting even larger--makes your @[all| cocks| noverb] seemingly swell all that more, the thickened pre you have in this form starting to ooze out, despite your \
recent orgasm. With that thought invading your mind, your hands wander down below to your @[all| balls| noverb], which are constantly full and heavy--always ready to pour out <<SymbioteName>>'s fluid.There is little need to explore your @[all| cocks| noverb]--you became intimately familiar during your orgasm to bring out <<SymbioteName>>. Yet you still find your hands wandering against your hefty weight, feeling \
the overfull mass drape across your hands. Already, your slick gooey cockflesh throbs with new liquid, pouring into your flesh, ready to be released. Your stretchy, slick flesh expands slightly at the pressure forced \
into it, throbbing your gigantic cock out of your hand. It pulses and throbs, awaiting more attention that your hands cannot possibly give it. As though to torment and prolong the awaiting release, you feel your hands \
stroking across your goo-dripping, @[all| balls| noverb]. One orb is raised up, then released. You can simply feel the weight of the orb as it smashes into the ground, causing a grand rivet in the floor.Your slick hands are no stranger to your @[all| cocks| noverb]. Still erect from releasing <<SymbioteName>>, you can't even reach the tip even more. You can barely discern where it all ends. Yet you still feel these gigantic \
goo-dripping members as a part of you. As part of <<SymbioteName>>. Your companion's slick form simply enhances the pleasure you feel--no rough spots can be felt, all is smooth, and all belongs to this form. Quickly your hands \
strike onto, and then partially into the erogenous flesh, causing intense white-hot pleasure to sear through you--a pleasure that soon comes erupting from you in physical form, a deluge drenching across all that you can see. \
With no stop in sight, you feel your @[all| balls| noverb] tense and pump under you, their gooey form seemingly summoning an endless river from the ether to fuel your ecstasy. Your form seems to almost fall apart from the pleasure, \
Leaving you nearly collapsed into a puddle mentally and physically.You watch as a dark black-purple stream runs through your goo form, almost imperceptable. Whatever corruption taints this land seems to have entered into your body.Your @[all|cocks|noverb] are streamed with small streams of black-purple corruption throb in concert with your heart, visible in your semi-transluscent flesh.Black ooze, nearly indistinguishable from your body, drips out of your @[all|cocks|noverb]--both directly out of the tip, yet also seemingly to ooze out of your very pours, dripping and darkening the very soil that you walk on.Sprouting from your glutes, your @[all| tails| one=whips~more=whip] from side to side. Your eyes travel down its length, and fixate on each feature before you smirk, \
grab it with your hand and playfully swing it around.Sprouting from your glutes, your @[all| tails| one=whips~more=whip] from side to side with whooshing noises. Your eyes travel down its length, and fixate on each feature before you smirk, \
grab it with your hand and playfully swing it around. The weight of it has become rather dangerous. A crash resounds behind you as you accidentally knock over your table. Case in point.Sprouting from your glutes, your @[all| tails| one=whips~more=whip] from side to side. Every movement of it now carries a hefty momentum that only someone with your size can control. \
Now too large for your hand, and not to mention to hard to reach with your massive muscles - you thump it on the ground, heavily. The ground booms with its weight and large puffs of dirt explode into the air. \
Just like the rest of you, your tail screams of power.Sprouting from your glutes, your @[all| tails| one=whips~more=whip] from side to side. Every twitch, flick and swaying motion creates heavy gusts of wind that tear at the plant-speckled dunes and structures below you. \
Its weight is heavy enough that, should you crash it into the ground, it would not be difficult to create canyons or quakes. Your teeth flicker from behind your smug expression. \
You mischieviously turn around and slap your tail into the lake. An absolute geyser of water shoots up over you, coating your stunning figure with a light watery sheen. \
You spend a few more moments playing with it, dragging it across the ground to create ravines whilst the water settles once more.A few specks of black on the tip of your tail is enough to make you aware that the land is affecting you.A trail of black ooze occassionally forms from the tip of your tail. You reach for some with your fingers and taste the salty substance. A shudder of erotic pleasure courses through you.Lines of thick black goo stream from the tip of your tail, coating the ground in corruption. Your arousal is constantly sitting above dangerous levels thanks to the addictive and oh-so pleasurable substance. You smirk. \
It is the mark of a beast, and you love it.Your gooey glutes transition into @[all| tails| noverb]. The size is perfectly manageable, the gentle swaying assists in keeping your balance in check.Your @[all| tails| noverb] wave back and forth, accenting your gooey glutes as they strike against whatever is in their path with surprising force. If you weren't more careful, you could knock over a wall with the flesh.Your @[all| tails| one=smashes~more=smash] into the wall of your old house, temporarily gluing itself to the structure before releasing for another pass to add to the indentations. \
If you wanted, you could bring the building crashing down with an accidental whip of a tail."The ground is rushed away as your @[all| tails| one=whips~more=whip] through it, cascading a deep divot. \
When occupying this new channel, your <<SymbioteColor>> semi-transparent tail looks similar to that of a river, roiling and filled with the almost fluid flesh.Your tail is very well intact, even with flicks and sways, <<SymbioteName>> maintains perfect form and structure. <<SymbioteName>> seems to enjoy the thought of having a clean cut through anything.Speckles of black spatter the patterning of your @[none| tails| noverb]. Each flick of your tail causes dense clumps to fling off of the goo. <<SymbioteName>> seems to be losing interest in the idea of keeping its form tightly bound to its body.The thin lines of purple and back swimming through your goo form drip out of the tips of your @[none| tails| noverb]. \
You hardly even need to move your tail as even with stillness, droplets stream away from the gooey tail. <<SymbioteName>> revels in the idea of using its tail as a brush, painting the earth around it with <<SymbioteColor>> goo.Black and purple goo mix freely with your @[none| tails| noverb] goo, erupting from the tips in a constant stream that drags across the floor behind you, marking the entire land with the addictive substance. \
<<SymbioteName>> enjoys every moment of painting the land in <<SymbioteColor>> goo.<<SymbioteName>> wrings its tail around itself and brings a hand down to stroke the tail in self admiration.<<SymbioteName>> seems more than delighted in the thought of toying around with its tail as it coils around itself.<<SymbioteName>> seems delighted at that idea, it coils its tail around its torso, giving it gentle strokes in self admiration.<<SymbioteName>> flaps its tail within the basin, enjoying the thought of being massive enough to occupy the earth itself.Resting on your back and spreading wide are @[all| wings|noverb] that could easily support your weight in flight. You take turns flexing each of their inner limbs, stretching the membranes taught. \
Playfully, you give them a good push and launch yourself backwards and onto your bed. You return to the mirror after a minute of smugness.Resting on your back and spreading wide are @[all| wings|noverb] that could easily support your weight in flight. Their tips are now large enough that it has become quite difficult to move inside of buildings - \
like your own home! Like that mattered. They were beautiful and nothing screams power than unfolding them widely to touch the opposite walls of your room. You notice that each wing flexor is packing on a fair bit of muscle! \
Striking a powerful pose, you flex them resulting in a rising display of bicep and tricep shaped muscles.Resting on your back and spreading wide are @[all| wings|noverb] that could easily support your heavy weight in flight. Out in the open, you have the freedom of stretching them to their massive wingspan. \
Nothing in your life could have made you feel as proud as you do now as you marvel at the huge shadow they cast. You flap them gently and even with such a subtle movement, the size and power in each of those membranes \
create monstrous waves across the lake's surfaceResting on your back and spreading wide are @[all| wings|noverb] that could easily support your heavy weight in flight. If any creature had somehow missed your gigantic body, then they certainly could not miss your eclipsing wingspan. \
Their flexors have grown so heavy with muscle that they could function as extra pairs of arms. With a mighty flex, and a powerful and prideful roar, you spread them out wide, their tips reaching past the edges of the lake and further, still. \
You remain there - a deity amongst deities, a power among powers. If you had to flap them, that would be the end of the land around you. You smile as you retract them. Perhaps that would not be the best of ideas, for now.A few bolts of purple and black run across your inner membrane as you continue to examine your wings. You raise an eyebrow. It would seem no body part is unsafe from the taint of this world.bright glowing streaks of purple and black run across your membranes like spiderwork. Your wings shimmer with corruption, with power people should fear. Perhaps that would be a lesson for either yourself, or those who cross you.The edges of your wings are torn and occasionally drip black oil. Bolts of black lightning arc off of the tips of each wings' limbs, heralding the presence of monstrous corruption.Your back gently transitions into @[all| wings|noverb] that look as though they could carry you in flight. The ribs of the wings are joined not by fleshy membranes, but rather pliable goo. \
You watch as a colored spec of your goo is cycled through the slow waterfall that is your membranes.Your hefty back supports @[all| wings| noverb] that are filled with a constant movement of that gooey flesh of <<SymbioteName>> that could support your weight during flight. \
The goo can hide completely within your back or take form a shake similar to that of a cloak one may wear to conceal themself. \
When extended, they reach from wall to wall of your room--even pressing up and causing your flexible form to bend ever so slightly from the pressure of the semi-sturdy walls. \
That would not do: you chuckle as the gooey flesh rushes into the edges of your bent wings, filling them with strength and form as they expand, forcing divots into the walls. \
Your adaptive body is so strong that even the wingtips can puncture walls on command.Your massive wingspan of @[all| wings| noverb] casts a shadow across nearly all you can see, the slowly circulating goo that forms the wings giving a somewhat ethereal, undulating quality to the shadows. \
The massive size of your semi-transparent, dripping membranes alone could blot out an entire farm. Your wing dips into the lake, and you can feel it cup the water, a small pond in itself.You cannot see the tips of your @[all| wings| noverb] anymore. A simple flap of the gooey form is enough to cause cascading waves to roll across the lake and the vegetation beyond. \
The thinnest of the bulk in the wings are more powerful and massive than your thigh was just a short time ago. \
The slick goo that drips and moves across your membranes tenses and forms a strong barrier as you gently flap one of your wings, almost knocking over a tree.The texture of the gooey wings is soft and pliable with no imperfections. <<SymbioteName>> has kept the wings in pristine condition and maintains structure by remaining closely intact.The texture of your gooey wings is like thick, melting wax. <<SymbioteName>> is slightly restless and the wings feeling like they’re beginning to lose a stable form.Spots of purple and black erupt from the edges of your goo wings, criss-crossing all across your membranes, a visible mark of your corruption. Your wings drip constantly, each flap causes wicks of goop to fly in all directions.Dark corrupt black ooze drips out of your gooey membranes, coating the ground in your monstrous corruption. When folded in, your back gives off the appearance of wearing a cape made of flowing water. \
When spread out, your wings constantly seep out in all directions. Each flap of your wings practically coats the entire area beneath you within the runny texture of goo.<<SymbioteName>> brings an arm up to fondle the massive wings in self admiration.<<SymbioteName>> brings an arm up to fondle the massive wings in self admiration.<<SymbioteName>> brings an arm up to fondle the massive wings in self admiration, almost enthralled by the size of itself.<<SymbioteName>> brings an arm up to fondle the massive wings in self admiration, almost enthralled by the size of itself.Moving from side to side, you proudly examine the @[all| horns| noverb] that crown your fearsome visage. Their weight is pleasant on your neck and their points sharp enough to cause \
some serious damage. You run a hand across one of them, relishing in the feeling of power and protection it gives you.Moving from side to side, you proudly examine the @[all| horns| noverb] that crown your fearsome visage. Their weight is heavy, but your thick neck can easily support it. \
You pick up a nearby piece of metal and run it across the points. It splits like butter. These could cause some serious damage. You run a hand across one of them, relishing in the feeling of power and protection it gives you.Moving from side to side, you proudly examine the @[all| horns| noverb] that crown your fearsome visage. Their weight is incredible, it feels as if their momentum would be enough to even knock you off balance if you aren't careful! \
You bend down and test your horn's strength on the ground. The earth quakes as you rip out a clean hole. These are horns that you can be proud of. You run a hand across one of them, relishing in the feeling of power and protection it gives you.Moving from side to side, you proudly examine the @[all| horns| noverb] that crown your fearsome visage. Each time you move your head, the air parts as if a mountain had suddenly flung itself across a distance. \
They are the only weight on this planet that challenges your massive neck and you love the feeling. \
It is far too dangerous to test your horns out, the amount of earth that they would penetrate would easily split the ground for a fair distance. You run a hand across one of them, relishing in the feeling of power and protection it gives you.As your finger runs across the surface, you feel small indentations that were never there before. They don't feel randomly shaped either! If you trace your fingers across them, they feel runic. You wonder if it's the corruption's influence.Your finger gently passes over faintly glowing runes of purple. Every crevice cracks with small arcs of corruption which fire miniature bolts of arousal into your very core.You find yourself repeating this motion for a while. In fact, it has become daily practice. Every purple rune now drips with aphrodesiac and its touch is as pleasurable as tongues worshipping your glorious package. \
Why stop when you could reach an orgasm from touching your horns alone?<<SymbioteName>> is crowned with @[all| horns| noverb]. Due to its gooey nature, they are slightly pliable when relaxed. However, as your head rubs up against a wall, the semi-fluid of its flesh shifts around, forcing them into sharp, dense spires. \
Acting similarly to a non-newtonian fluid, They could do quite a bit of damage when needed.<<SymbioteName>>'s slightly malleable @[all| horns| noverb] weigh upon its head, slowly dripping with its essence. \
But in a sudden impulse, you decide to thrust them against some metal, where they instantly harden and pierce through. \
Acting like a non-newtonian, the raw power even in just one horn leaves you smiling.The weight of <<SymbioteName>>'s dripping @[all| horns| noverb] would crush those with a weaker neck. Fortunately, that does not apply to you. \
A chuckle escapes your lips as you lean down and push your horns deep into the ground, gouging out a trench in the lakeside. The sturdiness of the fluid keeps it intact whenever pressure is applied.<<SymbioteName>>'s gooey visage is framed by towering spires of @[all| horns| noverb]. They raise up into the sky, mighty towers befitting a master of the world that the two of you have become. \
You have the weight of the world on your shoulders, along with its dangerous power. One single horn could pierce through an entire tower, used as a siege breaker.The glistening horns are perfectly unblemished and well intact.Reflected in the outer layer of your slightly-transluscent horns lies certain geometric shapes that you cannot identify.The horns constantly drip, steady droplets escape from any point of contact. Glowing in the middle of the horns are faint, purple runes.The horns constantly drip with a downpour of goo as if there were a waterfall before your eyes. The corrupt purple runes from inside your horns glow out in a constant stream, radiating from your head like a halo of pure corruption.You find yourself admiring your @[all| heads| noverb]. You try out a few expressions showing off your jawline - both open and clenched, how your cheeks \
are shaped beneath your eyes and the way they lead to your mouth. There, your @[all|eyes|noverb] linger before you open your @[all| jaws | noverb] wide \
and let your @[all| tongues| noverb] slip out over your @[all| teeths| noverb].You find yourself admiring your @[all| heads| noverb]. You try out a few expressions showing off your jawline - both open and clenched, how your cheeks \
are shaped beneath your eyes and the way they lead to your mouth. There, your @[all|eyes|noverb] linger before you open your @[all| jaws | noverb] wide \
and let your @[all| tongues| noverb] slip out over your @[all| teeths| noverb].You find yourself admiring your @[all| heads| noverb]. You try out a few expressions showing off your jawline - both open and clenched, how your cheeks \
are shaped beneath your eyes and the way they lead to your mouth. There, your let your @[all|eyes|noverb] linger before you open your @[all| jaws | noverb] wide \
and let your @[all| tongues| noverb] slip out over your @[all| teeths| noverb].You find yourself admiring your @[all| heads| noverb]. You try out a few expressions showing off your jawline - both open and clenched, how your cheeks \
are shaped beneath your eyes and the way they lead to your mouth. There, your let your @[all|eyes|noverb] linger before you open your @[all| jaws | noverb] wide \
and let your @[all| tongues| noverb] slip out over your @[all| teeths| noverb].After thoroughly inspecting your pearly whites for dirt, cavities or any other unwelcome sights, you snap your @[2|jaws|noverb] shut and continue your visual tour.Looking closer, your tongue seems to be unnaturally long for your mouth. Testing it out, you manage to unroll the fleshy tube until the tip touches the underside of your chin. \
There are small black dots at the base. It reminds you of the Lost. You slip your tongue back into your mouth and wipe the spittle off of your chin.You let your tongue roll lower and lower until a fair portion slides across your meaty chest. Your taste is phenominal - the flavour of a dominant male. Black streaked saliva spreads across your body \
as your tongue slabbers over it. Your spittle drips from its fleshy surface in small rivulets. Before things get too messy, you retract the limb.You let your tongue slide lower until a thick layer of black saliva coats your chest. You let it run even lower, the tip reaching down for your treasure trail and tasting every musky ravine it finds on the way. \
It extends even further, until it is able to travel up toward a leaking and waiting cockslit and plunges itself into the shaft. The taste is sublime and the feeling - the feeling fires explosive bursts of euphoria \
right into the core of your very being. You could do this for hours, as you have before, until you came all over the black fleshy surface of your tongue. Yet, you hold back. \
There is far more of you to explore before. Playtime would come soon. You roll your tongue back into your mouth.<<SymbioteName>> is in perfectly pristine condition, flawless, thoroughly viscous and well intact. <<SymbioteName>> remains closely wound to your body, seemingly contented with remaining in its place. \
Satisfied with its standings, your eyes wander down to inspect the rest of it."Looking closer, <<SymbioteName>> drips slightly like thick, melting wax. Droplets of goo drip from your face in small, but dense clumps. \
You are increasingly aware of the slick feeling of running goop all over you. Wiping some excess goo off of your face, it sloughs off in clumps as you shake your arm free of the goop. \
<<SymbioteName>> almost seems like it’s trying to escape from you, as if it wanted more from the world that lies past the bounds of your body.<<SymbioteName>> is extremely runny, slick and slimy. Gentle streams of goo run down your face and all over your body as you try to shake it off reflexively. \
To no avail, there’s a notable puddle of goo forming at the base of your stance, but the volume of <<SymbioteName>> seemingly remains unchanged. \
<<SymbioteName>> trembles with need, filled with carnal desire, longing for release.Cascades of goo stream across your face in a constant downpour. <<SymbioteName>> has become a writhing mass of permeable fluid, barely intact as it drips everywhere. \
An incessant trail of slime lingers in your wake, which seemingly has no effect on <<SymbioteName>> volume. <<SymbioteName>> demands satisfaction, desperate for another toy to play with. Who would you be to not give into the thought?Below the waist, you sport @[all| legs| noverb]. You raise one, proudly, before bringing your foot back to the ground with a heavy stomp. The sound of heavy weight compacting sand is quite satisfactory. \
You admire the contour of each teardrop of your thighs and the diamond shape of each calf. It doesn't take long before you find yourself worshipping your body, running your hand over each mound. \
You flex and feel the ravines of your body consume your fingers and how each crest pushes against your palm.Below the waist, you sport @[all| legs| noverb]. You raise a proud knee before bringing your foot back to the ground with a heavy stomp. The sound is heavy, and far more powerful than it was before. \
You admire the contour of each teardrop of your thighs and the diamond shape of each of your calves. It doesn't take long before you find yourself worshipping your body, running your hand over each mound. \
You flex each and feel the ravines of your body consume your fingers and how each crest pushes against your palm. Your muscles have grown large enough that you could trap your own finger between two muscles if you weren't careful.Below the waist, you sport @[all| legs| noverb]. You raise one, proudly, before bringing your foot back to the ground with a heavy stomp. A resounding boom echoes across the land as the earth beneath your foot splinters and cracks. \
You enjoy being a giant and the feeling of power it gives you. You admire the contour of each teardrop of your thighs and the diamond shape of each of your calves. \
It doesn't take long before you find yourself worshipping your body, running your hand over each mound. \
It takes longer for your hand to fully caress the entirety of every muscle. There is so much to explore and even more than that when \
you flex! Your legs feel like granite and in fact, could probably bend titanium with ease.Below the waist, you sport @[all| legs| noverb]. You raise one, proudly, but hesitate before bringing your foot back to the ground, softly. \
A resounding boom echoes across the land as the earth beneath your foot splinters and cracks. It seems you have compacted so much mass into each pillar-like leg that the \
ground can barely hold its own agains you, even when you were being gentle! You are a titan supported by the massive foundations. \
You admire the contour of each teardrop and the diamond shape of each of your calves. It doesn't take long before you find yourself worshipping your body, running your hand over each mound. \
It's difficult to reach every muscle, they're simply too gargantuan! \
Every one of your limbs are limited by the sheer amount of muscle on them as it is, but the awkward angle you would need to feel the underside of your leg was now virtually impossible. \
That's just fine for you, because when you flex your legs, you can feel the very air quiver in fear of what they can do.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. You raise a leg, proudly before bringing your foot back to the ground with a heavy stomp. \
The gooey texture of your body holds its form well enough. You admire the contour of each teardrop of the thighs and the diamond shape of each calf. \
It doesn't take long before you find yourself worshipping <<SymbioteName>>'s body, running your hand over each mound. \
You flex and feel the ravines of <<SymbioteName>> body consume your fingers and how each crest pushes against your palm.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. You raise a proud knee before bringing your foot back to the ground with a heavy stomp. \
The gooey texture of your body holds its form well enough despite the bulk of its body. You admire the contour of each teardrop of your thighs and the diamond shape of each of your calves. \
It doesn't take long before you find yourself worshipping <<SymbioteName>>'s body, running your hand over each mound. \
You flex each and feel the ravines of your body consume your fingers and how each crest pushes against your palm. \
The pseudo muscles have grown large enough that you could easily trap your own finger within the creases of the musculature.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. You raise a leg proudly before bringing your foot back to the ground with a heavy stomp. \
The gooey texture of your body quivers before the quake and thundering crash of your efforts. \
Once the quaking of your gooey form subsides, you admire the contour of each teardrop of your thighs and the diamond shape of each of your calves. \
It doesn't take long before you find yourself worshipping <<SymbioteName>>'s body, running your hand over each mound. It takes longer for your hand to fully caress the entirety of every muscle. \
There is so much to explore and even more than that when you flex! <<SymbioteName>> is definitely more than sturdy enough to match the sheer volume of its size.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. You raise one, proudly, but hesitate before bringing your foot back to the ground, softly. \
A resounding boom echoes across the land as the earth beneath your foot splinters and cracks. The sheer volume of <<SymbioteName>>'s mass feels endless. Truly a gargantuan, you can’t help but enjoy the size of the gooey form. \
You admire the contour of each teardrop and the diamond shape of each of its calves. \
It doesn't take long before you find yourself worshipping <<SymbioteName>>'s body, running your hand over each mound. It's difficult to reach every muscle, <<SymbioteName>> is simply too gargantuan! \
Every one of your limbs are limited by the sheer amount of bulk on them as it is, but the awkward angle you would need to feel the underside of your leg was now virtually impossible. \
All is not lost, for even the very world seems to quiver before <<SymbioteName>>'s gargantuan size.The legs themself are very well compacted. <<SymbioteName>> has molded its body closely together and is free of imperfections, content with clutching onto itself tightly.The legs themself have a clumpy texture, like thick, melty wax. <<SymbioteName>> seems interested in exploring the bounds outside of its own body as dense clumps of goo slough off of the legs with each step.The legs themself are very runny, gentle streams of goo run down your form, merging into the puddle that forms beneath you when you stay in one place too long. \
Despite this, <<SymbioteName>> doesn’t lose any volume. \
It would seem almost as if they were trying to escape from you with each droplet, as if it was eager to escape the bounds of your body and spread its influence across the land.The legs themself constantly cascade with a downpour of goo from every pore. Even with only mere moments of stillness, a noticeable puddle of goo has formed within your wake. \
Despite this, <<SymbioteName>> doesn’t lose any volume, displaying the sheer force of will and control over its mentality. \
<<SymbioteName>> craves release with every moment, desperate to spread its presence and find new toys to play with.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. \
With eagerness, it raises a leg proudly before bringing its foot back to the ground with a heavy stomp, admiring the crash of its body against the ground. The gooey texture of your body holds its form well enough. \
<<SymbioteName>> admires the contour of each teardrop of the thighs and the diamond shape of each calf. \
It doesn't take long before <<SymbioteName>> is simply worshipping its body, running its hand over each mound of flesh. \
It flexes and fondles the ravines of its own body, enthralled by self admiration.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. \
With eagerness, It raises a proud knee before bringing your foot back to the ground with a heavy stomp, admiring the crash of its body against the ground. \
The gooey texture of your body holds its form well enough despite the bulk of its body. \
<<SymbioteName>> admires the contour of each teardrop of its thighs and the diamond shape of each of its calves. \
It doesn't take long before you find yourself worshipping <<SymbioteName>> body, running your hand over each mound. \
It flexes each muscle to feel the ravines of its body consume its fingers and the way each crest presses against its palm. \
The pseudo muscles have grown large enough for <<SymbioteName>> to worship contentedly, captivated by self admirationBelow the waist <<SymbioteName>> sports @[all| legs| noverb]. With eagerness, It raises a leg proudly before bringing its foot back to the ground with a heavy stomp. \
The gooey texture of your body trembles before the quake and thundering crash of your efforts. \
Once the quivering of your gooey form subsides, <<SymbioteName>> admires the contour of each teardrop of its thighs and the diamond shape of each of its calves. \
It doesn't take long before <<SymbioteName>> is simply worshipping its body, running its hand over each mound. It takes longer for its hand to fully caress the entirety of the massive bulk. \
There is so much to explore and even more than that when it flexes. \
<<SymbioteName>> is admiring the efforts of its bulk and enjoying the shifting of its body with each flex. It continues the self admiration grope fest, enraptured by its own body.Below the waist <<SymbioteName>> sports @[all| legs| noverb]. \
With eagerness, it raises one, proudly before bringing its foot back to the ground. A resounding boom echoes across the land as the earth beneath your foot quakes. \
The sheer volume of <<SymbioteName>>'s mass feels endless. Truly a gargantuan, <<SymbioteName>> can’t help but enjoy the size of its form. \
It admires the contour of each teardrop and the diamond shape of each of its calves. It doesn't take long before <<SymbioteName>> is simply worshipping its body, running its hand over each mound. \
It's difficult to reach every muscle, <<SymbioteName>> is simply too gargantuan. \
Every one of its limbs are limited by the sheer amount of bulk on them as it is, but the awkward angle <<SymbioteName>> would need to feel the underside of your leg was now virtually impossible. \
<<SymbioteName>> makes an attempt to continue its self admiration nonetheless with constant groping, completely enraptured by its own body.Your eyes follow every curve of your neck down toward your body, proper. You push your shoulders backwards and push out your @[all| pecs| noverb], bouncing each muscle with impressive \
control.You raise your @[all| arms| noverb] into a powerful flex, curling your @[2| hands| noverb] inwards to truly make each bicep rise. You then bring them forward to touch your sensitive nipples, \
running your fingers across the edge of the circular nubs.Moaning from the pleasure, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. Your every movement causes them to shift and bulge.Your eyes follow every curve of your neck down toward your body, proper. You push your shoulders backwards and push out your @[all| pecs| noverb], bouncing each muscle with impressive \
control. You can feel their weight as they rise and fall - you can even get a small ripple of muscle to run from the top of each pec to the bottom!
You raise your @[all| arms| noverb] into a powerful flex, curling your @[2| hands| noverb] inwards to truly make each bicep rise. \
You can hear audible creaks from your bones and flesh as your muscles' size puts strain on them. You then bring them forward to touch your hard and sensitive, nipples, \
running your fingers across the fairly sized nubs - nubs large enough to grip and squeeze. You moan from the pleasure.
After a minute of fondling, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. Your every movement causes them to shift and bulge. \
Your laterals are now large enough to push your arms upwards and outwards giving you an imposing and brawny stance.Your eyes follow every curve of your neck down toward your body, proper. You push your shoulders backwards and push out your @[all| pecs| noverb], bouncing each muscle with impressive \
control. You can feel their heavy weight as they rise and fall with loud shudders. Each vein and chord is incredibly visible with the sheer amount of mass focused into each pec!
You raise your @[all| arms| noverb] into a monstrous flex, curling your @[2| hands| noverb] inwards to truly make each bicep rise like hills. \
You can hear audible creaks from your bones and flesh as your muscles strain your skin enough that each vein becomes clearly visible. They are thick firehoses that sprawl all across your form - juicy highways providing the huge amount of \
fuel your body now needs. Lowering your arms, you bring them forward to touch your hard and sensitive, nipples, \
running your fingers across the large protroding nubs. They take up a fair portion of the space within your hand. You moan.
After a minute of fondling, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. Your every movement causes them to shift and bulge. \
Your laterals now force your arms up to the point that your shoulders are encroaching on your neck's territory. Your figure forms an almost perfect Y-shape, the pinnacle of form.Your eyes follow every curve of your neck down toward your body, proper. You push your shoulders backwards and push out your @[all| pecs| noverb], bouncing each muscle with impressive \
control. The very air thunders as each muscle creates small shockwaves of force. Every vein and chord is incredibly visible with the impossible amount of mass focused into each pec!
You raise your @[all| arms| noverb] into a mind-shattering and monstrous flex, curling your @[2| hands| noverb] inwards. Muscles that shouldn't exist rise alongside your mountainous bicep and conduct an \
orchestra of creaking flesh - the sound a metal bunker would make if it had to bend and teeter. Thick firehose veins sprawl all across your form and visibly pulsate with the huge amount of \
fuel your body now needs.
Lowering your arms, you bring them forward to touch your hard and sensitive nipples, \
running your fingers across massive protroding nubs. You grab a handful of nipple and squeeze, your body instantly tensing into a cluster of bulging muscle. You moan as your head is all but swallowed.
After a minute of fondling, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. With a mischievious booming laugh, you flex them \
and create a thundering clap that rivals thunder itself. Finally, you bring each arm down into a most-muscular pose and feel your back and laterals flare out so widely that your vision is completely engulfed by your own body!Your eyes follow every curve of <<SymbioteName>>'s neck down toward its body. \
You bring your shoulders backwards and push out <<SymbioteName>>'s @[all| pecs| noverb], as the glistening muscles bounce with control. \
You raise your @[all| arms| noverb] into a powerful flex, curling your @[2| hands| noverb] inwards to make the biceps rise. \
You then bring them forward to touch your pliable nipples, running your fingers across the edge of the gooey, circular nubs. \
Moaning from the pleasure, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. Your every movement causes them to shift and bulge.Your eyes follow every curve of <<SymbioteName>>'s neck down toward its body, proper. \
You bring your shoulders backwards and push out <<SymbioteName>>'s @[all| pecs| noverb], bouncing each muscle with impressive control. \
You can feel the weight as it rises and falls. Even with the gooey texture, you can even get a small ripple of muscle to run from the top of each pec to the bottom. \
You raise your @[all| arms| noverb] into a powerful flex, curling your @[2| hands| noverb] inwards to truly make each bicep rise. \
You can hear audible sloshing from the movement of the faux musculature as its size fights against itself. \
You then bring them forward to touch <<SymbioteName>> soft and pliable, nipples, running your fingers along the areola. \
You moan from the pleasure. After a minute of fondling, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. \
Your every movement causes them to shift and bulge. The laterals are large enough to push your arms upwards and outwards giving you an imposing and brawny stance.Your eyes follow every curve of <<SymbioteName>>'s neck down toward its body. \
You push your shoulders backwards and push out your @[all| pecs| noverb], bouncing each muscle with impressive control. \
You can feel their heavy weight of the perfectly chiseled pectorals as they rise and ripple with each fall. \
You raise your @[all| arms| noverb] into a monstrous flex, curling the @[2| hands| noverb] inwards to truly make each bicep rise like hills. \
You can hear audible sloshing from the movement of the needlessly enormous musculature as its size fights against itself. \
These arms are truly a glorious, massive, perfectly built masterpiece. Lowering your arms, you bring them forward to touch your hard and sensitive, nipples, running your fingers across the large protroding nubs. \
They take up a fair portion of the space within your hand. You moan. After a minute of fondling, you let your hands glide down to your lower torso and feel each curve of your gooey @[all| abdominals| noverb]. \
Your every movement causes them to shift and bulge. Your laterals now force your arms up to the point that your shoulders are encroaching on your neck's territory. <<SymbioteName>> figure forms an almost perfect Y-shape, the pinnacle of form.Your eyes follow every curve of <<SymbioteName>>'s neck down toward its body. You push your shoulders backwards and push out your @[all| pecs| noverb], bouncing each muscle with impressive control. \
The very air thunders as each muscle creates small shockwaves of force. The enormous pecs are gloriously dense and sculpted with the precision that’d make the finest craftsmanship seem like fodder before them. \
You raise your @[all| arms| noverb] into a mind-shattering and monstrous flex, curling your @[2| hands| noverb] inwards. \
Muscles that shouldn't exist rise alongside the mountainous bicep, the goo holds firmly in place, nearly warping the light around it by its sheer volume. \
The faux musculature is admirable nonetheless, inspiring awe to any onlooker. Lowering your arms, you bring them forward to touch your hard and sensitive nipples, running your fingers across massive protroding nubs. \
You grab a handful of nipple and squeeze, the gooey body instantly tensing into a cluster of bulging muscle. You moan as your head is all but swallowed. \
After a minute of fondling, you let your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. With a mischievous booming laugh, you flex them and create a thundering clap that rivals thunder itself. \
Finally, you bring each arm down into a most-muscular pose and feel your back and laterals flare out so widely that your vision is completely engulfed by the size of the goo.Your eyes meander around the goo covering your torso, it is perfectly intact, clean and unblemished. <<SymbioteName>> seems content on keeping the shape of its upper body clean and stable.Your eyes meander around the goo covering your torso, it drips slightly, like a wax candle that has just begun to melt. The clumps of goo slough whenever you bring a hand to wipe it off. \
<<SymbioteName>> seems restless, almost as if it wanted to escape but didn’t care enough to make a full attempt.Your eyes meander to the running goo across your torso. It flows in constant, but gentle streams. It almost gives the sensation of sweat constantly pouring down your chest. \
<<SymbioteName>> is trembling softly, it’s form becoming increasingly more amorphous and unstable.Your eyes meander to the constant dripping of goo from your torso. <<SymbioteName>> has become reckless, its form is unstable and trembles with need. \
A constant downpour of goo leaks from its pores, making the body feel slick and slimy. <<SymbioteName>> is restless, needy, desperate for attention or a new toy to mess with.Your eyes follow every curve of <<SymbioteName>> neck down toward its body. <<SymbioteName>> springs into action as it continues to admire itself. \
It brings your shoulders backwards and puffs out its @[all| pecs| noverb] as the glistening muscles bounce with control. \
<<SymbioteName>> raises your @[all| arms| noverb] into a powerful flex, curling your @[2| hands| noverb] inwards to make the biceps rise. \
<<SymbioteName>> is positively loving every moment of its self admiration. \
Soon enough, <<SymbioteName>> then brings its hand forward to touch its pliable nipples, running its fingers across the edge of the gooey, circular nubs. \
After forcing a moan of pleasure from you, it glides its hands down to your lower torso to feel each curve of its @[all| abdominals| noverb]. Your every movement causes them to shift and bulge.Your eyes follow every curve of <<SymbioteName>> neck down toward its body. <<SymbioteName>> springs into action as it continues to admire itself. \
<<SymbioteName>> brings your shoulders backwards and puffs out its @[all| pecs| noverb], bouncing each muscle with impressive control. \
You can feel the weight as it rises and falls. Even with the gooey texture, you can even get a small ripple of muscle to run from the top of each pec to the bottom. \
<<SymbioteName>> raises your @[all| arms| noverb] into a powerful flex, curling your @[2| hands| noverb] inwards to truly make each bicep rise. \
You can hear audible sloshing from the movement of the faux musculature as its size fights against itself. <<SymbioteName>> is positively loving every moment of its self admiration. \
Soon enough, it brings its arms forward to touch its soft and pliable, nipples, running your fingers along the areola. \
After forcing a moan of pleasure from you, <<SymbioteName>> lets its hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. \
Your every movement causes them to shift and bulge. The laterals are large enough to push your arms upwards and outwards giving <<SymbioteName>> a large and very muscular stance.Your eyes follow every curve of <<SymbioteName>> neck down toward its body. <<SymbioteName>> springs into action as it continues to admire itself. \
It pushes your shoulders backwards and puffs out its @[all| pecs| noverb], bouncing each muscle with impressive control. \
You can feel their heavy weight of the perfectly chiseled pectorals as they rise and ripple with each fall. \
<<SymbioteName>> raises your @[all| arms| noverb] into a monstrous flex, curling the @[2| hands| noverb] inwards to truly make each bicep rise like hills. \
You can hear audible sloshing from the movement of the needlessly enormous musculature as its size fights against itself. These arms are truly a glorious, massive, perfectly built masterpiece. \
<<SymbioteName>> is positively loving every moment of its self admiration. Lowering your arms, <<SymbioteName>> brings them forward to touch its hard and sensitive, nipples, running your fingers across the large protroding nubs. \
They take up a fair portion of the space within your hand. After forcing a moan of pleasure from you, it lets your hands glide down to your lower torso to get a feel for each curve of your gooey @[all| abdominals| noverb]. \
Your every movement causes them to shift and bulge. Your laterals now force your arms up to the point that your shoulders are encroaching on your neck's territory. \
<<SymbioteName>> figure forms an almost perfect Y-shape, a perfect display of peak form.Your eyes follow every curve of <<SymbioteName>> neck down toward its body. <<SymbioteName>> springs into action as it continues to admire itself. \
It pushes your shoulders backwards and puffs out its @[all| pecs| noverb], bouncing each muscle with impressive control. The very air thunders as each muscle creates small shockwaves of force. \
The enormous pecs are gloriously dense and sculpted with the precision that’d make the finest craftsmanship seem like fodder before them. \
<<SymbioteName>> raises your @[all| arms| noverb] into a monstrous flex, curling your @[2| hands| noverb] inwards. \
Muscles that shouldn't exist rise alongside the mountainous bicep, the goo holds firmly in place, nearly warping the light around it by its sheer volume. \
The faux musculature is admirable nonetheless, inspiring awe to any onlooker. <<SymbioteName>> is positively loving every moment of its self admiration. \
Lowering your arms, it brings them forward to touch your hard and sensitive nipples, running its fingers across the massive protroding nubs. \
<<SymbioteName>> grabs a handful of its pectoral and squeezes, the gooey body instantly tensing into a cluster of bulging muscle. \
Your head is all but swallowed beneath its tremendous form. After forcing a moan of pleasure from you, <<SymbioteName>> lets your hands glide down to your lower torso and feel each curve of your @[all| abdominals| noverb]. \
<<SymbioteName>> flexes them and creates a thundering clap with volume that’d cause anyone within its presence to tremble. \
Finally, <<SymbioteName>> brings each arm down into a most-muscular pose as its back and laterals flare out so widely that your vision is completely engulfed by the size of the goo.<<SymbioteName>> seems to be enjoying all of the attention it’s getting.<<SymbioteName>> is loving all of the attention you’re feeding them.<<SymbioteName>> idly strokes its body teasingly, as if to entice you.<<SymbioteName>> constantly fondles its own body in admiration, positively starved for attention.You gaze into the polished surface.You shift backwards and forwards, gazing at what parts of your body fit within the image on the polished slate.You step over the wall. Soon, you find yourself gazing at your form in the lake's reflection.You step over the wall. Soon, you find yourself gazing at the parts of your form that fit in the lake's reflection.The goo form that covers your body is reflected in the polished surface of the slate.The slick and gooey body reflected that barely fits in the polished surface.The lake holds your gooey form in its reflection.What little you can see in the lake shows off your gargantun gooey form.You travel to your house a few streets down. The one story house is not much, but you're proud of it. Every metal wall \
was made with your own blood sweat and tears.
You slide in through the dusty corrugated door and into the house proper. \
Inside is a few pieces of furniture you've managed to cobble together. In the one corner, your bed rests under a small dirt speckled window.
In the middle, resting on a bearskin rug is a small table made from scrap wood and rubber. Your journal rests on it, its pages yellow with age.
Finally, no room is complete without a mirror. Or, at least, a highly polished metal slate that was good enough to act as one.You travel to your house a few streets down. The one story house is not much, but you're proud of it. Every metal wall \
was made with your own blood sweat and tears.
You slide in through the dusty corrugated door and into the house proper. \
You smile as you realise how much of the doorway your body occupies and how you have to bend to keep your head from scraping against the roof.
Inside is a few pieces of furniture you've managed to cobble together. In the one corner, your bed rests under a small dirt speckled window. It's looking a bit small compared to you.
In the center of the room, resting on a bearskin rug, is a small table made from scrap wood and rubber. \
Your journal rests on it, its pages yellow with age. Looking at your @[all|hands|noverb], you realise that it might be difficult to use some day.
Finally, no room is complete without a mirror. Or, at least, a highly polished metal slate that was good enough to act as one.You travel to your house a few streets down. How are you meant to fit anymore? One story is not nearly enough for you!
You grab the metal you had once lovingly crafted into a roof and rip it off with a loud screech. At least now, you could step inside if you wanted.
Inside is a few pieces of furniture you've managed to cobble together. In the one corner, your bed rests under a small window cut out of the sheet metal. Now, it would only serve as a dishrag for you.
In the middle, resting on a bearskin rug is a small table made from scrap wood and rubber. Your journal, rests on it. There's no point in even trying to pick it up with your meaty @[1|hands|noverb].
Finally, no room is complete without a mirror. Yet this would do little for you. Perhaps you could step over the walls of the Golden Bastion and use the reflective surface of the nearby lake, instead?No house can contain your size. The building that you had once called home doesn't hold a candle to you anymore.
You can only rely on your memories, your journal is nothing more than a speck far below you.
Luckily, you could easily step over the walls of the Golden Bastion and use the reflective surface of the nearby lake as a mirror, but even that hardly suffices for your sheer bulk.You rush in and attack.You charge in and swing your fist.You stomp forward and swing a massive fist.Your @[all| arms| one=hurtles~more=hurtle] down toward the enemy.A trail of purple energy flows from your knuckles.Each vein in your hand and arm burns with a dark purple hue. Tainted energy rolls off of your skin as tendrils of corrupt light.You quickly bash with your weapon's hilt.You charge in and quickly bash with your weapon's hilt.You stomp forward, fully extending your arm from the side of your torso.Your @[1| arms| one=hurtles~more=hurtle] down toward the enemy, bashing wildly with your weapon's hilt.A trail of purple energy flows from your knuckles.Each vein in your hand and arm burns with a dark purple hue. Tainted energy rolls off of your skin as tendrils of corrupt light.You swing your weapon with full force.You charge in and swing your weapon with full force.You stomp forward, twisting your waist and shoulders round before turning back unleasing a mighty swing of your weapon.Your @[all| arms| one=hurtles~more=hurtle] down toward the enemy, unleasing a mighty swing of your weapon.A trail of purple energy flows from your weapon.Each vein in your hand and arm burns with a dark purple hue. Tainted energy rolls off of your weapon as tendrils of corrupt light.muscles harden and pulse with increasing strength. Your biceps form impressive peaks above well defined forearms. Veins begin peeking through your skin \
as they spread across your growing shoulders and neck. Your @[all|pecs|noverb] push outwards, your nipples harden and a moan escapes your mouth as the growth tumbles downward \
like a fresh breath of air through your @[all|abdominals|noverb], thighs and calves.athletic form hardens as every muscle contracts into picturesque beauty. Every line and crease deepens as the power flowing through you forces your body to \
adapt. Your laterals spread wider, your abdominal wall pushes outwards and your upper body swells with growing, physical pride.body convulses as an internal fire spreads outwards from your core and to each limb. Your body freezes, momentarily before a wellspring of growth overtakes you. \
Calves bulge, quads expand and your upper body surges with strength to keep up.expression shifts into a pleasurable smile. Looking down at your hands, you watch a bubble of growth move from your fingertips, \
across your @[all|arms|noverb] and into your @[all|pecs|noverb]. \
Your nutsack rumbles and your @[all|cocks|one=fire~more=fires] an unattural amount of cum. Every jet of white, every convulsion, propels your body upwards and outwards.body shudders and you double over. Your knees hit the ground as you are assaulted by a wave of intense pleasure. \
Every burgeoning muscle flexes, each crest and trough grows into mounds that could only be crafted with years of dedication. \
Your @[all|arms|noverb] push out larger with more strength, your back becomes an atlas of muscle - your @[all|pecs|noverb] begin pushing your growing nipples earthbound and your \
@[all|abdominals|noverb] bulge with increased size.mouth spreads into a wide grin as a surreal purple glow spins across the edges of your @[2|eyes|noverb]. Veins swell all over your body. Not moments later, your cock rises as your limbs pack on \
weight and size. What was once ample, is now in excess. What was once well defined, is now barelling. You flex your bicep, watching it rise higher and higher. \
A sinister smile spreads wide across your face - this is only the beginning.cock hardens to full mast as a sudden growth spurt overtakes your body. You quickly wrap your @[all|arms|noverb] around your chest to feel your @[all|pecs|noverb] compete with your biceps. \
Wave after wave, your arms push away from your chest - the sheer size being compressed into each muscle group is unfathomable! Your @[all|legs|noverb] adopt a wider stance as the war continues below \
with your quads, expanding glutes and growing calves.body spasms as your powerful muscles all flex at once. Your bull like neck pulses larger and begins to threaten the sides of your @[all|heads|noverb]. Your @[all|pecs|noverb] swell outwards in \
leaps and bounds over a growing and impressive set of @[all|abdominals|noverb]. Your hands rove across each expanding inch of flesh, feeling your skin stretch tighter against \
chords of steel that thicken with every passing second.body shudders. Every boulder contained within you rumbles with an ominous wave of incoming growth. \
Your biceps explode from raw, uncontained power. They barrel outwards until their pulsing peaks began to reach sizes that \
are clearly unnatural. Each pectoral grows large enough to be a shelf, and they bounce eagerly as they consume more and more space in front of you. Your large nipples are forced \
further sideways and downwards as their hosts pulsate larger and larget still! Thick thighs and glutes become even thicker, pillars that would easily support houses are \
increasing in size before your very eyes!bones crack audibly. Growth is upon you yet again, and this wave was even stronger than your last! With a booming thud, your muscles explode with new size \
- too much and too fast for your body to keep up with! The growth begins running rampant; each second packs on more and more until limbs begin to lock \
and grind against each other from the lack of free space. With a primal roar, you flex, a beastly mountain of mass, and will it all to compact inwards. \
Control was regained but your body has far from relented your new incredible atlassian size.mouth opens wide as a primordial roar bellows from your growing maw. Bending down, you slam your fist into the ground and a wave of size propells itself \
upwards from the cracked earth; up your forearm, bicep and into your bullish neck. Your @[all|pecs|noverb] push further outwards, forcing your center of gravity forward before \
your waist expands into a pillar of power to support your new torso. Sliding outwards from the ground behind you; your @[all|legs|noverb] push each other apart, massaging and \
grinding against your @[all|cocks|noverb]. The pleasure is too much! With another ear-splitting roar, you arch your back and unleash a torrential geyser of white.jaw bobs in maniacal laughter as you feel the power within yourself erupt. Like waves from the surface of disturbed water, your entire body groans, creaks and shifts \
as mucles begin to pack onto muscles. Chords thicken and roadworks of veins the size of heavy duty pipes spiral across your pulsating flesh. With a mighty stomp \
your growing foot hits the ground; forcing a monstrous wave of size upwards through your calves, into your thighs and finally into your bulging muscular rear. Finally, bringing \
your @[all|hands|noverb] together in a mighty clap, your upper body explodes to double its size!movements halt. A deadly silence overtakes the land that you tower over. A rumbling. The sound of war drums - the sound of the planet roaring its protest against your \
impending change. Then it happens. Mountains that are biceps double in size. Pectorals that quake with every minor shift billow outwards. Nipples - hard, large and sensitive \
are exiled into the deepening valley between them and an entire canyon of @[all|abdominals|noverb]. Laterals that were wings, were forced wider. Back muscles that \
ripple with pure power, expand. Arms that could crush villages grow into monstrosities that the world could never contend with. Your @[all|cocks|noverb], large and heavy with muscle \
slowly swings into the air; its growing mass forces your stance even wider. Another rumble. Another catastrophy. Rivers of white explode from its tip into a deluge \
that coats you, the ground and every object close enough to suffer the titanic load unleashed from your @[all|balls|noverb].@[all|arms|noverb] fall limp at your side. A loud rumbling, akin to the mighty growl of a beast in heat, begins to echo across the land. A dark shadow - the silhouette of \
your monstrous form begins to shudder. The Golden Bastion, those around it, will all bear witness as you suddenly shiver. A crack, as loud as thunder \
rockets through the air as you grow. Thunderous booms echo around you; every explosive sound heralds your titanic bones reshaping themselves to create more space. Your shadow grows with every shudder and \
covers more and more of the land. Higher. Wider. There are no human words to describe your size, no words that exist to describe the mass within your being - \
no measurement of how much weight sits within your collosal and expanding form.@[all|cocks|one=stiffens~more=stiffens]. An unfathomably large spurt of pre jettisons from your @[all|cocks|one=slit~more=slits] and pools in the lands far below you. The air becomes hot as a thick \
umistakeable aura of power coats the insides of your nostrils. To the world's surprise, you shudder and balloon outwards \
in every direction. Your forearms are a perfect pair of spheres of unadulterad power, pushing against growing biceps and triceps that have long since dwarfed your @[all|heads|noverb]. Your \
towering masses flex upwards and expand outwards, packing on new muscle groups that have never been known to mankind. Your neck surges outward, practically engulfing the sides of your vision. \
Impressive laterals surge outwards, forming an incredibly powerful, yet impossible, Y-shape. @[all|legs|noverb], as built as the foundations of the world, \
explode into sizes of which no words can describe.body shivers as another wave of growth approaches. More size. Bigger. You have to be bigger! You crave so much more! Your body surges even larger, responding to your will. \
A prideful smile stretches your lips wide; you will become all consuming, ever-growing! Only the gods could try to stop you, but by then - you will be unstoppable. \
You will be more. A building is an insufficient measurement compared to the muscles you now support \
, at least they are now after they split into even more muscle groups of absolute mind blowing size and power. Adjectives - words to help mortals describe concepts will never capture \
the immensity each of your biceps peak at. Each proud muscle, expanding with every passing second, escalates from weapon of mass destruction, to world ending. You still need more. You will have more!Your @[all|cocks|one=throbs~more=throb], harder than it ever has. You look down, feeling each vein engorge with unnatural thickness. \
Then it hits you, a wave of pleasure grows from the base of your loin. Your shaft pulsates wildly as it expands thicker and longer. \
Your eyes widen as the growth progresses further up your @[all|cocks|noverb]. \
It's so long, so thick. And it keeps growing, pushing your fingers wider apart.A familiar feeling rushes over you. You grin, looking down at your @[all|cocks|noverb], welcoming a wave of incoming growth. \
It suddenly hits you, like a rush of adrenaline. Your @[all|cocks|one=jolts~more=jolt] forward, hard enough to make you lose your balance. \
Suddenly, it comes. You scream in pleasure as your loin grows thicker and longer. Every beat of your heart, \
every flex of your muscles and every breath feed it with more heavy, throbbing flesh. You try to grasp at your @[all|cocks|noverb] with both hands, \
failing to fully handle your monster as it grows uncontrollably. You throw your head back, moaning deeply enough to cut your breath short.Suddenly, your @[all|cocks|one=throbs~more=throb]. The sheer need for attention of your monster overwhelms you. \
You try to grasp the base; you can only tremble in anticipation. \
Your @[all|cocks|one=is~more=are] so hot, so full and thick. You shiver at the thought of growing even bigger. \
Jolts of pleasure pulsate from your @[all|cocks|noverb] as it starts growing. You desperately try to grasp and pleasure the throbbing flesh, but it is too massive for your hands to contain. \
You push down and thrust your hips along the ground. The sheer mass of your @[all|cocks|noverb] is still incredibly sensitive; you moan in pleasure as it pushes outward, bigger and bigger. \
You slide your fingers along your slit and moan passionately. Bolts of pleasure pierces you with every contact, \
precum leaks out of your monstrous cock like a damaged dam. Your @[all|cocks|one=grows~more=grow] bigger than you thought possible. \
Your loin is gigantic, monstrous even; finding anything that can handle you will be a challenge.You feel something coming, something tremendous... A familiar warmth rushes over you; your loin burns with anticipation. \
It keeps building, tingles of pleasure spread from your @[all|cocks|noverb]. This wave of incoming growth is greater than a roaring sea, \
and it keeps building, threatening to swallow you in its eternal pleasure. \
But you welcome it... You grin madly at your monstrous @[all|cocks|noverb] with an unatural eagerness. And then it happens. \
Your @[all|cocks|one=explodes~more=explode] in size, mountains of sensitive flesh burst upwards along your pecs. You rub it passionately, each touch bringing you close to the edge. \
Your veins grow massive, feeding your @[all|cocks|noverb] with untold power. A roar of triumph bursts out of you as your @[all|cocks|noverb] takes over the scenery. \
Everything and everyone gets exposed to the glorious beast you're packing. They can only stare in awe as the ground rumbles; \
your @[all|cocks|one=strains~more=strain], the land braces. Your roars resound throughout the land as an ocean of potent $CharacterSheet_Player.symbiote.color cum comes raining down on this world once again.<<set setup.TextSheet_Player =
{
jormFirstMeeting :{
heightFlavour: {
small: [
"Jorm_FirstMeeting_PlayerSmall"
],
medium: [
"Jorm_FirstMeeting_PlayerSmall"
],
large: [
"Jorm_FirstMeeting_PlayerBig"
],
huge: [
"Jorm_FirstMeeting_PlayerBig"
],
}
},
mergeLost1 :{
heightFlavour: {
small: [
"_player_text_sheet_mergeLost1_heightFlavour_small"
],
medium: [
"_player_text_sheet_mergeLost1_heightFlavour_medium"
],
large: [
"_player_text_sheet_mergeLost1_heightFlavour_large"
],
huge: [
"_player_text_sheet_mergeLost1_heightFlavour_huge"
],
}
},
lostKiss :{
heightFlavour: {
small: [
"_player_text_sheet_lostKiss_heightFlavour_small"
],
medium: [
"_player_text_sheet_lostKiss_heightFlavour_medium"
],
large: [
"_player_text_sheet_lostKiss_heightFlavour_large"
],
huge: [
"_player_text_sheet_lostKiss_heightFlavour_huge"
],
}
},
lostFuck2 :{
heightFlavour: {
small: [
"_player_text_sheet_lostFuck2_heightFlavour_small"
],
medium: [
"_player_text_sheet_lostFuck2_heightFlavour_medium"
],
large: [
"_player_text_sheet_lostFuck2_heightFlavour_large"
],
huge: [
"_player_text_sheet_lostFuck2_heightFlavour_huge"
]
}
},
lostFuck1 :{
heightFlavour: {
small: [
"_player_text_sheet_lostFuck1_heightFlavour_small"
],
medium: [
"_player_text_sheet_lostFuck1_heightFlavour_medium"
],
large: [
"_player_text_sheet_lostFuck1_heightFlavour_large"
],
huge: [
"_player_text_sheet_lostFuck1_heightFlavour_huge"
]
}
},
lostWin1 :{
heightFlavour: {
small: [
"_player_text_sheet_lostWin1_heightFlavour_small"
],
medium: [
"_player_text_sheet_lostWin1_heightFlavour_medium"
],
large: [
"_player_text_sheet_lostWin1_heightFlavour_large"
],
huge: [
"_player_text_sheet_lostWin1_heightFlavour_huge"
],
},
},
mirror_player_CrotchFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_CrotchFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_CrotchFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_CrotchFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_CrotchFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt50:
[
"_player_text_sheet_mirror_player_CrotchFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_player_CrotchFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_player_CrotchFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_CrotchFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt50:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_player_mirror_symbiote_CrotchFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_player_TailFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_TailFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_TailFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_TailFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_TailFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt50:
[
"_player_text_sheet_mirror_player_TailFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_player_TailFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_player_TailFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_TailFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_TailFlavour_LiveForEcho: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_LiveForEcho_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_LiveForEcho_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_LiveForEcho_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_TailFlavour_LiveForEcho_heightFlavour_huge"
]
}
},
mirror_player_WingsFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_WingsFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_WingsFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_WingsFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_WingsFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt50:
[
"_player_text_sheet_mirror_player_WingsFlavour_corruptionFlavour_corrupt50",
],
corrupt75:
[
"_player_text_sheet_mirror_player_WingsFlavour_corruptionFlavour_corrupt75",
],
corrupt100:
[
"_player_text_sheet_mirror_player_WingsFlavour_corruptionFlavour_corrupt100",
]
}
},
mirror_symbiote_WingsFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_WingsFlavour_LiveForEcho: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_LiveForEcho_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_LiveForEcho_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_LiveForEcho_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_WingsFlavour_LiveForEcho_heightFlavour_huge"
]
}
},
mirror_player_HornsFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_HornsFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_HornsFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_HornsFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_HornsFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt50:
[
"_player_text_sheet_mirror_player_HornsFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_player_HornsFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_player_HornsFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_HornsFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_HornsFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_player_HeadFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_HeadFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_HeadFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_HeadFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_HeadFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_player_HeadFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_player_HeadFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_player_HeadFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_player_HeadFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_HeadFlavour: {
corruptionFlavour: {
corrupt25:
[
"_player_text_sheet_mirror_symbiote_HeadFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_HeadFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_HeadFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_HeadFlavour_corruptionFlavour_corrupt100"
]
},
},
mirror_player_LowerBodyFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_LowerBodyFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_LowerBodyFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_LowerBodyFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_LowerBodyFlavour_heightFlavour_huge"
]
}
},
mirror_symbiote_LowerBodyFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_LowerBodyFlavour_LiveForEcho: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_LiveForEcho_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_LiveForEcho_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_LiveForEcho_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_LowerBodyFlavour_LiveForEcho_heightFlavour_huge"
]
}
},
mirror_player_UpperBodyFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_UpperBodyFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_UpperBodyFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_UpperBodyFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_UpperBodyFlavour_heightFlavour_huge"
]
}
},
mirror_symbiote_UpperBodyFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_corruptionFlavour_corrupt100"
]
}
},
mirror_symbiote_UpperBodyFlavour_LiveForEcho: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt25:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_corruptionFlavour_corrupt25"
],
corrupt50:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_corruptionFlavour_corrupt50"
],
corrupt75:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_corruptionFlavour_corrupt75"
],
corrupt100:
[
"_player_text_sheet_mirror_symbiote_UpperBodyFlavour_LiveForEcho_corruptionFlavour_corrupt100"
]
}
},
mirror_player_Flavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_player_Flavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_player_Flavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_player_Flavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_player_Flavour_heightFlavour_huge"
]
}
},
mirror_symbiote_Flavour: {
heightFlavour: {
small:
[
"_player_text_sheet_mirror_symbiote_Flavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_mirror_symbiote_Flavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_mirror_symbiote_Flavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_mirror_symbiote_Flavour_heightFlavour_huge"
]
}
},
homeFlavour: {
heightFlavour: {
small:
[
"_player_text_sheet_homeFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_homeFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_homeFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_homeFlavour_heightFlavour_huge"
]
}
},
visitHouse: {
heightFlavour: {
small:
[
"player_visitHouse_heightFlavour_small"
],
medium:
[
"player_visitHouse_heightFlavour_medium"
],
large:
[
"player_visitHouse_heightFlavour_large"
],
huge:
[
"player_visitHouse_heightFlavour_huge"
]
}
},
abelHouseMenu: {
heightFlavour: {
small:
[
"player_abelHouseMenu_heightFlavour_small"
],
medium:
[
"player_abelHouseMenu_heightFlavour_medium"
],
large:
[
"player_abelHouseMenu_heightFlavour_large"
],
huge:
[
"player_abelHouseMenu_heightFlavour_huge"
]
}
},
basicAttackAttemptFlavour: {
heightFlavour:
{
small:
[
"_player_text_sheet_basicAttackAttemptFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_basicAttackAttemptFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_basicAttackAttemptFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_basicAttackAttemptFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt75:
[
"_player_text_sheet_basicAttackAttemptFlavour_corruptionFlavour_corrupt75",
],
corrupt100:
[
"_player_text_sheet_basicAttackAttemptFlavour_corruptionFlavour_corrupt100",
]
}
},
bashAttackAttemptFlavour: {
heightFlavour:
{
small:
[
"_player_text_sheet_bashAttackAttemptFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_bashAttackAttemptFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_bashAttackAttemptFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_bashAttackAttemptFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt75:
[
"_player_text_sheet_bashAttackAttemptFlavour_corruptionFlavour_corrupt75",
],
corrupt100:
[
"_player_text_sheet_bashAttackAttemptFlavour_corruptionFlavour_corrupt100",
]
}
},
slashAttackAttemptFlavour: {
heightFlavour:
{
small:
[
"_player_text_sheet_slashAttackAttemptFlavour_heightFlavour_small"
],
medium:
[
"_player_text_sheet_slashAttackAttemptFlavour_heightFlavour_medium"
],
large:
[
"_player_text_sheet_slashAttackAttemptFlavour_heightFlavour_large"
],
huge:
[
"_player_text_sheet_slashAttackAttemptFlavour_heightFlavour_huge"
]
},
corruptionFlavour:
{
corrupt75:
[
"_player_text_sheet_slashAttackAttemptFlavour_corruptionFlavour_corrupt75",
],
corrupt100:
[
"_player_text_sheet_slashAttackAttemptFlavour_corruptionFlavour_corrupt100",
]
}
},
MuscleGrowthFlavourText :{
musclesFlavour: {
small: [
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_small_1",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_small_2",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_small_3",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_small_4",
],
medium: [
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_medium_1",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_medium_2",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_medium_3",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_medium_4",
],
large: [
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_large_1",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_large_2",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_large_3",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_large_4",
],
huge: [
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_huge_1",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_huge_2",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_huge_3",
"_player_text_sheet_MuscleGrowthFlavourText_heightFlavour_huge_4",
]
}
},
CockGrowthFlavourText :{
cockSizeFlavour:
{
small: [
"_player_text_sheet_CockGrowthFlavourText_cockSizeFlavour_small",
],
medium: [
"_player_text_sheet_CockGrowthFlavourText_cockSizeFlavour_medium",
],
large: [
"_player_text_sheet_CockGrowthFlavourText_cockSizeFlavour_large",
],
huge: [
"_player_text_sheet_CockGrowthFlavourText_cockSizeFlavour_huge",
]
},
}
}>><<set setup.InfoSheet_Symbiote =
{
name: "Echo",
gender: "male",
boost: "height",
color: "Blue",
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DEFAULT,
colour: setup.ColourPool.DEFAULT
}
}
}>><<set setup.FighterSheet_Slime =
{
hp: 80,
stamina: 35,
strength: 10,
critChance: 0,
critDamage: 1.50,
arousalGain: 10,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 12,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_SlimeLunge.id],
fightReward: setup.RewardTier.VERY_LOW,
encounterIntroText: "<<include Encounter_Intro_Slime>>",
encounterStartText: "<<include Encounter_Start_Slime>>",
outcomePlayerWins: "<<include Encounter_Win_Slime>>",
outcomePlayerLoses: "<<include Encounter_Loss_Slime>>"
}>><<set setup.InfoSheet_Slime =
{
name: "Slime",
gender: "other",
corruption: 0,
muscles: 0,
height: 76,
cock: 0,
balls: 0,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy:
{
heads: {
number: 1,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.SYMBIOTE,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_slime_fight_sheet">>
<<include "_slime_info_sheet">>
<<include "_slime_quest_sheet">>
<<include "_slime_text_sheet">>
<<set $CharacterSheet_Slime = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Slime",
info: setup.InfoSheet_Slime,
fight: setup.FighterSheet_Slime,
quest: setup.QuestSheet_Slime,
text: "TextSheet_Slime"})>><<set setup.QuestSheet_Slime =
{
met: false
}>><<set setup.TextSheet_Slime =
{
}>><<set setup.BodyVisualSheet_Torgar =
{
emoteList:
{
normal:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_neutral.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
smiling:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_smiling.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
blushing:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_blushing.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
horny:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_horny.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
sad:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_sad.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
angry:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_angry.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
cumming:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cumming.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_head_cum_white.png",
},
},
cockList :
{
smallest:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_1.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_1_cum.png",
},
small:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_2.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_2_cum.png",
},
medium:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_3.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_3_cum.png",
},
corruptedMedium:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_4.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_4_cum.png",
},
lost:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_5.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_5_cum.png",
},
ascended:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_6.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_dick_6_cum.png",
},
},
bodyList :
{
normal:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_1.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_1_cum.png",
condition: function(character)
{
var size = setup.getStatValue(character, "height");
return character.quest.progress == setup.TorgarProgress.NORMAL || character.quest.progress == setup.TorgarProgress.REDEEMED;
},
headClass: "TorgarSmallBodyHead",
permittedCocks: [
{
cock: "smallest",
cockClass: "TorgarSmallBody1Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio < 0.55;
},
},
{
cock: "small",
cockClass: "TorgarSmallBody2Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return ratio >= 0.55;
},
},
],
},
infected:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_2.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_2_cum.png",
condition: function(character)
{
return character.quest.progress == setup.TorgarProgress.INFECTED || (!character.quest.lost_FullyCovered && character.quest.progress == setup.TorgarProgress.LOST);
},
headClass: "TorgarInfectedBodyHead",
permittedCocks: [
{
cock: "medium",
cockClass: "TorgarInfected2Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return character.quest.blackVeinsOnDick == false;
},
},
{
cock: "corruptedMedium",
cockClass: "TorgarInfected3Cock",
condition: function(character)
{
let ratio = setup.getcockToBodyRatio(character);
return character.quest.blackVeinsOnDick == true;
},
},
],
},
lost:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_3.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_3.png",
condition: function(character)
{
return (character.quest.lost_FullyCovered && character.quest.progress == setup.TorgarProgress.LOST) || character.quest.progress == setup.TorgarProgress.LOST_TEAMMATE;
},
headClass: "TorgarLostBodyHead",
permittedCocks: [
{
cock: "lost",
cockClass: "TorgarLost4Cock",
condition: function(character)
{
return true;
},
},
],
},
ascended:
{
visual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_4.png",
cumVisual: "https://sombreve.github.io/Dawn-of-Corruption-Site/Images/characters/Torgar/portrait_torgar_body_4.png",
condition: function(character)
{
return character.quest.progress == setup.TorgarProgress.ASCENDED;
},
headClass: "TorgarAscendedBodyHead",
permittedCocks: [
{
cock: "ascended",
cockClass: "TorgarAscended5Cock",
condition: function(character)
{
return true;
},
},
],
},
},
}>><<set setup.FighterSheet_Torgar =
{
hp: 120,
stamina: 12,
strength: 10,
critChance: 0,
critDamage: 1.50,
arousalGain: 10,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
minArousal: 0,
staminaRecovery: 4,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id, setup.FightMove_Sigil_Triad.id],
fightReward: setup.RewardTier.LOW,
encounterIntroText: "<<include Encounter_Intro_Torgar>>",
encounterStartText: "<<include Encounter_Start_Torgar>>",
outcomePlayerWins: "<<include Encounter_Win_Torgar>>",
outcomePlayerLoses: "<<include Encounter_Loss_Torgar>>",
teammateSettings:
{
attackTiming: setup.AttackTiming.BEFORE_PLAYER,
},
}>><<set setup.InfoSheet_Torgar =
{
name: "Torgar",
gender: "male",
bodyVisual: "BodyVisualSheet_Torgar",
corruption: 10,
muscles: 40,
height: 81,
cock: 12,
balls: 5,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.GREEN
},
jaws: {
number: 1,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.HALFORC,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_torgar_body_visual">>
<<include "_torgar_text_sheet">>
<<include "_torgar_fight_sheet">>
<<include "_torgar_info_sheet">>
<<include "_torgar_quest_sheet">>
<<set $CharacterSheet_Torgar = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Torgar",
info: setup.InfoSheet_Torgar,
fight: setup.FighterSheet_Torgar,
quest: setup.QuestSheet_Torgar,
text: "TextSheet_Torgar"})>>
<<run $CharacterSheet_Torgar.applyAbilityRuntimeData(setup.Ability_HerculeanBuild)>>
<<run $CharacterSheet_Torgar.applyAbilityRuntimeData(setup.Ability_HerculeanBuild)>><<set setup.QuestSheet_Torgar =
{
met: false,
progress: setup.TorgarProgress.NORMAL,
pureScoring: 0,
lostScoring: 0,
ascendedScoring: 0,
relationshipScoring: 0,
growthMultiplier: 1,
usedVialOnPlayerDick: false,
blackVeinsOnDick: false,
lost_FullyCovered: false,
encounterPassages:
{
lostTeammateIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST_TEAMMATE;
},
passage: "Torgar_Lost_Teammate_EncounterStart",
},
lowRelaMidRelaTrigger:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 4;
},
passage: "Torgar_Low_Rela_Mid_Rela_Trigger_EncounterStart",
},
midRelaPathChange:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 6;
},
passage: "Torgar_Mid_Rela_Path_Change_EncounterStart",
},
lostPathIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST;
},
passage: "Torgar_Lost_Path_Idle_EncounterStart",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.INFECTED;
},
passage: "Torgar_Mid_Rela_Idle_EncounterStart",
},
lostPathTrigger:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 6 && setup.evaluateTorgarPath() == setup.TorgarProgress.LOST;
},
passage: "Torgar_Lost_Path_Trigger_EncounterStart",
},
lowRelaIdle_GotBig:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 1;
},
passage: "Torgar_Low_Rela_EncounterStart_Converse",
},
lowRelaIdle_Carry:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 1;
},
passage: "Torgar_Low_Rela_EncounterStart_Converse",
},
lowRelaIdle_Origin:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 1;
},
passage: "Torgar_Low_Rela_EncounterStart_Converse",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 1;
},
passage: "Torgar_Low_Rela_EncounterStart",
},
firstTime:
{
available: true,
condition: function()
{
return true;
},
passage: "Torgar_FirstMeeting_Intro",
},
},
postFightPassagesWin:
{
lowRelaMidRelaTrigger:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 4;
},
passage: "Torgar_Low_Rela_Mid_Rela_Trigger_Win",
},
midRelaPathChange:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 6;
},
passage: "Torgar_Mid_Rela_Path_Change_Win",
},
lostPathTrigger:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 6 && State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST;
},
passage: "Torgar_Lost_Path_Trigger_Win",
},
lostPathIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST;
},
passage: "Torgar_Lost_Path_Idle_Win",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.INFECTED;
},
passage: "Torgar_Mid_Rela_Win_Idle",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return true;
},
passage: "Torgar_Low_Rela_Win_Idle",
},
},
postFightPassagesLoss:
{
lowRelaMidRelaTrigger:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 4;
},
passage: "Torgar_Low_Rela_Mid_Rela_Trigger_Loss",
},
midRelaPathChange:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 6;
},
passage: "Torgar_Mid_Rela_Path_Change_Loss",
},
lostPathTrigger:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.relationshipScoring >= 6 && State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST;
},
passage: "Torgar_Lost_Path_Trigger_Loss",
},
lostPathIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST;
},
passage: "Torgar_Lost_Path_Idle_Loss",
},
midRelaIdle:
{
available: true,
condition: function()
{
return State.variables.CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.INFECTED;
},
passage: "Torgar_Mid_Rela_Loss_Idle",
},
lowRelaIdle:
{
available: true,
condition: function()
{
return true;
},
passage: "Torgar_Low_Rela_Loss_Idle",
},
},
}>><<set setup.TextSheet_Torgar =
{
goMeetImp_Intro :{
heightFlavour: {
small: [
"GoMeetImp_heightFlavour_small",
],
medium: [
"GoMeetImp_heightFlavour_small",
],
large: [
"GoMeetImp_heightFlavour_large",
],
huge: [
"GoMeetImp_heightFlavour_huge",
],
},
},
}>><<set setup.FighterSheet_town_guard =
{
hp: 80,
stamina: 10,
strength: 30,
critChance: 20,
critDamage: 1.75,
arousalGain: 5,
minArousal: 0,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
staminaRecovery: 15,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Basic_Attack.id],
fightReward: setup.RewardTier.LOW,
encounterIntroText: undefined,
encounterStartText: "<<include town_guard_fight_start>>",
outcomePlayerWins: "<<include town_guard_fight_won>>",
outcomePlayerLoses: "<<include town_guard_fight_lost>>"
}>><<set setup.InfoSheet_town_guard =
{
name: "Guard",
gender: "male",
corruption: 0,
muscles: 15,
height: 73,
cock: 6,
balls: 2,
alive: true,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
horns: {
number: 0,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
wings: {
number: 0,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.DRAGONBORN,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_town_guard_fight_sheet">>
<<include "_town_guard_info_sheet">>
<<include "_town_guard_quest_sheet">>
<<set $CharacterSheet_town_guard = setup.CharacterFactory.createCharacter({id: "CharacterSheet_town_guard",
info: setup.InfoSheet_town_guard,
fight: setup.FighterSheet_town_guard,
quest: setup.QuestSheet_town_guard,
text: undefined})>><<set setup.QuestSheet_town_guard =
{
met: false,
fled: false,
corrupted: false,
beatenOnce: false
}>><<set setup.FighterSheet_Wounded_Lost =
{
hp: 30,
stamina: 60,
strength: 0,
critChance: 0,
critDamage: 1.50,
arousalGain: 20,
growthMultiplier: 1,
bonusGrowth: {
height: 0,
cock: 0,
muscles: 0,
balls: 0,
},
minArousal: 0,
staminaRecovery: 8,
variables: $FightVariables,
fightMoveIDs: [setup.FightMove_Tutorial1.id, setup.FightMove_Tutorial2.id, setup.FightMove_Tutorial3.id],
fightReward: setup.RewardTier.VERY_LOW,
encounterIntroText: "",
encounterStartText: "",
outcomePlayerWins: "<<include intro_fight_won>>",
outcomePlayerLoses: "<<include intro_fight_lost>>",
teammateSettings:
{
attackTiming: setup.AttackTiming.BEFORE_PLAYER,
},
}>><<set setup.InfoSheet_Wounded_Lost =
{
name: "Wounded Lost",
gender: "male",
corruption: 80,
muscles: 60,
height: 98,
cock: 12,
balls: 6,
alive: true,
known: setup.EncounterKnownState.UNKNOWN,
anatomy: {
heads: {
number: 1,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
eyes: {
number: 2,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
jaws: {
number: 1,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
teeths: {
number: 1,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
hands: {
number: 2,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
tongues:{
number: 1,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
arms: {
number: 2,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
pecs: {
number: 2,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
abdominals: {
number: 6,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
cocks: {
number: 1,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
balls: {
number: 2,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
legs: {
number: 2,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
tails: {
number: 1,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
breasts: {
number: 0,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
},
vaginas: {
number: 0,
race: setup.RacePool.WEREWOLF,
colour: setup.ColourPool.DEFAULT
}
}
}>><<include "_wounded_lost_text_sheet">>
<<include "_wounded_lost_fight_sheet">>
<<include "_wounded_lost_info_sheet">>
<<include "_wounded_lost_quest_sheet">>
<<set $CharacterSheet_Wounded_Lost = setup.CharacterFactory.createCharacter({id: "CharacterSheet_Wounded_Lost",
info: setup.InfoSheet_Wounded_Lost,
fight: setup.FighterSheet_Wounded_Lost,
quest: setup.QuestSheet_Wounded_Lost,
text: "TextSheet_Wounded_Lost"})>><<set setup.QuestSheet_Wounded_Lost =
{
met: false,
}>><<set setup.TextSheet_Wounded_Lost =
{
}>><<set setup.Ability_ActiveParry = setup.AbilityDataFactory.createAbilityData({
id: "Ability_ActiveParry",
name: "Active Parry",
description:function(character)
{
return character.info.name + " uses a parry stance.";
},
maxRank: 1
})>>
<<run setup.Ability_ActiveParry.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.blackboard.parryTurnCount = 0;
},
)>>
<<run setup.Ability_ActiveParry.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_PRE_RECEIVE_DAMAGE,
function(abilityRuntimeData, abilityParams){
var displayString = "";
if(abilityParams.attackDamage != 0)
{
var blackboard =
{
attackDamage: abilityParams.attackDamage,
};
abilityParams.attackDamage = 0;
abilityParams.ignoreAdditionalEffects = true;
abilityParams.target.applyAbilityRuntimeData(setup.Ability_ParryEnergy, blackboard)
displayString += abilityParams.target.info.name + " gazes at the incoming hit, letting it reach him.\n"
displayString += "The attack feels like it connects, but something different happens. It is like it hit a invisible wall of energy instead.\n";
displayString += "The energy of the attack explodes into a thick white mist.\n";
displayString += abilityParams.target.info.name + " grins as the it rushes into his chest, filling him with the energy of the attack.";
}
else
{
displayString += abilityParams.target.info.name + " is ready to parry, but nothing comes.";
}
return displayString;
}
)>>
<<run setup.Ability_ActiveParry.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams){
var displayString = "";
abilityRuntimeData.blackboard.parryTurnCount++
if(abilityRuntimeData.blackboard.parryTurnCount >= 2)
{
abilityRuntimeData.isScheduledForRemoval = true;
}
return displayString;
}
)>><<set setup.Ability_AppetiteForGrowth = setup.AbilityDataFactory.createAbilityData({
id: "Ability_AppetiteForGrowth",
name: "Appetite for Growth",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Whenever you gain any amount of growth, you instead gain 25% more of that amount.";
}
else
{
return "Whenever you gain any amount of growth, you instead gain "+ (Math.ceil((0.25 + abilityRuntimeData.getRankGrowth("log", 10)) * 100)).toFixed(2).replace(/\.00$/, '') +"% more of that amount.";
}
},
maxRank: 5
})>>
<<run setup.Ability_AppetiteForGrowth.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_AppetiteForGrowth.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.growthMods = {
mod: setup.mod.ADD, value: (0.25 + abilityRuntimeData.getRankGrowth("log", 10)) //This value is not a - I KNOOOOOOOOOOOOOOOOW I JUST FOUND IT
}
}
)>>
<<run setup.Ability_AppetiteForGrowth.setUpgrade(
function(abilityRuntimeData, character){
return (abilityRuntimeData.canRank() == false)
},
setup.Ability_AppetiteForGrowth_2,
function(character){
var displayString = ""
displayString += "You must be at least level 3: (" + State.variables.Level + ")\n"
return displayString
}
)>>
<<run setup.Ability_AppetiteForGrowth.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_AppetiteForGrowth.setUnlockCondition(
function(character){
return (State.variables.Level >= 3)
}
)>>
<<set setup.Ability_AppetiteForGrowth.setCategory(setup.AbilityCategory.GROWTH)>>
<<set setup.Ability_AppetiteForGrowth.setGrade(setup.AbilityGrade.LOW)>><<set setup.Ability_AppetiteForGrowth_2 = setup.AbilityDataFactory.createAbilityData({
id: "Ability_AppetiteForGrowth_2",
name: "Demonic Appetite",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Whenever you gain any amount of growth, you instead gain 75% more of that amount.";
}
else
{
return "Whenever you gain any amount of growth, you instead gain "+ ( Math.ceil((0.75 + abilityRuntimeData.getRankGrowth("exp", 3) / 100) * 100) ).toFixed(2).replace(/\.00$/, '') +"% more of that amount.\n Gain " + (10 + abilityRuntimeData.getRankGrowth("linear", 5))+" corruption." ;
}
},
maxRank: 5
})>>
<<run setup.Ability_AppetiteForGrowth_2.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_AppetiteForGrowth_2.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.growthMods = {
mod: setup.mod.ADD, value: (0.75 + abilityRuntimeData.getRankGrowth("exp", 3) / 100)
}
abilityRuntimeData.modifier.setCorruptionMods({mod: setup.mod.ADD, value: 10 + abilityRuntimeData.getRankGrowth("linear", 5)});
}
)>>
<<set setup.Ability_AppetiteForGrowth_2.setCategory(setup.AbilityCategory.SOMBREVE)>>
<<set setup.Ability_AppetiteForGrowth_2.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_Berserking = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Berserking",
name: "Berserking",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
let displayString = "You fight with reckless abandon. Your strength is increased by 15%";
displayString += " and your max HP is decreased by 5%"
return displayString
}
else
{
let displayString = "You fight with reckless abandon. Your strength is increased by ";
displayString += abilityRuntimeData.getRankGrowth("linear", 15) + "%";
displayString += " and your max HP is decreased by ";
displayString += abilityRuntimeData.getRankGrowth("linear", 5) + "%";
return displayString
}
},
maxRank: 5
})>>
<<run setup.Ability_Berserking.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_Berserking.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
//remove previous iteration of the buff from current stats before multiplying
abilityRuntimeData.modifier.strengthMods = {};
abilityRuntimeData.modifier.maxHPMods = {};
var maxHpMultiplier = (abilityRuntimeData.getRankGrowth("linear", 5)) / 100
var strengthMultiplier = (abilityRuntimeData.getRankGrowth("linear", 15)) / 100
var maxHp = setup.getStatValue(abilityParams.self, "hp", "Ability_Berserking");
var strength = setup.getStatValue(abilityParams.self, "strength", "Ability_Berserking");
abilityRuntimeData.modifier.strengthMods = {
mod: setup.mod.ADD,
value: Math.ceil(strengthMultiplier * strength)
}
abilityRuntimeData.modifier.maxHPMods = {
mod: setup.mod.REMOVE,
value: Math.ceil(maxHpMultiplier * maxHp)
}
}
)>>
<<run setup.Ability_Berserking.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_Berserking.setUnlockCondition(
function(character){
return (State.variables.Level >= 1)
}
)>>
<<set setup.Ability_Berserking.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_Berserking.setGrade(setup.AbilityGrade.VERYLOW)>><<set setup.Ability_BrinkOfMadness = setup.AbilityDataFactory.createAbilityData({
id: "Ability_BrinkOfMadness",
name: "Brink of Madness",
description:function(character, abilityRuntimeData)
{
return "Your mind cracks under the weight of corruption upon reaching low health.";
},
maxRank: 1
})>>
<<run setup.Ability_BrinkOfMadness.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_BrinkOfMadness.addBehaviour(
"update",
$AbilityTrigger.ON_ENTER_MID_HEALTH,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = true
abilityParams.target.fight.variables.currentArousal = Math.min(100, abilityParams.target.fight.variables.currentArousal + abilityRuntimeData.getRankGrowth("linear", 40))
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 30)}
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 20)}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 120)};
abilityParams.target.fight.variables.currentStamina += 120;
abilityParams.target.fight.variables.currentStamina = Math.min(abilityParams.target.fight.variables.currentStamina, setup.getMaxStamina(abilityParams.target));
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_Hypnotize.id]}
var displayString = abilityParams.target.info.name + " pants in exhaustion. A terrible, oppressive thought enters their mind, that they might not win this battle. \n";
displayString += "Their heart is racing, corruption seeping into their mind, feeding on their doubts. \n"
displayString += "A dark purple aura builds around their frame, they revel in the power of corruption to crush anything that stands in their way.\n"
return displayString;
},
)>>
<<run setup.Ability_BrinkOfMadness.addBehaviour(
"update",
$AbilityTrigger.ON_EXIT_MID_HEALTH + $AbilityTrigger.ON_FIGHT_END,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
return ""
}
)>>
<<run setup.Ability_BrinkOfMadness.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_BrinkOfMadness.setUnlockCondition(
function(character){
return (State.variables.Level >= 20 && setup.getStatValue(character, "corruption") >= 100);
}
)>>
<<set setup.Ability_BrinkOfMadness.setCategory(setup.AbilityCategory.SOMBREVE)>>
<<set setup.Ability_BrinkOfMadness.setGrade(setup.AbilityGrade.VERYHIGH)>><<set setup.Ability_BuriedInCum = setup.AbilityDataFactory.createAbilityData({
id: "Ability_BuriedInCum",
name: "Buried In Cum",
description:function(character)
{
return "You are buried in your opponent's cum.";
},
maxRank: 999
})>>
<<run setup.Ability_BuriedInCum.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_BuriedInCum.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.REMOVE, value: abilityRuntimeData.getRankGrowth("linear", 10)};
}
)>>
<<run setup.Ability_BuriedInCum.addBehaviour(
"remove",
$AbilityTrigger.ON_FIGHT_END,
undefined,
)>><<set setup.Ability_ChannelTheAstralSoul = setup.AbilityDataFactory.createAbilityData({
id: "Ability_ChannelTheAstralSoul",
name: "Channel the Astral Soul",
description:function(character)
{
var displayString = ""
var corruptionTier = Math.floor(setup.getStatValue(character, "corruption") / 20);
switch(corruptionTier)
{
case 0:
displayString += "Increases Essence gain. Its effect weakens the more corrupt you are.";
break;
case 1:
displayString += "Your corruption weakens your connection to the astral soul preventing you from gaining much extra essence.";
break;
case 2:
displayString += "Your corruption significantly weakens your connection to the astral soul almost preventing you from gaining extra essence.";
break;
case 3:
displayString += "Your corruption almost completely disrupts your connection to the astral soul. You barely gain any extra essence.";
break;
case 4:
displayString += "The corruption actively seeks to disrupt your connection to the astral soul, you gain almost nothing from the extraction.";
break;
default:
displayString += "The corruption actively seeks to disrupt your connection to the astral soul, you gain almost nothing from the extraction."
break;
}
return displayString;
},
maxRank: 5
})>>
<<run setup.Ability_ChannelTheAstralSoul.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_ChannelTheAstralSoul.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_GAIN_CORRUPTION,
function(abilityRuntimeData, abilityParams)
{
var corruptionTier = Math.floor(setup.getStatValue(abilityParams.self, "corruption") / 20);
switch(corruptionTier)
{
case 0:
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.20)};
break;
case 1:
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.15)};
break;
case 2:
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.10)};
break;
case 3:
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.05)};
break;
case 4:
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.01)};
break;
default:
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.01)};
break;
}
}
)>>
<<run setup.Ability_ChannelTheAstralSoul.setUnlockCondition(
function(character){
return State.variables.Level >= 3
}
)>>
<<run setup.Ability_ChannelTheAstralSoul.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_ChannelTheAstralSoul.setCategory(setup.AbilityCategory.PURITY)>>
<<set setup.Ability_ChannelTheAstralSoul.setGrade(setup.AbilityGrade.LOW)>><<set setup.Ability_CodexPassion = setup.AbilityDataFactory.createAbilityData({
id: "Ability_CodexPassion",
name: "Codex's Passion",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Using a Fight Skill that does no damage heals you for 2 health";
}
else
{
return "Using a Fight Skill that does no damage heals you for "+abilityRuntimeData.getRankGrowth("linear", 2)+" health";
}
},
maxRank: 5
})>>
<<run setup.Ability_CodexPassion.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_CodexPassion.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_DO_DAMAGELESS_ATTACK,
function(abilityRuntimeData, abilityParams)
{
let heal = abilityRuntimeData.getRankGrowth("linear", 2);
abilityParams.self.fight.variables.currentHP = Math.min(abilityParams.self.fight.variables.currentHP + heal, setup.getStatValue(abilityParams.self, "hp"));
if(heal != 0)
{
return "Your soul resonates within you, healing you for <span style='color:#46c546;'>"+ heal + "</span> health.";
}
},
)>>
<<run setup.Ability_CodexPassion.setUnlockCondition(
function(character){
return (State.variables.Level >= 4) && ((setup.getStatValue(character, "corruption") <= 25))
}
)>>
<<run setup.Ability_CodexPassion.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_CodexPassion.setCategory(setup.AbilityCategory.PURITY)>>
<<set setup.Ability_CodexPassion.setGrade(setup.AbilityGrade.LOW)>><<set setup.Ability_CorruptedStrength = setup.AbilityDataFactory.createAbilityData({
id: "Ability_CorruptedStrength",
name: "Corrupted Strength",
description:function(character)
{
return "Corruption courses through you, strengthening your body with its unholy influence. This effect last until the end of the encounter.";
},
maxRank: 999
})>>
<<run setup.Ability_CorruptedStrength.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_CorruptedStrength.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
var strength = Math.ceil(setup.getStatValue(abilityParams.self, "corruption", "Ability_CorruptedStrength") * 0.1);
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", strength)};
}
)>>
<<run setup.Ability_CorruptedStrength.addBehaviour(
"remove",
$AbilityTrigger.ON_FIGHT_END,
undefined,
)>><<set setup.Ability_BlueStar = setup.AbilityDataFactory.createAbilityData({
id: "Ability_BlueStar",
name: "Adaptation of the Blue Star",
description:function(character, abilityRuntimeData)
{
let displayString = "The distant Blue Star is forcing evolution across the land. \n";
displayString += "All growth is increased by 20%. \n"
return displayString
},
maxRank: 1
})>>
<<run setup.Ability_BlueStar.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Ability_BlueStar.addBehaviour(
"update",
$AbilityTrigger.ON_DAY_CHANGE + $AbilityTrigger.ON_STAT_CHANGE + $AbilityTrigger.ON_FIGHT_START,
function(abilityRuntimeData, abilityParams)
{
var growth = setup.getStatValue(abilityParams.self, "growthMultiplier");
if(State.variables.Expedition % 4 == 3)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.growthMods = {
mod: setup.mod.ADD,
value: Math.ceil(growth * 0.2)
}
}
else
{
abilityRuntimeData.isActive = false;
}
}
)>>
<<run setup.Ability_BlueStar.setAsGlobalAbility()>><<set setup.Ability_GoldenStar = setup.AbilityDataFactory.createAbilityData({
id: "Ability_GoldenStar",
name: "Power of the Golden Star",
description:function(character, abilityRuntimeData)
{
let displayString = "The distant Golden Star has given the land increased strength. \n";
displayString += "Your strength is increased by 20%"
return displayString
},
maxRank: 1
})>>
<<run setup.Ability_GoldenStar.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = true;
}
)>>
<<run setup.Ability_GoldenStar.addBehaviour(
"update",
$AbilityTrigger.ON_DAY_CHANGE + $AbilityTrigger.ON_STAT_CHANGE + $AbilityTrigger.ON_FIGHT_START,
function(abilityRuntimeData, abilityParams)
{
var moddedStrength = setup.getStatValue(abilityParams.self, "strength", "Ability_GoldenStar") * 0.2;
if(State.variables.Expedition % 4 == 1)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {
mod: setup.mod.ADD,
value: Math.ceil(moddedStrength)
}
}
else
{
abilityRuntimeData.isActive = false;
}
}
)>>
<<run setup.Ability_GoldenStar.setAsGlobalAbility()>><<set setup.Ability_GreenStar = setup.AbilityDataFactory.createAbilityData({
id: "Ability_GreenStar",
name: "Tenacity of the Green Star",
description:function(character, abilityRuntimeData)
{
let displayString = "The distant Green Star gives the land increased tenacity. \n";
displayString += " Your stamina is increased by 20%"
return displayString
},
maxRank: 1
})>>
<<run setup.Ability_GreenStar.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Ability_GreenStar.addBehaviour(
"update",
$AbilityTrigger.ON_DAY_CHANGE + $AbilityTrigger.ON_STAT_CHANGE + $AbilityTrigger.ON_FIGHT_START,
function(abilityRuntimeData, abilityParams)
{
var stamina = setup.getStatValue(abilityParams.self, "stamina", "Ability_GreenStar");
if(State.variables.Expedition % 4 == 2)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.maxStaminaMods = {
mod: setup.mod.ADD,
value: Math.ceil(stamina * 0.2)
}
}
else
{
abilityRuntimeData.isActive = false;
}
}
)>>
<<run setup.Ability_GreenStar.setAsGlobalAbility()>><<set setup.Ability_RedStar = setup.AbilityDataFactory.createAbilityData({
id: "Ability_RedStar",
name: "Ferocity of the Red Star",
description:function(character, abilityRuntimeData)
{
let displayString = "The distant Red Star gives the land increased ferocity. \n";
displayString += "Your crit chance is increased by 20%"
return displayString
},
maxRank: 1
})>>
<<run setup.Ability_RedStar.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Ability_RedStar.addBehaviour(
"update",
$AbilityTrigger.ON_DAY_CHANGE + $AbilityTrigger.ON_STAT_CHANGE + $AbilityTrigger.ON_FIGHT_START,
function(abilityRuntimeData, abilityParams)
{
var crit = setup.getStatValue(abilityParams.self, "critChance");
if(State.variables.Expedition % 4 == 0)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.critChanceMods = {
mod: setup.mod.ADD,
value: Math.ceil(crit * 0.2)
}
}
else
{
abilityRuntimeData.isActive = false;
}
}
)>>
<<run setup.Ability_RedStar.setAsGlobalAbility()>><<set setup.Ability_DeadlyAim = setup.AbilityDataFactory.createAbilityData({
id: "Ability_DeadlyAim",
name: "Deadly Aim",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
let displayString = "When you strike, you make sure it counts. Your crit chance is increased by 7%";
return displayString
}
else
{
let displayString = "When you strike, you make sure it counts. Your crit chance is increased by ";
displayString += abilityRuntimeData.getRankGrowth("linear", 7) + "%";
return displayString
}
},
maxRank: 5
})>>
<<run setup.Ability_DeadlyAim.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_DeadlyAim.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
//remove previous iteration of the buff from current stats before multiplying
abilityRuntimeData.modifier.critChanceMods = {};
var critMultiplier = abilityRuntimeData.getRankGrowth("linear", 7) / 100
var crit = setup.getStatValue(abilityParams.self, "critChance", "Ability_DeadlyAim");
abilityRuntimeData.modifier.critChanceMods = {
mod: setup.mod.ADD,
value: Math.ceil(critMultiplier * crit)
}
}
)>>
<<run setup.Ability_DeadlyAim.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_DeadlyAim.setUnlockCondition(
function(character){
return (State.variables.Level >= 1)
}
)>>
<<set setup.Ability_DeadlyAim.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_DeadlyAim.setGrade(setup.AbilityGrade.VERYLOW)>><<set setup.Ability_DemonicCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_DemonicCorruption",
name: "Minor Demon",
description:function(character)
{
return "Demonic powers flickers within you.";
},
maxRank: 1
})>>
<<run setup.Ability_DemonicCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 3}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 4}
abilityRuntimeData.modifier.setCorruptionMods({mod: setup.mod.ADD, value: 30})
abilityRuntimeData.modifier.musclesMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.heightMods = {mod: setup.mod.ADD, value: 6}
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.ADD, value: 5}
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.ADD, value: 2}
}
)>>
<<run setup.Ability_DemonicCorruption.setUpgrade(
function(abilityRuntimeData, character){
return true;
},
setup.Ability_DemonicCorruption_2
)>>
<<run setup.Ability_DemonicCorruption.setUnlockCondition(
function(character){
return (State.variables.Level >= 1)
}
)>><<set setup.Ability_DemonicCorruption_2 = setup.AbilityDataFactory.createAbilityData({
id: "Ability_DemonicCorruption_2",
name: "Major Demon",
description:function(character)
{
return "Can use Incubus's Call\n" +
"Demonic powers flow through you."
},
maxRank: 1
})>>
<<run setup.Ability_DemonicCorruption_2.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 9}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 5}
abilityRuntimeData.modifier.setCorruptionMods({mod: setup.mod.ADD, value: 45});
abilityRuntimeData.modifier.musclesMods = {mod: setup.mod.ADD, value: 15}
abilityRuntimeData.modifier.heightMods = {mod: setup.mod.ADD, value: 16}
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.ADD, value: 12}
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.ADD, value: 4}
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_IncubusCall.id]}
}
)>>
<<run setup.Ability_DemonicCorruption_2.setUpgrade(
function(abilityRuntimeData, character){
return true;
},
setup.Ability_DemonicCorruption_3
)>><<set setup.Ability_DemonicCorruption_3 = setup.AbilityDataFactory.createAbilityData({
id: "Ability_DemonicCorruption_3",
name: "Lord of Lust",
description:function(character)
{
return "Can use Incubus's Call\n" +
"Can use Incubus's Strike\n" +
"You are one with your demonic powers."
},
maxRank: 1
})>>
<<run setup.Ability_DemonicCorruption_3.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 15}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 15}
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.setCorruptionMods({mod: setup.mod.ADD, value: 60})
abilityRuntimeData.modifier.musclesMods = {mod: setup.mod.ADD, value: 30}
abilityRuntimeData.modifier.heightMods = {mod: setup.mod.ADD, value: 32}
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.ADD, value: 18}
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.ADD, value: 6}
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_IncubusCall.id, setup.FightMove_IncubusStrike.id]}
}
)>><<set setup.Ability_DracosOmnipotence = setup.AbilityDataFactory.createAbilityData({
id: "Ability_DracosOmnipotence",
name: "Draco's Omnipotence",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Whenever you reach max arousal, you gain size based on the amount of essence you have.";
}
else
{
return "Whenever you reach max arousal, you gain size based on "+abilityRuntimeData.getRankGrowth("linear", 1)+"x the amount of essence you have.";
}
},
maxRank: 10
})>>
<<run setup.Ability_DracosOmnipotence.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_DracosOmnipotence.addBehaviour(
"update",
$AbilityTrigger.ON_MAX_LUST,
function(abilityRuntimeData, abilityParams)
{
var self = abilityParams.self;
var cockGrowth = setup.applyGrowth(self, "cock", Math.round(State.variables.Essence * abilityRuntimeData.getRankGrowth("linear", 1) / 3));
var ballsGrowth = setup.applyGrowth(self, "balls", Math.round(State.variables.Essence * abilityRuntimeData.getRankGrowth("linear", 1) / 9));
var muscleGrowth = setup.applyGrowth(self, "muscles", Math.round(State.variables.Essence * abilityRuntimeData.getRankGrowth("linear", 1) / 4.5));
var sizeGrowth = setup.applyGrowth(self, "height", Math.round(State.variables.Essence * abilityRuntimeData.getRankGrowth("linear", 1)));
var displayString = "You pulse with the power of gods. The Essence within fills you with the power to rule over all.\n\n";
displayString += setup.growthFlavourDescriptors(self, abilityParams.target, cockGrowth, ballsGrowth, muscleGrowth, sizeGrowth);
return displayString;
},
)>>
<<run setup.Ability_DracosOmnipotence.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_DracosOmnipotence.setUnlockCondition(
function(character){
return (State.variables.Level >= 20);
}
)>>
<<set setup.Ability_DracosOmnipotence.setCategory(setup.AbilityCategory.GROWTH)>>
<<set setup.Ability_DracosOmnipotence.setGrade(setup.AbilityGrade.VERYHIGH)>><<set setup.Ability_EchoForm = setup.AbilityDataFactory.createAbilityData({
id: "Ability_EchoForm",
name: "Symbiote Form",
description:function(character){
return character.symbiote.name + "'s power flows through your body.";
},
maxRank: 5
})>>
<<run setup.Ability_EchoForm.addBehaviour(
"start",
$AbilityTrigger.ON_MAX_LUST,
function(abilityRuntimeData, abilityParams)
{
if(State.variables.HasSymbiote == false || State.variables.HasSymbiote == undefined)
{
abilityRuntimeData.isActive = true;
State.variables.HasSymbiote = true;
let hpMod = 25;
let stamMod = 5;
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: hpMod}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: stamMod}
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.REPLACE, value: -17}
abilityRuntimeData.modifier.staminaRecoveryMods = {mod: setup.mod.ADD, value: 2}
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_Goo_Stun.id]}
abilityRuntimeData.modifier.actionSlotsMods = {mod: setup.mod.ADD, value: 1}
abilityRuntimeData.modifier.comboMovesPerTurnMods = {mod: setup.mod.ADD, value: 2}
abilityParams.self.fight.variables.currentHP = Math.min(abilityParams.self.fight.variables.currentHP + hpMod, setup.getMaxHP(abilityParams.self));
abilityParams.self.fight.variables.currentStamina = Math.min(abilityParams.self.fight.variables.currentStamina + stamMod, setup.getMaxStamina(abilityParams.self));
return "Arousal overtakes you. \n A thick "+$CharacterSheet_Player.symbiote.color+" goo emerges from your pores. \n You turn into a massive muscular "+$CharacterSheet_Player.symbiote.color+" "+setup.getRace($CharacterSheet_Player.symbiote.anatomy)+".";
}
}
)>>
<<run setup.Ability_EchoForm.addBehaviour(
"end",
$AbilityTrigger.ON_MIN_LUST + $AbilityTrigger.ON_FIGHT_END,
function(abilityRuntimeData, abilityParams)
{
if(State.variables.HasSymbiote == true)
{
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
State.variables.HasSymbiote = false;
abilityRuntimeData.isActive = false;
return "You revert back to your "+setup.getRace(abilityParams.self.info.anatomy)+" form";
}
}
)>><<set setup.Ability_EmpoweringDrink = setup.AbilityDataFactory.createAbilityData({
id: "Ability_EmpoweringDrink",
name: "Empowering Drink",
description:function(character)
{
return "Torgar's powerful concoction courses through you.\n Lasts for 4 days.";
},
maxRank: 999
})>>
<<run setup.Ability_EmpoweringDrink.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_EmpoweringDrink.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.blackboard.dayConsumed = State.variables.Expedition;
setup.applyCorruption(abilityParams.self, 15);
setup.applyGrowth(abilityParams.self, "muscles", 5);
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 5)};
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 5)};
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 3)};
}
)>>
<<run setup.Ability_EmpoweringDrink.addBehaviour(
"update",
$AbilityTrigger.ON_DAY_CHANGE,
function(abilityRuntimeData, abilityParams)
{
if(State.variables.Expedition - abilityRuntimeData.blackboard.dayConsumed >= 4)
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.rank = 0;
}
}
)>><<set setup.Ability_EssenceHoarder = setup.AbilityDataFactory.createAbilityData({
id: "Ability_EssenceHoarder",
name: "Essence Hoarder",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Every 200 Essence within you grants you 1 Strength. (up to 30)";
}
else
{
return "Every 200 Essence within you grants you "+abilityRuntimeData.getRankGrowth("linear", 1)+" Strength. (up to "+abilityRuntimeData.getRankGrowth("linear", 30)+")";
}
},
maxRank: 5
})>>
<<run setup.Ability_EssenceHoarder.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_EssenceHoarder.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_ESSENCE + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var mod = Math.min(Math.floor(State.variables.Essence / 200) * abilityRuntimeData.getRankGrowth("linear", 1), abilityRuntimeData.getRankGrowth("linear", 30));
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: mod}
},
)>>
<<run setup.Ability_EssenceHoarder.setUnlockCondition(
function(character){
return (State.variables.Level >= 5)
}
)>>
<<run setup.Ability_EssenceHoarder.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_EssenceHoarder.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_EssenceHoarder.setGrade(setup.AbilityGrade.MEDIUM)>><<set setup.Ability_FaithsReward = setup.AbilityDataFactory.createAbilityData({
id: "Ability_FaithsReward",
name: "Faith's Reward",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "You gain 0.5 health and 0.5 stamina whenever you win a battle. \n That bonus is reduced by 1 every time you gain corruption.";
}
else
{
return "You gain "+abilityRuntimeData.getRankGrowth("linear", 0.5)+" health and "+abilityRuntimeData.getRankGrowth("linear", 0.5)+" stamina whenever you win a battle. \n That bonus is reduced by 1 every time you gain corruption.";
}
},
maxRank: 5
})>>
<<run setup.Ability_FaithsReward.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_FaithsReward.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_BATTLE_WON,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.modifier.maxHPMods == undefined || abilityRuntimeData.modifier.maxStaminaMods == undefined){
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.5)}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.5)}
}else{
let previousHPModifier = abilityRuntimeData.modifier.maxHPMods.value;
let previousStamModifier = abilityRuntimeData.modifier.maxStaminaMods.value;
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: previousHPModifier + abilityRuntimeData.getRankGrowth("linear", 0.5)}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: previousStamModifier + abilityRuntimeData.getRankGrowth("linear", 0.5)}
}
return "You feel the presence of something far greater approve of your victory. Strength and vigour wells up within you.\n\n"
},
)>>
<<run setup.Ability_FaithsReward.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.modifier.maxHPMods != undefined && abilityRuntimeData.modifier.maxStaminaMods != undefined){
if(abilityRuntimeData.modifier.maxHPMods.value >= 0)
{
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: Math.max(0, abilityRuntimeData.modifier.maxHPMods.value - 1)}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: Math.max(0,abilityRuntimeData.modifier.maxStaminaMods.value -1)}
return "A shiver runs down your spine and saps away your strength. You feel as if your actions have been judged.\n"
}
else
{
return "You feel tired. Emaciated. Famished. You have no more strength to offer as punishment for breaking your faith in purity.\n"
}
}
return "";
}
)>>
<<run setup.Ability_FaithsReward.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_FaithsReward.setUnlockCondition(
function(character){
return (State.variables.Level >= 7) && (setup.getStatValue(character, "corruption") <= 25)
}
)>>
<<set setup.Ability_FaithsReward.setCategory(setup.AbilityCategory.PURITY)>>
<<set setup.Ability_FaithsReward.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_Focused = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Focused",
name: "Focused",
description:function(character)
{
return "Active until the end of the encounter.";
},
maxRank: 999
})>>
<<run setup.Ability_Focused.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_Focused.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.actionSlotsMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 1)};
}
)>>
<<run setup.Ability_Focused.addBehaviour(
"remove",
$AbilityTrigger.ON_FIGHT_END,
undefined,
)>><<set setup.Ability_HerculeanBuild = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HerculeanBuild",
name: "Herculean Build",
description:function(abilityData, abilityRuntimeData){
if(abilityRuntimeData == undefined)
{
return "Gain Strength equal to half your Muscles stat (up to 15). Your Muscles grow by 5 upon acquiring this Ability"
}
else
{
return "Gain Strength equal to half your Muscles stat (up to "+abilityRuntimeData.getRankGrowth("linear", 15)+"). Your Muscles grow by 5 upon acquiring this Ability"
}
},
maxRank: 5
})>>
<<run setup.Ability_HerculeanBuild.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HerculeanBuild.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH,
function(abilityRuntimeData, abilityParams){
var boost = Math.min(~~(setup.getStatValue(abilityParams.self, "muscles") / 2), abilityRuntimeData.getRankGrowth("linear", 15));
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: boost}
}
)>>
<<run setup.Ability_HerculeanBuild.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
setup.applyGrowth(abilityParams.self, "muscles", 5);
}
)>>
<<run setup.Ability_HerculeanBuild.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_HerculeanBuild.setUnlockCondition(
function(character){
return (State.variables.Level >= 1)
}
)>>
<<set setup.Ability_HerculeanBuild.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_HerculeanBuild.setGrade(setup.AbilityGrade.VERYLOW)>><<set setup.Ability_HostOfEcho = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HostOfEcho",
name: "Host of <<SymbioteName>>",
description:function(character)
{
return "You are now the host of a mysterious being...\nUnlocks Arousal bar\nCan equip Pleasure Self fight move.\nReaching Maximum Arousal transforms you into something more...";
},
maxRank: 1
})>>
<<run setup.Ability_HostOfEcho.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
this.name = "Host of <<SymbioteName>>";
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_Masturbate.id]}
}
)>><<set setup.Ability_Incorruptible = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Incorruptible",
name: "Incorruptible",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "While your Corruption is below 25, you gain 10% critical chance, 10 strength.";
}
else
{
return "While your Corruption is below 25, you gain "+abilityRuntimeData.getRankGrowth("linear", 10)+"% critical chance, "+abilityRuntimeData.getRankGrowth("linear", 10)+" strength.";
}
},
maxRank: 5
})>>
<<run setup.Ability_Incorruptible.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_Incorruptible.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_GAIN_CORRUPTION,
function(abilityRuntimeData, abilityParams)
{
if(setup.getStatValue(abilityParams.self, "corruption") <= 25)
{
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 10)};
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 10)};
}
else
{
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: 0};
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 0};
}
},
)>>
<<run setup.Ability_Incorruptible.setUnlockCondition(
function(character){
return State.variables.Level >= 7 && setup.getStatValue(character, "corruption") <= 25
}
)>>
<<run setup.Ability_Incorruptible.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_Incorruptible.setCategory(setup.AbilityCategory.PURITY)>>
<<set setup.Ability_Incorruptible.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_KalethsFervour = setup.AbilityDataFactory.createAbilityData({
id: "Ability_KalethsFervour",
name: "Kaleth's Fervour",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "You gain 3% more growth for every point of corruption within you.";
}
else
{
return "You gain "+abilityRuntimeData.getRankGrowth("linear", 3)+"% more growth for every point of corruption within you.";
}
},
maxRank: 10
})>>
<<run setup.Ability_KalethsFervour.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_KalethsFervour.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 1) / 100 * setup.getStatValue(abilityParams.self, "corruption")};
},
)>>
<<run setup.Ability_KalethsFervour.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_KalethsFervour.setUnlockCondition(
function(character){
return (State.variables.Level >= 7) && (setup.getStatValue(character, "corruption") >= 50);
}
)>>
<<set setup.Ability_KalethsFervour.setCategory(setup.AbilityCategory.SOMBREVE)>>
<<set setup.Ability_KalethsFervour.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_LastStand = setup.AbilityDataFactory.createAbilityData({
id: "Ability_LastStand",
name: "Last Stand",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Whenever you fall below 25% health, you gain 20 arousal, 30% critical chance and 15 strength.";
}
else
{
return "Whenever you fall below 25% health, you gain "+abilityRuntimeData.getRankGrowth("linear", 20)+" arousal, "+abilityRuntimeData.getRankGrowth("linear", 30)+"% critical chance and "+abilityRuntimeData.getRankGrowth("linear", 15)+" strength.";
}
},
maxRank: 3
})>>
<<run setup.Ability_LastStand.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_LastStand.addBehaviour(
"update",
$AbilityTrigger.ON_ENTER_LOW_HEALTH,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = true
abilityParams.self.fight.variables.currentArousal += Math.min(100, abilityRuntimeData.getRankGrowth("linear", 20))
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 30)}
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 15)}
return "The adrenaline of battle pumps through your veins!"
},
)>>
<<run setup.Ability_LastStand.addBehaviour(
"update",
$AbilityTrigger.ON_EXIT_LOW_HEALTH + $AbilityTrigger.ON_FIGHT_END,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
return "You inhale deeply, regaining your composure."
}
)>>
<<run setup.Ability_LastStand.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_LastStand.setUnlockCondition(
function(character){
return (State.variables.Level >= 3);
}
)>>
<<set setup.Ability_LastStand.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_LastStand.setGrade(setup.AbilityGrade.LOW)>><<set setup.Ability_Masochism = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Masochism",
name: "Masochism",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Whenever you receive damage, you gain that much Arousal. (up to 3 per rank)";
}
else
{
return "Whenever you receive damage, you gain that much Arousal. (up to "+ abilityRuntimeData.getRankGrowth("linear", 3) +")";
}
},
maxRank: 5
})>>
<<run setup.Ability_Masochism.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_Masochism.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_POST_RECEIVE_DAMAGE,
function(abilityRuntimeData, abilityParams)
{
var He = setup.getPronoun(abilityParams.target,"pronounCap");
var arousalGain = Math.min(abilityParams.attackDamage, abilityRuntimeData.getRankGrowth("linear", 3));
var displayString = abilityParams.target.info.name + " relishes the pain. "+He+" gains <span style='color:#ac46c5;'>" + arousalGain + "</span> Arousal\n";
abilityParams.target.fight.variables.currentArousal += arousalGain;
return displayString;
},
)>>
<<run setup.Ability_Masochism.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_Masochism.setUnlockCondition(
function(character){
return (State.variables.Level >= 1);
}
)>>
<<set setup.Ability_Masochism.setCategory(setup.AbilityCategory.LUST)>>
<<set setup.Ability_Masochism.setGrade(setup.AbilityGrade.VERYLOW)>><<set setup.Ability_MemoriesOfApothus = setup.AbilityDataFactory.createAbilityData({
id: "Ability_MemoriesOfApothus",
name: "Memories of Apothus",
description:function(character)
{
return "Distant words of unrestrained madness echo within your soul.";
},
maxRank: 1
})>>
<<set setup.Ability_MemoriesOfApothus.isAchievement = true>>
<<set setup.Ability_MemoriesOfApothus.achievementInfo = "Give yourself away to the cult leader.">>
<<run setup.Ability_MemoriesOfApothus.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
return;
}
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Ability_MemoriesOfApothus.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.corruptionMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.critMod = {mod: setup.mod.REMOVE, value: 20};
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.2}
}
}
)>><<set setup.Ability_MemoriesOfCray = setup.AbilityDataFactory.createAbilityData({
id: "Ability_MemoriesOfCray",
name: "Memories of Cray",
description:function(character)
{
return "Distant words of a being yearning to be more echoes within your soul.";
},
maxRank: 1
})>>
<<set setup.Ability_MemoriesOfCray.isAchievement = true>>
<<set setup.Ability_MemoriesOfCray.achievementInfo = "Embrace an old mentor.">>
<<run setup.Ability_MemoriesOfCray.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
return;
}
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Ability_MemoriesOfCray.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 1.0}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.5}
}
}
)>><<set setup.Ability_MemoriesOfNyx = setup.AbilityDataFactory.createAbilityData({
id: "Ability_MemoriesOfNyx",
name: "Memories of Nyx",
description:function(character)
{
return "Distant visions of pure Corruption echo within your soul.";
},
maxRank: 1
})>>
<<set setup.Ability_MemoriesOfNyx.isAchievement = true>>
<<set setup.Ability_MemoriesOfNyx.achievementInfo = "Embrace the Black Sun.">>
<<run setup.Ability_MemoriesOfNyx.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
return;
}
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Ability_MemoriesOfNyx.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.corruptionMods = {mod: setup.mod.ADD, value: 20};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.actionSlotsMods = {mod: setup.mod.ADD, value: 1};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 0.25};
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.3};
}
}
)>><<set setup.Ability_MemoriesOfTheChosen = setup.AbilityDataFactory.createAbilityData({
id: "Ability_MemoriesOfTheChosen",
name: "Memories of the Chosen",
description:function(character)
{
return "Distant words of cataclysmic ambitions echo within your soul.";
},
maxRank: 1
})>>
<<run setup.Ability_MemoriesOfTheChosen.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 25};
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 25}
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.staminaRecoveryMods = {mod: setup.mod.ADD, value: 5}
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.5}
}
)>><<set setup.Ability_Momentum = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Momentum",
name: "Momentum",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Gain 7% more Crit Damage for every damaging attack in your combo.";
}
else
{
return "Gain "+abilityRuntimeData.getRankGrowth("linear", 7)+"% more Crit Damage for every damaging attack in your combo.";
}
},
maxRank: 5
})>>
<<run setup.Ability_Momentum.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_Momentum.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.critDamageMods = {mod: setup.mod.ADD, value: 0};
},
)>>
<<run setup.Ability_Momentum.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_DAMAGING_HIT,
function(abilityRuntimeData, abilityParams)
{
var currentValue = abilityRuntimeData.modifier.critDamageMods.value;
abilityRuntimeData.modifier.critDamageMods = {mod: setup.mod.ADD, value: currentValue + abilityRuntimeData.getRankGrowth("linear", 0.07)};
},
)>>
<<run setup.Ability_Momentum.setUnlockCondition(
function(character){
return State.variables.Level >= 7
}
)>>
<<run setup.Ability_Momentum.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_Momentum.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_Momentum.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_Mutant = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Mutant",
name: "Mutant",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "The corruption within you seeks to drastically alter your form! When you take damage, you have a 1/10 chance of growing additional limbs."
}
else
{
return "The corruption within you seeks to drastically alter your form! When you take damage, you have a 1/" + (11 - abilityRuntimeData.getRankGrowth("linear", 1)) + " chance of growing additional limbs."
}
},
maxRank: 5
})>>
<<run setup.Ability_Mutant.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_Mutant.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_POST_RECEIVE_DAMAGE,
function(abilityRuntimeData, abilityParams)
{
var denominator = 12 - abilityRuntimeData.getRankGrowth("linear", 1);
if(Math.floor(Math.random() * denominator) == (denominator - 1)){
var randomLimb = setup.getRandomLimb(abilityParams.target.info.anatomy)
var currentNumber = randomLimb.currentNumber;
var limb = randomLimb.limb;
var displayString = "You feel the corruption run rampant within you! You hunch over, euphoria blinding you as your body changes!"
if (currentNumber % 2 == 0){
setup.changeLimbNumber(abilityParams.target.info.anatomy, limb, 2, "add")
displayString += setup.processFlavours(abilityParams.target, " You have grown another pair of " + "@[2|" + limb + "|noverb]!")
}else{
setup.changeLimbNumber(abilityParams.target.info.anatomy, limb, 1, "add")
displayString += setup.processFlavours(abilityParams.target, " You have grown another " + "@[1|" + limb + "|noverb]!")
}
return displayString;
}else{
return "";
}
}
)>>
<<run setup.Ability_Mutant.setUpgrade(
function(abilityRuntimeData, character){
return (setup.getStatValue(character, "corruption") >= 100) && (abilityRuntimeData.canRank() == false)
},
setup.Ability_Mutant_2,
function(character){
var displayString = ""
displayString += "You must have at least 100 corruption: (" + setup.displayStatValue(character, "corruption") + ")\n"
return displayString
}
)>>
<<run setup.Ability_Mutant.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_Mutant.setUnlockCondition(
function(character){
return (State.variables.Level >= 1) && (setup.getStatValue(character, "corruption") >= 75)
}
)>>
<<set setup.Ability_Mutant.setCategory(setup.AbilityCategory.SOMBREVE)>>
<<set setup.Ability_Mutant.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_Mutant_2 = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Mutant_2",
name: "Abomination",
description:function(character, abilityRuntimeData)
{
return "Your body has become twisted by the corruption rampant within you! When you take damage, you have a 1/5 chance of doubling certain limbs."
},
maxRank: 1
})>>
<<run setup.Ability_Mutant_2.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_Mutant_2.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_POST_RECEIVE_DAMAGE,
function(abilityRuntimeData, abilityParams)
{
if(Math.floor(Math.random() * 6) == 5){
var randomLimb = setup.getRandomLimb(abilityParams.target.info.anatomy);
var currentNumber = randomLimb.currentNumber;
var limb = randomLimb.limb;
setup.changeLimbNumber(abilityParams.target.info.anatomy, limb, 2, "multiply");
var displayString = "Your body pulses, the corruption within you bubbles to the surface. Your muscles shift and your bones crack as you grow twice the amount of ";
var limbNumber = setup.getLimbNumber("all", abilityParams.target.info.anatomy[limb], true);
if(limbNumber == 2){
displayString += setup.processFlavours(abilityParams.target, limb + " you have! You now have two @[all|" + limb + "|noverb].\n");
}else{
displayString += setup.processFlavours(abilityParams.target, limb + " you have! You now have @[all|" + limb + "|noverb].\n");
}
return displayString;
}else{
return "";
}
}
)>>
<<set setup.Ability_Mutant_2.setCategory(setup.AbilityCategory.SOMBREVE)>>
<<set setup.Ability_Mutant_2.setGrade(setup.AbilityGrade.VERYHIGH)>><<set setup.Ability_CurseOfTheNaga = setup.AbilityDataFactory.createAbilityData({
id: "Ability_CurseOfTheNaga",
name: "Curse of the Naga",
description:function(character)
{
return "A part of you was stolen by the Lost Naga.\n Only by defeating him can you get your strength back.";
},
maxRank: 1
})>>
<<run setup.Ability_CurseOfTheNaga.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.musclesMods = {mod: setup.mod.REMOVE, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.muscles};
abilityRuntimeData.modifier.heightMods = {mod: setup.mod.REMOVE, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.height};
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.REMOVE, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.cock};
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.REMOVE, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.balls};
}
)>><<set setup.Ability_StolenMass = setup.AbilityDataFactory.createAbilityData({
id: "Ability_StolenMass",
name: "Stolen Mass",
description:function(character)
{
return "You have stolen mass from another creature.";
},
maxRank: 1
})>>
<<run setup.Ability_StolenMass.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.musclesMods = {mod: setup.mod.ADD, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.muscles};
abilityRuntimeData.modifier.heightMods = {mod: setup.mod.ADD, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.height};
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.ADD, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.cock};
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.ADD, value: State.variables.CharacterSheet_Player.quest.curseOfTheNagaStatDrain.balls};
}
)>><<set setup.Ability_NeverendingGrowth = setup.AbilityDataFactory.createAbilityData({
id: "Ability_NeverendingGrowth",
name: "Never-ending Growth",
description:function(character, abilityRuntimeData){
return "Your body continuously grows larger while in combat. The more corrupt you are, the more effective this growth is."
},
maxRank: 1
})>>
<<run setup.Ability_NeverendingGrowth.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_NeverendingGrowth.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
var self = abilityParams.self;
var level = setup[abilityRuntimeData.abilityDataID].level;
var corruption = setup.getStatValue(self, "corruption");
var multiplier = Math.ceil(corruption / 20);
var displayString = "";
var cockSize = setup.getStatValue(self, "cock")
var muscleSize = setup.getStatValue(self, "muscles")
var ballSize = setup.getStatValue(self, "balls")
var height = setup.getStatValue(self, "height")
setup.applyGrowth(self, "cock", Math.round(3 * multiplier));
setup.applyGrowth(self, "balls", Math.round(1 * multiplier));
setup.applyGrowth(self, "muscles", Math.round(2 * multiplier));
setup.applyGrowth(self, "height", Math.round(9 * multiplier));
if (setup.getStatValue(self, "corruption") > 0){
if(self.id == "CharacterSheet_Player"){
displayString += "Your muscles flex but do not recede in size when they relax."
displayString += " A wash of pleasure takes you as your @[all|cocks|noverb] and @[all|balls|noverb] lurch with added size.\n"
return setup.processFlavours(self, displayString);
}else{
displayString += "His muscles flex but do not recede in size when they relax."
displayString += " Howling from growth induced euphoria, its @[all|cocks|noverb] and @[all|balls|noverb] lurch with added size.\n"
return setup.processFlavours(self, displayString);
}
}else{
return undefined
}
}
)>>
<<run setup.Ability_NeverendingGrowth.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_NeverendingGrowth.setUnlockCondition(
function(character){
return (State.variables.Level >= 10) && (setup.getStatValue(character, "corruption") >= 50)
}
)>>
<<set setup.Ability_NeverendingGrowth.setCategory(setup.AbilityCategory.GROWTH)>>
<<set setup.Ability_NeverendingGrowth.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_NyxParasiteInfection = setup.AbilityDataFactory.createAbilityData({
id: "Ability_NyxParasiteInfection",
name: "Nyx Parasite Infection",
description:function(character){
return "Creatures of Nyx live within your body.\n You must protect the parasites..."
},
maxRank: 10
})>>
<<run setup.Ability_NyxParasiteInfection.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_NyxParasiteInfection.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 20};
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 2)};
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 4)};
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 3)};
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.REMOVE, value: 0.1};
if(abilityRuntimeData.rank >= 5)
{
setup.completeAchievement("Achievement_HostOfTheSpawns");
}
}
)>>
<<run setup.Ability_NyxParasiteInfection.setUpgrade(
function(abilityRuntimeData, character){
return abilityRuntimeData.canRank() == false
},
setup.Ability_NyxParasiteInfection_2,
function(character){
return ""
}
)>><<set setup.Ability_NyxParasiteInfection_2 = setup.AbilityDataFactory.createAbilityData({
id: "Ability_NyxParasiteInfection_2",
name: "Nyx Parasite Lord",
description:function(character){
return "You host countless nyx parasites within you.\n You gain 1 min arousal per parasite within your body.\n You must spread.\nYou must fuck.\nYou must grow."
},
maxRank: 15
})>>
<<run setup.Ability_NyxParasiteInfection_2.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_NyxParasiteInfection_2.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 20 + abilityRuntimeData.getRankGrowth("linear", 1)};
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 20 + abilityRuntimeData.getRankGrowth("linear", 3)};
abilityRuntimeData.modifier.cockMods = {mod: setup.mod.ADD, value: 40 + abilityRuntimeData.getRankGrowth("linear", 10)};
abilityRuntimeData.modifier.ballsMods = {mod: setup.mod.ADD, value: 30 + abilityRuntimeData.getRankGrowth("linear", 8)};
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.REMOVE, value: 0.2};
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_SummonParasite.id]}
if(abilityRuntimeData.rank >= 5)
{
setup.completeAchievement("Achievement_LordOfTheSpawns");
}
}
)>><<set setup.Ability_Oath_Containment = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Oath_Containment",
name: "Oath of Containment",
description:function(character)
{
return "Chain shaped tattoos race up your arms.\nThis oath lasts for as long as the cultists of Nyx remain sealed.";
},
maxRank: 1
})>>
<<run setup.Ability_Oath_Containment.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.REMOVE, value: 5};
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 10};
}
)>><<set setup.Ability_Oath_Nyx = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Oath_Nyx",
name: "Oath of Nyx",
description:function(character)
{
return "A purple vortex shaped tattoo curls around the left side of your torso.\nThis oath lasts for as long as you strive to unleash Nyx upon the world.";
},
maxRank: 1
})>>
<<run setup.Ability_Oath_Nyx.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.corruptionMods = {mod: setup.mod.ADD, value: 20};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.critMod = {mod: setup.mod.REMOVE, value: 20};
}
)>><<set setup.Ability_Oathbreaker = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Oathbreaker",
name: "Oathbreaker",
description:function(character)
{
return "The mark of the oathbreaker burns around your arm.\nYou are branded as a traitor.";
},
maxRank: 1
})>>
<<run setup.Ability_Oathbreaker.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>><<set setup.Ability_OrgasmicGrowth = setup.AbilityDataFactory.createAbilityData({
id: "Ability_OrgasmicGrowth",
name: "Orgasmic Growth",
description:function(character, abilityRuntimeData){
if(abilityRuntimeData == undefined)
{
return setup.processFlavours(
character,
"Whenever you reach max arousal, your body grows "+setup.getLength(2.5)+", your @[all|cocks|one=grows~more=grows] "+setup.getLength(1)+" and your @[all|balls|noverb] grow "+setup.getLength(0.5)+"."
)
}
else
{
return setup.processFlavours(
character,
"Whenever you reach max arousal, your body grows "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 2.5))+", your @[all|cocks|one=grows~more=grows] "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 1))+" and your @[all|balls|noverb] grow "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 0.5))+"."
)
}
},
maxRank: 3
})>>
<<run setup.Ability_OrgasmicGrowth.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_OrgasmicGrowth.addBehaviour(
"update",
$AbilityTrigger.ON_MAX_LUST,
function(abilityRuntimeData, abilityParams)
{
var self = abilityParams.self;
setup.applyGrowth(self, "cock", abilityRuntimeData.getRankGrowth("linear", 1));
setup.applyGrowth(self, "balls", abilityRuntimeData.getRankGrowth("linear", 0.5));
setup.applyGrowth(self, "height", abilityRuntimeData.getRankGrowth("linear", 2.5));
setup.applyGrowth(self, "muscles", abilityRuntimeData.getRankGrowth("linear", 0.5));
var displayString = setup.processFlavours(self, "Your arousal becomes too intense to contain! You feel your @[all|balls|noverb] swell as an incredible orgasm builds! You erupt, cum spraying out of your @[all|cocks|noverb] and coating ")
displayString += setup.processFlavours(self, "your enemy with your scent and alabaster fluid. Your eyes widen as another wave takes you, an orgasm so intense that your body adapts to cater for its next impressive release!")
displayString += setup.processFlavours(self, " Your body, @[all|cocks|noverb] and @[all|balls|noverb] have all grown in size!")
return displayString //not sure if you want the actual numbers in the string above.
}
)>>
<<run setup.Ability_OrgasmicGrowth.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_OrgasmicGrowth.setUnlockCondition(
function(character){
return (State.variables.Level >= 7)
}
)>>
<<set setup.Ability_OrgasmicGrowth.setCategory(setup.AbilityCategory.GROWTH)>>
<<set setup.Ability_OrgasmicGrowth.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_ParryEnergy = setup.AbilityDataFactory.createAbilityData({
id: "Ability_ParryEnergy",
name: "Parry Energy",
description:function(character)
{
return "Your body is filled with the power of your last parried attack.";
},
maxRank: 1
})>>
<<run setup.Ability_ParryEnergy.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_ParryEnergy.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: abilityRuntimeData.blackboard.attackDamage};
abilityParams.self.fight.variables.currentStamina += abilityRuntimeData.blackboard.attackDamage;
}
)>><<set setup.Ability_PiercingPrecision = setup.AbilityDataFactory.createAbilityData({
id: "Ability_PiercingPrecision",
name: "Piercing Precision",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
let displayString = "Your strikes always land true. Increases critical hits damage by 15%.";
return displayString
}
else
{
let displayString = "Your strikes always land true. Increases critical hits damage by "+(abilityRuntimeData.getRankGrowth("linear", 0.15) * 100).toFixed(2).replace(/\.00$/, '') + "%"+".";
return displayString
}
},
maxRank: 5
})>>
<<run setup.Ability_PiercingPrecision.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_PiercingPrecision.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.critDamageMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.15)};
}
)>>
<<run setup.Ability_PiercingPrecision.setUnlockCondition(
function(character){
return (State.variables.Level >= 5)
}
)>>
<<run setup.Ability_PiercingPrecision.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_PiercingPrecision.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_PiercingPrecision.setGrade(setup.AbilityGrade.MEDIUM)>><<set setup.Ability_ServantOfKanathar = setup.AbilityDataFactory.createAbilityData({
id: "Ability_ServantOfKanathar",
name: "Servant of Kanathar",
description:function(character)
{
return "The essence of demon Kanathar flows within you.";
},
maxRank: 999
})>>
<<run setup.Ability_ServantOfKanathar.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_ServantOfKanathar.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: State.variables.CharacterSheet_Imp.quest.servantLosses * 3};
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: State.variables.CharacterSheet_Imp.quest.servantWins * 3};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.2)};
}
)>><<set setup.Ability_SigilOfPerception = setup.AbilityDataFactory.createAbilityData({
id: "Ability_SigilOfPerception",
name: "Sigil of Perception",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Improves critical chance of next attack by 30%";
}
else
{
return "Improves critical chance of next attack by "+abilityRuntimeData.getRankGrowth("linear", 30) + "%";
}
},
maxRank: 99
})>>
<<run setup.Ability_SigilOfPerception.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_SigilOfPerception.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 30)}
return ""
},
)>>
<<run setup.Ability_SigilOfPerception.addBehaviour(
"remove",
$AbilityTrigger.ON_FIGHT_END,
undefined,
)>><<set setup.Ability_HeightSizeTier_First = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HeightSizeTier_First",
name: "Height Tier 1",
description:function(character)
{
return "You are an average person's height.";
},
maxRank: 1
})>>
<<run setup.Ability_HeightSizeTier_First.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HeightSizeTier_First.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var comparatorSize = 12 * 7;
var height = setup.getStatValue(abilityParams.self, "height", "Ability_HeightSizeTier_First");
if(height < comparatorSize)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 3};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_HeightSizeTier_First.setAsGlobalAbility()>><<set setup.Ability_HeightSizeTier_Second = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HeightSizeTier_Second",
name: "Height Tier 2",
description:function(character)
{
return "You are taller than an average person.";
},
maxRank: 1
})>>
<<run setup.Ability_HeightSizeTier_Second.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HeightSizeTier_Second.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var comparatorSize = 12 * 7;
var nextComparatorSize = 12 * 9;
var height = setup.getStatValue(abilityParams.self, "height", "Ability_HeightSizeTier_Second");
if(height > comparatorSize && height < nextComparatorSize)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 15};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_HeightSizeTier_Second.setAsGlobalAbility()>><<set setup.Ability_HeightSizeTier_Third = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HeightSizeTier_Third",
name: "Height Tier 3",
description:function(character)
{
return "Most people barely reach your chest.";
},
maxRank: 1
})>>
<<run setup.Ability_HeightSizeTier_Third.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HeightSizeTier_Third.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var comparatorSize = 12 * 9;
var nextComparatorSize = 12 * 15;
var height = setup.getStatValue(abilityParams.self, "height", "Ability_HeightSizeTier_Third");
if(height > comparatorSize && height < nextComparatorSize)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 25};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_HeightSizeTier_Third.setAsGlobalAbility()>><<set setup.Ability_HeightSizeTier_Fourth = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HeightSizeTier_Fourth",
name: "Height Tier 4",
description:function(character)
{
return "You are taller than an average house.";
},
maxRank: 1
})>>
<<run setup.Ability_HeightSizeTier_Fourth.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HeightSizeTier_Fourth.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var comparatorSize = 12 * 15;
var nextComparatorSize = 12 * 30;
var height = setup.getStatValue(abilityParams.self, "height", "Ability_HeightSizeTier_Fourth");
if(height > comparatorSize && height < nextComparatorSize)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 50};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_HeightSizeTier_Fourth.setAsGlobalAbility()>><<set setup.Ability_HeightSizeTier_Fifth = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HeightSizeTier_Fifth",
name: "Height Tier 5",
description:function(character)
{
return "You are taller than a telephone pole.";
},
maxRank: 1
})>>
<<run setup.Ability_HeightSizeTier_Fifth.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HeightSizeTier_Fifth.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var comparatorSize = 12 * 30;
var nextComparatorSize = 12 * 60;
var height = setup.getStatValue(abilityParams.self, "height", "Ability_HeightSizeTier_Fifth");
if(height > comparatorSize && height < nextComparatorSize)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 75};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_HeightSizeTier_Fifth.setAsGlobalAbility()>><<set setup.Ability_HeightSizeTier_Sixth = setup.AbilityDataFactory.createAbilityData({
id: "Ability_HeightSizeTier_Sixth",
name: "Height Tier 6",
description:function(character)
{
return "You stand taller than a 6-story building.";
},
maxRank: 1
})>>
<<run setup.Ability_HeightSizeTier_Sixth.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_HeightSizeTier_Sixth.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var comparatorSize = 12 * 60;
var height = setup.getStatValue(abilityParams.self, "height", "Ability_HeightSizeTier_Sixth");
if(height > comparatorSize)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 75};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_HeightSizeTier_Sixth.setAsGlobalAbility()>><<set setup.Ability_Overwhelming_Balls = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Overwhelming_Balls",
name: "Overwhelming Balls",
description:function(character)
{
return "Your balls tower over your opponent.";
},
maxRank: 1
})>>
<<run setup.Ability_Overwhelming_Balls.addBehaviour(
"start",
$AbilityTrigger.ON_FIGHT_START,
undefined
)>>
<<run setup.Ability_Overwhelming_Balls.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
if(setup.cockcomparison(setup.getStatValue(abilityParams.self, "balls"), setup.getStatValue(abilityParams.target, "height")) >= setup.CockComparators.SLIGHTLY_BIGGER &&
setup.cockcomparison(setup.getStatValue(abilityParams.self, "balls"), setup.getStatValue(abilityParams.target, "height")) < setup.CockComparators.MASSIVE)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 10};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_Overwhelming_Balls.addBehaviour(
"end",
$AbilityTrigger.ON_FIGHT_END,
undefined
)>>
<<run setup.Ability_Overwhelming_Balls.setAsGlobalAbility()>><<set setup.Ability_All_Consuming_Balls = setup.AbilityDataFactory.createAbilityData({
id: "Ability_All_Consuming_Balls",
name: "All-Consuming Balls",
description:function(character)
{
return "Your balls completely overwhelm your opponent.";
},
maxRank: 1
})>>
<<run setup.Ability_All_Consuming_Balls.addBehaviour(
"start",
$AbilityTrigger.ON_FIGHT_START,
undefined
)>>
<<run setup.Ability_All_Consuming_Balls.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
if(setup.cockcomparison(setup.getStatValue(abilityParams.self, "balls"), setup.getStatValue(abilityParams.target, "height")) >= setup.CockComparators.MASSIVE)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 15};
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_CumDeluge.id]};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_All_Consuming_Balls.addBehaviour(
"end",
$AbilityTrigger.ON_FIGHT_END,
undefined
)>>
<<run setup.Ability_All_Consuming_Balls.setAsGlobalAbility()>><<set setup.Ability_Bigger_Than_Target = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Bigger_Than_Target",
name: "Looming Over Them",
description:function(character)
{
return "A shadow is cast over your opponent.";
},
maxRank: 1
})>>
<<run setup.Ability_Bigger_Than_Target.addBehaviour(
"start",
$AbilityTrigger.ON_FIGHT_START,
undefined
)>>
<<run setup.Ability_Bigger_Than_Target.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
if(setup.sizeCharactercomparison(abilityParams.self, abilityParams.target) >= setup.Comparators.BIGGER &&
setup.sizeCharactercomparison(abilityParams.self, abilityParams.target) < setup.Comparators.REACHES_WAIST)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 10};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_Bigger_Than_Target.addBehaviour(
"end",
$AbilityTrigger.ON_FIGHT_END,
undefined
)>>
<<run setup.Ability_Bigger_Than_Target.setAsGlobalAbility()>><<set setup.Ability_Looming_Over_Target = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Looming_Over_Target",
name: "Towering Over Them",
description:function(character)
{
return "The size difference between you two is significant.";
},
maxRank: 1
})>>
<<run setup.Ability_Looming_Over_Target.addBehaviour(
"start",
$AbilityTrigger.ON_FIGHT_START,
undefined
)>>
<<run setup.Ability_Looming_Over_Target.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
if(setup.sizeCharactercomparison(abilityParams.self, abilityParams.target) >= setup.Comparators.REACHES_WAIST &&
setup.sizeCharactercomparison(abilityParams.self, abilityParams.target) < setup.Comparators.FITS_ON_HAND)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_Stomp.id]};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_Looming_Over_Target.addBehaviour(
"end",
$AbilityTrigger.ON_FIGHT_END,
undefined
)>>
<<run setup.Ability_Looming_Over_Target.setAsGlobalAbility()>><<set setup.Ability_Overwhelming_Target = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Overwhelming_Target",
name: "Overwhelming Presence",
description:function(character)
{
return "Mass and power overtakes the scenery.";
},
maxRank: 1
})>>
<<run setup.Ability_Overwhelming_Target.addBehaviour(
"start",
$AbilityTrigger.ON_FIGHT_START,
undefined
)>>
<<run setup.Ability_Overwhelming_Target.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START,
function(abilityRuntimeData, abilityParams)
{
if(setup.sizeCharactercomparison(abilityParams.self, abilityParams.target) >= setup.Comparators.FITS_ON_HAND)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 40};
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 15};
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: [setup.FightMove_Stomp.id]};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>>
<<run setup.Ability_Overwhelming_Target.addBehaviour(
"end",
$AbilityTrigger.ON_FIGHT_END,
undefined
)>>
<<run setup.Ability_Overwhelming_Target.setAsGlobalAbility()>><<set setup.Ability_SombrevesWhisper = setup.AbilityDataFactory.createAbilityData({
id: "Ability_SombrevesWhisper",
name: "Sombreve's Whisper",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
var displayString = "";
displayString += "Temporarily gain X arousal per turn, where X is twice the amount of turns you have been in combat.\n";
displayString += "Temporarily gain Y% Corruption per turn, where Y is 5 times the amount of turns you have been in combat.";
return displayString;
}
else
{
var displayString = "";
displayString += "Temporarily gain X arousal per turn, where X is "+ (2 + abilityRuntimeData.getRankGrowth("linear", 1)) +" times the amount of turns you have been in combat.\n";
displayString += "Temporarily gain Y% Corruption per turn, where Y is "+abilityRuntimeData.getRankGrowth("linear", 5)+" times the amount of turns you have been in combat.";
return displayString;
}
},
maxRank: 5
})>>
<<run setup.Ability_SombrevesWhisper.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_SombrevesWhisper.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_TURN_START + $AbilityTrigger.ON_STAT_CHANGE + $AbilityTrigger.ON_FIGHT_END,
function(abilityRuntimeData, abilityParams)
{
if(State.variables.FightTurn != 0)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: (2 + abilityRuntimeData.getRankGrowth("linear", 2)) * State.variables.FightTurn}
abilityRuntimeData.modifier.corruptionMods = {mod: setup.mod.ADD, value: Math.ceil(abilityParams.self.info.corruption * abilityRuntimeData.getRankGrowth("linear", 5) / 100 * State.variables.FightTurn)}
var params =
{
trigger: State.variables.AbilityTrigger.ON_GAIN_CORRUPTION,
self: abilityParams.self,
}
abilityParams.self.broadcastAbilityTrigger(params);
}
else
{
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
},
)>>
<<run setup.Ability_SombrevesWhisper.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_SombrevesWhisper.setUnlockCondition(
function(character){
return (State.variables.Level >= 15) && (setup.getStatValue(character, "corruption") >= 75)
}
)>>
<<set setup.Ability_SombrevesWhisper.setCategory(setup.AbilityCategory.SOMBREVE)>>
<<set setup.Ability_SombrevesWhisper.setGrade(setup.AbilityGrade.VERYHIGH)>><<set setup.Ability_SurvivorOfTheFirstEclipse = setup.AbilityDataFactory.createAbilityData({
id: "Ability_SurvivorOfTheFirstEclipse",
name: "Survivor of the First Eclipse",
description:function(character)
{
return "Your body and soul were untainted by the first eclipse.";
},
maxRank: 1
})>>
<<run setup.Ability_SurvivorOfTheFirstEclipse.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 5}
abilityRuntimeData.modifier.staminaRecoveryMods = {mod: setup.mod.ADD, value: 3}
}
)>><<set setup.Ability_TaintedByTheLost = setup.AbilityDataFactory.createAbilityData({
id: "Ability_TaintedByTheLost",
name: "Tainted by the Lost",
description:function(character)
{
return "The seed of Corruption is sown...";
},
maxRank: 1
})>>
<<run setup.Ability_TaintedByTheLost.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.corruptionMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 5}
}
)>><<set setup.Ability_Tank = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Tank",
name: "Tank",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
let displayString = "You have a sturdy and resilient body. Your Max HP is increased by 20%";
displayString += " and your stamina is decreased by 5%"
return displayString
}
else
{
let displayString = "You have a sturdy and resilient body. Your Max HP is increased by ";
displayString += abilityRuntimeData.getRankGrowth("linear", 20) + "%";
displayString += " and your Stamina is decreased by ";
displayString += abilityRuntimeData.getRankGrowth("linear", 5) + "%";
return displayString
}
},
maxRank: 5
})>>
<<run setup.Ability_Tank.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_Tank.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
//remove previous iteration of the buff from current stats before multiplying
abilityRuntimeData.modifier.maxHPMods = {};
abilityRuntimeData.modifier.maxStaminaMods = {};
var hpMultiplier = (abilityRuntimeData.getRankGrowth("linear", 20)) / 100
var stamMultiplier = (abilityRuntimeData.getRankGrowth("linear", 5)) / 100
var maxHp = setup.getStatValue(abilityParams.self, "hp", "Ability_Tank");
var stamina = setup.getStatValue(abilityParams.self, "stamina", "Ability_Tank");
abilityRuntimeData.modifier.maxHPMods = {
mod: setup.mod.ADD,
value: Math.ceil(maxHp * hpMultiplier)
}
abilityRuntimeData.modifier.maxStaminaMods = {
mod: setup.mod.REMOVE,
value: Math.ceil(stamina * stamMultiplier)
}
}
)>>
<<run setup.Ability_Tank.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_Tank.setUnlockCondition(
function(character){
return (State.variables.Level >= 1)
}
)>>
<<set setup.Ability_Tank.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_Tank.setGrade(setup.AbilityGrade.VERYLOW)>><<set setup.Ability_ToLiveForEcho = setup.AbilityDataFactory.createAbilityData({
id: "Ability_ToLiveForEcho",
name: "To Live For <<SymbioteName>>",
description: function(character, abilityRuntimeData)
{
return "You can only use pleasure self in human form, your stats in <<SymbioteName>> greatly increased.";
},
maxRank: 1
})>>
<<run setup.Ability_ToLiveForEcho.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_ToLiveForEcho.addBehaviour(
"update",
$AbilityTrigger.ON_MAX_LUST,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: 35}
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: 20}
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 20}
abilityRuntimeData.modifier.critChanceMods = {mod: setup.mod.ADD, value: 20}
abilityRuntimeData.modifier.staminaRecoveryMods = {mod: setup.mod.ADD, value: 10}
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.ADD, value: []}
var displayString = "You feel the presence of <<SymbioteName>> press against your mind. You embrace it, feeling yourself become one with the being that resides within you.";
displayString += "The familiar sensation of <<SymbioteName>> seeping through your pores is suddenly amplified as more and more ooze piles onto your flesh, expanding and taking shape as a"
displayString += "terrifyingly powerful and monstrous" + setup.getRace($CharacterSheet_Player.symbiote.anatomy) + "!"
return
}
)>>
<<run setup.Ability_ToLiveForEcho.addBehaviour(
"update",
$AbilityTrigger.ON_MIN_LUST + $AbilityTrigger.ON_FIGHT_END + $AbilityTrigger.ON_FIGHT_START,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
abilityRuntimeData.modifier.fightMoveIDsMods = {mod: setup.mod.REPLACE, value: [setup.FightMove_Masturbate.id]}
return "You feel <<SymbioteName>> recede back within you. You can almost feel his smile pulling wide.";
}
)>>
/*This breaks in 0.4.0*/
/*<<run setup.Ability_ToLiveForEcho.setUnlockableFromLevelScreen(true)>>*/
<<run setup.Ability_ToLiveForEcho.setUnlockCondition(
function(character){
return State.variables.Level >= 7
}
)>>
<<set setup.Ability_ToLiveForEcho.setCategory(setup.AbilityCategory.LUST)>>
<<set setup.Ability_ToLiveForEcho.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_TorgarsBond = setup.AbilityDataFactory.createAbilityData({
id: "Ability_TorgarsBond",
name: "Torgar's Corrupted Bond",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Torgar's corruption experiment empowers you.\n You gain 20% of Torgar's strength stat.";
}
else
{
let displayString = "Torgar's corruption experiment empowers you.\n";
displayString += "You gain "+abilityRuntimeData.getRankGrowth("linear", 20) + "% of Torgar's strength stat.";
return displayString;
}
},
maxRank: 5
})>>
<<run setup.Ability_TorgarsBond.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_TorgarsBond.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_DAY_CHANGE + $AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 0.2) * setup.getStatValue(State.variables.CharacterSheet_Torgar, "strength")};
}
)>><<set setup.Ability_TorgarsCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_TorgarsCorruption",
name: "Torgar's Corruption",
description:function(character)
{
return "Torgar's tainted seed empowers you.\n Lasts for 12 days.";
},
maxRank: 999
})>>
<<run setup.Ability_TorgarsCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_TorgarsCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.blackboard.dayConsumed = State.variables.Expedition;
setup.applyCorruption(abilityParams.self, 10);
setup.applyGrowth(abilityParams.self, "muscles", 10);
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 8)};
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 8)};
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 5)};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.corruptionMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 8)};
}
)>>
<<run setup.Ability_TorgarsCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_DAY_CHANGE,
function(abilityRuntimeData, abilityParams)
{
if(State.variables.Expedition - abilityRuntimeData.blackboard.dayConsumed >= 12)
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.rank = 0;
}
}
)>><<set setup.Ability_EmbracedByNyxsLight = setup.AbilityDataFactory.createAbilityData({
id: "Ability_EmbracedByNyxsLight",
name: "Embraced By Nyx's Light",
description:function(character)
{
return "Your body is absorbing Nyx's light while in this realm. You gain arousal 40% faster.";
},
maxRank: 1
})>>
<<run setup.Ability_EmbracedByNyxsLight.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_EmbracedByNyxsLight.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: Math.ceil(setup.getStatValue(abilityParams.self, "arousalGain") * 0.4, 0)};
},
)>><<set setup.Ability_TouchedByNyxsLight = setup.AbilityDataFactory.createAbilityData({
id: "Ability_TouchedByNyxsLight",
name: "Touched By Nyx's Light",
description:function(character)
{
return "Your body is absorbing Nyx's light while in this realm. You gain arousal 15% faster.";
},
maxRank: 1
})>>
<<run setup.Ability_TouchedByNyxsLight.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_TouchedByNyxsLight.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE + $AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: Math.ceil(setup.getStatValue(abilityParams.self, "arousalGain") * 0.15, 0)};
},
)>>
<<run setup.Ability_TouchedByNyxsLight.addBehaviour(
"end",
$AbilityTrigger.ON_FIGHT_BATTLE_LOST,
undefined,
)>><<set setup.Ability_UnstoppableExpansion = setup.AbilityDataFactory.createAbilityData({
id: "Ability_UnstoppableExpansion",
name: "Unstoppable Expansion",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Whenever you gain any amount of growth, add 0.1% of your current size to that amount.";
}
else
{
return "Whenever you gain any amount of growth, add "+ abilityRuntimeData.getRankGrowth("linear", 0.1).toFixed(2).replace(/\.00$/, '') +"% of your current size to that amount.";
}
},
maxRank: 10
})>>
<<run setup.Ability_UnstoppableExpansion.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_UnstoppableExpansion.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.bonusGrowthCock = {mod: setup.mod.ADD, value: setup.getStatValue(abilityParams.self, "cock") * abilityRuntimeData.getRankGrowth("linear", 1) / 1000}
abilityRuntimeData.modifier.bonusGrowthHeight = {mod: setup.mod.ADD, value: setup.getStatValue(abilityParams.self, "height") * abilityRuntimeData.getRankGrowth("linear", 1) / 1000}
abilityRuntimeData.modifier.bonusGrowthMuscles = {mod: setup.mod.ADD, value: setup.getStatValue(abilityParams.self, "muscles") * abilityRuntimeData.getRankGrowth("linear", 1) / 1000}
abilityRuntimeData.modifier.bonusGrowthBalls = {mod: setup.mod.ADD, value: setup.getStatValue(abilityParams.self, "balls") * abilityRuntimeData.getRankGrowth("linear", 1) / 1000}
},
)>>
<<run setup.Ability_UnstoppableExpansion.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_UnstoppableExpansion.setUnlockCondition(
function(character){
return (State.variables.Level >= 15)
}
)>>
<<set setup.Ability_UnstoppableExpansion.setCategory(setup.AbilityCategory.GROWTH)>>
<<set setup.Ability_UnstoppableExpansion.setGrade(setup.AbilityGrade.VERYHIGH)>><<set setup.Ability_ValiantRush = setup.AbilityDataFactory.createAbilityData({
id: "Ability_ValiantRush",
name: "Valiant Rush",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Increases the amount of Combo Moves per turn by 1.";
}
else
{
return "Increases the amount of Combo Moves per turn by "+abilityRuntimeData.getRankGrowth("linear", 1)+".";
}
},
maxRank: 5
})>>
<<run setup.Ability_ValiantRush.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_ValiantRush.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.modifier.comboMovesPerTurnMods = {mod: setup.mod.ADD, value: abilityRuntimeData.getRankGrowth("linear", 1)};
},
)>>
<<run setup.Ability_ValiantRush.setUnlockCondition(
function(character){
return State.variables.Level >= 5
}
)>>
<<run setup.Ability_ValiantRush.setUnlockableFromLevelScreen(true)>>
<<set setup.Ability_ValiantRush.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_ValiantRush.setGrade(setup.AbilityGrade.MEDIUM)>><<set setup.Ability_VampiricLust = setup.AbilityDataFactory.createAbilityData({
id: "Ability_VampiricLust",
name: "Vampiric Lust",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Regain 5 health whenever you reach max arousal.";
}
else
{
return "Regain "+ (2 + abilityRuntimeData.getRankGrowth("linear", 3))+" health whenever you reach max arousal.";
}
},
maxRank: 5
})>>
<<run setup.Ability_VampiricLust.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_VampiricLust.addBehaviour(
"update",
$AbilityTrigger.ON_MAX_LUST,
function(abilityRuntimeData, abilityParams)
{
abilityParams.self.fight.variables.currentHP = Math.min(setup.getStatValue(abilityParams.self, "hp"), abilityParams.self.fight.variables.currentHP + 2 + abilityRuntimeData.getRankGrowth("linear", 3));
return "Lust courses through your system, your need drives you ever onwards!"
},
)>>
<<run setup.Ability_VampiricLust.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_VampiricLust.setUnlockCondition(
function(character){
return State.variables.Level >= 4 && character.hasAbility("Ability_HostOfEcho")
}
)>>
<<set setup.Ability_VampiricLust.setCategory(setup.AbilityCategory.LUST)>>
<<set setup.Ability_VampiricLust.setGrade(setup.AbilityGrade.LOW)>><<set setup.Ability_VigorOfTheEndowed = setup.AbilityDataFactory.createAbilityData({
id: "Ability_VigorOfTheEndowed",
name: "Vigor of the Endowed",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "You gain Stamina for each "+setup.getLength(4)+" in cock length (up to 15).\n Your cock grows "+setup.getLength(2)+" and your balls grow "+setup.getLength(1)+" upon acquiring this Ability";
}
else
{
return "You gain Stamina for each "+setup.getLength(4)+" in cock length (up to "+(5 + abilityRuntimeData.getRankGrowth("linear", 10))+").\n Your cock grows "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 2))+" and your balls grow "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 1))+" upon acquiring this Ability";
}
},
maxRank: 4
})>>
<<run setup.Ability_VigorOfTheEndowed.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_VigorOfTheEndowed.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
setup.applyGrowth(abilityParams.self, "cock", abilityRuntimeData.getRankGrowth("linear", 2));
setup.applyGrowth(abilityParams.self, "balls", abilityRuntimeData.getRankGrowth("linear", 1));
},
)>>
<<run setup.Ability_VigorOfTheEndowed.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var boost = Math.min(Math.ceil(setup.getStatValue(abilityParams.self, "cock", "Ability_VigorOfTheEndowed") / 4), (15 + abilityRuntimeData.getRankGrowth("linear", 10)));
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: boost};
},
)>>
<<run setup.Ability_VigorOfTheEndowed.setUpgrade(
function(abilityRuntimeData, character){
return (State.variables.Level >= 7) && (abilityRuntimeData.canRank() == false)
},
setup.Ability_VigorOfTheEndowed_2,
function(character){
var displayString = ""
displayString += "You must be at least level 7: (" + State.variables.Level + ")\n"
return displayString
}
)>>
<<run setup.Ability_VigorOfTheEndowed.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_VigorOfTheEndowed.setUnlockCondition(
function(character){
return true
}
)>>
<<set setup.Ability_VigorOfTheEndowed.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_VigorOfTheEndowed.setGrade(setup.AbilityGrade.VERYLOW)>><<set setup.Ability_VigorOfTheEndowed_2 = setup.AbilityDataFactory.createAbilityData({
id: "Ability_VigorOfTheEndowed_2",
name: "Vigor of the Hyper Endowed",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "You gain Stamina and Health for each "+setup.getLength(4)+" in cock length (up to 45).\n Your cock grows "+setup.getLength(5)+" and your balls grow "+setup.getLength(2)+" upon acquiring this Ability";
}
else
{
return "You gain Stamina and Health for each "+setup.getLength(4)+" in cock length (up to "+(35 + abilityRuntimeData.getRankGrowth("linear", 10))+").\n Your cock grows "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 5))+" and your balls grow "+setup.getLength(abilityRuntimeData.getRankGrowth("linear", 2))+" upon acquiring this Ability";
}
},
maxRank: 5
})>>
<<run setup.Ability_VigorOfTheEndowed_2.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_VigorOfTheEndowed_2.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
setup.applyGrowth(abilityParams.self, "cock", abilityRuntimeData.getRankGrowth("linear", 5));
setup.applyGrowth(abilityParams.self, "balls", abilityRuntimeData.getRankGrowth("linear", 2));
},
)>>
<<run setup.Ability_VigorOfTheEndowed_2.addBehaviour(
"update",
$AbilityTrigger.ON_APPLY_GROWTH + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var boost = Math.min(setup.getStatValue(abilityParams.self, "cock", "Ability_VigorOfTheEndowed_2" / 4), (35 + abilityRuntimeData.getRankGrowth("linear", 10)));
abilityRuntimeData.modifier.maxStaminaMods = {mod: setup.mod.ADD, value: boost};
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.ADD, value: boost};
},
)>>
<<set setup.Ability_VigorOfTheEndowed_2.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_VigorOfTheEndowed_2.setGrade(setup.AbilityGrade.HIGH)>><<set setup.Ability_WarriorOfDuality = setup.AbilityDataFactory.createAbilityData({
id: "Ability_WarriorOfDuality",
name: "Warrior of Duality",
description:function(character, abilityRuntimeData)
{
if(abilityRuntimeData == undefined)
{
return "Gain 1 health on level up if corruption lower than 50.\n Gain 1 arousal per turn on level up if your corruption is greater than or equal to 50.";
}
else
{
return "Gain "+abilityRuntimeData.getRankGrowth("linear", 1)+" health on level up if corruption lower than 50.\n Gain "+abilityRuntimeData.getRankGrowth("linear", 1)+" arousal per turn on level up if your corruption is greater than or equal to 50.";
}
},
maxRank: 5
})>>
<<run setup.Ability_WarriorOfDuality.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_WarriorOfDuality.addBehaviour(
"update",
$AbilityTrigger.ON_LEVEL_UP,
function(abilityRuntimeData, abilityParams)
{
if(setup.getStatValue(abilityParams.self, "corruption") < 50)
{
setup.addToBaseStatValue(abilityParams.self, "hp", abilityRuntimeData.getRankGrowth("linear", 1))
}
else
{
setup.addToBaseStatValue(abilityParams.self, "arousalGain", abilityRuntimeData.getRankGrowth("linear", 1))
}
},
)>>
<<run setup.Ability_WarriorOfDuality.setUnlockableFromLevelScreen(true)>>
<<run setup.Ability_WarriorOfDuality.setUnlockCondition(
function(character){
return (State.variables.Level >= 3)
}
)>>
<<set setup.Ability_WarriorOfDuality.setCategory(setup.AbilityCategory.WARRIOR)>>
<<set setup.Ability_WarriorOfDuality.setGrade(setup.AbilityGrade.LOW)>><<set setup.Ability_WitheringVenom = setup.AbilityDataFactory.createAbilityData({
id: "Ability_WitheringVenom",
name: "Withering Venom",
description:function(character)
{
return "Active until your arousal becomes " + setup.getStatValue(character, "minArousal") + " or less.";
},
maxRank: 999
})>>
<<run setup.Ability_WitheringVenom.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined,
)>>
<<run setup.Ability_WitheringVenom.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier.maxHPMods = {mod: setup.mod.REMOVE, value: abilityRuntimeData.getRankGrowth("linear", 10)};
}
)>>
<<run setup.Ability_WitheringVenom.addBehaviour(
"update",
$AbilityTrigger.ON_MIN_LUST,
function(abilityRuntimeData, abilityParams){
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
)>>
<<run setup.Ability_WitheringVenom.addBehaviour(
"remove",
$AbilityTrigger.ON_FIGHT_END,
undefined,
)>><<set setup.Ability_LordOfCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_LordOfCorruption",
name: "Lord of Corruption",
description:function(character)
{
return "Corruption bends to your will, few have absorbed this much Corruption without losing their mind.\n 'Lustful Instincts', 'Corrupted Urges', 'Corrupted Remedy' and 'Infectious Lust' will replace random fight moves.";
},
maxRank: 1
})>>
<<run setup.Ability_LordOfCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_LordOfCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption >= 200)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 20};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 2};
abilityRuntimeData.modifier.corruptionPerDayMods = {mod: setup.mod.ADD, value: 1};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>><<set setup.Ability_LostInCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_LostInCorruption",
name: "Lost in Corruption",
description:function(character)
{
return "The urge to grow is unsatiable, you are constantly on the verge of orgasm.\n 'Lustful Instincts', 'Corrupted Urges', 'Corrupted Remedy' and 'Infectious Lust' will replace random fight moves.";
},
maxRank: 1
})>>
<<run setup.Ability_LostInCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_LostInCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption >= 100 && corruption < 200)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 12};
abilityRuntimeData.modifier.staminaRecoveryMods = {mod: setup.mod.ADD, value: 12};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 1};
abilityRuntimeData.modifier.corruptionPerDayMods = {mod: setup.mod.REMOVE, value: 1};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>><<set setup.Ability_MajorCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_MajorCorruption",
name: "Major Corruption",
description:function(character)
{
return "Very high amounts of Corruption flows through your veins.\n 'Lustful Instincts' and 'Corrupted Urges' will replace random fight moves.";
},
maxRank: 1
})>>
<<run setup.Ability_MajorCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_MajorCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption >= 50 && corruption < 75)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 0.5};
abilityRuntimeData.modifier.corruptionPerDayMods = {mod: setup.mod.REMOVE, value: 2};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>><<set setup.Ability_MinorCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_MinorCorruption",
name: "Minor Corruption",
description:function(character)
{
return "A substantial amount of Corruption flows within you.\n 'Lustful Instincts' will replace random fight moves.";
},
maxRank: 1
})>>
<<run setup.Ability_MinorCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_MinorCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption >= 25 && corruption < 50)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 2};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 0.25};
abilityRuntimeData.modifier.corruptionPerDayMods = {mod: setup.mod.REMOVE, value: 2.5};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>><<set setup.Ability_OverwhelmingCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Ability_OverwhelmingCorruption",
name: "Overwhelming Corruption",
description:function(character)
{
return "Corruption overwhelms every part of you.\n 'Lustful Instincts', 'Corrupted Urges' and 'Corrupted Remedy' will replace random fight moves.";
},
maxRank: 1
})>>
<<run setup.Ability_OverwhelmingCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_OverwhelmingCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption >= 75 && corruption < 200)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 7};
abilityRuntimeData.modifier.growthMods = {mod: setup.mod.ADD, value: 1};
abilityRuntimeData.modifier.corruptionPerDayMods = {mod: setup.mod.REMOVE, value: 1.5};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>><<set setup.Ability_Uncorrupted = setup.AbilityDataFactory.createAbilityData({
id: "Ability_Uncorrupted",
name: "Uncorrupted",
description:function(character)
{
return "Your body processes Corruption normally.";
},
maxRank: 1
})>>
<<run setup.Ability_Uncorrupted.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
undefined
)>>
<<run setup.Ability_Uncorrupted.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption < 25)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.corruptionPerDayMods = {mod: setup.mod.REMOVE, value: 3};
}
else
{
abilityRuntimeData.isActive = false;
abilityRuntimeData.modifier = setup.ModifierFactory.createModifier(
{
abilityID: abilityRuntimeData.abilityDataID
});
}
}
)>><<set setup.Achievement_BaptismInCorruption = setup.AbilityDataFactory.createAbilityData({
id: "Achievement_BaptismInCorruption",
name: "Baptism In Corruption",
description:function(character)
{
return "Another one joins the cause, another one sired into infinite lust.";
},
maxRank: 1
})>>
<<set setup.Achievement_BaptismInCorruption.isAchievement = true>>
<<set setup.Achievement_BaptismInCorruption.achievementInfo = "Make an opponent reach over 150 Corruption.">>
<<run setup.Achievement_BaptismInCorruption.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Achievement_BaptismInCorruption.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: 0.2};
}
}
)>><<set setup.Achievement_HostOfTheSpawns = setup.AbilityDataFactory.createAbilityData({
id: "Achievement_HostOfTheSpawns",
name: "Host of the Spawns",
description:function(character)
{
return "They are constantly pleasuring you, begging you to turn into a monstrous beast.";
},
maxRank: 1
})>>
<<set setup.Achievement_HostOfTheSpawns.isAchievement = true>>
<<set setup.Achievement_HostOfTheSpawns.achievementInfo = "Take in 5 spawns of Nyx.">>
<<run setup.Achievement_HostOfTheSpawns.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Achievement_HostOfTheSpawns.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: 0.2};
}
}
)>><<set setup.Achievement_LordOfTheSpawns = setup.AbilityDataFactory.createAbilityData({
id: "Achievement_LordOfTheSpawns",
name: "Lord of the Spawns",
description:function(character)
{
return "Their need is now your own. They must grow... They must spread...";
},
maxRank: 1
})>>
<<set setup.Achievement_LordOfTheSpawns.isAchievement = true>>
<<set setup.Achievement_LordOfTheSpawns.achievementInfo = "Take in 15 spawns of Nyx.">>
<<run setup.Achievement_LordOfTheSpawns.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Achievement_LordOfTheSpawns.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 20};
abilityRuntimeData.modifier.minArousalMods = {mod: setup.mod.ADD, value: 10};
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: 0.2};
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.2}
}
}
)>><<set setup.Achievement_MightOfAugwult = setup.AbilityDataFactory.createAbilityData({
id: "Achievement_MightOfAugwult",
name: "Might of Augwult",
description:function(character)
{
return "Your strength attracts the attention of powerful forces beyond your reach.";
},
maxRank: 1
})>>
<<set setup.Achievement_MightOfAugwult.isAchievement = true>>
<<set setup.Achievement_MightOfAugwult.achievementInfo = "Reach 200 Strength.">>
<<run setup.Achievement_MightOfAugwult.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Achievement_MightOfAugwult.addBehaviour(
"update",
$AbilityTrigger.ON_STAT_CHANGE,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
return;
}
if(setup.getStatValue(State.variables.CharacterSheet_Player, "strength") >= 200)
{
setup.completeAchievement("Achievement_MightOfAugwult");
}
}
)>>
<<run setup.Achievement_MightOfAugwult.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.strengthMods = {mod: setup.mod.ADD, value: 30};
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.2}
}
}
)>><<set setup.Achievement_OffTheDeepEnd = setup.AbilityDataFactory.createAbilityData({
id: "Achievement_OffTheDeepEnd",
name: "Off The Deep End",
description:function(character)
{
return "You've been warned and have seen the signs. <br>It only made your descent even sweeter.";
},
maxRank: 1
})>>
<<set setup.Achievement_OffTheDeepEnd.isAchievement = true>>
<<set setup.Achievement_OffTheDeepEnd.achievementInfo = "Reach 200 Corruption.">>
<<run setup.Achievement_OffTheDeepEnd.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Achievement_OffTheDeepEnd.addBehaviour(
"update",
$AbilityTrigger.ON_GAIN_CORRUPTION + $AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
return;
}
var corruption = setup.getStatValue(abilityParams.self, "corruption");
if(corruption >= 200)
{
setup.completeAchievement("Achievement_OffTheDeepEnd");
}
}
)>>
<<run setup.Achievement_OffTheDeepEnd.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.essenceMultiplierMods = {mod: setup.mod.ADD, value: 0.2};
}
}
)>><<set setup.Achievement_SubmissiveFighter = setup.AbilityDataFactory.createAbilityData({
id: "Achievement_SubmissiveFighter",
name: "Submissive Fighter",
description:function(character)
{
return "Is it really losing when there's so much to gain from it?";
},
maxRank: 1
})>>
<<set setup.Achievement_SubmissiveFighter.isAchievement = true>>
<<set setup.Achievement_SubmissiveFighter.achievementInfo = "Lose a battle to 5 different opponents.">>
<<run setup.Achievement_SubmissiveFighter.addBehaviour(
"start",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.isActive = false;
}
)>>
<<run setup.Achievement_SubmissiveFighter.addBehaviour(
"update",
$AbilityTrigger.ON_ACQUIRE,
function(abilityRuntimeData, abilityParams)
{
abilityRuntimeData.blackboard.lostEncounters = [];
}
)>>
<<run setup.Achievement_SubmissiveFighter.addBehaviour(
"update",
$AbilityTrigger.ON_FIGHT_BATTLE_LOST,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
return;
}
let isUnique = true;
for(let i = 0; i < abilityRuntimeData.blackboard.lostEncounters.length; i++)
{
if(abilityRuntimeData.blackboard.lostEncounters[i] == abilityParams.target.id)
{
isUnique = false;
break;
}
}
if(isUnique == true)
{
abilityRuntimeData.blackboard.lostEncounters.push(abilityParams.target.id);
}
if(abilityRuntimeData.blackboard.lostEncounters.length >= 5)
{
setup.completeAchievement("Achievement_SubmissiveFighter");
}
}
)>>
<<run setup.Achievement_SubmissiveFighter.addBehaviour(
"update",
$AbilityTrigger.ON_NEW_GAME_PLUS,
function(abilityRuntimeData, abilityParams)
{
if(abilityRuntimeData.achivemementState == setup.AchievementState.ACTIVATED)
{
abilityRuntimeData.isActive = true;
abilityRuntimeData.modifier.arousalGainMods = {mod: setup.mod.ADD, value: 5};
abilityRuntimeData.modifier.xpMultiplierMods = {mod: setup.mod.ADD, value: 0.2}
}
}
)>>\<<nobr>>
/*Initialization*/
<<if !$Encounter_Target.fight.variables.currentHP>>
<<run setup.variableInitializer.initializeFightVariables($Encounter_Target)>>
<<print $Encounter_Target.fight.encounterStartText >>
<<run setup.aiFightStart()>>
<<run setup.broadcastFightFlowTrigger($CharacterSheet_Player, $Encounter_Target, $AbilityTrigger.ON_FIGHT_START)>>
<</if>>
<<set $RedrawCount = 0>>
<<run setup.preAttacksUpdate($CharacterSheet_Player, $Encounter_Target)>>
/*Attack Handling*/
<<if $Encounter_Target.fight.variables.currentFightMove && $CharacterSheet_Player.fight.variables.currentFightMove>>
<<if setup.canTeammateAct($CharacterSheet_Player, $Encounter_Target, setup.AttackTiming.BEFORE_PLAYER) == true>>
<<run setup.doAttack(State.variables[$CharacterSheet_Player.fight.teammate], $Encounter_Target) >>
<</if>>
<<if $FightComboStackIndexes.length != 0>>
<<run setup.doComboAttack($CharacterSheet_Player, $Encounter_Target) >>
<<else>>
<<run setup.doAttack($CharacterSheet_Player, $Encounter_Target) >>
<</if>>
<<if setup.canTeammateAct($CharacterSheet_Player, $Encounter_Target, setup.AttackTiming.BETWEEN_PLAYER_AND_ENEMY) == true>>
<<run setup.doAttack(State.variables[$CharacterSheet_Player.fight.teammate], $Encounter_Target) >>
<</if>>
<<run setup.doAttack($Encounter_Target, $CharacterSheet_Player) >>
<<if setup.canTeammateAct($CharacterSheet_Player, $Encounter_Target, setup.AttackTiming.AFTER_ENEMY) == true>>
<<run setup.doAttack(State.variables[$CharacterSheet_Player.fight.teammate], $Encounter_Target) >>
<</if>>
<</if>>
/*Check Max Arousal*/
<<print setup.updateArousal($CharacterSheet_Player) >>
<<if $CharacterSheet_Player.fight.teammate != undefined>>
<<print setup.updateArousal(State.variables[$CharacterSheet_Player.fight.teammate]) >>
<</if>>
<<print setup.updateArousal($Encounter_Target) >>
\<</nobr>>
\<<run setup.postAttacksAIUpdate($Encounter_Target)>>
\
\/*Display*/
\<<nobr>>
<<if setup.canTeammateAct($CharacterSheet_Player, $Encounter_Target, setup.AttackTiming.BEFORE_PLAYER) == true>>
<<print setup.displayFightTurnOutcome(State.variables[$CharacterSheet_Player.fight.teammate], $Encounter_Target) >>
<</if>>
<<print setup.displayFightTurnOutcome($CharacterSheet_Player, $Encounter_Target) >>
<<if setup.canTeammateAct($CharacterSheet_Player, $Encounter_Target, setup.AttackTiming.BETWEEN_PLAYER_AND_ENEMY) == true>>
<<print setup.displayFightTurnOutcome(State.variables[$CharacterSheet_Player.fight.teammate], $Encounter_Target) >>
<</if>>
<<print setup.displayFightTurnOutcome($Encounter_Target, $CharacterSheet_Player) >>
<<if setup.canTeammateAct($CharacterSheet_Player, $Encounter_Target, setup.AttackTiming.AFTER_ENEMY) == true>>
<<print setup.displayFightTurnOutcome(State.variables[$CharacterSheet_Player.fight.teammate], $Encounter_Target) >>
<</if>>
\<</nobr>>
\<<print setup.updateFightStatus($CharacterSheet_Player, $Encounter_Target) >>\<<if setup.hasLostFight($Encounter_Target)>>
\<<print setup.onFightEnd($CharacterSheet_Player, $Encounter_Target)>>
\<<print $Encounter_Target.fight.outcomePlayerWins>>
\<<elseif setup.hasLostFight($CharacterSheet_Player)>>
\<<print setup.onFightEnd($Encounter_Target, $CharacterSheet_Player)>>
\<<print $Encounter_Target.fight.outcomePlayerLoses>>
\<</if>>
<<nobr>>
/*Unset Fight Variables*/
<<set $FightTurn = 0>>
<<run setup.broadcastFightFlowTrigger($CharacterSheet_Player, $Encounter_Target, $AbilityTrigger.ON_FIGHT_END)>>
<<run setup.saveFightAttributes($Encounter_Target)>>
<<unset $Display_Player_FightMoveOutcome,
$Encounter_Target,
$HasSymbiote>>
<<if $CachedTeammate != undefined>>
<<set $CharacterSheet_Player.fight.teammate = $CachedTeammate>>
<<unset $CachedTeammate>>
<</if>>
<<if $CharacterSheet_Player.fight.teammate != undefined>>
<<set State.variables[$CharacterSheet_Player.fight.teammate].fight.variables = $FightVariables>>
<</if>>
<<set $CharacterSheet_Player.fight.variables = $FightVariables>>
<</nobr>><<set setup.FightMove_Bash =
{
id: "FightMove_Bash",
name: "Bash",
preparation: function(character, target)
{
var flavourtext = setup.getFlavourBasedDescription(character, 'basicAttackPrepFlavour', 1)
if(flavourtext != undefined)
{
return character.info.name + " " + flavourtext
}
else
{
return character.info.name + " is getting ready to strike."
}
},
attackAttemptDesc: function(character, target)
{
var flavourtext = setup.getFlavourBasedDescription(character, 'bashAttackAttemptFlavour', 1)
return flavourtext
},
activationCondition: function(character, target)
{
return true;
},
dmg: 4,
staminaCost: 2,
critMod: 20,
comboCost: 1,
skillStatsToDescriptionSpacing: 2,
skillDescription: "A quick bash of your weapon's hilt with low stamina cost.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: []
}>><<set setup.FightMove_Basic_Attack =
{
id: "FightMove_Basic_Attack",
name: "Unarmed Strike",
preparation: function(character, target)
{
var flavourtext = setup.getFlavourBasedDescription(character, 'basicAttackPrepFlavour', 1)
if(flavourtext != undefined)
{
return character.info.name + " " + flavourtext
}
else
{
return character.info.name + " is getting ready to strike."
}
},
attackAttemptDesc: function(character, target)
{
var flavourtext = setup.getFlavourBasedDescription(character, 'basicAttackAttemptFlavour', 1)
return flavourtext
},
activationCondition: function(character, target)
{
return true;
},
dmg: 6,
staminaCost: 4,
critMod: 0,
comboCost: 1,
skillStatsToDescriptionSpacing: 2,
skillDescription: "A basic attack based on your own body strength.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: []
}>><<set setup.FightMove_ChargedStrike =
{
id: "FightMove_ChargedStrike",
name: "Charged Strike",
preparation: function(character, target)
{
if(this.currentStep == 0)
{
return character.info.name + " is channeling their strength for a powerful attack";
}
else
{
return character.info.name + " is charging at you for a massive attack!";
}
},
attackAttemptDesc: function(character, target)
{
return "With their body pulsating with strength, "+ character.info.name +" strikes you with a bone shattering attack!";
},
activationCondition: function(character, target)
{
return true;
},
currentStep: 0,
steps: 1,
dmg: 16,
staminaCost: 0,
critMod: 0,
skillDescription: "A bone shattering attack that takes a full turn to prepare.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: [],
}>><<set setup.FightMove_ConsumeLost =
{
id: "FightMove_ConsumeLost",
name: "Consume Lost",
preparation: function(character, target)
{
return character.info.name + " grasps a nearby Lost."
},
attackAttemptDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return character.info.name + " pulls the lost into his pecs.";
},
attackHitDesc: function(character, target)
{
var displayString = "The Lost moans as it is completely absorbed inside of "+character.info.name+". \n"
displayString += "His gargantuan muscles writhe and squirm as the mass of his worshippers builds on his own."
displayString += "His cock has grown "+ setup.getLength(9) + ".\n";
displayString += "His balls grow by "+ setup.getLength(3) + ".\n";
displayString += "His muscles expand ("+ setup.getLength(5) + ").\n";
displayString += "His body has become "+ setup.getLength(18) + " taller \n";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 16,
critMod: 100,
cooldown: 3,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Consume a nearby Lost, adding their mass onto your own.",
skillType: "offensive",
skillTheme: "offensive",
unlearnable: true,
additionalEffects: [setup.consumeLost]
}>><<set setup.FightMove_CorruptedRemedy =
{
id: "FightMove_CorruptedRemedy",
name: "Corrupted Remedy",
preparation: function(character, target)
{
return character.info.name + " grins, as if their wounds were suddenly gone."
},
attackAttemptDesc: function(character, target)
{
return "Deep moans below out of "+character.info.name+" as they embrace the power that fuels their inevitable ascension. Corruption builds around their wound, closing gashes and healing bruises, rebuilding what is bound to grow into a god."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
comboCost: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "No wound can reach a corrupted soul.",
skillType: "buff",
skillTheme: "corruption",
unlearnable: true,
additionalEffects: [setup.corruptedRemedyMove]
}>><<set setup.FightMove_CorruptedUrges =
{
id: "FightMove_CorruptedUrges",
name: "Corruptive Urges",
preparation: function(character, target)
{
return character.info.name + " muscles suddenly flex harder than ever."
},
attackAttemptDesc: function(character, target)
{
return "The world around "+character.info.name+" seems to warp, tainted by the endless need to be more. Their whole body flexes, feeding on the power of Corruption, growing more robust than the limits of mortal bodies. Then, against the sound of hardening muscles, a single word seeps out. 'More...'"
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
comboCost: 2,
skillStatsToDescriptionSpacing: 3,
skillDescription: "Feast upon Corruption.",
skillType: "buff",
skillTheme: "corruption",
unlearnable: true,
additionalEffects: [setup.corruptedUrgesMove]
}>><<set setup.FightMove_CumDeluge =
{
id: "FightMove_CumDeluge",
name: "Deluge of Seed",
preparation: function(character, target)
{
return character.info.name + "'s balls churn with enough cum to completely flood their opponent.";
},
attackAttemptDesc: function(character, target)
{
var displayString = setup.processFlavours(State.variables.CharacterSheet_Player, character.info.name +" howls as another wave of pleasure washes over them. Their @[all|balls|one=pulses~more=pulse] with a mad fury before suddenly clenching.");
displayString += target.info.name +" can only stare up as the earth shake, nothing can prepare them from the incoming flood.";
displayString += setup.processFlavours(State.variables.CharacterSheet_Player, "From the high of orgasm, "+character.info.name+" aims their @[all|cocks|noverb] down to "+target.info.name+", completely drenching them in an overwhelming deluge of seed.");
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
dmg: 26,
staminaCost: 30,
critMod: 20,
cooldown: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Lowers the strength of your opponent.",
skillType: "offensive",
skillTheme: "offensive",
unlearnable: true,
additionalEffects: [setup.cumDeluge]
}>><<set setup.FightMove_Do_Nothing =
{
id: "FightMove_Do_Nothing",
name: "Do Nothing",
preparation: function(character, target)
{
var he = setup.getPronoun(character,"pronoun");
return character.info.name + " is not readying any attack. It does not look like "+he+" cares about the fight.";
},
attackAttemptDesc: function(character, target)
{
return character.info.name +" waits eagerly for what will come next.";
},
activationCondition: function(character, target)
{
return true;
},
doesNothing: true,
dmg: 0,
staminaCost: 0,
critMod: 100,
skillStatsToDescriptionSpacing: 1,
skillDescription: "Lets your opponent attack freely.",
skillType: "special",
skillTheme: "special",
unlearnable: true,
additionalEffects: []
}>>
<<set setup.FightMove_Submit_Completely =
{
id: "FightMove_Submit_Completely",
name: "Submit Completely",
preparation: function(character, target)
{
var he = setup.getPronoun(character,"pronoun");
return character.info.name + " surrenders themselves completely";
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " surrenders themselves completely";
},
activationCondition: function(character, target)
{
if(character.fight.variables.cantSubmit)
{
return false;
}
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
skillStatsToDescriptionSpacing: 1,
skillDescription: "Surrender yourself completely.",
skillType: "special",
skillTheme: "special",
unlearnable: true,
additionalEffects: [setup.surrender]
}>><<set setup.FightMove_DragonStrike =
{
id: "FightMove_DragonStrike",
name: "Dragon Strike",
preparation: function(character, target)
{
return character.info.name + "'s body glow in a powerful white hue.";
},
attackAttemptDesc: function(character, target)
{
return "With the energy of the parried attack filling " + character.info.name +"'s body, they charge forward with their fist glowing in a blinding white light.";
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 70,
staminaCost: 25,
critMod: 0,
skillStatsToDescriptionSpacing: 1,
skillDescription: "Use absorbed energy to unleash an all powerful attack!",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: [setup.stunTarget],
}>><<set setup.FightMove_Focus =
{
id: "FightMove_Focus",
name: "Focus",
preparation: function(character, target)
{
return character.info.name + " focuses on their next move."
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " takes a breather."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 4,
critMod: 100,
comboCost: 1,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Gain an additional action slot until the end of this fight.",
skillType: "buff",
skillTheme: "buff",
unlearnable: true,
additionalEffects: [setup.focusFightMove]
}>><<set setup.FightMove_Goo_Stun =
{
id: "FightMove_Goo_Stun",
name: "Ensnaring Goo",
preparation: function(character, target)
{
return character.info.name + "'s goo completely surrounds "+target.info.name+"."
},
attackAttemptDesc: function(character, target)
{
var He = setup.getPronoun(character,"pronounCap");
return character.info.name + "'s goo completely covers "+target.info.name+".";
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 2,
staminaCost: 18,
critMod: -15,
cooldown: 5,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Send your goo to immobilize your target.",
skillType: "symbiote",
skillTheme: "symbiote",
additionalEffects: [setup.stunTarget]
}>><<set setup.FightMove_Hypnotize =
{
id: "FightMove_Hypnotize",
name: "Hypnotize",
preparation: function(character, target)
{
return character.info.name + "'s body glows in an unearthly purple. Their target is drawn to gaze at their eyes."
},
attackAttemptDesc: function(character, target)
{
var He = setup.getPronoun(character,"pronounCap");
return character.info.name + " attempts to enthrall their target with their glowing, piercing eyes.";
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 0,
staminaCost: 18,
critMod: -15,
cooldown: 5,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Influence your opponent's next attack choice.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: [setup.hypnotize]
}>><<set setup.FightMove_IncubusCall =
{
id: "FightMove_IncubusCall",
name: "Incubus Call",
preparation: function(character, target)
{
return "An ominous red glow appears around "+ character.info.name + "'s demonic cock. It is filled with demonic energy.";
},
attackAttemptDesc: function(character, target)
{
var His = setup.getPronoun(character,"pronounDepPosCap");
var his = setup.getPronoun(character,"pronounDepPos");
var he = setup.getPronoun(character,"pronoun");
var cockSize = setup.getLength(setup.getStatValue(character, "cock") + 20);
var displayString = "With every throb, "+character.info.name +"'s cock expands in girth and length, far larger than its natural size. "+His+" lustful moans increase in intensity as it grows to " + cockSize + " in length. ";
displayString += "It only takes a few jerks before "+he+" roars and shoots loads of demonic seed towards "+his+" target before it recedes to its original length.\n";
return displayString;
},
attackHitDesc: function(character, target)
{
var His = setup.getPronoun(character,"pronounDepPosCap");
var his = setup.getPronoun(character,"pronounDepPos");
var He = setup.getPronoun(character,"pronounCap");
var he = setup.getPronoun(character,"pronoun");
var displayString = target.info.name + " is hit by the incubus's cum. Warmth courses through "+his+" whole body, it feels like "+he+"'s burning with arousal.\n\n";
displayString += His+" heart immediately starts beating like a drum. \n";
displayString += He+" can't stop himself, "+his+" hand goes to feel "+his+" crotch.\n\n";
displayString += "It's beyond sensitive... Arousal overtakes his thoughts "+his+" mind, "+he+" gathers a handful of demonic cum a tastes it eagerly.\n\nThe effects are instantaneous.";
return displayString;
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 6,
staminaCost: 14,
critMod: 0,
comboCost: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Give them a taste of your demonic seed.",
skillType: "demon",
skillTheme: "demon",
additionalEffects: [setup.incubusCallEffects]
}>><<set setup.FightMove_IncubusStrike =
{
id: "FightMove_IncubusStrike",
name: "Incubus Strike",
preparation: function(character, target)
{
var His = setup.getPronoun(character,"pronounDepPosCap");
return "A red sigil appears under "+ character.info.name + ". "+His+" body glows with demonic energy."
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " runs to their target.";
},
attackHitDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
var His = setup.getPronoun(character,"pronounDepPosCap");
var him = setup.getPronoun(character,"pronounObject");
var He = setup.getPronoun(character,"pronounCap");
if(character.id == "CharacterSheet_Player")
{
return "You grins and presses your hand on "+target.info.name+"'s crotch.\n "+His+" vitality and arousal rushes into you. "
+"You can only laugh as your body grows in power."
}
else
{
return He+" grins and presses "+his+" hand on "+his+" target's crotch.\n "+target.info.name+"'s vitality and arousal rushes into "+him+". "
+character.info.name+" can only laugh as "+his+" body grows in power.\n"
}
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 22,
staminaCost: 20,
critMod: 15,
comboCost: 3,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Your need for more is never sated.",
skillType: "demon",
skillTheme: "demon",
additionalEffects: [setup.incubusStrikeEffects]
}>><<set setup.FightMove_InfectiousLust =
{
id: "FightMove_InfectiousLust",
name: "Infectious Lust",
preparation: function(character, target)
{
return character.info.name + " lets the corruption within himself take over. They lash out, with every inch of they being oozing out with Corruption."
},
attackAttemptDesc: function(character, target)
{
var displayString = setup.processFlavours(character, character.info.name + " growls, unable to contain the Corruption coursing through their body. They fall to their knees, @[all|hands|noverb] grasping their @[all|cocks|noverb] into furious, uneven motions of unholy lust.\n");
displayString += "'Yesssss... Moooooore...' They moan, completely absorbed in their own lust. The air around them thickens with the hot and humid smell of Corruption.\n";
displayString += "'I NEED MORE!' "+character.info.name+" roars, their head pulling back into a mad lustful frenzy. "+target.info.name+" can only gaze as a wave of corrupted cum makes their way to them. ";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
comboCost: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Let the endless hunger corrupt all.",
skillType: "buff",
skillTheme: "corruption",
unlearnable: true,
additionalEffects: [setup.infectiousLustMove]
}>><<set setup.FightMove_Infest =
{
id: "FightMove_Infest",
name: "Infest",
preparation: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return character.info.name + " can't contain "+his+" arousal anymore..."
},
attackAttemptDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return character.info.name + " approaches you as "+his+" thick tongue drips with corrupting goo.";
},
attackHitDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
var him = setup.getPronoun(character,"pronounObject");
var hitText = "";
if(target.fight.variables.currentArousal >= 50)
{
hitText = "As "+his+" seed comes in contact with your body, you feel an influence grow in your mind.\n"
+"Your already high arousal makes the influence stronger, you can barely think as visions of sex and monsters overtake your thoughts. \n"
+"You are stunned!";
}
else
{
hitText = "As "+his+" seed comes in contact with your body, you feel an influence grow in your mind.\n"
+" Visions of yourself transformed into a massive monster influence your thoughts.";
}
return "\"Spreeeeaaad...\" You hear "+him+" moan as "+his+" cock drips thick black precum on your chest.\n"+
hitText;
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 6,
staminaCost: 12,
critMod: 5,
cooldown: 3,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Stuns your opponent with pure corruptive lust.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: [setup.infestStun]
}>><<set setup.FightMove_Inspect =
{
id: "FightMove_Inspect",
name: "Inspect",
preparation: function(character, target)
{
return character.info.name + " inspects their opponent carefully."
},
attackAttemptDesc: function(character, target)
{
var displayString = "";
displayString += character.info.name + " inspects "+target.info.name+" carefully.\n\n";
if(target.info.picture != undefined)
{
displayString += setup.displayEncounterImage(target.info.picture) + "\n\n";
}
displayString += "HP: "+target.fight.variables.currentHP+"/"+setup.displayStatValue(target, "hp")+"\n";
displayString += "Stamina: "+target.fight.variables.currentStamina+"/"+setup.displayStatValue(target, "stamina")+"\n";
displayString += "Arousal: "+target.fight.variables.currentArousal+"\n\n";
displayString += "Strength: "+setup.displayStatValue(target, "strength")+"\n";
displayString += "Critical Hit Chance: "+setup.displayStatValue(target, "critChance")+"\n";
displayString += "Arousal per Turn: "+setup.displayStatValue(target, "arousalGain")+"\n";
displayString += "Stamina per Turn: "+setup.displayStatValue(target, "staminaRecovery")+"\n\n";
displayString += "Corruption: "+setup.getStatValue(target, "corruption")+"\n";
displayString += "Muscles: "+setup.getMusclesDescriptor(target)+"("+setup.displayStatValue(target, "muscles")+")\n";
displayString += "Height: "+setup.displayStatValue(target, "height", true)+"\n";
displayString += "Cock Size: "+setup.displayStatValue(target, "cock", true)+"\n\n";
displayString += "Passive Abilities:\n";
if(character.abilityHandler.abilityRuntimeDatas.length > 0)
{
for(let i = 0; i < target.abilityHandler.abilityRuntimeDatas.length; ++i)
{
let abilityRuntimeData = target.abilityHandler.abilityRuntimeDatas[i];
if(abilityRuntimeData.isActive == true)
{
displayString += setup[abilityRuntimeData.abilityDataID].name +": "+ setup[abilityRuntimeData.abilityDataID].description(target, abilityRuntimeData) +"\n";
}
}
}
else
{
displayString += "None\n";
}
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Shows information about your opponent.",
skillType: "special",
skillTheme: "special",
unlearnable: true,
additionalEffects: []
}>><<set setup.FightMove_Lunge =
{
id: "FightMove_Lunge",
name: "Lunge",
preparation: function(character, target)
{
return character.info.name + " is preparing to pounce.";
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " jumps at his target. ";
},
attackHitDesc: function(character, target)
{
var He = setup.getPronoun(character,"pronounCap");
return character.info.name + " lands on their target. "+He+" roars and slash them mercilessly.";
},
activationCondition: function(character, target)
{
return true;
},
dmg: 3,
staminaCost: 0,
critMod: 0,
skillDescription: "A basic attack.",
additionalEffects: []
}>><<set setup.FightMove_LustfulInstincts =
{
id: "FightMove_LustfulInstincts",
name: "Lustful Instincts",
preparation: function(character, target)
{
return character.info.name + " relishes the Corruption flowing through them. The need to grow and become something more... It changes reaches out and warps their whole being."
},
attackAttemptDesc: function(character, target)
{
return character.info.name + "'s heartbeat fastens; their breath becomes heavy with a subtle purple mist. Unholy vitality rushes through "+character.info.name+", urges them to reach out for what they yearn. Their body shakes with lust, their cock hardens with thick purple veins."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
comboCost: 1,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Give in...",
skillType: "buff",
skillTheme: "corruption",
unlearnable: true,
additionalEffects: [setup.lustfulInstinctsMove]
}>><<set setup.FightMove_Masturbate =
{
id: "FightMove_Masturbate",
name: "Pleasure Self",
preparation: function(character, target)
{
return character.info.name + "'s hand reaches for their crotch"
},
attackAttemptDesc: function(character, target)
{
var him = setup.getPronoun(character, "pronounObject");
return character.info.name + setup.processFlavours(character, " grabs his @[all|cocks|noverb] and then pumps it passionately. Arousal flows through ")+him+"."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 0,
critMod: 100,
comboCost: 1,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Increases your arousal gain by 100%.",
skillType: "buff",
skillTheme: "buff",
unlearnable: true,
additionalEffects: [setup.masturbate]
}>><<set setup.FightMove_ParasiteLunge =
{
id: "FightMove_ParasiteLunge",
name: "Parasite Lunge",
preparation: function(character, target)
{
return character.info.name + " is preparing to pounce.";
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " jumps at his target. ";
},
attackHitDesc: function(character, target)
{
var He = setup.getPronoun(character,"pronounCap");
return character.info.name + " lands on their target. "+He+" bites them mercilessly.";
},
activationCondition: function(character, target)
{
return true;
},
dmg: 3,
staminaCost: 4,
critMod: 0,
skillDescription: "A basic attack.",
additionalEffects: []
}>><<set setup.FightMove_Parry =
{
id: "FightMove_Parry",
name: "Parry",
preparation: function(character, target)
{
return character.info.name + " enters a parry stance.";
},
attackHitDesc: function(character, target)
{
var displayString = character.info.name + " drops his parry stance.";
return displayString;
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
staminaCost: 12,
critMod: 100,
cooldown: 4,
skillStatsToDescriptionSpacing: 1,
skillDescription: "Enter a parry stance, turning an opponent's damage into stamina",
skillType: "offensive",
skillTheme: "offensive",
callbackOnPreparation: setup.doParry,
additionalEffects: []
}>><<set setup.FightMove_PridefulAscent =
{
id: "FightMove_PridefulAscent",
name: "Prideful Ascend",
preparation: function(character, target)
{
return character.info.name + "'s body suddenly pulses, demonic energy coursing through them."
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " leaps and strikes with demonic vigor.";
},
attackHitDesc: function(character, target)
{
return character.info.name + "'s presses his body on "+target.info.name+", holding them as tight as they can.\n " + character.info.name + "'s body suddenly surges with growth, pushing them harder against their target.";
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 7,
staminaCost: 4,
critMod: 0,
comboCost: 1,
skillStatsToDescriptionSpacing: 2,
skillDescription: "All must bask in your pride.",
skillType: "demon",
skillTheme: "demon",
additionalEffects: [setup.pridefulAscentEffects]
}>><<set setup.FightMove_SeedOfRuin =
{
id: "FightMove_SeedOfRuin",
name: "Seed of Ruin",
preparation: function(character, target)
{
//lol kind of a hack but I'm drunk
var arousalDamage = Math.min(setup.getStatValue(target, "arousalGain") + target.fight.variables.currentArousal, 100);
this.dmg = arousalDamage;
return character.info.name + " grasps his monstrous cock, and roars as arousal washes over him."
},
attackAttemptDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return character.info.name + " cums, their infected load shooting towards their target.";
},
attackHitDesc: function(character, target)
{
var displayString = character.info.name + "'s load overwhelms you.\n"
displayString += "His infected seed crawls into you through your pores, frying your nerves with your own unstoppable need. \n"
displayString += "You scream as pain merges with a sudden orgasm washing over you.\n"
displayString += "\n"
displayString += "Your "+this.dmg+" arousal makes it even stronger."
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
dmg: 1,
staminaCost: 16,
critMod: 0,
cooldown: 3,
skillStatsToDescriptionSpacing: 2,
skillDescription: "The Seed of Ruin shall spread.",
skillType: "offensive",
skillTheme: "offensive",
unlearnable: true,
additionalEffects: []
}>><<set $Sigil_Growth =
{
id: "Sigil_Growth",
constantDesc: function(attacker, victim)
{
return "A Sigil of Growth pulsates in tune with " + attacker.info.name + "'s heartbeat.";
},
onDamagingHit: function(attacker, victim, params)
{
setup.removePersistentEffect(victim, this);
var ballsGrowth = Math.ceil(params.attackDamage * 0.025);
var cockGrowth = Math.ceil(params.attackDamage * 0.07);
var muscleGrowth = Math.ceil(params.attackDamage * 0.07);
var sizeGrowth = Math.ceil(params.attackDamage * 0.12);
ballsGrowth = setup.applyGrowth(attacker, "balls", ballsGrowth);
ballsGrowth = setup.applyGrowth(attacker, "cock", cockGrowth);
muscleGrowth = setup.applyGrowth(attacker, "muscles", muscleGrowth);
sizeGrowth = setup.applyGrowth(attacker, "height", sizeGrowth);
var His = setup.getPronoun(attacker,"pronounDepPosCap");
var his = setup.getPronoun(attacker,"pronounDepPos");
var displayString = attacker.info.name +"'s body gets overtaken by a golden aura as the Sigil of Growth activates. \n";
displayString += attacker.info.name + "'s cock grows "+ setup.getLength(cockGrowth) + ", ";
displayString += his+" muscles grow bigger (+"+ muscleGrowth + ") and ";
displayString += his+" body becomes "+ setup.getLength(sizeGrowth) + " taller\n";
//TODO apply balls growth desc
return displayString;
},
}>>
<<set setup.FightMove_Sigil_Growth =
{
id: "FightMove_Sigil_Growth",
name: "Sigil of Growth",
itemName: "A large golden bottle",
preparation: function(character, target)
{
return character.info.name + " feels an urge to grow...";
},
attackHitDesc: function(character, target)
{
var displayString = setup.displaySeedMoveIntro(character, target, "golden");
displayString += "It enters his body, forming a Sigil of Growth on his skin.\n";
displayString += character.info.name+" can feel the growth that's about to be unleashed on him.";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
staminaCost: 0,
critMod: 100,
comboCost: 1,
maxStack: 4,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Grows your body based on the damage of your next attack",
skillType: "sigil",
skillTheme: "sigil",
buyFromStore: true,
buyPassage: "Buy_Sigil_Growth",
essenceCost: 150,
persistentEffectOpponent: $Sigil_Growth,
additionalEffects: []
}>><<set $Sigil_Pain =
{
id: "Sigil_Pain",
constantDesc: function(attacker, victim)
{
return "A black Sigil of Pain cracks deeply along " + attacker.info.name + "'s skin.";
},
onDamagingHit: function(attacker, victim, params)
{
setup.removePersistentEffect(victim, this);
params.attackDamage = Math.floor(params.attackDamage * 1.25);
return "A Sigil of Pain ruptures "+ victim.info.name +"'s flesh as they get hit. The attack is amplified to "+params.attackDamage+" damage.\n";
},
}>>
<<set setup.FightMove_Sigil_Pain =
{
id: "FightMove_Sigil_Pain",
name: "Sigil of Pain",
itemName: "A thin black bottle",
preparation: function(character, target)
{
return character.info.name + "'s body suddenly glows with a subtle black hue.";
},
attackHitDesc: function(character, target)
{
var displayString = setup.displaySeedMoveIntro(character, target, "dark red");
displayString += "It enters "+target.info.name+"'s body. It twists and cracks along "+ target.info.name +"'s skin, turning into a Sigil of Pain.";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
staminaCost: 0,
critMod: 100,
comboCost: 1,
maxStack: 8,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Increases the damage of your next attack by 25%",
skillType: "sigil",
skillTheme: "sigil",
buyPassage: "Buy_Sigil_Pain",
buyFromStore: true,
essenceCost: 150,
persistentEffectOpponent: $Sigil_Pain,
additionalEffects: []
}>><<set $Sigil_Perception =
{
id: "Sigil_Perception",
constantDesc: function(attacker, victim)
{
return "A Sigil of Perception builds a strong cyan aura around " + attacker.info.name + "'s body.";
},
onActivate: function(attacker, victim, params)
{
attacker.applyAbilityRuntimeData(setup.Ability_SigilOfPerception);
},
onDamagingHit: function(attacker, victim, params)
{
setup.removePersistentEffect(victim, this);
attacker.removeAbilityRuntimeData(setup.Ability_SigilOfPerception);
return "The Sigil of Perception dissipates\n";
},
}>>
<<set setup.FightMove_Sigil_Perception =
{
id: "FightMove_Sigil_Perception",
name: "Sigil of Perception",
preparation: function(character, target)
{
return character.info.name + "'s body suddenly glows with a subtle cyan hue.";
},
attackHitDesc: function(character, target)
{
var displayString = "";
displayString += setup.processFlavours(State.variables.CharacterSheet_Player, "You focus Essence to your @[all| hands| noverb]; it suddenly glows in a soft cyan hue.\n");
displayString += "You strike at "+ target.info.name +"'s core, making the glow spread through their whole body.";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
staminaCost: 0,
critMod: 100,
comboCost: 1,
maxStack: 5,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Increases next attack's chance to critically hit by 30%",
skillType: "sigil",
skillTheme: "sigil",
persistentEffectOpponent: $Sigil_Perception,
additionalEffects: []
}>><<set $Sigil_Triad =
{
id: "Sigil_Triad",
constantDesc: function(attacker, victim)
{
return "A swirl of complex patterns form three sigils that cling to " + attacker.info.name + "'s body.";
},
onActivate: function(attacker, victim, params)
{
attacker.applyAbilityRuntimeData(setup.Ability_SigilOfPerception);
},
onDamagingHit: function(attacker, victim, params)
{
setup.removePersistentEffect(victim, this);
var displayString = "";
params.attackDamage = Math.floor(params.attackDamage * 1.25);
displayString += "The Sigil of Pain ruptures "+ victim.info.name +"'s flesh as they get hit. The attack is amplified to "+params.attackDamage+" damage.\n";
attacker.removeAbilityRuntimeData(setup.Ability_SigilOfPerception);
displayString += "The Sigil of Perception dissipates\n";
var ballsGrowth = Math.ceil(params.attackDamage * 0.7);
var cockGrowth = Math.ceil(params.attackDamage * 0.12);
var muscleGrowth = Math.ceil(params.attackDamage * 0.2);
var sizeGrowth = Math.ceil(params.attackDamage * 0.15);
ballsGrowth = setup.applyGrowth(attacker, "balls", ballsGrowth);
ballsGrowth = setup.applyGrowth(attacker, "cock", cockGrowth);
muscleGrowth = setup.applyGrowth(attacker, "muscles", muscleGrowth);
sizeGrowth = setup.applyGrowth(attacker, "height", sizeGrowth);
var His = setup.getPronoun(attacker,"pronounDepPosCap");
var his = setup.getPronoun(attacker,"pronounDepPos");
var displayString = attacker.info.name +"'s body gets overtaken by a golden aura as the Sigil of Growth activates. \n";
displayString += attacker.info.name + "'s cock grows "+ setup.getLength(cockGrowth) + ", ";
displayString += his+" muscles grow bigger (+"+ muscleGrowth + ") and ";
displayString += his+" body becomes "+ setup.getLength(sizeGrowth) + " taller\n";
return displayString
},
}>>
<<set setup.FightMove_Sigil_Triad =
{
id: "FightMove_Sigil_Triad",
name: "Sigil Triad",
preparation: function(character, target)
{
return character.info.name + "'s body suddenly glows with a complex blend of turquoise, black and gold.";
},
attackHitDesc: function(character, target)
{
var displayString = "";
displayString += character.info.name + "'s hands rise. Soon after, three trails of turquoise, black and gold emerge from his hands and swirl towards you.";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
staminaCost: 0,
critMod: 100,
maxStack: 4,
comboCost: 1,
skillStatsToDescriptionSpacing: 3,
skillDescription: "Combines the effects of the sigils of Pain, Perception and Growth.",
skillType: "sigil",
skillTheme: "sigil",
persistentEffectOpponent: $Sigil_Triad,
additionalEffects: []
}>><<set $Sigil_Vitality =
{
id: "Sigil_Vitality",
constantDesc: function(attacker, victim)
{
return "A gooey turquoise Sigil of Vitality clings to " + attacker.info.name + "'s body like thick latex.";
},
onDamagingHit: function(attacker, victim, params)
{
var lifedrain = Math.floor(params.attackDamage * 0.75);
attacker.fight.variables.currentHP = Math.min(attacker.fight.variables.currentHP + lifedrain, setup.getMaxHP(attacker));
setup.removePersistentEffect(victim, this);
var displayString = "";
if (attacker.id == "CharacterSheet_Player"){
displayString = "Thick turquoise goo emerges from "+victim.info.name+"'s wounds as the Sigil of Vitality activates. It rushes up to you and enters your body. You are healed for "+ lifedrain + "hp.\n";
}else{
displayString = "Thick turquoise goo emerges from your wounds as the Sigil of Vitality activates. It rushes up to your enemy and enters their body. They are healed for "+ lifedrain + "hp.\n";
}
return displayString
},
}>>
<<set setup.FightMove_Sigil_Vitality =
{
id: "FightMove_Sigil_Vitality",
name: "Sigil of Vitality",
itemName: "A glowing cyan vial",
preparation: function(character, target)
{
return character.info.name + "'s body suddenly glows with a subtle turquoise hue.";
},
attackHitDesc: function(character, target)
{
var displayString = setup.displaySeedMoveIntro(character, target, "turquoise");
displayString += "It enters "+target.info.name+"'s body, forming a Sigil of Vitality on his skin.";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
staminaCost: 0,
critMod: 100,
maxStack: 4,
comboCost: 1,
skillStatsToDescriptionSpacing: 3,
skillDescription: "Heals the user by 75% of the damage applied by an attack as it activates",
skillType: "sigil",
skillTheme: "sigil",
buyFromStore: true,
buyPassage: "Buy_Sigil_Vitality",
essenceCost: 100,
persistentEffectOpponent: $Sigil_Vitality,
additionalEffects: []
}>><<set setup.FightMove_Slash =
{
id: "FightMove_Slash",
name: "Slash",
preparation: function(character, target)
{
var flavourtext = setup.getFlavourBasedDescription(character, 'basicAttackPrepFlavour', 1)
if(flavourtext != undefined)
{
return character.info.name + " " + flavourtext
}
else
{
return character.info.name + " is getting ready to strike."
}
},
attackAttemptDesc: function(character, target)
{
var flavourtext = setup.getFlavourBasedDescription(character, 'slashAttackAttemptFlavour', 1)
return flavourtext
},
activationCondition: function(character, target)
{
return true;
},
dmg: 10,
staminaCost: 8,
critMod: 15,
comboCost: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "A potentially devastating slash of your weapon.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: []
}>><<set setup.FightMove_SlimeLunge =
{
id: "FightMove_SlimeLunge",
name: "Slime Lunge",
preparation: function(character, target)
{
return character.info.name + " sloshes around, moving at a surprisingly nimble pace, ready to respond to your next move.";
},
attackAttemptDesc: function(character, target)
{
return character.info.name + " bounces slightly, every movement causes its entire being to shake and stir, but its form remains well intact, not even a trail of goo is left behind in its wake.";
},
attackHitDesc: function(character, target)
{
var He = setup.getPronoun(character,"pronounCap");
return character.info.name + " bounces with the agility you’d never expect from such a creature. It collides against you with all its might, attempting to knock you off your feet.";
},
activationCondition: function(character, target)
{
return true;
},
dmg: 4,
staminaCost: 0,
critMod: 0,
skillDescription: "Lunge towards your opponent, possibly stunning them if you are bigger than them.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: [setup.slimeLungeEffects]
}>><<set setup.FightMove_Stomp =
{
id: "FightMove_Stomp",
name: "Stomp",
preparation: function(character, target)
{
return character.info.name + "'s massive feet loom over his opponent.";
},
attackAttemptDesc: function(character, target)
{
return "The ground shakes as "+character.info.name +" brings his foot down on his opponent."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 18,
staminaCost: 20,
critMod: 20,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Bring your foot down on your tiny opponent.",
skillType: "offensive",
skillTheme: "offensive",
unlearnable: true,
additionalEffects: []
}>><<set setup.FightMove_SummonParasite =
{
id: "FightMove_SummonParasite",
name: "Summon Parasite",
preparation: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return "A thick purple mist suddenly gathers around "+character.info.name+"'s hands."
},
attackAttemptDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
var displayString = "The familiar sound of a portal opening rings between the two of you.\n";
displayString += "The black, opaque skin of a "+setup.getLength(Math.ceil(setup.getStatValue(character, "cock") / 3))+" Nyx Parasite pokes out before it jumps towards "+ target.info.name;
return displayString;
},
attackHitDesc: function(character, target)
{
var displayString = "The parasite stings "+target.info.name+". A sharp pain slowly spreads through their limbs.";
return displayString;
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 5,
staminaCost: 12,
critMod: 0,
skillStatsToDescriptionSpacing: 1,
skillDescription: "Bring forth spawns of Nyx.",
skillType: "demon",
skillTheme: "demon",
additionalEffects: [setup.witheringVenom]
}>><<set setup.FightMove_Tutorial1 =
{
id: "FightMove_Tutorial1",
name: "Struggle",
preparation: function(character, target)
{
return "<<include FightMove_Tutorial1_Preparation>>"
},
attackAttemptDesc: function(character, target)
{
return "The beast is distracted by Abel's attack."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 8,
critMod: 0,
comboCost: 2,
cooldown: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "The beast is distracted by Abel's attack, now is the time to strike.",
skillType: "special",
skillTheme: "special",
additionalEffects: []
}>>The wounded Lost is distracted by Abel's attacks!
As he slashes the beasts back, you hear him cry out.
"Hit him as often as you can $CharacterSheet_Player.info.name! Remember your <<link "training!">> <<replace "#tutorial">><<include "FightMove_Tutorial1_Tutorial">><</replace>> <</link>>"
<span id="tutorial"></span>A list of randomized moves are given to you every turn.
You can chain multiple moves during the same turn, as long as their Link Value (the number in the top right corner) is adjacent to that of the following move.
(4 and 1 are considered adjacenent since they are the last and first value respectively)
[img["https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Tutorials/tutorial_merged.png"]]
Linking as many moves as you can during a turn is usually a good strategy!<<set setup.FightMove_Tutorial2 =
{
id: "FightMove_Tutorial2",
name: "Distracted Slash",
preparation: function(character, target)
{
return "<<include FightMove_Tutorial2_Preparation>>"
},
attackAttemptDesc: function(character, target)
{
return "You take the hit, but it could have been much worse if it wasn't distracted."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 1,
staminaCost: 8,
critMod: 0,
comboCost: 2,
cooldown: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "A strong attack that's held back by some distraction.",
skillType: "special",
skillTheme: "special",
additionalEffects: []
}>>The wounded Lost lifts his might paw to slash you, but Abel holds him back as he swings!
As he slashes the beast's back, you hear him cry out.
"He's distracted! <<link "Make sure this one counts!">> <<replace "#tutorial">><<include "FightMove_Tutorial2_Tutorial">><</replace>> <</link>>"
<span id="tutorial"></span>If you don't like the hand that you received this turn, you can cycle it by clicking the "Redraw" button for an increasing amount of stamina.
This is a good thing to do if there are not a lot of moves that combo with one another!<<set setup.FightMove_Tutorial3 =
{
id: "FightMove_Tutorial3",
name: "Distracted Roar",
preparation: function(character, target)
{
return "<<include FightMove_Tutorial3_Preparation>>"
},
attackAttemptDesc: function(character, target)
{
return "The wounded Lost roars out in exasperation."
},
activationCondition: function(character, target)
{
return true;
},
dmg: 0,
staminaCost: 8,
critMod: 0,
comboCost: 2,
cooldown: 2,
skillStatsToDescriptionSpacing: 2,
skillDescription: "A loud roar of frustration.",
skillType: "special",
skillTheme: "special",
additionalEffects: []
}>>You barely have time to cover your ears as the beasts roars in frustration.
If Abel had something to tell you, it's impossible to hear right now.
You'll have to <<link "figure out your next move on your own.">> <<replace "#tutorial">><<include "FightMove_Tutorial3_Tutorial">><</replace>> <</link>>
<span id="tutorial"></span>You can hover any icon on the cards to get a helpful tooltip about what it represents.
Same goes for every stat that is currently affected by a modifier!<<set setup.FightMove_WitheringVenom =
{
id: "FightMove_WitheringVenom",
name: "Withering Venom",
preparation: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return character.info.name + " can't contain "+his+" need to spread..."
},
attackAttemptDesc: function(character, target)
{
var his = setup.getPronoun(character,"pronounDepPos");
return "As the "+ character.info.name + " crawls closer, you notice a stinger emerge from his previously featureless head.\n";
},
attackHitDesc: function(character, target)
{
var displayString = "The "+ character.info.name + " suddenly pounces and stings you. A sharp pain slowly spreads through your limbs. You feel weaker.";
return displayString;
},
activationCondition: function(character, target)
{
return character.fight.variables.currentStamina >= this.staminaCost;
},
dmg: 1,
staminaCost: 12,
critMod: 0,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Weakens your target with numbing venom.",
skillType: "offensive",
skillTheme: "offensive",
additionalEffects: [setup.witheringVenom]
}>><<set setup.FightMove_Worship =
{
id: "FightMove_Worship",
name: "Worship",
preparation: function(character, target)
{
return character.info.name + "'s mind is entirely under your control. His mouth is watering at the sight of your cock.";
},
attackAttemptDesc: function(character, target)
{
let arousalGain = 10;
target.fight.variables.currentArousal += arousalGain;
target.fight.variables.currentArousal = Math.min(100, target.fight.variables.currentArousal);
let displayString = character.info.name +" is overwhelmed by am insatiable desire to worhip their master. He loses himself, kissing "+target.info.name+" while grinding his hard cock on his. He soon drops to suck his master's while moaning passionately.\n";
displayString += target.info.name +" graps the back of "+character.info.name+"'s head and thrusts his cock down his throat. He gains "+arousalGain+" arousal.";
return displayString;
},
activationCondition: function(character, target)
{
return true;
},
doesNothing: true,
dmg: 0,
staminaCost: 0,
critMod: 100,
skillStatsToDescriptionSpacing: 2,
skillDescription: "Worhip your opponent's body.",
skillType: "special",
skillTheme: "special",
unlearnable: true,
additionalEffects: []
}>><<include setup.getNextNarativeEventPassage($CharacterSheet_Jorm.quest.encounterPassages)>><<run setup.initialJormSetup()>>\
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "jormFirstMeeting", 1)>>You set out to explore and within the hour you come across a strange discovery.
You are pretty sure that there used to be a swamp in this area, and yet all you find is an arid wasteland of almost suspicious emptiness.
The dirt beneath your feet is dry, hard and so flat that you can see all the way towards the horizon with little in the way of obstacles or places to hide.
It makes it exceedingly easy to spot a group of Lost in the distance, and so you ready yourself for the inevitable fight. After all there is no place for you to hide either, \
no way for them not to spot you.
But the attack never comes. In fact, they appeared to be perfectly content with staying put.
[[Investigate Further->Jorm_FirstMeeting_PlayerSmall_2]]
[[Leave->Village]]<<set $CharacterSheet_Jorm.quest.encounterPassages.firstTime.available = false>>\
An unhealthy amount of curiosity gets the better of you. It is an exceedingly rare sight to see any number of Lost who aren't ravenously mating each other or trying to spread their corruption.
Seeing them just sit there warrants investigation.
So, as you draw closer, you not only rather quickly realize that these Lost are significantly larger than the usual specimen.
They sit around a big pond that is at least <<print setup.getLength(3937)>> in diameter, even this close, they do not seem to notice your presence.
[[Examine the pond->Jorm_FirstMeeting_PlayerSmall_3]]A <<SymbioteColor>> goo fills the pond; it runs and spills over the edges while the Lost throbbing genitalias submerge within it.
You could see their bodies twitch with their vacant eyes rolled back and their tongues lolled out, drool dripping from their maws.
Their balls contract again and again, you could see the goo bubble as streaks of white and black shoot through it as the Lost orgasm into the liquid with no end in sight.
[[Continue->Jorm_FirstMeeting_PlayerSmall_4]]It starts to tickle your nose. \
<<print setup.processFlavours($CharacterSheet_Player, "A scent that is hard to describe and leave you light headed for a moment. Your @[all|cocks|one=surges~more=surge] to full erection within a second.")>>
You can feel the tightness in your taint as incredible desire ran through your loins. You feel how <<SymbioteName>> stirs beneath your skin, the desire to emerge growing within your companion.
<<print setup.processFlavours($CharacterSheet_Player, "Just like the desire to step forward, to put your @[all|cocks|noverb] into the pond as well. You feel him writhe beneath your skin, your @[all|cocks|one=throbs~more=throb].")>>
The scent beckons you forward, the low growling of the Lost promising an incredible pleasure, \
<<print setup.processFlavours($CharacterSheet_Player, "a thrilling excitement waiting mere steps away from you. You bring your @[all|cocks|noverb] over the pond and your pre drips into it. ")>>
The goo almost lashes out at your early ejaculate before it suddenly recoils away.
[[Continue->Jorm_FirstMeeting_PlayerSmall_5]]It begins to bubble, then boil. The liquid churns and gurgles. The Lost around you roar and squirm as the goo lashes out at them, engulfing their lower bodies completely.
Their gigantic musculature deflates before your very eyes until they are completely pulled into the pond.
The bubbling ceases, the scent vanishes with it.
[[Continue->Jorm_JormEmerges_Small]]The ground shakes beneath your massive gait.
Exploring the wasteland is a treat at this size, and it would only become easier as you grow larger.
You could see the slight curving of the world towards the horizon, and so, as you strode on, a curiosity peaked your interest.
[[Continue->Jorm_FirstMeeting_PlayerBig_2]]You remember being here before. Instead, all you can see is a flat, barren wasteland which is almost entirely devoid of features.
Infact it almost seems like it has been purposefully flattened. Only - comparatively - small pools disturb the land like pockmarks.
You also see that the Lost gather around these pools, which is unusual enough.
After all, they usually come rushing immediately to bay and bark at your feet, given that your form is impossible to overlook.
[[Investigate Further->Jorm_FirstMeeting_PlayerBig_3]]
[[Leave->Village]]<<set $CharacterSheet_Jorm.quest.encounterPassages.firstTime.available = false>>\
It is curious enough to warrant investigation. A few more steps carry you across the vast distance and close to one of the many ponds.
It is perhaps <<print setup.getLength(3937)>> in diameter and appears to be filled with <<SymbioteColor>> liquid.
[[Get closer->Jorm_FirstMeeting_PlayerBig_4]]You crouch down to have a better look at it. Even this close, the Lost around it does not seem to react to your presence.
You can’t help but notice that they seem significantly larger than normal, but that still make them miniscule compared to your vastness.
Despite that however, it nearly escapes your notice that all of them have their massive genitals submerged in the quivering liquid of the pond.
Something about that sight make <<SymbioteName>> stir within your loins, but not just that, there is something in the wind, a strange smell.
<<print setup.processFlavours($CharacterSheet_Player, "It makes your @[all|cocks|one=surges~more=surge] to full erection with such force and speed that you feel light headed for a moment.")>>
<<SymbioteName>> writhes beneath your skin with a mounting desire to emerge. The hole in the ground before looks more and more appealing, \
even considering that would struggle to actually contain your endowments. You place your hands on the ground next to it and your immense form looms over the pit.
<<print setup.processFlavours($CharacterSheet_Player, "You carefully line up your @[all|cocks|noverb] with the hole. Your @[all|cocks|noverb] over it and thick globs of pre fall into the liquid.")>>
The noise that unfolds gives you momentary pause. The Lost beneath you howl out in orgasmic bliss. Their bodies trash and flail as a mind breaking climax overwhelms them.
You can perceive the lost of other pits undergoing a similar experience.
[[Continue->Jorm_FirstMeeting_PlayerBig_5]]The <<SymbioteColor>> goo within the pits lashes out and begins to engulf the Lost.
Their huge, muscular bodies shrink as the pond turns black.
Within seconds, they are fully engulfed into the pits to vanish completely.
You back away as the goo starts to churn and gurgle violently beneath you.
[[Continue->Jorm_JormEmerges_Big]]The goo from each pit spill over and cover the land, only for it to retract in a rhythmic ebb and flow.
You hear a strange billowing sound from beneath the ground, something that sounds like an excited, heavy breathing.
[[Continue->Jorm_JormEmerges_Big_2]]Then the earth begins to quake. A roar from beneath the earth emerge. The very ground you stand on begins to give in.
All the flattened land under your purview fall at once. It is a deafening, roaring cacophony.
A thundering destruction as chunks of packed earth fall into a dark abyss, never to be seen again.
Any hope, any chance of seeing into the hole is taken by the forming sandstorm which blots out the sky.
The sheer dryness and heat lead to a veritable lightning storm forming within.
The arcs and flashes of lightning illuminate a rising form. Higher and higher it seems to grow, emerging without end.
A tremendous wall which pushes the storm ahead of it.
Large limbs move with unnatural speed, a tail like an endless mountain ridge whipping with physics defying ease.
An earth splitting, deafening roar dispels the sandstorm.
<<link "Continue" setup.getInitialJormSizeDiffPassage()>><</link>>The ground rumbles. The earth quakes. The goo within the pit overflows, before it retracts again.
It is a mesmerizing ebb and flow before it finally pulls back again completely, only to leave a dark, yawning abyss in its wake.
The hole is so deep that light could not reach the bottom of it.
Then the ground ahead of you collapses.
[[Continue->Jorm_JormEmerges_Small_2]]The earth falls, bereft of whatever support it may have had. Chunks of packed dirt, as large as houses, falls into the abyss.
An immense amount of dust is thrown up in the wake of this landfall.
You hear a deep groan from beneath.
Then you could see it. A shape took form in the billowing clouds of dust before you. It rose, rose ever greater, seemingly without end. \
Gigantic limbs moved behind the cover, a deafening roar, the earth splitting crack of a whip.
The clouds of dust are cast aside.
<<link "Continue" setup.getInitialJormSizeDiffPassage()>><</link>>The dust clears, you gaze upon a looming wall of <<SymbioteColor>>.
After a few seconds, you realize that this sheer, immense mountainside before you is the tail of an absolutely gargantuan naga.
You estimate his size to be <<print setup.getLength(setup.getStatValue($CharacterSheet_Jorm, "height"))>>, but there is simply no way to regard this beast with only a glance.
A stellar musculature ripples beneath glistening scales, it slowly draws your attention up along this cliff of muscle, and towards his groin.
This snake is most definitely a him indeed. His genital slit is but a little more than a natural cockring, \
which ensures that his pair of <<print setup.getLength(setup.getStatValue($CharacterSheet_Jorm, "cock"))>> <<print setup.processFlavours($CharacterSheet_Jorm, "@[all|cocks|one=remains~more=remain]")>> hard at all times.
These spires are adorned with barbs and ridges, the tips tapering just enough to ease themselves into significantly smaller holes. Their base flare with sufficient size to hint at the existence of a knot.
Beneath these two grand spires is the naga’s sack, the skin of which burgeon with the four immense balls contained within.
In fact, it sits so tight to his body, these gonads should have been internal.
You hear them churn and gurgle up a storm.
[[Continue->Jorm_JormDescriptions_LargerThanPlayer_2]]Taking your eyes off the naga’s endowments is no easy task. They remain in the way even when you try to look up and past them, towards his doming midsection of abdominals.
Each is a towering hill, a small mountain in their own right, dark canyons sculpted flesh of the grand beast.
The path of musculature guided your eyes up further as your eyes followed along not just six, nor eight abs.
This road to glory seems insatiable as even twelve is not enough. Instead, the naga’s long, powerful waist is rocking a solid twenty four huge, powerful abdominals.
The last quarter at the top is flanked by a pair of pectorals, before it ends in yet another enormous, bulging pair of chiseled and hard cut mounds of muscles.
Each of them is crowned by a fittingly gigantic, nipple. \
<<print setup.processFlavours($CharacterSheet_Jorm, "Though with how big these pectorals are, it's easy to imagine putting a lot more on them. That cleft is waiting for your @[all|cocks|noverb] to slide right between them.")>>
[[Continue->Jorm_JormDescriptions_LargerThanPlayer_3]]Belonging to these four pectorals are four arms, each of which are engorged with an immense power and so absolutely thick with dense muscle that it is difficult to fathom that the naga could reach his own nipples.
He is a gigantic hulk of powerful muscle that make even the Lost appear tiny and insignificant to him.
<<if setup.getStatValue($CharacterSheet_Player, "muscles") > 100>>\
Only your own bulk could match his incredible girth and size.
<<else>>\
Not even your own size could hope to match the naga’s power.
<</if>>\
Above all that, atop of a long and massive neck which ripple with incredible power and girth, throne the naga’s head.
It is cast into shadow by the utterly gigantic - and slightly familiar - cobra hood that spans like wings and stretches over his traps to disappear somewhere into his immense shoulders.
He looks down at you.
His eyes and scales glow with an iridescent color, like a rainbow is pulsating within. \
Spiraling, confusing patterns run through his hood and thrum in tune with the color of his eyes.
[[Continue->Jorm_NamingDialogue]]The dust clears and before you stands a <<SymbioteColor>> naga. The beast is an incredible sight for all it counts. \
The fact that its <<print setup.getLength(setup.getStatValue($CharacterSheet_Jorm, "height"))>> near matches your height at all is already a testament to how gigantic this beast is.
As if by instinct, your gaze drifts downwards, towards the massive and girthy tail of the beast. Snakes are usually all muscle anyway, but this monster takes the cake indeed. \
Though it is hard to look past the serpent’s crotch. Two <<print setup.getLength(setup.getStatValue($CharacterSheet_Jorm, "cock"))>> spires jut forth from his groin.
[[Examine his crotch->Jorm_JormDescriptions_EvenToPlayer_2]]The genital slit he once had has become little more than a natural cockring, ensuring that those dicks remain hard.
They are bristling with features no less, as their lengths are adorned with ridges, and the tapered tips overflow with fleshy barbs.
The hint of a knot hides at the base. Beneath this pair of genital spires hangs a tight, snug fitting scrotum that is stretched far by a quad of gigantic balls.
It is hard to take your eyes off that sight, considering how inviting these massive phalli throb and pulse.
[[Look upwards->Jorm_JormDescriptions_EvenToPlayer_3]]Each ab is a thick, chiseled hill amidst a labyrinthe of canyons in between.
They are flanked by a pair of pectorals, which in turn are crowned by yet another pair.
All four are bulging, swollen mountains with massive fat nipple.
A real hand filling handlebar to hold on to and pull, while fucking his massive pectorals.
His four arms are staying in tune with the sheer girth of the serpent.
<<if setup.getStatValue($CharacterSheet_Player, "muscles") > 100>>\
They are almost as heavy as your own mass.
<<else>>\
Not even your own size could hope to match the naga’s power.
<</if>>\
His arms are so big that he would not be able to touch his own nipples, or properly reach his own cocks. Between the size of his biceps and the girth of his chest, there simply is no space to accomodate for either.
[[Look upwards still->Jorm_JormDescriptions_EvenToPlayer_4]]A remarkably long and thick neck leads up to his head, which in turn is crowned by a massive, - and familiar - cobra hood.
Iridescent, confusing, spiralling patterns draw attention towards his face.
Aside from the startlingly handsome muzzle, with its strong, firm cut jawline - it is all too easy to imagine him swallowing very, very large things.
His eyes glow with an iridescent light.
With each heartbeat, a different color pulses to the forefront, which happen entirely in tune with the patterns of his hood.
It is so difficult to look away.
[[Continue->Jorm_NamingDialogue]]The dust clears and before you stands a <<SymbioteColor>> naga. You actually have to look down at it, even though the beast is easily <<print setup.getLength(setup.getStatValue($CharacterSheet_Jorm, "height"))>> tall.
What a dramatic entrance for such a little twerp. But then again, how could he hope to stand against someone like you - a living, breathing, growing god - anyway? Your eyes trail along the serpent’s body.
For what he is worth, he's indeed on the powerfully built side. He is also most definitely a he, as a look at his groin so easily proves. Two <<print setup.getLength(setup.getStatValue($CharacterSheet_Jorm, "cock"))>> spires jut from his groin.
Their tapered tips bristle with fleshy barbs, only for thick ridges to take over along his length. Finally, towards the end of his members, there is the hint of a knot that has yet to inflate.
All of that is kept in check by a genital slit that has become little more than a cockring, unable to contain his endowments any longer.
Right beneath is a tight, snug fitting sack which held a quad of admittedly rather enormous testicles.
[[Examine his body further->Jorm_JormDescriptions_SmallerThanPlayer_2]]Your eyes run up what is a solid double-dozen of abs, a road of a full twenty four thick abs, which stretch over the long and thick roid-gut of the serpent.
The upper quarter is flanked by a pair of pectorals, which in turn is topped by yet another pair. Each pectoral is crowned by a fat, swollen nipple, as large as a soda can in relation to the naga’s size.
You’d barely be able to fit your lips around them, with how small they are compared to you. At least his arms promise to make for sufficient holds with how girthy they are.
They are burgeoning with powerful musculature in their own right, so much so that he would barely be able to bend them far enough to touch his pectorals or even dicks.
[[Look upwards->Jorm_JormDescriptions_SmallerThanPlayer_3]]Finally your gaze drift along his powerful and long neck, to his face.
Your eyes are naturally guided that way.
Even though there is still a massive cobra hood to draw your attention, the spiralling patterns adorning it throbs with light. They pulse inwards and brought you to look upon his admittedly very handsome features.
Though really it is his eyes which are the real looker.
They glow with all colors of the rainbow, pulsating from one to the next, a beautiful sea to get lost in.
In fact, it is hard to tear your gaze away from them.
[[Continue->Jorm_NamingDialogue]]The naga clearly notices you, what is at first an amused smirk now turns into a wide grin of delighted recognition.
You can see the glint of admiration in his rainbow eyes.
Herculean brawn creaks and groans as the serpent gives you a brief but nonetheless courteous bow. Its elegance is only marred by his musclebound physique and his own cocks.
He looks you right in the eyes as he straightens himself again.
"I am glad that we get another chance to meet, in what I hope are going to be more amicable conditions."
He speaks with a wondrously sonorous voice and a surprising amount of candor.
It is full of volume and timbre, but also brimming with barely contained lust and desire.
Still there are certain questions on your mind.
[[Continue->Jorm_NamingDialogue_2]]"I know you may not remember, as last time we met I was in a considerably more pitiful state. I was barely even a feral animal."
His grin all but vanishes, making way for a wistful sigh.
His gaze returns to you and starts to drift down your body.
The coloration of his eyes and hood turn into a muted grey red. His sorrows seem to conflict with his arousal.
He licks his lips, his hands meet each other on the way down.
He rubs them together so hard his knuckles nearly seem to pop out.
"Just thinking back to it already…"
<<link "Continue" setup.getJormIntroductionPassage()>><</link>>"The way you took me. How your warmth filled me… it was…"
He pauses for a moment and a shudder rolls through his body, while a gush of pre spurts from his shafts.
"I could feel your unbridled lust rush through me. It was like a fire illuminating the darkness that had taken hold of my mind. \
Your seed washed it all away, like a purifying rain cleanses the land, it freed me of the affliction controlling me."
[[Continue->Jorm_NamingDialogue_ToNamingPrompt]]"When you took me into yourself and surrounded me in your warmth.."
He pauses for a moment and a shudder rolls through his body, while a gush of pre spurts from his shafts.
"Your unbridled, all consuming lust shone like a beacon as you unraveled me. \
In that brief moment where you stripped me bare and we became one, you burned away the affliction which had cast me into darkness. \
For the first time in… I don’t know how long, I was truly free when you released me back into the swamp."
[[Continue->Jorm_NamingDialogue_ToNamingPrompt]]"When I took you into myself and felt your warmth fill me…"
He pauses for a moment and a shudder rolls through his body. A gush of pre spurts from his shafts.
"The power that I felt when you melted away inside me and we became one, if for but a brief moment… \
In that moment our souls touched and I could feel, see, that unbridled flame of lust inside you. \
And just like our souls, it touched me, scorched me, illuminated my mind and burned away the darkness holding me trapped."
He let out a rumble, before sucking down the drool pooling in his mouth.
[[Continue->Jorm_NamingDialogue_GotFuckedByNaga_2]]"R-Right! Let me return what I took. It is the least I could do now."
He utters and reaches forward to touch your chest with one hand.
<<SymbioteName>> reaches out in for him in turn as the symbiotic goo covering you stretches forth.
His hand submerges inside you. It is impossible for you to see where <<SymbioteName>>’s goo end and his begin.
The strangest sensation flows through you, followed by a sudden, reinvigorating rush of energy.
[[Continue->Jorm_NamingDialogue_ToNamingPrompt]]<<if setup.sizeCharactercomparison($CharacterSheet_Jorm, $CharacterSheet_Player) > setup.Comparators.BIGGER>>\
His tail shifts and comes up next to him. With a motion of his hand he offers you to have a seat upon him.
It feels rather strange, he is about as hard as you’d expect from someone so shredded, yet it is a little squishy, just enough to not be uncomfortable to sit on.
<</if>>\
"You can feel it, yes?"
He asks as he looks through you again. His hood has turned into a brighter yellow colour now.
"The connection that we both share? It was only faint at first, but now that we’re this close together, it has grown so much stronger. It is so much easier to perceive."
You can feel <<SymbioteName>> stirring in the back of your mind. Your permanent companion is unusually animated.
"Ahh? What I mean…?"
He wonders, before his eyes go wide and he nods.
"Ah! I understand. I was talking to the one you call <<SymbioteName>>, host. So it seems that he cannot speak through you? Or do you choose not to say what he tells you to? Can you even hear what he says?"
<<set $passageName = "Share info about the dream that shaped "+ $CharacterSheet_Player.symbiote.name>>\
[[$passageName->Jorm_NamingDialogue_ToNamingPrompt_WithinDreams]]
[[Refuse to answer him->Jorm_NamingDialogue_ToNamingPrompt_RefuseAnswer]]You shake your head and tell him that outside of some weird dreams, you can’t remember ever having ‘spoken’ with <<SymbioteName>>, and even in those dreams you never heard him talk.
The naga nods in response as the yellow shifts towards a strangely warm blue.
"I see! Very well then. I shall talk to you too then. It is just as well and only proper, for you have brought my sire and me together again."
He practically beamed with his smile and shuffled ever so much straighter in his ‘seat’.
<<set $passageName = "Ask why he calls "+ $CharacterSheet_Player.symbiote.name +" his 'sire'">>\
[[$passageName->Jorm_NamingDialogue_ToNamingPrompt_Sire]]
[[Refuse to answer him->Jorm_NamingDialogue_ToNamingPrompt_RefuseAnswer]]Sire? He promptly clicks his tongue and tilts his head as one of his hands comes up to his face with a wavy motion.
"I am afraid there is no easy answer to that question, for I myself don’t entirely understand it either."
He responds and smirks.
"But let me try. Maybe speaking out loud helps connect the dots I have been missing so far. \
You see, <<SymbioteName>> and I share a bond that is… somewhat similar to what you and he shares, and yet it's different. \
We are kin, in a way. \
We haven’t been before, but now we are. Whether by choice or accident, during our last encounter, he has given me a sliver of himself, of his very being even, \
his burning passion and lust, which I since carried like a torch to burn away the darkness the Corruption poses."
[[Continue->Jorm_NamingDialogue_ToNamingPrompt_PostAnswer]]He promptly clicks his tongue and tilts his head as one of his hands comes up to his face with a wavy motion.
Even with your cold response, his interest in you does not wane.
[[Continue->Jorm_NamingDialogue_ToNamingPrompt_PostAnswer]]"I am freed from the feral beast I once was, for which you have my deepest thanks. I will do what I can to repay this debt I now owe you."
He finishes, with a deep red glowing within his eyes and hood.
"It may sound incredibly bold of me, considering what I just said, but may I be so forward as to request your aid again? I am sure it will serve us both."
He suggests and motions to the side, but stops midway. His eyes dart around as if he searches something that is no longer there.
As if he is only now becoming aware of the devastation that his emergence has caused.
[[Continue->Jorm_NamingDialogue_ToNamingPrompt_PostAnswer_2]]"Err, right. As you no doubt saw when you arrived, I am gathering the Lost to me. \
I do so in an attempt to give them slivers of myself, so they too can regain their minds like I did when you gave me a piece of yourself. \
I have tried several approaches, but I have yet to succeed like you did."
He tries to rub his forehead, but his bulk prevents him from fully reaching it.
[[Continue->Jorm_NamingDialogue_ToNamingPrompt_PostAnswer_3]]"Though I admit that my memory is hardly infallible, I believe my technique can be improved. \
It doesn’t seem like I will be running out of opportunities to experiment either. The Lost only seem to grow more numerous no matter how many I devour. \
Which is just as well as they provide me with sustenance and power, so even when I fail, I become stronger and smarter for it."
He pauses for a second and turns his gaze back to you and away from the destruction.
"And now that you are here… if you lend me your aid, I am sure that it will be only a matter of time before I succeed."
He smiles wide and expectantly at you, but all you can see are the two massive cocks throbbing in audible excitement.
Boom. Boom. Boom.
Each time his heart beat sent them bouncing.
[[Continue->Jorm_NamingDialogue_ToNamingPrompt_PostAnswer_4]]The naga took that moment of silence for indecision as he raises his hands in placative fashion.
"You need not decide now. I realize I ask much, for it is no easy task and the commitment necessary will be great. Take your time to think it over."
He advises with a little smirk, which is followed by visible embarrassment creeping into his expression.
It is kind of amusing to see a titan of his built looking this embarrassed.
"M-Maybe in the meantime, could I, yet again, ask you for your help with a different problem of mine? You see, while I was Lost, \
I forgot much of myself and I have only recently been remembering things again, and while I think I have a good idea of what I once did, there is one thing that continues to elude me no matter how hard I try."
He pauses and purses his lips.
"Could you, my sire, perhaps look deep into our connection and reveal what has so far escaped me? Can you tell me who I am?"
[[Continue->Jorm_NamingPrompt]]It started as a whisper, but slowly became louder, clearer. It was your own voice, resonating in your mind, uttering a name. The Name.
<<textbox "$CharacterSheet_Jorm.info.name" "Jorm">>
[[Whisper his name->Jorm_NamingPromptEnd]]You utter the serpent’s name. $CharacterSheet_Jorm.info.name and his eyes light up. A wide smile starts to spread across his muzzle.
"Y-yes! That… that sounds familiar. That sounds right."
He murmurs in turn and starts to nod.
"$CharacterSheet_Jorm.info.name that is… that is it. Thank you."
He looks at you again, as if he saw you for the first time now.
A bit of a sly smile spread across his muzzle as he began to recline on his coils again. It was a low, steady grinding as the scales scrap against each other.
"We will meet again <<SymbioteName>>... After all, the universe is ours to shape."
He gives you a glance before slithering away with uncanny speed, his eyes burning with purpose.
[[Continue->Village]]<<set $CharacterSheet_Jorm.quest.encounterPassages.jormPostNameSetup.available = false>>\
A few hours after you leave the Golden Bastion, you feel a distant rumble.
It rages from the horizon and gets increasingly louder, like a crash of thunder that never seems to end.
Soon you see him, <<print $CharacterSheet_Jorm.info.name>>, the monstrous naga beast. His form rises, taking over the scenery as he rushes towards you.
He pounces, crashing upon your midriff, his hands groping your cocks with not a single moment wasted.
"You're finally back." He mutters.
"Let us experience your boundless lust again, <<SymbioteName>>~"
<<link "Continue" setup.getSecondJormSizeDiffPassage()>><</link>>$CharacterSheet_Jorm.info.name lunges at you with a speed that should not be allowed for a creature of his size.
He casts his shadow over you as his four massive arms come slamming down into the ground next to you, his fingers dig into the earth and tear deep trenches that would leave marks for generations to come. \
<<print setup.processFlavours($CharacterSheet_Player, "Or until the next time he would slither over it anyway. His huge forked tongue licks over your @[all|pecs|noverb] and down your belly with its @[all|abdominals|noverb] before it reaches your crotch. ")>>
<<print setup.processFlavours($CharacterSheet_Player, "With how absolutely huge he is, his tongue easily wraps around your @[all|cocks|noverb]. He goes on to display remarkable dexterity with that appendage as he starts to rub and stroke along your @[all|cocks|noverb]. ")>>
It is a tight, powerful and yet slick embrace that leaves you panting.
[[Continue->Jorm_PostNamingPrompt_PlayerSmaller_2]]A second tongue emerges from <<print $CharacterSheet_Jorm.info.name>>’s maw. It guides your maleness into his waiting, salivating maw, which quickly dives down your full length with a reckless abandon. \
But such is the advantage of being a gigantic snake. Your girth rams its way down his esophagus, only to disappear in his chest.
You feel the hot, slimy embrace within his body, the powerful muscular contractions as the naga swallows and gulps.
Your hands come forward as you grasp his head and hood, holding on to him, trying to force him down even further.
He grasps your sides and lift you up. He pulls you back into the embrace of his long, massive coils.
His <<SymbioteColor>> hide ripples beneath your body as he brings you tight into his embrace.
You are surrounded by his flesh.
[[Continue->Jorm_PostNamingPrompt_PlayerSmaller_3]]The noise of his body moving, its parts grinding together, it smothers out the rest of the world.
Then this absolute juggernaut of a serpent makes use of his remarkable flexibility. He throws his hips forward and brings his absolutely gigantic members to bear against your body.
<<if setup.getStatValue($CharacterSheet_Jorm, "cock") > setup.getStatValue($CharacterSheet_Player, "height")>>\
<<print setup.processFlavours($CharacterSheet_Player, "The idea that his @[all|cocks|noverb] would be able to fit inside you is a laughable notion. ")>> \
Those monsters are larger than you!
<</if>>\
The sheer leverage his size affords him makes him handle you like a little doll. The lust that burns within his bright pink eyes makes it evident that he could not be reasoned with. \
The first of his tapered lengths presses against your rear entrance, smears it with a deluge of pre. By volume alone it already found its way into you, preparing your rear for the inevitable penetration.
[[Continue->Jorm_PostNamingPrompt_PlayerSmaller_4]]It is a monstrous sensation as it enters, the stretch… the pressure it exerts on your insides. A primal roar leaves your lips as your balls unload into $CharacterSheet_Jorm.info.name throat, gushing your thick cream down his needy esophagus.
It is only the first of many orgasms to follow. The gigantic beast of a naga milks you for all you're worth, stretching you impossibly far over his cocks.
He blows load after load into you, almost in perfect sync with your own climaxes. Each pump sees you swell larger with the seed he dumps into you, pushing your body’s elasticity to ever greater limits.
Impossibly enough, the seed he drinks from you sees him grow larger as well. Each climax adds inches to his frame, which given his immense size had to be hundreds of tons worth each.
The immense beast purrs rather happily, though his size makes it so loud, unbelievably powerful.
[[Continue->Jorm_PostNamingPrompt_PlayerSmaller_5]]It is impossible to tell how much time passes in this embrace. The world is all but gone from view. Your entire world is enraptured, engulfed by $CharacterSheet_Jorm.info.name body.
It is narrowed down, reduced to the grinding noises of scales upon scales, the groaning of muscle fibres hundreds of meters long and the low growling and gurgling of cumbloated bellies.
Orgasm follows orgasm in relentless pursuit until it all blurrs together in a drowned swamp of desire. \
Your nose is filled with the stench of your mutual rutting, the reek of sex is overpowering.
Time seems to melt away, becoming a distant and barely relevant concept as all that remains is the burning pleasure and passion of this eternal intercourse.
[[Continue->Jorm_PostNamingPrompt_PlayerSmaller_6]]But eventually even a near bottomless stamina runs out. The near endless appetite is sated. Consciousness slowly returns to a semblance of existence and the rut calms down. \
You feel a little sore in the aftermath of it all, your belly still distended into a noticeable gut, but now you are cuddled firmly into the embrace of the naga’s coils.
"The world will know what we're made of... We'll meet again soon."
(in a future version)
[[Continue->Village]]The naga presses against you, his hands rub over your chest and down along your abs as his enormous tail begins to wrap around your lower body. \
In a display of immense power and surprising dexterity, he turns you around and your back meets his chest.
<<if setup.getStatValue($CharacterSheet_Player, "muscles") > 100>>\
His arms try - with futility - to wrap around your torso and pull you into a firm, powerful hug. \
He does not quite clear your immense chest of course, but the sheer size of his own massive build does still allow him to give you a muscle hug.
<<else>>\
His enormous arms wrap around your torso and engulf you in his incredible musculature.
<</if>>\
You can feel his biceps grind against your body. How his chest flexes and swells against your back with each massive breath he takes.
"Let us fill each other~"
He breathes heavily into your ear. You could smell the lust on his breath. The desire he exhales is intoxicating. \
[[Continue->Jorm_PostNamingPrompt_PlayerEven_2]]It is hard to say no really. Feeling the warmth of his luscious body press against you while his scales scrape along and massage over your form. \
<<print setup.processFlavours($CharacterSheet_Player, "His tail start to grind and rub over your groin, and soon come to squeeze your @[all|cocks|noverb] inbetween it.")>> \
<<if setup.getStatValue($CharacterSheet_Player, "cock") > setup.getStatValue($CharacterSheet_Jorm, "height")>>\
<<print setup.processFlavours($CharacterSheet_Player, "You can feel your @[all|cocks|one=presses~more=press] against a thick, slick and incredibly hot fold in his tail, which reveals itself to be the snake’s positively gaping anus.")>> \
<<print setup.processFlavours($CharacterSheet_Player, "He puts his elasticity on display as it slides over your @[all|cocks|noverb], engulfing you fully in the moist and heated embrace of his thick and powerfully muscled tail.")>> \
<<else>>
<<print setup.processFlavours($CharacterSheet_Player, "Seconds later, it moves to slide over your @[all|cocks|noverb], engulfing you fully in the moist and heated embrace of his thick and powerful tail.")>> \
<</if>>\
You feel it flex and massage, grip and knead around your maleness, but at the same time you can feel how his own maleness presses against your back and finds its way towards your own entrance. \
<<print setup.processFlavours($CharacterSheet_Player, "The tapered, yet brutally thick torpedos that are his cocks find easy purchase against your backside. A sudden thrust drives your own @[all|cocks|noverb] deep into $CharacterSheet_Jorm.info.name body. ")>> \
It is an incredible sensation.
[[Continue->Jorm_PostNamingPrompt_PlayerEven_3]]The sheer girth of his shafts, their length and the texture, it all rails through your insides. It's as if they are not quite as solid as they appear. \
Your hands grasp his coils as they wrap around you, his hands in turn squeeze hard into your pectorals, groping and kneading them with strong intent.
You barely have to do anything in the undulating embrace of the naga.
He gropes and thrusts, massages and kneads.
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|cocks|one=is~more=are] treated to a marvellously warm envelope, which contracts and milks you with such strength that his flesh rubs and grinds over every inch of your maleness.")>>
Meanwhile his shafts pump within you, up and down, in and out. His ass meets yours, again and again, his balls swinging back and forth, slapping against his tail and into your sack with delectable force.
To your size, it is but like a regular slap indeed, but for normal sized people, this would have been cataclysmic forces at work. \
Each impact, each time his groin meets your ass, a veritable shockwave ripples forth.
[[Continue->Jorm_PostNamingPrompt_PlayerEven_4]]Similarly, the earth quakes as you roar out the inevitable climax. It could be heard for miles into every direction, half the wasteland would know of your release.
Unimaginable amounts of thick cream floods forth from your balls.
The naga’s tail engorges with what you pump into him, on top of the bulge your endowments already give him. But in turn, he too blows his load, right into you.
You feel the incredible heat spread through your form as his spooge fills your bowels, overflowing them, spills into your stomach and makes your belly dome with the sheer volume.
It is heavy and so warm.
And it is only the beginning.
[[Continue->Jorm_PostNamingPrompt_PlayerEven_5]]Your stamina and sexual appetite are near endless, as are <<print $CharacterSheet_Jorm.info.name>>'s.
The pleasure is all that matters, feeling his scales against your body, muscles grinding upon muscles, cocks pumping sheer ceaselessly.
The two of you tumble over each other as you try to find ever new positions to rut in.
Two immense giants, stomping and crushing the already blasted wasteland, crushing through the pit that $CharacterSheet_Jorm.info.name calls home.
Entire lakes of cum form as minutes became hours, became days.
[[Continue->Jorm_PostNamingPrompt_PlayerEven_6]]Eventually though, even the deepest wells of stamina are depleted and the grandest hungers are sated.
The carnal feast comes to an end, bellies bloat with cum, balls empty of seed - at least for the moment.
You couldn’t help but notice that you have fucked the serpent larger. Each climax makes him bigger, each load of your seed pump his muscles, engorging his endowments.
Now his huge, powerful coils are wrapped around you once more. Like a bed and blanket in one. His upper body is next to you, two hands idly stroking your chest.
A surprisingly merry grin is on his face.
"The world will know what we're made of... We'll meet again soon."
(in a future version)
[[Continue->Village]]You grin down at the serpent, who in turn lunges at you with lustful desire. You barely even notice his impact against your gigantic form.
He really is small compared to you, tiny even, but he makes up for that with sheer zeal and intent.
His serpentine body does its very best to wrap around, to coil and engulf your endowments, and for a little while you let him try.
[[Help him soothe his itch->Village]]"Let me help you~" You chime with your booming, gigantic voice and your hands reach down to grasp the horny muscle rope.
He writhes and squirms, desperately trying to tease you by slithering along your hands.
"Fuck me!" He demands. "Fill me with your cum, with your power! Make me grrrrooowww!"
The serpent bellows, and even though his voice echos across the landscape with a volume that could burst eardrums, it only reaches your ears as a little squeaking.
For the moment you feel willing to entertain this idea. The little beasty provides an awful lot of teasing after all, and <<SymbioteName>> demands for your lust to be sated. The pressure in your balls has to be relieved.
[[Use him to jerk yourself off->Jorm_PostNamingPrompt_PlayerBigger_3]]"Lets see if you can take me then."
Your voice rumbles lowly, ominously even, as your hands roams over and inspects the naga’s body.
He really is a juggernaut, just a shame that he is so tiny compared to a titan like you.
You find him to be remarkably stretchy and malleable, almost as if he has no actual bones to speak of.
It gives him a freakish - and much needed - durability.
<<print setup.processFlavours($CharacterSheet_Player, "Muzzle first you pull him over your @[all|cocks|noverb], as if he is little more than a towel. He fits around your dick with ease. ")>>
He stretches so thin that his body loses most if not all of his definition.
He grips around you with surprising power and strength, which really made him better than any fucktoy could ever hope to be.
With how pent up you are, it doesn't take long for climax to emerge.
[[Fill him to the brim->Jorm_PostNamingPrompt_FillHim]]
[[Deny him->Jorm_PostNamingPrompt_DenyHim]]You feel generous enough to oblige his request, the pressure and pleasure grows too great for you to hold in anyway.
You roar out as your load explodes forth and floods right into the eager $CharacterSheet_Jorm.info.name.
His grip is strong, but you still have to hold him in place, lest he launches off by the force of your orgasm.
With gritted teeth and a wide grin, you watch Jorm’s form balloon outward.
Cum drips from his muzzle and ass as your output greatly exceeds the rate at which he could stretch.
[[Fill him some more...->Jorm_PostNamingPrompt_FillHim_2]]His <<SymbioteColor>> hide draws so incredibly thin that he becomes practically see through, allowing you to witness the lake of cum you pump into him.
He becomes almost as catastrophically huge as yourself. The squishy tube that is his body becomes nigh impossible to handle as he flops to the ground.
You could see him grow. Slowly, but steadily, the bloatedness shrinks as your orgasm wanes and the output lessens.
[[Continue->Jorm_PostNamingPrompt_FillHim_3]]His body groans and gurgles, his grip around your endowments in turn strengthens. It spurs you on to use him more, use him harder.
You continue to jackhammer into him with ferocious desire, and make the most of his growth and insane durability.
He is an amazing sleeve to ram into, the experience only becomes better with each climax you pump into him.
A lake’s worth of cum soon becomes an ocean, the size gap between the two of you steadily shrinks.
[[Continue->Jorm_PostNamingPrompt_FillHim_4]]Many hours and dozens of orgasms go through before your balls finally empty.
At that point, $CharacterSheet_Jorm.info.name has grown to be your near equal in size. \
<<print setup.processFlavours($CharacterSheet_Player, "When he lets go of you @[all|cocks|noverb] and rises up to eye level with you, his eyes and markings glow in a powerful pink that only slowly turns back into his rainbow colours. ")>> \
"Thank you." He churrs, his voice so much deeper, so much more powerful, now that he is a titan like you.
"This power…" He huffs as he raises his arms, flexing them in a remarkable, wonderful display of huge.
"We'll meet again soon."
"Time for me to show the world what I'm made of... "
(in a future version)
[[Continue->Village]]And while he had demands you fill him…
Why should you?
He is in no position to demand anything.
[[Continue->Jorm_PostNamingPrompt_DenyHim_2]]Your breathing becomes more laboured as you fight against the impending climax.
He grip hard and tries to resist being removed, but he is powerless to stop you.
The pressure reaches its peak and breaches through your dam. You couldn’t quite hold it all the way, $CharacterSheet_Jorm.info.name comes free just as you roar out your climax.
[[Cum->Jorm_PostNamingPrompt_DenyHim_3]]The world trembles as orgasm overwhelms, the flood of seed nearly tears the snake out of your hands, \
<<print setup.processFlavours($CharacterSheet_Player, "but you hold on tight to the desperately gulping reptile. He promptly rubs and strokes himself over and against your @[all|cocks|noverb]. ")>>
Your load flies onward, filling the pit <<print $CharacterSheet_Jorm.info.name>>’s emergence has left behind. While it becomes a veritable lake to countless mortals, to you it is little more than a puddle.
A lake wouldn’t do though. You are hardly getting started. You do not stop until there is an ocean of your cum.
[[Cum->Jorm_PostNamingPrompt_DenyHim_4]]You reduce $CharacterSheet_Jorm.info.name to be little more than a toy, a tool for you to rub out climax after climax.
Your arms feel ready to fall off from the exertion of masturbation, your balls seem ready to proclaim their emptiness, and so by the end of it, \
$CharacterSheet_Jorm.info.name is dazed, barely even conscious.
[[Continue->Jorm_PostNamingPrompt_DenyHim_5]]He awakes, startled and in your lap, his gaze drifts about before it focuses on the wall that is your body.
"What happened?"
He utters, before memories seemingly rushs back into him.
"That was... unbelievable. Please, leave me some time to recover." He pouts.
"We must meet again."
(in a future version)
[[Continue->Village]]You fall under the Lost <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>'s might. He howls in victory and knocks you down on your knees with his tremendous bulk.
The corrupted <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> <<print setup.processFlavours(
$CharacterSheet_Lost_Entity,
'"Spreeeeaaad..." he moans as he stands over your chest, letting his @[all|cocks|noverb] drip thick ebon precum onto your chest.'
)>>
The black spread across you, covering your body from tip to toe in his corrupting essence.
You feel the presence of $CharacterSheet_Player.symbiote.name being smothered by something far larger and more sinister until nothing remained but the husky voice of the Lost.
Your eyes roll into the back of your head as you experience visions of yourself transformed into a voracious black monster, shoving your massive dick into your victims.
A bond builds between you and the <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>. He has chosen you as a mate, a mate that will spread his gift to everything in the Barrens.
Yes. This is how it always should be. The power you truly craved. There is no point in resisting the call to your greater purpose.
You take the monster's pulsating rod into your mouth suck it eagerly. Your soul barely clings to you as you completely give yourself away to your new mate.
You feel the <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>'s orgasm coming; you tense your jaws and hold on like your life depended on it.
"GRAAHHHHH!" The monster howls madly as thick loads of corrupting seed fills your very being.
Your body bulges larger and larger, wider and wider still - more muscular and corrupted until the last of your memories fade into a pool of oily black.
Your soul breaks under the insatiable arousal. Now no longer compatible with your body, it bursts out of you and drifts upwards.
<<print setup.getFightReward($CharacterSheet_Lost_Entity, true)>>
[[This body has moved on...->Death]]<<print setup.processFlavours($CharacterSheet_Lost_Entity, "His @[all|cocks|one=rises~more=rise] to a full")>> <<print setup.getLength(setup.getStatValue($CharacterSheet_Lost_Entity, "cock"))>> as he sees you. It throbs with hunger.
"More..." It mumbles between groans.The corrupted <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> is overwhelmed by your strength. Yet, his need to spread has consumed all reason within him long ago.
While clutching his wounds, he charges at you.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "lostWin1", 1, $CharacterSheet_Lost_Entity)>>
The <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> does not try to get back up; laying himself bare. He finally sees that dominating you would be impossible.
He ruts against your flesh. Although wounded, his arousal still had to be sated. Lustful whines reach your ears as he spreads his legs and exposes his ass to you, desperately craving your attention.
\<<set $CharacterSheet_Lost_Entity.quest.beatenOnce = true>>
<<print setup.getFightReward($CharacterSheet_Lost_Entity)>>
[[Fuck him->Encounter_Win_Lost_Entity_Fuck]]
[[Leave->Encounter_Lost_Leave_NoSex]]\<<set $CharacterSheet_Lost_Entity.info.known = setup.EncounterKnownState.KNOWN>>
\<<set $CharacterSheet_Lost_Entity.quest.met = true>>
\<<run $CharacterSheet_Lost_Entity.info.muscles = 30>>
\<<run $CharacterSheet_Lost_Entity.info.height = 90>>
\<<run $CharacterSheet_Lost_Entity.info.cock = 23>>
\<<run $CharacterSheet_Lost_Entity.info.balls = 8>>
\<<run setup.setRandomRace($CharacterSheet_Lost_Entity.info.anatomy)>>
\<<run $CharacterSheet_Lost_Entity.info.name = "The Lost " + setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>
\<<run $Encounter_Target=$CharacterSheet_Lost_Entity>>
After an hour of travel in the harsh deserts of the Barrens, you hear a strange sound. It sounds like a fusion between a deep moan and a terrifying growl.
You recognize it as the unsettling call of the Lost. Monsters whose souls have rotten under countless days of debauchery.
The corrupted <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> <<print setup.processFlavours(
$CharacterSheet_Lost_Entity,
"roars as it catches your scent. Soon, a shambling monstrosity appears from the apex of a nearby dune." +
" Black oil drips off of its body, the corrupt colour shimmering upon @[all| heads| a~an]. A @[1| tongues| noverb] hungrily rolls from his mouth as his @[all| eyes| noverb] fixate on you.\n"
)>>
\<<if $CharacterSheet_Lost_Entity.quest.beatenOnce>>
Its massive muscular form looks even larger than the last Lost you had encountered.
Your cock grows hard at the thought of enaging with this one, too.
\<<else>>
\You've never seen muscles as bloated as this.
\<</if>>
His body pulses and writhes with more and more size, as if every breath he takes expands his frame larger and more monstrous with no end in sight.
<<print setup.getFightStartPassages($CharacterSheet_Lost_Entity)>>You leave the Lost <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> to his own devices. His hand travels to his cock to satiate his own unending needs.
Who knows what could have happened if you had to give in to your desire.
Regardless, the entire ordeal has left you in an uncomfortably aroused state.
[[Leave->Village]]You assure him that you are fine as you get back onto your feet. After a few minutes of elaborate gestures of thanks, you part ways.
[[Leave->Village]]You smile at him. $CharacterSheet_Player.symbiote.name recedes inwards as you return to your normal form.
((To be implemented at a later stage!))
[[Invite him to the Golden Bastion->Recruit]]
[[leave->Village]]The <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>'s corrupting essence has made you grow, but this was not nearly enough! Your need for power is now too severe for just a taste. You need more.
You bring your fingers to your mouth and taste remnants of the <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>'s black seed. Its intense flavour makes you shiver.
Thick $CharacterSheet_Player.symbiote.color goo slowly oozes out from your pores. A puff of steam escapes your slavering maw.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "lostKiss", 1, $CharacterSheet_Lost_Entity)>>
"We'll be unstoppable..." you growl, two distinct pitches colouring your voice.
[[Merge with the black goo->Encounter_Win_Lost_Entity_Absorb_2]]The air is thick with debauchery. You could feel the embers of lust, the scent of sex overpowering all else. All testaments to your superiority as a host.
The <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>’s chest heaves upwards as the black ooze seems to shiver across his form. It senses the power contained within you.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mergeLost1", 1, $CharacterSheet_Lost_Entity)>>
The <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> gradually turns from an oily black to a soft <<print setup.getRandomColor()>>.
It only takes a few seconds for the last flickers of corruption to seep into the ground beneath the <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>. His previously hulking form deflates.
Once standing at <<print setup.getLength(setup.getStatValue($CharacterSheet_Lost_Entity, "height"))>> has now reduced to a far less egregious state of <<print setup.getLength(setup.getStatValue($CharacterSheet_Lost_Entity, "height") - 14)>>.
His form is now back to his old thin powerless self - now free of the corruption that had plagued him for countless days.
He coughs and splutters as black ooze pools out of his mouth. With disgust, you see him snarl at the droplets that seep into the ground before he collapses, exhausted. Holding his stomach, he rolls over to gaze into your eyes. A sudden wretch catches him off guard as remnants of your cum forcefully expels itself from his stomach. "Who and what are you!?"
\<<if setup.getStatValue($CharacterSheet_Player, "corruption") >= 75>>
How dare he adress you in such a pathetic form! Your growl hungrily, you desire a mate, a mate that can satisfy your unquenchable desire, not some pathetic weakling!
\<<elseif setup.getStatValue($CharacterSheet_Player, "corruption") >= 50>>
The euphoria of the corruption brings you to your knees.
You register that the uncorrupted <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> has rushed up to you, but you struggle to comprehend his words through the dark haze of lust that swirls within your mind. The corruption within you teases you with sparks of pleasure across your body.
\<<else>>
The euphoria of the corruption brings you to your knees. It's difficult to resist the call. It feels like you could easily lose your senses if you weren't cautious around these creatures.
The freed <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> wobbles to his feet and hobbles toward you. "H-hey! Don't you give in, you hear me!?" he yells, "You can't fall! You saved me!"
\<</if>>
\<<if (setup.sizeNormalPersoncomparison($CharacterSheet_Player) >= setup.Comparators.FITS_ON_FINGER) and (setup.getStatValue($CharacterSheet_Player, "corruption") >= 75)>>
<span class="glitch" data-text="Recruit Him">[[Recruit Him->Planetary69Ending]]</span>
\<<elseif setup.getStatValue($CharacterSheet_Player, "corruption") >= 75>>
[[Recruit Him->Encounter_Win_Lost_Entity_Corrupt]]
[[Leave him be->LeavePurified]]
\<<elseif setup.getStatValue($CharacterSheet_Player, "corruption") >= 50>>
\<<if Math.floor(Math.random() * 2) == 1>>
[[Recruit Him->Encounter_Win_Lost_Entity_Corrupt]]
\<<else>>
<span class="inactive">[[Recruit Him->Recruit]]</span>
\<</if>>
[[Leave him be->LeavePurified]]
\<<else>>
<span class = "inactive">[[Recruit Him->Recruit]]</span>
[[Leave him be->LeavePurified]]
\<</if>><<print setup.processFlavours(
$CharacterSheet_Player,
"It's not enough! It can never be enough!"+
" You need the Lost, you need more of them! Lost to serve you and you alone!"+
"\n\nResponding to your corrupt will, your ever increasing stream of pre turns into a dark ebon shade."+
"\You grin maliciously as your grab your @[all|cocks|noverb] - you would make him yours! Yours and yours alone!"
)>>
"W-wait! What are you doing!?" He yells as you frantically piston your hands along your length and grab the unsuspecting <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> by the shoulder in a vice grip. "Get off me!" He weakly struggles, going as far as biting your arm to escape.
Futility.
<<print setup.processFlavours(
$CharacterSheet_Player,
"Thoughts of turning him are driving you over the edge. Your movements became erratic as you feel the corruption manifest as a massive bubble at the base of your @[all|cocks|noverb]."
)>>
"Take it! Take! It! All!" you roar as the recently cured creature's panic stricken screams are muffled by a niagara of sticky black seed.
His struggling arms, scraping at your fingers, slowly turn into sensual carressing gestures. You feel his hands growing, bulking with power. You grin as your creation cackles with uncontrolled lust. The Lost <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>> flexes his growing muscles as he expands with every liter of cum you pour onto him.
<<print setup.processFlavours(
$CharacterSheet_Lost_Entity,
"Soon, he stands slightly taller than you with muscles that barely allow him any movement. They quake and groan with every desire driven shudder that takes him. "+
"His @[all|cocks|noverb] have grown so massive that they drag across the ground, constantly spurting puddle sized globules of black pre. The odour is warm within your nostrils, a pleasant but strong salty musk. "+
"He can barely contain himself! His eyes lock onto yours with pure adoration as he rocks his incredible form across his package. "+
'\n\n"Yes! Fuck! YES!" He howls as he orgasms over you, his flood colliding with your own in a glorious fountain of obsidian spunk. '+
"\n\nYou push against the powerful stream as it hoses you down. With passion stirring your loins, you lock your mouth with your beloved and insert yourself into him once again, relishing in the massaging pressure of the Lost's ejaculate powering into the underside of your chin. "+
"His @[all|tongues| one=jets~more=jet] into your mouth and dances along yours in an untameable samba of passion, growing longer and more intrusive as his orgasm continues between your bodies. "+
"\n\nYou lose yourselves into a deep mating session that lasts for hours; his form growing ever more monstrous with each successive fuck."
)>>
[[Hours Later->Encounter_Lost_Entity_Swarm_creation]]\<<if $CharacterSheet_Swarm.quest.firstSwarm>>
\<<run $CharacterSheet_Lost_Harbinger.info.anatomy = $CharacterSheet_Lost_Entity.info.anatomy>>
\<<run setup.setBaseStatValue($CharacterSheet_Lost_Harbinger, "corruption", setup.getStatValue($CharacterSheet_Player, "corruption"))>>
\<<run setup.setBaseStatValue($CharacterSheet_Lost_Harbinger, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>
\<<run setup.setBaseStatValue($CharacterSheet_Lost_Harbinger, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>
\<<run setup.setBaseStatValue($CharacterSheet_Lost_Harbinger, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>
You feel an unnaturally close bond between you and the Lost. He was your first and to him, you are his one and only true mate. He lives for you, breaths for you and exists for only you. While lying on each other's chest he gently runs a hand down your pecs and softly kisses your cheek. Reluctantly, you drag yourself away from his roving hands.
He wines, "Don't go!"
With a firm hand, you stroke the back of his head and kiss his forehead. "I have to. I have things to do, and so do you."
\<<print setup.processFlavours(
$CharacterSheet_Lost_Harbinger,
"His mood immediately turns to excitement and his @[all|cocks|one=hardens~more=harden] from between his legs."
)>>
"I want you to be the herald of my reign over these lands," you command, "You will fuck, spread and grow larger for me."
"Yes!" he moans, "I'll do anything for you!" His excitement is too much to handle as he begins to leak rivulets of pre.
Although glorious in form, your lover needs to be set apart from the masses. A name, to mark him as the leader of your new family of Lost.
You think <<textbox "$CharacterSheet_Lost_Harbinger.quest.harbingerName" "Typhon">> would fit him well.
<<run $CharacterSheet_Lost_Harbinger.quest.harbingerRace = setup.RacePool[setup.getRace($CharacterSheet_Lost_Entity.info.anatomy).toUpperCase()]>>
[[Christen him->Encounter_Lost_Entity_Swarm_Harbinger]]
\<<else>>
Another monster birthed from your loins, another empassioned lover to join your swarm.
You tell your new slave to go and find $CharacterSheet_Lost_Harbinger.quest.harbingerName and join him on his conquest in your name.
A smile curls your lips upwards. You are sure your growing family would eagerly welcome their new addition.
[[Return to the Golden Bastion->Village]]
\<</if>>You smile, "Now go forth in my name, $CharacterSheet_Lost_Harbinger.quest.harbingerName !"
His jaw drops in awe and his eyes widen as you give him a name. Hearing you say it is too much for him to handle. Running up to you, he smothers you in a musclebound hug. His shafts harden below you and knock against your legs.
After locking lips one more time, he turns to face the open sands and bellows out a primordial roar of raw ferocity and strength - the likes of which you have never seen before.
He was a king of monsters. Your monster.
You smile as you watch $CharacterSheet_Lost_Harbinger.quest.harbingerName hurtle into the Barrens. You are sure you will see him again, soon.
[[Return to the Golden Bastion->Village][$CharacterSheet_Swarm.quest.firstSwarm = false;]]<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "lostFuck1", 1, $CharacterSheet_Lost_Entity)>>
\<<run setup.applyGrowth($CharacterSheet_Player, "muscles", 1)>>
<<print setup.getMuscleGrowthSequenceText($CharacterSheet_Player)>>.
[[Embrace the corruption->Encounter_Win_Lost_Entity_Fuck_2]]<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "lostFuck2", 1, $CharacterSheet_Lost_Entity)>>
Suddenly, you feel depravity sink into your soul as the corruption's claws dig further into you.
\<<run setup.applyGrowth($CharacterSheet_Player, "muscles", 2)>>
<<print setup.getMuscleGrowthSequenceText($CharacterSheet_Player)>>
\<<run setup.applyCorruption($CharacterSheet_Player, 2)>>
Your soul has been corrupted (+2)
\<<if setup.getStatValue($CharacterSheet_Player, "corruption") >= 25>>
Your surroundings are utterly drenched in a mixture of your and the Lost <<print setup.getRace($CharacterSheet_Lost_Entity.info.anatomy, true)>>'s cum. Yet you still crave more.
[[Push it even further->Encounter_Win_Lost_Entity_Absorb]]
[[Leave->Encounter_Lost_Leave_NoSex]]
\<<else>>
His corrupting seed is gnawing at your mind; you are sane enough to leave before you lose yourself to its influence.
For now.
[[Leave->Encounter_Lost_Leave_NoSex]]
\<</if>><<print setup.getFightStartPassages($CharacterSheet_Apothus)>><<print setup.getFightReward($CharacterSheet_Apothus)>>
Apothus clenches his chest and falls to one knee; he pants, his once alluring smile turned ferocious.
"What are you? What is this thing inside of you?" His hands curl into fists as he gazes at the Black Sun once more, with anguish in his eyes.
"You're nothing but a stain upon our canvas." He can't stand to look at you anymore; his eyes remain fixated on Nyx.
"I can't let you come any closer to our chosen one... Please Nyx..." His gaze lowers to the Lost surrounding you. They look back at him with agitation.
[[Continue->Quest_MQ002_ApothusEncounter_PlayerWins_1]]"Grant me the strength to protect him, so you can finally have the vessel you deserve!" He screams, his arms widened as if to embrace Nyx itself.
A Lost jumps towards him, his head pushes on Apothus's chest. Black goo splashes all over his body quickly crawling and swirling around it.
His tattoo glows bright purple as he grins madly.
"Ohhhhh Gods yesss... Come to me..."
Corruption fuels him with the power he denied himself for so long.
The Lost lunges into his chest, giving himself away to his master.
"Urgghhhhh..." he groans, trying to keep himself together as his body expands.
The fibers of his pectorals bulge as they fill with god-like strength.
Another one charges onto him, his meaty paws hugging him from behind, pulling himself into his back.
"G-Guhhhh... So goooood..." his distorting voice moans as more and more Lost joins them.
"Aaaaa... RAAAAAAAAHH!" his moans warp into bestial roars. He presents his cock to his Lost.
They worship it, caressing every inch before entering it as well.
"Mooooooore. MOOOOOOOOOOORE!" his body burst through the pile of gathering Lost. Apothus pulls his head back into a monstrous roar.
Massive bullish horns emerge from each side of his head. His jaw changes, enormous tusks juts from his mouth into lethally sharp points.
His clawed hands hold his head in a desperate attempt to control the corruption rushing within him.
"I-I need... Urghhhh... Mooooore... MORE POWER!"
Massive tendrils burst from his back, they lash out, pulling nearby Lost and pulling them to their master's expanding form.
He grasps more and more Lost, forcing them to merge with him. His monstrous laughter resounds throughout the realm as his eyes turn jet black like tar.
[[Continue->Quest_MQ002_ApothusEncounter_PlayerWins_2]]<<print setup.displayEncounterImage($CharacterSheet_Apothus_2nd_Form.info.picture)>>
His eyes flick to you, utterly devoid of his previous resolve. Only desire drives him.
\<<set $WorldState.apothusTransformed = true>>
[[Fight Him->FightLogic][$Encounter_Target = $CharacterSheet_Apothus_2nd_Form]]You fall, the surrounding Lost watch with excitement upon seeing you in a weakened state.
Apothus raises his hand to them; they immediately stop.
"Seems that you are not ready for what I can offer you." He says in a disappointed tone.
"We are stuck in a neverending cycle of lust and greed. It will only tear us apart until we all lay on the sand with our bodies and mind broken. Nyx is out only way out of this cycle, for its light shows the world differently."
He steps towards you, his palm inching towards the back of your head.
"You are free to come back once you're ready. For Nyx's light will never leave a soul behind."
He strikes you down.
<<print setup.getFightReward($CharacterSheet_Apothus, true)>>
\<<run $CharacterSheet_Player.removeAbilityRuntimeData(setup.Ability_EmbracedByNyxsLight);>>
[[You Died->Death]]<<print setup.getFightStartPassages($CharacterSheet_Apothus_2nd_Form)>>That last hit proves too much for you. You fall to your side into a growing puddle of corruption.
The thumping sounds of Apothus's feet grow ever closer, as do his distorted moans.
His body trembles with the approaching ecstasy of release, nerves close to frying from the corruption spreading in his veins.
His mind is barren of anything other than the single desire to fill you with his seed.
Apothus looks at you with sudden restraint. Perhaps a remnant of his old self? It is hard to say, but that inhibition could be your one chance to escape.
His vortex shaped tattoo glows with a blinding purple light.
"Join me..." He mutters, his words drifting through distorted moans.
[[Escape->Quest_MQ002_Manor_MainHall]]
[[Accept his Offer->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_01]]His arousal is infectious; you feel the raw passion within his eyes.
He's a monster, who's presence is sure to bring corruption and chaos to all wanderers of the Barrens.
Yet here he is, inches away from you.
You rub your body against him, letting lust build. Your eyes meet his - He grins.
He presses his cock against yours; corruption enters you from the touch. You look at it with fascination.
It pulses with a growing need and thickens in all directions.
Your hand grasps his oily shaft feeling its unnatural vitality. It is so full, so juicy and plentiful, and yet it throbs harder than any shaft you've felt.
"Miiiiiiine..." he growls, grasping his dick and bringing it to your mouth.
[[Suck Him->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_02]]Your cock rises to full hardness as you taste his corrupted seed. The sound of your muffled moans pleases him.
He thrust it deep in your throat, his groans making you shiver with lust. His clawed feet dig deep in the ground, generating fissures in the ancient cobblestones.
You feel his breathing grow heavier; his whole body shakes with uncontrollable desire.
"MIIIINE!" He roars, pulling his cock out of your throat to turn you around.
His cock pushes on your entrance; you moan in response. Apothus's body quivers, a monolithic figure of unstoppable power.
His growth is unimpeded, a constant fuel to his irresistible might. You scream for him to finally fuck you. He roars and forces himself in, dropping all pretense of humanity.
[[Give in to his Corruption->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_03]]Tendrils of corruption slowly crawl upon your legs, pulling you closer to him. Some more slide along your waist, inching towards your cock.
They spread along your skin, covering you more and more with Apothus's potent blend of corruption.
It is more than arousing; your breathing suddenly becomes faster as it rushes inside you. You grow, pushing against Apothus's grasp as his powers fill your body.
You thrust yourself on him, force more of his cock to fill you, milking every single drop of his potent seed.
Your tongue slides out of your mouth, getting longer and thicker with every thrust of your master's cock.
Suddenly, you feel something reach out to Apothus, like a limb you never knew you had.
"W-What... What is this?" He says with disbelief.
<<SymbioteName>> tastes the corruption as well; his moans are resounding deep within your soul. They reach out, the taste triggering a long-forgotten hunger.
Thick <<SymbioteColor>> goo spreads out to him, entering him as well.
[[Continue->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_04]]"HHMMMMMRRRFFFFFF! YESSSSSS!" He screams, going the same life-changing orgasm you felt when you first came into contact with <<SymbioteName>>.
His strength grows exponentially, every fibre of his corrupted self suddenly processing corruption more efficiently than ever.
You feel connected to him, his whole body feeling closer and closer to your own.
"This power... I-I NEED IT ALL!"
His hand grasps your chest and pulls you vigorously towards his body. You feel like you suddenly fell into a pool of warm honey.
Your body fills with his Essence, though every inch of your being.
Only your head pushes from his pecs, his long tongue slithers out and slides into your mouth, filling you with his warm, powerful presence.
He milks you from every possible recess of sensitivity hidden upon your form. You cum, screaming in complete and utter pleasure. Your body no longer holds any secrets to him.
Yet you yearn for more. You need to have this beast fuck you over and over until he grows bigger than all that is.
<<SymbioteName>> feels your need, your dream for forbidden pleasure haunts him. Your own body slowly unites with your master, your thoughts growing closer in tone.
"Yesssss... Together..." Apothus groans within your head.
[[Merge with Apothus->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_06]]Your corrupted minds merge into a monster that nothing in the Barrens can stop. Your hunger for power is insatiable. Your need for pleasure is neverending.
You dream of reaching the penultimate pleasure that flesh can produce. To grow into the ultimate beast who holds the world in his hands.
You leave the chosen one, for your cock demands a hole to fuck.
[[Time Passes->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_07]]You wander the Barrens, your body growing day after day as you spread corruption unlike anything else. You soon tower over every other being.
Monsters worship you as their god, as the fiend who rules over everything. Others can only run and hide from you, but soon the even the soil bends to your corruption.
The sand grows black and oily; plants warp under your taint and spread your influence even further.
Days go on as you revel under constant debauchery, your worshippers grow in number every day. You never stop expanding, bigger and bigger, with no signs of stopping.
And every few minutes, countless monsters roar in delight as the earth fills with another load of your tainted seed.
But soon, your need for more grows ever more powerful; your thoughts go back to Nyx.
It is only a matter of time before you can reach it yourself.
\<<run setup.triggerEnding("Ending_OneWithApothus")>>
[[The End->Ending]]Apothus slumps, his wounds are gushing out corruption across the ruins. He recoils back up, shaking his head wildly as he pants with exhaustion.
"It's still not enough! I NEED MOOOOORE!" He looks around in a panic, desperately searching for more Lost to absorb, but the ruins are empty of them.
Only the two of you remain.
Purple fumes gush out of his nostrils; he roars in denial. He turns towards the cocoon.
It was all he had left, his chosen one, his way out of this neverending cycle of lust and greed.
But his chosen had power... power he could take for himself. Then no one could stop him. He would become the god this world desperately needs.
"MOOOOOOORE!"
[[Continue->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerWins_2]]He turns to the cocoon and charges towards it like a starving animal. Corruption drives his every move.
He drools as he reaches the black chamber, his hand immediately push through its surface as he laughs.
His grin stretches his face with monstrous fangs gleaming with ferocious madness. His gooey hands push through the surface, his tendrils soon follow.
They bulge obscenely as pure Essence flows into him. His back burst with sudden size, strength piling into his every limb.
"Mrrrhhhhfffffff YES!!!!" He roars in victory.
Litres of pure, unadulterated power rushes in every fibre of his body. The ground groans and tears under his weight.
His roar sinks into a deep, distorted moan as spurts of black cum shoot upon the cocoon's surface.
He pulls himself closer to it; tons upon tons of muscles booms out of him.
"MMMMrrrrrhahaaaaaaaaaaa... Watch me turn into a GOD!"
[[Continue->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerWins_3]]His body shoots upwards, higher than the cocoon he is absorbing. He lifts himself, feeling the growth forcing through the rest of his body.
His pecs and abs swell, ballooning out as they clench into god-like mounds - no doubt capable of crushing mountains.
His arms flex of their own volition, overwhelmed by the rushing, all-consuming growth flooding his senses.
Apothus's moans turn into muffled deep gurgles as his balls pump out gallons upon gallons of corrupted seed upon the ruins.
He basks in the orgasmic of growing his ever more massive.
His hands reach out towards Nyx; his ascension is so close to completion.
He is so close!
Apothus roars in victory, his hands reaching ever closer to the Black Sun. His need for growth takes over his soul.
He is in a waking dream, where all shall finally be right; all he needs is to keep growing! Nothing else matters anymore!
[[Continue->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerWins_4]]The whole platform groans.
It bellows in a cacauphony of ruination.
Patches of stones and soil launch off and into nothingness.
The magical sigils around the platform abruptly dim to a dull grey.
[[Hold On->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerWins_5]]Without Apothus's presence of mind, the spell to keep the platform afloat fades.
The ground suddenly collapses under him.
He screams, his hands still reaching for Nyx. He roars in a sudden rage as the platform tilts towards him.
The cocoon shifts and crumbles off its base, getting caught in the increasing force of the air crashing against it.
He crawls toward you, climbing upon the tilting ruins, unaware of the cause of his plight.
"YOU! I WILL CHASE YOU THROUGH THE BARRENS UNTIL THE END OF TIME!" His impossibly massive form hurdles forward before the ground beneath his clawed feet shatters.
The wind roars, your drop reaches incredible speed. You try to reach the portal out of this realm, but it is too far.
The blue sky fills more of your vision.
The wind is deafening, yet Apothus's monstrous roars are still audible. His body is dragged away by the wind, pushed far enough to be safe from his fury.
[[Continue->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerWins_6]]But the drop cannot be stopped.
The cataclysmic sound of the platform crashing is loud enough to burst your eardrums.
\<<set $WorldState.cultManor.monolithBroken = true>>
\<<set $DeathText = setup.DeathTextEnum.POST_APOTHUS>>
\<<run $CharacterSheet_Player.removeAbilityRuntimeData(setup.Ability_EmbracedByNyxsLight);>>
[[You Fall->Death]]\<<set $CharacterSheet_MQ002_DragonMonk.quest.met = true>>
<<print setup.getFightStartPassages($CharacterSheet_MQ002_DragonMonk)>>Drenth falls to his knees, out of breath.
You both know that this fight is over.
<<print setup.getFightReward($CharacterSheet_MQ002_DragonMonk)>>
\<<set $CharacterSheet_MQ002_DragonMonk.quest.beaten = true>>
[[Continue->Quest_MQ002_DragonMonkEncounter_PlayerWins_2]]The dragonborn grunts angrily, you can see that he's running out of options.
\<<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
You let out wicked smirk, flicking your <<print setup.processFlavours($CharacterSheet_Player, "@[all|tongues|noverb]")>> wildly towards him.
\<</if>>
"You may have bested me now... But I'll never let you have it your way."
His arm suddenly glows with a bright white light.
"For even if I die here, even if that means freeing the cult of Nyx." He stumbles back on his feet, the light grows powerful, blinding even.
"I will fight on, as long as my soul is bright and virtuous, I will come back."
His hand clenches into a fist; he brings it to his chest.
"So that upon the twelfth, I shall announce that I have not been claimed."
A thunderous sound bursts out of his fist. The fog all but blasts away to the edges of the room through the force of the impact.
It's strong enough to make the foundations groan.
The dragonborn's body shakes for an instant.
And then collapses.
\<<run setup.breakOath("drenth")>>
[[Continue->Quest_MQ002_DragonMonkEncounter_PlayerWins_3]]The fog slowly crawls back upon the room, like a blanket of cotton.
[[Continue->Quest_MQ002_Manor_DragonRoom]]The dragonborn looks on down as you collapse from his last strike.
He walks to you with complete apathy.
And without a word, strikes you with a palm strike aimed at your chest.
<<print setup.getFightReward($CharacterSheet_MQ002_DragonMonk, true)>>
[[You died->Death]][[Fight->FightLogic]][[Continue->Village]][[Continue->Village]]<<include setup.getNextNarativeEventPassage($CharacterSheet_Imp.quest.encounterPassages)>><<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'encounterStartFlavour')>><<print setup.getFightReward($CharacterSheet_Imp)>>
<<include setup.getNextNarativeEventPassage($CharacterSheet_Imp.quest.postFightPassagesWin)>><<print setup.getFightReward($CharacterSheet_Imp, true)>>
<<include setup.getNextNarativeEventPassage($CharacterSheet_Imp.quest.postFightPassagesLoss)>>\<<set $CharacterSheet_Imp.info.known = setup.EncounterKnownState.KNOWN>>
You walk under the gaze of scorching sunlight, keeping your sight up on the lookout for Losts and other monsters.
[[Continue->Imp_FirstMeeting_Intro_2]]Hours pass as you traverse a dried-up oasis without noticing any threat. Still, you have the unshakable feeling that you are being watched.
The Lost are not known for their subtlety, but who knows what other horror could lie in ambush.
[[Continue->Imp_FirstMeeting_Intro_3]]The sound of a snapping tree branch suddenly catches your attention.
You turn and immediately notice a small figure lying on his back. Based on his red skin and bat-like wings, it is clearly an imp.
While you have been warned of all kinds of demons in the past, imps are mostly known for their trickery rather than any raw aggressiveness.
The lesser demon slowly gets up, eyes cast down in embarrassment.
"Damn it..." He mutters before meeting your gaze.
[[Continue->Imp_FirstMeeting_Intro_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
His red eyes gleam with mischief.
"What an introduction, right?" He says, dusting off his wings while studying you out of the corner of his eyes.
His clawed feet dig into the sand as if he is preparing to pounce at any time.
[[Ready yourself->Imp_FirstMeeting_Intro_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
He grins, a glint of mad hunger showing in his devilish smile.
"A man of a few words, I see. That's fine by me; I can already taste the Essence within you."
Within less than a second, his wings unfold.
"We're all in this quest for power now, and I will not be left behind!"
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>\<<set $CharacterSheet_Imp.quest.encounterPassages.growthCock1to2.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The more you explore, the more you feel at ease with the enigmatic landscapes of the Barrens. Ruins become familiar; traps and points of ambush become increasingly easy to recognize.
As such, you immediately recognize a lone leafless tree lying between forgotten dunes.
[[Inspect the tree from afar->Imp_EncounterStart_Growth_Cock_1To2_2]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
As you could have guessed, the familiar imp lies in ambush upon one of the old branches. He is struggling to stay hidden.
[[Walk to him->Imp_EncounterStart_Growth_Cock_1To2_3]]
[[Leave him alone->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The imp fumbles as he notices you coming towards him, yet he can catch himself before falling off the tree.
He climbs down and walks towards you with pride.
"We meet again, wanderer… I've been eagerly itching for your return."
His hands suddenly explore his own body. Without an ounce of shame, he grasps his demonic cock, feels the ridges of his throbbing veins.
[[Continue->Imp_EncounterStart_Growth_Cock_1To2_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
"Hmmm… I've been growing, but I'm sure you noticed already~."
His cock rises to his chest, a long drop of pre sliding down the shaft and curving around his full, pumping balls.
"Trust me, this is only the beginning... I'll grow until everyone looks up to me with lust burning in their eyes~."
With one hand grasping his mighty tool, he grins, his legs bent as he gets ready to pounce towards you.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>\<<set $CharacterSheet_Imp.quest.encounterPassages.growthCock2to3.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
The now-familiar deserts of the Barrens welcome you once again.
You walk confidently, keeping an eye out for treasures and listening for potential monsters lurking between the dunes.
[[Continue->Imp_EncounterStart_Growth_Cock_2To3_2]]You suddenly hear a familiar voice in the distance.
Deep, lustful grunts.
It sounds very familiar.
[[Investigate->Imp_EncounterStart_Growth_Cock_2To3_3]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
You rise from a nearby dune and see the imp giving in to his inner urges.
His three-fingered hands coil his shaft as he licks his cock slit, moaning and shaking with arousal. \
His whole body shivers, with pre-cum oozing out of his monstrous tool.
"G-guhhhhh… Hmmmmmm…" He moans without an ounce of shame.
[[Continue->Imp_EncounterStart_Growth_Cock_2To3_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
His pleasure-filled growls suddenly stop as his glance meets yours.
He gives out an annoyed grunt.
"How dare…"
He gets up, annoyed but still clearly aroused.
"I should be grateful for seeing you here, but no one interrupts me without paying the price!"
He jumps towards you, his expression quickly turning into one of devilish desire.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>\<<set $CharacterSheet_Imp.quest.encounterPassages.growthCock3to4.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
Soon after you leave the Golden Bastion, a sound resounds across the desert.
It is deep, lustful and familiar. Focusing on it is an increasingly arousing act.
As your cock slowly springs to life, you recognize where you heard these moans before.
The moans of the ever-growing imp.
He gets louder with every encounter; his voice grows more profound, more powerful.
Surely he would not mind a visit.
[[Approach him->Imp_EncounterStart_Growth_Cock_3To4_2]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
He sees you coming as if he has been waiting for your arrival.
His gaze soon drifts back to his cock. His meaty fingers pinch one of his nipples. He shivers in response.
"It feels so good to grow, to feel your cock expand in your hands."
[[Continue->Imp_EncounterStart_Growth_Cock_3To4_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
His demonic cock reaches past his mouth now. It pulses with need, with thick veins pulsing angrily as if molten lava coursed through them.
"I bet it's the same for you too... I bet you ache to grow just like this." He grins, bending his knees slightly.
His usual combat stance is increasingly difficult to pull off, considering how much meat he's packing. Yet, he wouldn't have it any other way.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>\<<set $CharacterSheet_Imp.quest.encounterPassages.growthCock4to5.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
"Soooo biiiiiiiig..." He mumbles, his mind bathing in the pleasure of his throbbing flesh grazing the warm wind.
He finally notices you and grins. Even in his state, he recognizes you.
"Yesssss... MAKE ME BIGGER!"
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>It’s not long after you leave the city that a familiar sound reverberates through the air.
Those moans of his are like rolls of thunder. It’s powerful, so much more powerful than before.
They act like a clarion call to your libido. When you look down you realize the sound already has you rock hard and leaking pre.
The imp's powers are even more intense than before if he’s able to affect you this badly from so far away without even trying.
[[Continue->Imp_EncounterStart_Growth_Cock_5To6_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
You know he must be even larger, even stronger than the last time you met him. Its enough to make you eager, excited, even nostalgic for the prior encounters that led you here.
It’s even almost enough to make you nervous.
Dare you approach once again to see what has become of the monstrosity of an imp?
[[Approach him->Imp_EncounterStart_Growth_Cock_5To6_3]]
[[Leave->Village]]\<<set $CharacterSheet_Imp.quest.encounterPassages.growthCock5to6.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
His cock is already rock hard, not that you could even imagine that leviathan to ever go soft. It takes both of his disproportionately massive hands to even begin to cover a reasonable amount of his cock.
You know this because he’s been shamelessly jerking himself off since you came into view.
To your surprise, he doesn’t actually look bigger. Not that he’s not still gigantic beyond reason both in size and proportion. But he hasn’t grown any larger than your last encounter.
All except for one part.
[[Gaze at his balls->Imp_EncounterStart_Growth_Cock_5To6_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
His balls have ballooned to outright ridiculous proportions. His massive testicles now are each the size of his own torso and resting firmly upon the ground even with him standing. \
You could actually see the sheer amount of cum sloshing back and forth with each movement he makes.
Now you understand why that lust-inducing effect of his is so much stronger.
[[Continue->Imp_EncounterStart_Growth_Cock_5To6_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
The rest of his body may not have enlarged further but his virility seems to have grown more than enough for the rest of him! \
His cock is letting out a constant stream of pre that makes the ground at his feet into a quagmire of musky mud.
He takes a moment to simply wrap his lips around the head of his cock and greedily guzzle a few mouthfuls of his own pre before releasing it again with a happy sigh.
[[Continue->Imp_EncounterStart_Growth_Cock_5To6_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
As the imp beckoned you closer he didn’t even bother trying to take his normal fighting stance knowing full well his new proportions wouldn’t allow it. Yet that did nothing to dampen the look of confidence on his face.
"Soon I’ll be bigger than a god." The imp bragged before slapping the side of one of his enormous nuts.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>\<<set $CharacterSheet_Imp.quest.encounterPassages.growthBodyMediumToLarge.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The deserts of the Barrens swallow you once again. Its endless dunes and valleys seemingly shift with every expedition, but some parts are just too massive to lose sight of.
What started as a tiny imp has become one of these; you see him tower over the dunes. The ground shakes under each of his thunderous steps.
Long, drawn-out moans bellow out of him, his voice now ten times deeper than it used to be.
Monstrous meaty hands grasp his cock as he notices your presence. He jerks it, grinning at you, letting you bask at his mountainous form.
[[Continue->Imp_EncounterStart_Growth_Body_MediumToLarge_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
You rise from a nearby dune and see the imp giving in to his inner urges.
The imp you once knew is but a memory at this point. He is now a demonic beast, big enough to crush anything that stands in his way.
Yet, his mischievous charm remains; he grins at you with the same old devilish smile.
"I'm so freaking big..." He opens his monstrous hand, marvels at how it's bigger than his head.
[[Continue->Imp_EncounterStart_Growth_Body_MediumToLarge_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"But we can keep growing... We could be so much MORE!" He grins, his cock throbbing with anticipation.
It feels like fighting you is no longer a fight at all.
It's an exchange of power and lust. A dance of men ascending into godhood.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>>\<<run setup.buffImpEncounter()>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
As you rummage some ruins in search of salvage, you hear a familiar voice resound in the distance.
"You again! I've been training, waiting for the day I'd meet you in my travels again! Prepare yourself!"
It is closer to screeching than anything else, but you do recognize that voice. You turn to face the imp that you previously met.
He is determined to fight you once more.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The imp clutches his chest and falls to one knee, yet he snickers amidst the pain. He seems strangely satisfied.
"Hehehe... I haven't felt the thrill of the fight in a long time..."
His legs shake, overburdened by the sheer act of standing up.
"Be proud of this victory, wanderer. Next time, your Essence will be mine."
The imp falls unceremoniously, his wings slowly laying flat beside him.
[[Continue->Imp_Low_Rela_Win_Idle_2]]\<<set $CharacterSheet_Imp.quest.relationshipScoring++>>
Your muscles suddenly tense up as Essence surges within you. You groan as your cock throbs firmly, sending pulses of power all around you.
You squeeze your monstrous cock head with all your strength. Soon cum gushes out of your tool as you roar in bliss, letting this rush of power shake you to your core.
Δ: Your bond with the imp has increased slightly.
[[Return to the Golden Bastion->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
You clutch your chest and fall to one knee as the imp walks to you.
"This was... Exhilarating!" He laughs devilishly, feeling himself as he tastes the Essence flowing within him.
"At this rate, I will become a true demon in no time."
[[Continue->Imp_Low_Rela_Loss_Idle_2]]\<<set $CharacterSheet_Imp.quest.relationshipScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
One of his hands grasps his cock and heartily jerks it at the thought. He loses himself in his pride.
"But of course, ascension does not happen in one day." A high-pitched chuckle seeps out of him before his focus drifts back to you.
"May we meet again, wanderer. Hopefully, next time brings something more than a friendly spar~."
He bursts into laughter, his cock throbbing with lustful satisfaction as he flies away.
Δ: Your bond with the imp has increased slightly.
[[Return to the Golden Bastion->Village]]\<<set $CharacterSheet_Imp.quest.postFightPassagesWin.lowRelaEnterMidRela.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The imp falls once more, exhaustion taking the best of him. His head lifts up to you in disbelief.
"You're not mortal, are you? Another monster cursed by the Eclipse?"
He laughs, his gaze studying you with fascination.
"You remind me of my old master."
His cock throbs with need, as much as he tries to ignore it.
[[Say you're the same as anyone else->Imp_Low_Rela_Win_EnterMidRela_No]]
[[Imply that you're not sure->Imp_Low_Rela_Win_EnterMidRela_Yes]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Then you know what is happening to me as well..." He relaxes.
"The Lost will keep getting stronger no matter what, but I will be on top of those mindless monsters. This is a race for ascension."
[[Continue->Imp_Low_Rela_Win_EnterMidRela_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"You are even more intriguing than I thought..." He takes the time to look you over, admiring your form.
"One with the body and strength of a titan who is still humble at his core. Can't say I've ever encountered that before."
[[Continue->Imp_Low_Rela_Win_EnterMidRela_2]]\<<set $CharacterSheet_Imp.quest.relationshipScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
He looks you in the eyes.
"Maybe it won't be me who ascends after all..." He stands to his feet and gives you a swift, curt bow.
"...but maybe that's not such a bad thing..."
He flicks his tongue towards you before spreading his wings and taking off into the skies, leaving you to your thoughts.
Δ: Your bond with the imp has increased slightly.
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Incredible..." The imp mutters between exhausted breaths. He suddenly folds his wings back, taking a more relaxed stance.
"Alright, you win." He says, crossing his arms.
"We both know that I don't have a chance here, so why do you keep seeking me out? Surely you can take on bigger monsters at this point."
[[Say you enjoy his company->Imp_MasterChoice_Positive]]
[[Say you want to keep growing stronger->Imp_MasterChoice_Positive]]
[[Tell him he's just another monster standing in your way->Imp_MasterChoice_Negative]]"What?" Looks surprised and confused.
"I better take my leave then..."
The imp leaves, unable to hide his disappointment.
(In the very near future, the imp will venture into a different path from that point on)
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
His eyes suddenly light up, gleaming with newfound hope.
"Then we are aligned~," He says, nearly blushing.
"I am still not sure what you are exactly, but I have been thinking about you since we first met."
His tone is somewhat shy; not often does he show this much honesty to people.
He walks up to you/climbs you, his arms crossing around your neck. He stares into your eyes and freezes as if he's thinking of the right words to use.
Suddenly, he whispers:
"Let me serve you..."
[[Accept->Imp_MasterChoice_2]]
[[Refuse->Imp_MasterChoice_Negative]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
"Yes... Thank you..." He says as a rush of emotions flows through him.
"Master..." His voice lowers down to a whisper but it shakes you to your core.
Master.
Hearing this word coming from the demon feels right.
[[Continue->Imp_MasterChoice_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
The imp's body suddenly glows in a deep red hue as he reaches for your cock. His tongue flows out; he pants with need.
"There's no need for me to hold back now..."
[[Make him suck you off->Imp_MasterChoice_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
"Oh fffuuuuuck." The imp growls under his breath as you grasp the back of his head.
You look down. A puddle of cum is building in front of the imp. He cannot stop oozing out his demonic seed.
"Master..."
It seems like he has been looking forward to this. His whole body heats up.
"G-god... I give in... Forget plans and schemes... I want you for real..." He grabs your cock and moans loudly, without any shame.
The red hue suddenly transfers to your cock. It feels like a bomb suddenly goes off. Your teeth clench as your dick suddenly burst with size. It throbs and swells, pushing the imp back.
"Grow, master... Take this world as your own!"
Your cock slams into the sand. You attempt to jerk it as a rush of arousal courses through you, but it grows out of your grasp. It pulses and throbs like a possessed beast. \
You roar as it grows to reach your face easily. It suddenly moves against your will, as if its arousal had to be sated no matter what.
[[Attempt to contain your growing lust->Imp_MasterChoice_5]]You try to jerk your cock to calm its lustful fury, but it is simply not enough. It suddenly bends and reaches your mouth, urging for you to suck it.
[[Suck yourself off->Imp_MasterChoice_6]]You taste your own seed, feel the demonic corruption coursing within it.
Your body feels tight and packed as a strange warmth spreads within you.
You feel... Pride.
A shameless love of the power that resonates within you and the imp. Your body begins to swell, your muscles growing larger and harder. \
You grab the end of your cock and bring it closer, eagerly tasting more and more of your demonic cum. \
You raise your arms, veins snake across your skin, feeding the rapidly-growing muscles. You flex and marvel at your impossibly impressive arms.
This turns you on even more...
[[Unleash a prideful roar->Imp_MasterChoice_7]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
Your roar, your prideful display is rewarding you with even more pleasure. Your massive dick lays nestled between your growing pecs, every flex of your muscles pleasuring your cock further.
The imp's moans are impossible to ignore. Soon you feel him press himself on your cock, rubbing and massaging the shaft with his whole body.
Your cock eventually grows too massive to be taken by your mouth. Cum sprays into the air, dripping down onto you both with no signs of stopping.
Upon seeing your head freed from the demonic cock, the imp quickly crawls to you and kisses you wildly.
"Master..."
[[Kiss him back->Imp_MasterChoice_8]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
\<<run setup.impJoinsPlayer()>>
"Ggggaaaaahhhh..." Your imp moans within the kiss, his body overwhelmed by your raw masculinity.
That being said, the experience has left you both exhausted. You lay down, with the imp resting on top of you.
"I can't wait to see what kind of adventures await us next, master." He whimpers before you put your arms around him. He pulls you into a long kiss once more.
You both slowly doze off.
Δ: The imp will now join you in battle!
Δ: You can now visit the imp directly from the village!
[[Leave->Village]]\<<run setup.buffImpEncounter()>>
Soon after you leave the Golden Bastion, you notice a winged figure flying overhead.
With his red skin and bat-like wings, you recognize the imp that you've fought in the past.
He suddenly drops, landing in front of you in one sweep of his wings.
[[Continue->Imp_Mid_Rela_EncounterStart_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"We meet again, wanderer." He looks you over and grins.
"I gotta say, you're getting easier to find, not that that's a bad thing~."
His claws suddenly curl out, and his knees bend slightly. You unsheath your weapon in reaction, knowing that he's about to pounce.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
With one last hit from the imp, you fall on your back, your gaze never leaving the demon.
His wings unfold in triumph.
"Looks like I win this time!" he exclaims with excitement, his arms spread out, eagerly awaiting the flow of Essence to reach him.
A soft white hue suddenly envelops him, and he closes his eyes and groans.
[[Continue->Imp_Mid_Rela_Loss_Idle_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
"Grrrrr..... Yyyessssss~!" His body shivers with pleasure, his clawed hand reaching down to wrap tightly around his demonic cock.
[[Continue->Imp_Mid_Rela_Loss_Idle_3]]\<<set $CharacterSheet_Imp.quest.relationshipScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Look at me... I'm finally becoming a true demon!"
With every movement of his hands caressing his sensitive tool, his breaths grow faster. His cock pulses with increasing need.
His shaft bloats a little longer and thicker with each jerk; more veins surge out, pumping the demonic dick into more and more of a beast worthy of the name!
The imp moans in prideful lust, one of his fingers wiping a growing bead of precum from the head of his dick before seductively licking it clean.
"I bet you're aching to have a taste~" he teases, his new, thicker member oozing demonic pre...
Δ: The imp's cock grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "cock", 3))>> longer.
Δ: The imp's balls grow <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "balls", 1))>> wider.
Δ: Your bond with the imp has increased slightly.
[[Pleasure him->Imp_Mid_Rela_Loss_IncreaseServant]]
[[Escape->Village]]\<<set $CharacterSheet_Imp.quest.relationshipScoring++>>
This fight has lasted long enough, as you are both aware. The flow of Essence gathers you both and suddenly rushes to you.
You boom in pleasure, throwing your head back, letting out a deep groan.
The imp can only look on as you take your reward, but he does not seem too bothered with that outcome. \
Seeing you revel in pleasure and power seems a reward in it of itself. \
He ogles your <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> <<print setup.processFlavours($CharacterSheet_Player, "@[all|cocks|noverb]")>> and slowly steps closer. \
His unusually shy composure is impossible to ignore. You flex for him in response.
[[Continue->Imp_Mid_Rela_Win_Idle_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
"HHHrrr... Fuck..." The imp groans. He is getting overwhelmed by your musk.
Δ: Your bond with the imp has increased slightly.
[[Press him against your pecs->Imp_Mid_Rela_Win_Idle_IncreaseMaster]]
[[Leave him be->Village]]\<<set $CharacterSheet_Imp.quest.relationshipScoring++>>
\<<set $CharacterSheet_Imp.quest.masterScoring++>>
\<<set $growth = setup.applyGrowth($CharacterSheet_Player, "muscles", 4)>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
You grab his hand, grinning at how flustered he is. He does not hold back; his gaze is locked into your chest, hypnotized by your masculine strength. \
You effortlessly bring his hand to your pec, making him shiver with lust, your nipples bending between his clawed fingers.
"A-ahhh... I..." The imp's eyes close slightly. His warm breath slide across your chest, his fingers press in harder, shamelessly at your chest.
You can tell how much he wants this. His cock is already dripping with pre.
Without warning, you shove the demon between your <<print setup.processFlavours($CharacterSheet_Player, "@[all|pecs|noverb]")>>. \
Both of his hands gripped along under your <<print setup.processFlavours($CharacterSheet_Player, "@[all|pecs|noverb]")>>, desperately squeezing your muscles.
[[Press him harder->Imp_Mid_Rela_Win_Idle_IncreaseMaster_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
Your pecs shake as he moans into them, his eyes rolling shut.
"NNNnhhhh!! Ahhhhhh!" This is all it took to drive him over the edge. \
The imp bites his lips and shamelessly shoots volley upon volley of demonic cum on your chest.
You feel the demonic cum absorb within your skin as if it was attracted to your dominating nature. \
Your chest starts to swell, building into the ideal living only in the imp's fantasies.
A burst of growth suddenly reaches your abs, pushing the imp back. You pull your head back and roar.
Δ:Your body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", 7))>> taller.
Δ:Your muscles grow to become <<print setup.getMusclesDescriptor($CharacterSheet_Player)>>(+$growth).
Δ: You feel more inclined to dominate the imp.
[[Continue->Imp_Mid_Rela_Win_Idle_IncreaseMaster_3]]The imp suddenly realizes what he has done.
He cannot surpass you at this rate, but somehow, this felt right.
He shakes his head and turns his back to you, unfolding his wings.
"I-I... I have to take care of something..."
A gush of sand suddenly booms as he flies away.
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The imp's lust is infectious! While the remnants of your sanity scream for you to resist and not give in to his influence, it's just too hot to resist. You close in on the imp and collapse to your knees before him.
"Hehehe," he chuckles, "don't worry; I'll make it worth your while..."
His hand suddenly grasps the back of your head and pulls you in. Your eyes widen as the first drop of his potent pre touches your tongue! \
It is invigorating. You steady yourself by grasping the imp's waist, eagerly pressing your tongue against his cockslit, begging for more!
"Yessss... you like that, runt?" the imp growls. His voice sounds more profound and more dominant despite his size.
[[Nod and suck him off->Imp_Mid_Rela_Loss_IncreaseServant_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
In response, you take his whole dick deep into your mouth and throat. Warmth spreads from your core, your body shaking with anticipation. It keeps getting warmer and warmer, like a fire spreading to your muscles and cock.
You feel proud, proud of your endless hunger for pleasure and power; proud of changing and growing until you become unstoppable!
"Let desire flow through you," the imp moans, his breaths coming quicker as release closes in. With a deep bellow, he clenches his toes and arches his back as thick loads of his demonic cum shoot out of his growing cock!
[[Swallow eagerly->Imp_Mid_Rela_Loss_IncreaseServant_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You do not waste a single drop of this imp's tangy ambrosia. Every gulp spreads the heat within you until it feels like a roiling inferno! You jerk your cock harder and feel it growing thicker in your palm!
[[Look up to the imp->Imp_Mid_Rela_Loss_IncreaseServant_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You gaze up to the imp who grabs his balls, his face split into a satisfied grin. His ambition is undeniable; this small imp certainly could grow into something more.
As you let his demonic energy course through you, a vision seeps into your mind. You see the imp, taller than any beast or structure, with muscles massive enough to crush mountains—the ultimate demon of pride, a lord amongst untamable beasts.
The vision is too much for your mind to bear; it soon dissipates into blackness.
You pass out.
[[Continue->Imp_Mid_Rela_Loss_IncreaseServant_5]]\<<set $CharacterSheet_Imp.quest.servantScoring++>>
You wake up shortly after, covered in a mix of your and the imp's cum. He is nowhere to be seen.
Hopefully, you'll meet him again.
Δ: Your cock has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "cock", 3))>> longer.
Δ: Your balls have grow <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "balls", 1))>> wider.
Δ: You feel more inclined to serve the imp.
[[Leave->Village]]\<<run setup.buffImpEncounter()>>
Soon after you leave the Golden Bastion, you notice a winged figure flying overhead.
Immediately, you recognize Kanathar, your master, flying above and coming your way.
Your mouth waters, your cock hardens.
With one sweep of his demonic wings, he lands in front of you.
[[Continue->Imp_Servant_EncounterStart_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Show me how much you've grown, pet~," He says, grinning in anticipation for what's to come.
His claws suddenly curl out, and his knees bend slightly. \
You unsheath your weapon in reaction, yet you shiver with lust, unable to contain the excitement of being with your master once more.
<<print setup.getFightStartPassages($CharacterSheet_Imp)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The imp's final blow proves too much for you to bear. His strength has undoubtedly increased since you first encountered him.
He grins wide as you crumble to your knees at his feet.
"It seems your Essence has been worthwhile after all!" he sneers, flexing for you, letting you bast in his demonic might.
"But I could be so much more..."
[[Continue->Imp_Loss_ServantChoice_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
He reaches down and lifts your chin, forcing you to gaze into his slitted eyes.
"I can feel that need within you, too," he whispers lustily, his cock throbbing with arousal.
"Give yourself to me as I grow into a demon lord!"
[[Accept->Imp_Loss_ServantChoice_Yes]]
[[Refuse->Imp_Loss_ServantChoice_No]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Then come closer..." He grabs at the back of your neck, holding you in place.
"You're gonna turn me into a GOD~" His voice is low and deep, making you shiver to your core.
[[Please your master->Imp_Loss_ServantChoice_Yes_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
He grips his cock and brings it inches away from your face.
It's so close but so far away. You get the inclination that he wants you to take it yourself, to prove to him that you're genuinely his.
[[Suck him off->Imp_Loss_ServantChoice_Yes_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The taste is maddening, warmth spreading all over your body as you taste your new master's cock. His whole body shudders in response, the act changing him to his core.
"Yessss... Finally!!"
A dark, red glow emanates from his whole form.
"To bring a mortal to its knees - this is my first step to ascension!" he snarls, grinning at you before thrusting his cock deeper into your throat.
"GIVE ME MORE!" he growls.
[[Suck harder->Imp_Loss_ServantChoice_Yes_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
You suddenly feel the hand grasping the back of your head expand as you lose yourself in the taste of the hot, barbed demonic cock.
"Fuck..." your new master hisses, making you look back up at him. His head is rolling around in bliss, and he bellows out in a deepening moan.
His horns suddenly begin to burst further out of his skull, the base growing in width as more than a foot of new, bony length emerges. \
Your jaws contort as it becomes harder and harder to take his cock, its girth thickening significantly. \
Your mouth fills more and more with every powerful thrust of your master's hips.
But you persevere, sucking faster while fondling your master's growing cum factories. \
The imp's growls deepen further in pitch as he leers down at you. His neck seems like it has doubled in width as monstrous traps bulge out, joining his shoulders like a chain of muscly mountains.
"Grrrrrrrrrraaaaa... Keep going... //pet ~//"
[[Suck like your life depends on it->Imp_Loss_ServantChoice_Yes_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
The growing imp pants, hissing through clenched teeth. "Ssssoooo gooooood!!"
Demonic pre shoots out hard inside your mouth. Your body responds by bellowing out a deep, involuntary groan. \
The taste of the demon's pre spikes your arousal beyond mortal limits, a pleasure that makes your muscles clench as pulses of thunderous lust fill every fibre of your being!
...And yet... you need MORE!
[[Make your master cum->Imp_Loss_ServantChoice_Yes_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
You suck your master's cock as though your life depended on it, taking it as deep as you possibly can. The pleasure becomes too much to bear; you feel pre oozing continuously from your cock!
"I'm gonna make you mine," he growled deeply, "feed you with demonic cum until you're unrecognizable!" He grinned wide with newfound confidence. \
His words hold significantly more weight than before.
"Now...cum. Show your master just how much you love him..."
You have no choice but to comply, fat ropes of pearlescent jizz flying from your cock, desperately moaning as you continue to try to suck the imp lord's cock in hopes of not displeasing your master. \
With a deafening roar, he also begins to cum, shooting loads upon loads of his hot demonic spunk down your throat, filling you with a newfound lust that cannot be reasoned with!
[[Continue->Imp_Loss_ServantChoice_Yes_7]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
He pants, sweat dripping down his thick, leathery skin, his demonic form radiating with a new potent, masculine musk. It would be blasphemy to call him a mere imp at this point.
He grins, eyes glowing bright with a burning passion. "Go, my pet. Spread the word that Kanathar will soon ascend!"
He flexes a thick, powerful arm and kisses his peaked bicep while gazing deep into your eyes. "Soon, ALL will worship us as GODS!!"
\<<set $CharacterSheet_Imp.info.name = "Kanathar">>
\<<set $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_ServantOfKanathar)>>
\<<run $CharacterSheet_Imp.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)>>
\<<set $growth = setup.applyGrowth($CharacterSheet_Imp, "muscles", 22)>>
Δ: Kanathar gains the "Never-ending Growth" ability.
Δ: Kanathar's body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "height", 25))>> taller.
Δ: Kanathar's muscles grow to become <<print setup.getMusclesDescriptor($CharacterSheet_Imp)>>(+$growth).
Δ: Kanathar's cock grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "cock", 10))>> longer.
Δ: Kanathar's balls grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "balls", 6))>> wider.
Δ: You gain the "Servant of Kanathar" ability, it will become more powerful the more you serve your master.
\<<set $CharacterSheet_Imp.quest.storylineProgress = setup.StorylineProgress_Imp.SERVANT>>
[[Leave->Village]]Looks surprised and confused.
"How?"
"No matter... Once I become as strong as a god, all will bow down to me regardless..."
The imp leaves, unable to hide his disappointment.
(In the very near future, the imp will venture into a different path from that point on)
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"I feel... So powerful!" He can barely talk from the exhaustion of the fight, yet his gaze remains locked onto yours.
"I've grown so much since first meeting you!"
[[Continue->Village_MeetImp]]\<<set $CharacterSheet_Imp.quest.servantLosses++>>
\<<set $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_ServantOfKanathar)>>
\<<run $CharacterSheet_Imp.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
You recoil from Kanathar's final hit, he grins in response.
"You've grown stronger, pet... But you could be so much more..." He walks up to you and grabs the back of your head, his forked tongue oozing out of a devilish grin.
"Together, we'll keep growing stronger. No one will ever stop us."
He pulls you into a deep kiss. There is nothing left of the old imp that you once knew. Kanathar is now a true demon of pride, his mind utterly consumed with the desire to grow and rule over everything.
[[Continue->Imp_Loss_ServantPath_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
His massive cock throbs against your body. "Then, all will be ours." He kisses your neck, licking slowly before biting down on the meat of your muscular shoulder.
"I'm going to show this whole world that you're mine! My body aches for more... grow me, pet. Turn me into a monster, one to which all will soon bow to!"
On command, cum gushes from your cock as orgasm washes over you.
Once your dick dribbles the last of its seed, he steps back, satisfied.
\<<set $growth = setup.applyGrowth($CharacterSheet_Imp, "muscles", 4)>>
Δ: Kanathar's "Never-ending Growth" ability is now stronger.
Δ: Kanathar's body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "height", 7))>> taller.
Δ: Kanathar's muscles grow to become <<print setup.getMusclesDescriptor($CharacterSheet_Imp)>>(+$growth).
Δ: Kanathar's cock grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "cock", 3))>> longer.
Δ: Kanathar's balls grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "balls", 1))>> wider.
Δ: Your "Servant of Kanathar" ability now grants slightly more health.
[[Continue->Imp_Loss_ServantPath_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Now... grow stronger for your master, pet. Make the world tremble in my name!"
He unfurls his massive wings with a bellowing roar and launches himself into the air and out of sight.
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
"Master... You've grown so strong..." He can barely talk from the exhaustion of the fight, yet his gaze remains locked onto yours.
"Soon you'll be unstoppable!"
[[Continue->Village_MeetImp]]\<<set $CharacterSheet_Imp.quest.servantWins++>>
\<<set $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_ServantOfKanathar)>>
\<<run $CharacterSheet_Imp.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
Kanathar recoils back from that final hit but instantly grins back at you.
"How powerful you've become, pet!" He walks up to you and grabs the back of your head, his forked tongue oozing out of a devilish grin.
"Together, we'll keep growing stronger. No one will ever stop us."
He pulls you into a deep kiss. There is nothing left of the old imp that you once knew. Kanathar is now a true demon of pride, his mind utterly consumed with the desire to grow and rule over everything.
His massive cock throbs against your body. "Then, all will be ours." He kisses your neck, licking slowly before biting down on the meat of your muscular shoulder.
"I'm going to show this whole world that you're mine! My body aches for more... grow me, pet. Turn me into a monster, one to which all will soon bow to!"
On command, cum gushes from your cock as orgasm washes over you.
Once your dick dribbles the last of its seed, he steps back, satisfied.
\<<set $growth = setup.applyGrowth($CharacterSheet_Imp, "muscles", 4)>>
Δ: Kanathar's "Never-ending Growth" ability is now stronger.
Δ: Kanathar's body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "height", 7))>> taller.
Δ: Kanathar's muscles grow to become <<print setup.getMusclesDescriptor($CharacterSheet_Imp)>>(+$growth).
Δ: Kanathar's cock grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "cock", 3))>> longer.
Δ: Kanathar's balls grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Imp, "balls", 1))>> wider.
Δ: Your "Servant of Kanathar" ability now grants slightly more stamina.
[[Continue->Imp_Win_ServantPath_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Now... grow stronger for your master, pet. Make the world tremble in my name!"
With a bellowing roar, he unfurls his massive wings and launches himself into the air and out of sight.
[[Leave->Village]]\<<set $CharacterSheet_Lakkos.quest.met = true>>
\<<set $CharacterSheet_Lakkos.info.known = setup.EncounterKnownState.KNOWN>>
Your breath suddenly grows heavy. A wave of arousal washes over you and you're not sure why...
Something is wrong, the air feels thick with powerful energy.
Every breath you take makes your heart beat faster.
\<<if setup.sizeNormalPersoncomparison($CharacterSheet_Lakkos) >= setup.Comparators.REACHES_WAIST>>
The sky is covered by his gigantic form. The ground shakes as his <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "height"))>> body lands in front of you.
You cannot stop yourself from eyeing his mountainous body.
\<<else>>
You suddenly see it, a winged <<print setup.getLength($CharacterSheet_Lakkos.info.height)>> figure flying down towards you. You brace yourself and get ready for the worst...
You soon realize that the monster would not be pouncing for an attack; he lands gracefully in front of you instead.
\<</if>>
His red scale-covered limbs contrast with his human-looking upper body and face.
An aura of evil pulsates from his form that continuously increases your arousal. You are getting lost in his slitted red eyes.
He seems almost angelic... Yet his expression suggests otherwise.
His grin grows predatory as his forked tail flicks behind his muscular butt.
\<<if $CharacterSheet_Lakkos.quest.beatenOnce>>
"Hmmmm... You again..."
\<<else>>
"I never expected to see adventurers travelling on their own around these parts."
\<</if>>
His cock lays there for you to gaze at. It is a whole <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "cock"))>> long. His handsome smile curls into a devilish grin upon seeing you stare.
\<<if $CharacterSheet_Player.hasAbility("Ability_DemonicCorruption", 3)>>
"You look magnificent... Much better than that old body of yours."
He eyes your scaled body in utter awe.
"Still, not even a Lord of Lust can tame me. If you want to be on top, you'll have to defeat me."
\<<elseif $CharacterSheet_Player.hasAbility("Ability_DemonicCorruption")>>
"How about a friendly sparring session between demons? I can grant you power beyond your wildest dreams if you win."
\<<else>>
"I'm glad you're here, you have something that I need... Something I've been thirsting for, ever since I was banished to this hell hole."
\<</if>>
He raises a clawed hand and beckoned you to come closer.
<<print setup.getFightStartPassages($CharacterSheet_Lakkos)>>His tongue slides across his sharp teeth and his cock grows hard as he readies himself for combat.
"I'm Lakkos, by the way. You'd better give me your best.""Hmmmmm... You're pretty good..."
Lakkos stares at you; he feels that arousal threatens to take over your thoughts, but you fight on. He slowly realizes that he has lost this fight.
"If only I had my powers back... Even gods used to fear me from where I'm from..."
He falls to one knee, feeling exhausted from your battle.
"But power seems to work differently here, makes sense that she banished me here, I guess..." He laughed softly as he gazes at your hardened body.
His grin does not leave his face as he stares hungrily at your cock.
\<<set $CharacterSheet_Lakkos.quest.beatenOnce = true>>
\<<if setup.getDemonicTFPassage($CharacterSheet_Player) == undefined>>
[[Fuck him->Encounter_Win_Lakkos_Sex_FullDemon]]
\<<else>>
[[Fuck him->Encounter_Win_Lakkos_Sex]]
\<</if>>
[[Spare him and leave->Encounter_Win_Lakkos_Spare]]"Ahhhh... HMMMM... I can feel your lust... It's... It's more powerful than I thought mortals could exude."
His demonic tongue tastes your oozing cock. Your battle brought you to the edge of orgasm, you could blow at any moment.
"With just a taste of your Essence... I could turn you into something more... Demons can feel pleasure beyond anything you can imagine!"
\<<if $Essence >= setup.getDemonicTFCost($CharacterSheet_Player)>>
<<print "[[Grant him Power ("+setup.getDemonicTFCost($CharacterSheet_Player)+" Essence)->"+setup.getDemonicTFPassage($CharacterSheet_Player)+"][$Essence -= "+setup.getDemonicTFCost($CharacterSheet_Player)+"]]">>
\<<else>>
<<print "<span class = 'inactive'>[[Grant him Power ("+setup.getDemonicTFCost($CharacterSheet_Player)+" Essence)->"+setup.getDemonicTFPassage($CharacterSheet_Player)+"]]</span>">>
\<</if>>
[[Cum->Encounter_Win_Lakkos_NoDeal]]It's been too long... Your need drives you wild once more...
You jump at Lakkos and bring him down on all fours. You both need this more than anything, only you could sate each other's all-consuming lust.
[[Fuck him->Encounter_Win_Lakkos_Sex_FullDemon_2]]You fucked in every way possible. Screams of pleasure filled the Barrens as you kept going for weeks.
His gigantic form was a lot to handle, but you wished you and him were even more massive. Power and lust drove your every thought.
Weeks turned into months. You fucked and fucked until you finally adjusted to your demonic body.
Lakkos loved every second of it, maybe being banished here wasn't so bad for him after all.
You finally reached the point where you felt a distant memory slowly emerge from your mind. An old duty that was never completed.
You left soon after, your goals and instincts had changed and yet...
You continued your quest.
<<print setup.getFightReward($CharacterSheet_Lakkos)>>
[[Continue->Village]]Lakkos hungrily devours every drop of your seed. You notice his wounds quickly heal as he releases your cock.
"Hmmm, I do hope to see you again... Just remember how powerful you could become if you take my offer next time."
<<print setup.getFightReward($CharacterSheet_Lakkos)>>
[[Continue->Village]]As you feel Essence gather inside you, the demon's proposal rings hollow.
You leave him to his defeat.
"Man... Just what's with the people here? Nothing makes any sense..." You hear from behind you.
<<print setup.getFightReward($CharacterSheet_Lakkos)>>
[[Continue->Village]]The overwhelming arousal of the demon is too much to bear. You fall down on your knees and jerk off intensely.
The pleasure is maddening, orgasm quickly build as you feel cum rush up your shaft.
You don't notice Lakkos, who is now inches from your body. He grins in victory as red demonic energy flows from his hands and into your cock.
Your dick eagerly absorbs the demonic energy.
A deep scream of pleasure burst from your lips.
[[I need more...->Encounter_Loss_Lakkos_1]]You reach up to the incubus and kiss him deeply. He pushes it further, his own tongue reaching down your throat as if to taste something inside you.
You feel your orgasm being blocked by his magic. It builds a hunger for release that can't be sated.
"I... I need to cum..."
You whimper to the demon who grins maniacally in response.
"Oh, you're not ready yet."
He brings both hands to your shaft and let his demonic magic flow inside your flesh.
[[More...->Encounter_Loss_Lakkos_2]]You feel your cock grow bigger, so much bigger. It grows to <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock") + 31)>>.
Lakkos kisses you again, his taste drives you wild, you can't get enough. You feel your balls get denser and fuller.
The incubus then pulls back and brings his cock to your face. It's massive, but you still try to suck it.
He grabs the back of your head and pulls you to take it in. You gorge on the demon's precum; you feel it enhance your growing cock.
It explodes with growth. In under a minute it reaches <<print setup.getLength(Math.max(setup.getStatValue($CharacterSheet_Player, "height") -10, setup.getStatValue($CharacterSheet_Player, "cock") + 50))>>.
You try to grasp your massive tool, every touch brings you to the edge. Yet Lakkos's magic stops your upcoming orgasm.
"Hehehehe... Now... Will you give me your soul for some release?"
[[YES! TAKE IT! GRAAAAAAAAHHHHHHHH->Encounter_Loss_Lakkos_3]]The incubus licks his lips in anticipation. Suddenly you feel the demonic magic opening the floodgates.
The <<print setup.getLength(Math.max(setup.getStatValue($CharacterSheet_Lakkos, "height") +10, setup.getStatValue($CharacterSheet_Lakkos, "cock") +50))>> monster trembles at the upcoming flood of cum rushing through it. You scream under the sheer intensity of your upcoming orgasm.
You need it more than anything. You unleash a roar that could be heard for miles.
Cum shoots everywhere from your gigantic cock, it keeps going for hours...
As the demonic magic that tainted your cum exits your body, something seemed to be forming between his fingers.
A white light glows in his palm.
"This is gonna be a potent one, I'm sure..." He mutters to himself.
Your vision begins to blur a little. Lakkos opens his mouth and eats the ball of light in one bite.
You feel yourself change as your vitality leaves your body and enters him. Your body slowly shrinks while the demon looks down on you with a devilish smile.
"Give me everything..." He whispers between moans.
You gaze upon his perfect body growing even bigger and more powerful.
\<<run setup.applyGrowth($CharacterSheet_Lakkos, "height", 10)>>
\<<run setup.applyGrowth($CharacterSheet_Lakkos, "cock", 12)>>
\<<run setup.applyGrowth($CharacterSheet_Lakkos, "balls", 4)>>
His body grows to <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "height"))>>.
His cock grows to <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "cock"))>>.
His balls grow to <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "balls"))>>.
Your vision slowly blurs, yet you stare at Lakkos with utter admiration for his new form...
<<print setup.getFightReward($CharacterSheet_Lakkos, true)>>
[[Continue->Death]]You found your bae!
[[Return->Village]]\<<set $CharacterSheet_Lost_Naga.quest.met = true>>
\<<set $CharacterSheet_Lost_Naga.info.known = setup.EncounterKnownState.KNOWN>>
After an hour of searching, you find yourself in what appears to be a swamp, or at least used to be one.
Much of it has fallen to the spreading corruption. What once had been natural plants have been replaced with vulgar, multicoloured mutants.
You don't get much time to inspect them as a sudden, scraping rustle draws your attention to the canopy above.
Wrapped around the massive tree trunk is a serpentine monstrosity. His smooth hide shines with a purple so bright it's nearly pink.
Yet there is an oily sheen to it, an iridescent shimmer in the light. It shifts with each idle flex and twitch of the coils.
The skin creaks and groans as the muscles beneath dance and contort it with their size.
The cobra hood of the gooey naga flares as he spots you. A low hissed "Prrreeeyyy." escapes his muzzle as he bares his fangs.
[[Continue->Encounter_Intro_Lost_Naga_2]]<<print setup.displayEncounterImage($CharacterSheet_Lost_Naga.info.picture)>>
You get to watch the herculean musculature of the beast tense proper as his coils turn the massive tree into little more than splinters between them.
The mud muffles the thud as the beast falls to the ground, but you could still feel the small quake in the wake of its tonnage.
<<print setup.getFightStartPassages($CharacterSheet_Lost_Naga)>>Slowly the serpent rises to his full height, presenting a colossus of muscle and virility. His shaft swollen and engorged to enormous size, while his lips drool with hunger.After a terrible battle, the naga finally collapses into a heap. Pink goo runs from the wounds he has sustained.
But even now, you could see that they are closing already. There is little doubt that in just a few minutes, the beast would be in perfect shape again.
Though right now, he is barely even conscious. That does not stop him from sporting a full mast erection.
\<<if setup.removeCurseOfTheNaga()>>
You place your hand on the wounded naga's head. He immediately shivers as thick pink goo rushes along your arm.
$CharacterSheet_Player.symbiote.name is pleased, he can feel himself becoming complete once again.
The goo slowly enters your muscles. Your biceps, curls, abs and glutes suddenly pulsates. You feel the incoming growth spread down and up your body.
"Hmmmmfff... Yes..."
Growth rushes through you with every heartbeat. You pull your head back and moan as a burst of power suddenly hits you like a truck.
Your body explodes with more strength than the naga has taken from you.
<<set $growth = setup.applyGrowth($CharacterSheet_Player, "muscles", Math.ceil(setup.getStatValue($CharacterSheet_Player, "muscles") * 0.1))>>
Your muscles become <<print setup.getMusclesDescriptor($CharacterSheet_Player)>>(+$growth).
Your body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", Math.ceil(setup.getStatValue($CharacterSheet_Player, "height") * 0.1)))>> taller.
"Fuuuuuuck..."
You feel more and more pink goo rush down your arm. It crawls along your chest to finally coil around your cock.
You immediately see it throb and expand. Deep lustful moans escape you as your dick crawls along your legs.
\<<run setup.applyGrowth($CharacterSheet_Player, "cock", Math.ceil(setup.getStatValue($CharacterSheet_Player, "cock") * 0.1))>>
You grasp the base of your now <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> cock and jerk it intensely.
\<</if>>
You could have your way with him now. He would be unable to stop you.
<<print setup.getFightReward($CharacterSheet_Lost_Naga)>>
[[Fuck the naga->Encounter_Win_Lost_Naga_Fuck_1]]
[[Leave->Village]]Your hands grip his massive cock, and you can almost hear your digits squeak over the gooey skin.
His member is rockhard, firm enough to serve as a bludgeon, no doubt.
You give it a tentative stroke, trace along the swollen veins along its length before you start to grin devilishly. You've heard that snakes are supposedly very stretchy.
You decide to put it to the test. You jerk the serpent's cock down towards your own member.
Your tips touch, and with a grin, you press onward. The naga gasps out weakly, his muscles arms flex in a futile flail.
Really his head doesn't even manage to raise high enough to see you over his own pectoral mountains.
\<<set $CharacterSheet_Lost_Naga.quest.fuckedByPlayer = true>>
\<<if setup.sizeCharactercomparison($CharacterSheet_Player, $CharacterSheet_Lost_Naga) >= setup.Comparators.EQUAL>>
[[Press the naga's cock on your slit->Encounter_Win_Lost_Naga_Fuck_PlayerBigger_1]]
<span class = 'inactive'>[[Fuck the naga's cock slit->Encounter_Win_Lost_Naga_Fuck_NagaBigger_1]]</span>
\<<else>>
<span class = 'inactive'>[[Press the naga's cock on your slit->Encounter_Win_Lost_Naga_Fuck_PlayerBigger_1]]</span>
[[Fuck the naga's cock slit->Encounter_Win_Lost_Naga_Fuck_NagaBigger_1]]
<</if>>
[[Leave->Village]]
\<<if setup.getStatValue($CharacterSheet_Player, "corruption") >= 75>>
[[Absorb his very being (needs 75 or more corruption)->Encounter_Win_Lost_Naga_Fuck_Absorb_1]]
\<</if>>You start to grin, lust wells up within you again. Why not fill the empty yawning in your balls with the snake himself?
The naga growls softly before you, his hands rubbing his enormous and engorged balls.
You lunge, grab his tail tip with your hand. Before the reptile knows what is happening, you already stuff it into your cock.
It's barely bigger than his member, you can easily take it. With both hands on the tail, you pull, pull and push to feed it into your member.
You flex your taint, flex your cock, make it swallow and gulp. Inches first, soon entire feet. The naga goes wide-eyed when he realizes what's happening.
Hisses and snarls leave his lips as he twists and contorts, his hands dig into the muddy ground, yet your massive cock is beyond aluring.
He grasps for anything to find a hold on, anything to use as anchor. But the few roots he finds crack and break in his hands.
You laugh, madly, hungrily.
[[Pull him in->Encounter_Win_Lost_Naga_Fuck_Absorb_2]]Feet upon feet of coils bulge out your shaft and begin to fill your balls.
You could hear <<SymbioteName>> roar out in delight.
Before long, his entire tail is gone. His fat hips are next. His waist soon follows.
Then you grab his shoulders and squish him right in. His goo body is contorting, conforming to your shaft.
Your meaty hand pushes into his face, pushes it down into your member, which greedily swallows him up entirely.
Your balls squirm and jostle with the trashing naga, but soon its shape begins to soften, to melt as your symbiote overtakes it.
You absorb the monster, turn it into more of you. You could hear your skin creak, your bones ache as your body swells larger.
\<<set $growth = setup.applyGrowth($CharacterSheet_Player, "muscles", 4)>>
Your body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", 7))>> taller.
Your muscles grow to become <<print setup.getMusclesDescriptor($CharacterSheet_Player)>>(+$growth).
Your hands stroke your swelling member, veins throbbing violently as it engorges ever bigger.
It grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "cock", 5))>> longer.
\<<run setup.getLength(setup.applyGrowth($CharacterSheet_Player, "balls", 2))>>
It didn't take long before you cum with a bellow.
A deluge of your cum splatters into the morass before you, <<SymbioteColor>>, sporting only the slightest hint of the iridescent pink of the naga.
You briefly look upon the mess, give a snorting chuckle, move on.
\<<run setup.applyCorruption($CharacterSheet_Player, 5)>>
\<<set $CharacterSheet_Lost_Naga.quest.hasBeenVored = true>>
You gained 5 corruption.
[[Leave->Village]]He doesn't get to see how your cock swallows his instead. You are probably just as surprised as he is.
His member squishes and fits itself into your pipe with remarkable ease. The sensation leaves you huffing, panting, feeling the thick gooey warmth in your shaft.
Slowly you start to push forward, claiming inches of the naga's cock with your own with each thrust.
The naga's gooey nature made this way too easy, he just slides down your member with little resistance.
With just a few thrusts, you take him to the very hilt, claim his entire length, and with a flex of your mighty taint, you pull on his shaft.
You laugh as you loom over the fallen serpent and continue to thrust onto him.
The tickling sensation continues to run down your pipe, down into your loins. It fills your prostate with the most pleasant feelings.
Slowly the pressure builds, higher and higher, growing more potent with each hammer strike of your hips.
Your body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", 4))>> bigger.
Your cock grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "cock", 3))>> longer.
\<<run setup.getLength(setup.applyGrowth($CharacterSheet_Player, "balls", 1))>>
[[Cum->Encounter_Win_Lost_Naga_Fuck_PlayerBigger_2]]You cry out as you cum. Your impossibly large load unleashes onto the serpent.
So much of your cum flows past his shaft, it splatters onto his loins, and yet you are sure there should have been more.
His balls swell, engorge and expand. They grow $CharacterSheet_Player.symbiote.color with all the seed you pump into him as his member drinks down your load like a greedy whore.
You keep pumping out more and more seed, so much more than a single climax would typically do. Until your fat orbs clench and hurt, unable to spill another drop.
You let out a deep guttural growl, feeling surprising exhaustion after the act. Your gaze drifts over the stirring serpent.
He'd recover momentarily, no doubt. Then your eyes move past the absurdly swollen boulders he had for balls.
There is no way he could chase you with those. He begins to rest on his tail tip in exhaustion.
[[Leave->Village]]He doesn't get to see how his cock swallows yours. The slit spread around your member. It is forced to accept your intruding shaft.
The entrance is so tight, so wet, like fucking an ass and yet...
You piston your hips forward, pushing in inch after inch of your length into the serpentine rod, grunting and snarling like a feral beast while the naga below you gasps weakly time and time again.
You laugh as you ram your cock in deeper.
Despite the size difference, it is still so tight, almost as if it contracts around your shaft. Sucking on it. Gulping.
Soon you two were grunting in tandem with each other, your hands holding his massive balls, pressing them up against his shaft as if you were handling a pair of gigantic glutes.
You grope and knead them with your eyes closed as you feel the pressure in your loins build.
Just a few more...
[[Cum->Encounter_Win_Lost_Naga_Fuck_NagaBigger_2]]You cry out as you cum. Your balls clench, pulled tight to your groin as you unload into the naga. You could feel his cock suck it up eagerly.
It drinks your seed with vigour. Then your eyes go wide as his cock lurches upwards and swallows your member all the way to the base.
His gooey cum rockets up around your member and splatters over your loins, but much more importantly, you could feel how it floods down your shaft.
It stretches it and violates your prostate as it floods into your balls. Your orbs swell with size; they engorge as they take the naga's orgasm in return.
Your body grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", 4))>> taller.
Your cock grows <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "cock", 3))>> longer.
\<<run setup.getLength(setup.applyGrowth($CharacterSheet_Player, "balls", 1))>>
The pressure in your loins returned with a vengeance.
But only for a few seconds.
You nearly collapse to your knees as you climax again, your swollen sack shrinking as all the gooey cum flood back into the naga's member, pumped out by your shaft in exhausting fashion.
You'd never thought that would actually happen in this place, but when you finally pull out of the naga's cock, you actually feel a little exhausted. Drained even.
Almost as if something more than just your seed has been taken.
[[Leave->Village]]You buckle as your strength leaves you. The vicious blows and devastating lashes of the serpent are too powerful to resist.
Immediately the beast seizes the opening and its massive coils wrap around your body and pull tight. Incredible musculature grinds against your body as the naga holds you tight.
His balls, his cock push into your face as he props himself up before you, his thick gooey precum drips into your hair.
"Preeyyyy... feeeeeed." He growls above you as he then bends down.
His head comes closer, his breath washes over your face before his maw opens wide, wider than it has any right to.
The corners of his mouth turn into gooey strands as he gives you a view down the abyss of his gullet. His maw then engulfs your head, his whole being flows around you.
His lips run over your broad shoulders like liquid, they overwhelm your powerful chest with near mocking ease.
Your waist follows, and he only briefly pauses on your groin to give your member a few brief licks.
[[Continue->Encounter_Loss_Lost_Naga_2]]You can feel gravity shift as the serpent rears up and lets you slide down his gooey, stretchy gullet.
You struggle with all the might you could still muster, you push and punch, your legs kick, and yet there is nothing solid to hit, not even a proper sign of resistance.
It is as if you are caught in a rubber tube.
"Yesss, sttrrrruuggglle."
But your disgrace is far from over. Whatever kind of stomach this was, it does not work like a regular one. There are no acids to take you apart, there is only goo.
In the pitch darkness of the gut, it begins to flood into your ass, cock and mouth. The thick quasi liquid forces its way into your body, it stretches and violates it.
\<<set $curseStatus = setup.applyCurseOfTheNaga()>>
\<<if $curseStatus == "Cursed">>
Still, it goes even deeper as you could feel the strangest sensation. The goo of the naga attacks your symbiote.
Already beaten, and with no chance for recovery, it cannot put up a fight as the naga subverts and assimilates it. You couldn't scream, you couldn't even gasp, or pant.
Even your flailing becomes increasingly weak as the naga absorbs part of your other half.
\<</if>>
The last thing you hear is the thundering groaning of swelling snake bulk and the bellowing roars of orgasm.
"YESSSS SSSOOOO MUCH POWER!"
The naga roars as you fade away to become part of a superior predator.
[[Let Go->Encounter_Loss_Lost_Naga_3]]\<<if $curseStatus == "Cursed">>
The Lost Naga has taken some of your size, only by defeating him can you get your strength back...
Your muscles are reduced to <<print setup.getMusclesDescriptor($CharacterSheet_Player)>> (-<<print $CharacterSheet_Player.quest.curseOfTheNagaStatDrain.muscles>>).
Your body is shortened by <<print setup.getLength($CharacterSheet_Player.quest.curseOfTheNagaStatDrain.height)>>.
Your cock's length is reduced by <<print setup.getLength($CharacterSheet_Player.quest.curseOfTheNagaStatDrain.cock)>>.
\<<elseif $curseStatus == "AlreadyCursed">>
The Lost Naga has already stolen some of your size, only by defeating him can you get your strength back...
\<<else>>
The Lost Naga has grown, but your form is too small to lose any more size...
\<</if>>
[[Continue->Death]]\<<set $CharacterSheet_Swarm.quest.met = true>>
\<<include Swarm_Flavours>>
\<<run setup.setRandomRace($CharacterSheet_Swarm.info.anatomy)>>
\<<run $CharacterSheet_Swarm.info.name = "The lost " + setup.getRace($CharacterSheet_Swarm.info.anatomy, true)>>
\<<run $Encounter_Target=$CharacterSheet_Swarm>>
While searching through the wastelands, your ears perk up to a fiendish and gutteral howl.
It was fierce; powerful enough to rattle your ribcage.
The overwhelming presence of this creature could be felt across a massive distance - the aura of a Lost that could only have been birthed from the corrupted seed of your children.
The corrupted <<print setup.getRace($CharacterSheet_Swarm.info.anatomy, true)>> <<print setup.processFlavours(
$CharacterSheet_Lost_Entity,
"roars in ecstasy as it catches its master's scent. Soon, a hulking feral monstrosity bounds into view." +
" Black oil drips off of its bulging body, the corrupt colour shimmering across its @[all| heads| a~an]. A @[1| tongues| noverb] hungrily rolls from his mouth as his @[all| cocks| one=hardens~more=hardens] with excitement.\n"
)>>
\<<if setup.sizeCharactercomparison($CharacterSheet_Swarm, $CharacterSheet_Player) > setup.Comparators.BIGGER>>
\<<print setup.getFlavourBasedDescription($CharacterSheet_Swarm, "swarmEncounter", 1, $CharacterSheet_Player)>>
\<<else>>
\<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "swarmEncounter", 1, $CharacterSheet_Swarm)>>
\<</if>>
[[Go back->Village]]\<<nobr>>
<<run $CharacterSheet_Swarm.addHeightFlavourText(
"swarmEncounter",
1,
"Skidding to a halt in front of you, the towering beast presses its chest down to the floor in a show of respect. Those glistening black eyes would almost pass as cute if " +
"its slavering maw hadn't been the size of your entire body and then some. Your eyes trail downwards as you feel a rush of warm liquid slam against your shins; " +
"you can't help but smile realising how 'excited' he was to see you.\n\nYou scratch his head in approval. Now, what to do?"
)>>
<<run $CharacterSheet_Swarm.addHeightFlavourText(
"swarmEncounter",
2,
"Skidding to a halt in front of you, the gargantuan beast presses its chest down to the floor in a show of respect. You admire the immensity of your beast, his monstrous maw " +
"containing teeth the size of your body. His ever-growing body consumes most of your field of view, pulsating with deliciously bulging muscle. " +
"A torrent of corrupted seed explodes out from behind him, a tidal wave of masculinity! Before you are swept away, " +
"your child's tongue slips from its mouth, wraps around you and holds you still.\n\nYou smile in approval. Now, what to do?"
)>>
<<run $CharacterSheet_Swarm.addHeightFlavourText(
"swarmEncounter",
3,
"Skidding to a halt in front of you, the gargantuan beast presses its chest down to the floor in a show of respect. He is a titan compared to you, the blades of his shoulders rising " +
"high enough into the sky to appear as bulging, growing mountains. His giant mouth alone could be mistaken for the interior of a living cave network. " +
"A flood of corrupted seed erupts from somewhere behind him; a virile sea being forced from his @[all|cocks|noverb]! Before you are swept away, " +
"your child's tongue slips from its mouth and wraps around you before lifting you above the voluminous alabaster sea.\n\nYou smile in approval. Now, what to do?"
)>>
<<run $CharacterSheet_Swarm.addHeightFlavourText(
"swarmEncounter",
4,
"Skidding to a halt in front of you, the gargantuan beast presses its chest down to the floor in a show of respect. The sight is unreal. A beast larger than mountains - so tall " +
"and wide that the entire land around you is caught in its magnificent shadow, is prostrating himself to you. The amount of muscle packed onto its frame billows outwards to an unbelievable " +
"degree; every chord audibly vibrating and creaking like the sound of bending metal. "+
" The ground Shakes. The creature's hot and torrential breath quickens before the sound of a volcano erupting splinters through the ambient noises of growth. " +
"A devastating ocean of virile seed rockets across the land, washing away nearby foliage! Everything and anything it touches is twisted into black versions of its prior self. If living, turning into another one of your new children. " +
" Before you are swept away " +
" your child's tongue slips from its mouth and burrows into the ground beneath you before lifting the hunk of earth upwards and raising you above the voluminous alabaster sea.\n\nYou smile in approval. Now, what to do?"
)>>
<<run $CharacterSheet_Player.addHeightFlavourText(
"swarmEncounter",
1,
"Skidding to a halt in front of you, the towering beast presses its chest down to the floor in a show of respect. Those glistening black eyes would almost pass as cute if " +
"its slavering maw hadn't been the size of your entire body and then some. Your eyes trail downwards as you feel a rush of warm liquid slam against your shins; " +
"you can't help but smile realising how 'excited' he was to see you.\n\nYou scratch his head in approval. Now, what to do?"
)>>
<<run $CharacterSheet_Player.addHeightFlavourText(
"swarmEncounter",
2,
"Skidding to a halt in front of you, the muscular beast presses its chest down to the floor in a show of respect. Glistening eyes stare up at you. "+
"Who knew your hyper muscular child could be so cute? Your eyes trail downwards as you feel a rush of warm liquid slam against your ankles; " +
"you can't help but smile, realising how your presence alone is causing the creature such intense levels of arousal.\n\nYou scratch his head in approval. Now, what to do?"
)>>
<<run $CharacterSheet_Player.addHeightFlavourText(
"swarmEncounter",
3,
"Skidding to a halt in front of you, the muscular beast presses its chest down to the floor in a show of respect. Its pulsating form looks so small in comparison to your "+
"towering figure. Regardless, you can't deny that its prostration was cute.\n\nYour eyes flick to a sudden movement from underneath your pet.\n\nAn explosion of black cum " +
"rockets out from below its hefty bulk and paints the edges of your feet. Its mouth clamps shut, its body shudders and a new wave of growth takes it as your gigantic presence alone " +
"amplifies its arousal by multiple folds. You smile while watching his orgasm chain and intensify for a good ten minutes.\n\nYou scratch his head in approval. " +
"Now, what to do?"
)>>
<<run $CharacterSheet_Player.addHeightFlavourText(
"swarmEncounter",
4,
"Skidding to a halt in front of you, the muscular beast presses its chest down to the floor in a show of respect. Its pulsating form is but a tiny shifting speck of uncontrolled "+
"arousal. Your power, your size, and strength radiates from you with such force that the creature had clearly painted the dunes black with seed in an endless orgasm just trying to reach you. " +
"\n\nCute.\n\nCreaking thunders across the lands as your titanic legs bend. Although your child was small; he easily put everything else in this wasteland to shame. " +
"\n\nYou scratch his head in approval. " +
"Now, what to do?"
)>>
\<</nobr>>The titan falls to his knees, the sheer weight of his armour is the only thing keeping him from falling over.
His head sinks downward, and you hear him mutter.
"The sun... Please... I need it..."
A pearly white orb slowly pushes out of his head as he pleads.
\<<set $CharacterSheet_MQ002_Guard.quest.beaten = true>>
\<<print setup.getFightReward($CharacterSheet_MQ002_Guard)>>
[[Continue->Quest_MQ002_Entrance_MinotaurDies]]
<span class = 'inactive'>[[Grant him the sun's power]] (Not implemented yet)</span>His soul floats away from him, but unlike those you've seen before, it seems... confused.
Like this is the first time it's experiencing Separation...
[[Continue->Quest_MQ002_Entrance_NoGuard]]Without even flinching, the minotaur raises his axe as you lay on the ground, grunting in pain.
You hear the massive weapon cut the air towards your neck. Your beaten body can't gather the strength to move out of the way.
[[You Died->Death]]\<<set $CharacterSheet_MQ002_NyxParasite.quest.met = true>>
<<print setup.getFightStartPassages($CharacterSheet_MQ002_NyxParasite)>>The <<print setup.getLength(setup.getStatValue($CharacterSheet_MQ002_NyxParasite, "height"))>> parasite falls flat on the ground.
Stuck in a dead-end, it has nowhere to go.
<<print setup.getFightReward($CharacterSheet_MQ002_NyxParasite)>>
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections <= 0>>
[[Kill it->Quest_MQ002_NyxParasiteEncounter_KillIt]]
\<<else>>
<span class = 'inactive'>[[Kill it->Quest_MQ002_NyxParasiteEncounter_KillIt]]</span> (This thought melts away from your mind)
\<<endif>>
[[Let it enter you->Quest_MQ002_NyxParasiteEncounter_ConsentualInfest]]\<<if $CharacterSheet_Player.quest.nyxParasiteInfections <= 0>>
You look down upon the powerless parasite lying before you. You could kill it, right here and now. But something is stopping you.
The pleasure you felt when it bit you, it throbs within you more than ever. Who knows how pleasurable it will be if you fully let it take you?
Can it truly be called a parasite if you yearn its influence?
\<<else>>
Your brain throbs at the sight of the wounded parasite. You could never bring yourself to kill it.
Not when it could bring you so much...
\<</if>>
You step towards it, openly presenting and rubbing your <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> cock, letting it taste your arousal as you lick your lips eagerly.
\<<set $NyxParasiteEncounter_Won = true>>
<<include Quest_MQ002_NyxParasiteEncounter_Infection>>It crawls towards you with newfound vitality; you soon feel the wet parasite slither up along your legs.
\<<if $NyxParasiteEncounter_Won>>
Quickly, it reaches your chest and stands inches from your mouth, like it was waiting for you to let it in.
You gaze at its featureless form and grin, opening your mouth wide open.
It jumps at the opportunity; your whole body shivers as you taste the oily substance all over its skin.
It is a powerful aphrodisiac. You moan as it pushes deeper. Its body is feeling thicker around your mouth.
Your head lurches back as you rub your hard cock with both hands.
\<<else>>
Quickly, it reaches your chest and stands inches from your mouth, like a tiger about to pounce on its prey.
You gaze at its featureless form and can't stop yourself from gasping in terror.
It jumps at the opportunity; your whole body shivers as you taste the oily substance all over its skin.
It is a powerful aphrodisiac.
Your already exhausted body nearly gives up to the arousal that spikes within you.
Its body quickly feels thicker around your mouth as it crawls in.
\<<endif>>
[[Continue->Quest_MQ002_NyxParasiteEncounter_Infection_2]]Your moans are blocked by the monster rushing down your throat. You feel it flick its tail to slide down further inside you.
Soon you feel a hardness build along your waist. It crawls and slowly intrudes your nutsack; your balls bathe in its aphrodisiac oil.
You rub them experimentally; this is almost enough to make you cum on the spot.
They are growing sensitive beyond what is humanly possible, and the constant pressure makes the pulsate wildly.
You slurp on the last bit of the parasite's tail and moan while licking the oil around your lips.
[[Continue->Quest_MQ002_NyxParasiteEncounter_Infection_3]]\<<if $CharacterSheet_Player.quest.nyxParasiteInfections <= 0>>
You rub your balls once more. You are not sure what the parasite is doing to them, but they are changing.
\<<else>>
You remember this feeling well, you rub and moan as your balls grow once again.
\<</if>>
You feel your balls grow. They absorb the aphrodisiac oil of the parasite like a sponge in water.
You rub them hard; every touch now sends bolts of pleasure all over your body.
The parasite gorges on your incoming load, yet the pressure is becoming too much to bear.
It grows in size, filling your balls even more. The sheer magnitude of your load is too much for the parasite as well.
You lurch your head back and scream as your swelled cock erupts like a fountain, litres and litres of cum jets out of your engorged balls, covering the hallway.
Your screams of utter ecstasy continue for minutes on end.
[[Continue->Quest_MQ002_NyxParasiteEncounter_Infection_4]]The hunger of the parasite keeps your arousal at an all-time high.
But it feels like this wasn't the only thing that changed within you.
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections <= 0>>
You feel an urge to spread this gift for yourself as well.
\<<else>>
With more parasites inside you, the urge to spread grows even stronger.
\<</if>>
You gain 10 corruption.
\<<run setup.applyCorruption($CharacterSheet_Player, 10)>>
\<<run setup.MQ002_AddNyxParasiteInfection()>>
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections == 1>>
You gain the "Nyx Parasite Infection" Ability.
\<</if>>
\<<if $MQ002_Manor_Destination != undefined>>
[[Continue->$MQ002_Manor_Destination]]
\<<else>>
[[Continue->Quest_MQ002_Manor_MainHall]]
\<</if>>As soon as you see it fall, you rush towards it to deliver the final blow.
You stomp on the parasite over and over again, fear and adrenaline guiding you instinctively.
Groans of efforts echo along the hall as you keep going for as long as your body allows you to.
High pitched screams soon melt into wet splashes; its body convulses without intent.
You pant and take a few steps back.
The gruesome sight of the dead parasite almost makes you sick.
You hold your breath and move to the door at the end of the hall.
Your eyes stay glued to the monster's corpse, in case it suddenly springs back to life.
\<<if $MQ002_Manor_Destination != undefined>>
[[Continue->$MQ002_Manor_Destination]]
\<<else>>
[[Continue->Quest_MQ002_Manor_MainHall]]
\<</if>>\<<print setup.getFightReward($CharacterSheet_MQ002_NyxParasite, true)>>
As you see the parasite crawl hungrily towards you, you crumble.
You only have a few seconds to react before it reaches you
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections <= 0>>
[[Escape->Quest_MQ002_NyxParasiteEncounter_Escape]]
\<<else>>
<span class = 'inactive'>[[Escape->Quest_MQ002_NyxParasiteEncounter_Escape]]</span> (This thought melts away from your mind)
\<<endif>>
[[Submit to the Parasite->Quest_MQ002_NyxParasiteEncounter_Submit]]\<<set $NyxParasiteEncounter_Won = false>>
The door you came from lays a few feet behind you, but an overpowering mixture of exhaustion and aroused curiosity keeps you on your knees.
<<include Quest_MQ002_NyxParasiteEncounter_Infection>>Your body is about to give up, but the sheer terror of seeing this parasite crawl towards you gives you a second wind.
You turn your back to the monster and scream, the door is only a few feet away...
Without second thoughts, you hurl yourself back to the room you came from and force the door close with the little energy you have left.
You pant and expect the worst, but the monster does not seem to take chase.
[[Continue->$MQ002_Manor_Source]]\<<set $CharacterSheet_Slime.info.known = setup.EncounterKnownState.KNOWN>>
\<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), setup.getStatValue($CharacterSheet_Slime, "height")) >= setup.Comparators.FITS_ON_FINGER>>
As you traverse through the Barrens, you feel something strangely sticky underneath your heel.
Whatever it was, it's gone now, it either ran away or was entirely obliterated by your step.
Perhaps you should be more careful? Or not, after all, what's going to oppose you?
<<print setup.getFightReward($CharacterSheet_Slime)>>
[[Continue->Village]]
\<<else>>
\<<if $Essence < 200>>
As you traverse through the Northern Barrens, you see an amorphous blob of goo. It seems to pay no attention to you, idly minding its own business.
You consider if it's a wise idea to approach it or not.
[[Approach->Encounter_Intro_Slime_EssenceLow_1]]
[[Leave->Encounter_Intro_Slime_EssenceLow_Leave]]
\<<elseif $Essence >= 200 && $Essence < 600>>
As you traverse the Northern Barrens' desertic landscapes, you notice a strange amorphous goo rise from a nearby dune. It seems to be heading towards you, seemingly intrigued by your presence. The sun shines through its wet green surface, letting you perceive the white glow of Essence within its core.
The intents of the being are unclear, would it be wiser to strike or escape?
[[Attack->Encounter_Intro_Slime_EssenceMedium_1]]
[[Leave->Encounter_Intro_Slime_EssenceMedium_Leave]]
\<<elseif $Essence >= 600>>
As you traverse through the Northern Barrens, your ears pick up on noisy rustling nearby.
You barely have enough time to react to a blob of goo hurling itself at you.
Whatever the slime wants, it certainly has something to do with you, and with the way it darts around you agitatedly, it doesn't seem to want to let you go so without a fight.
[[Fight it->FightLogic]]
[[Escape->Village]]
\<</if>>
\<</if>>Whatever it wants, it seems to be drawn to you. Adopting a fighting stance, you decide it's best to attack first before it gets any sudden ideas.
[[Fight it->FightLogic]]You quickly back away from the slime, whatever it wants is none of your business.
It trails behind you, but gives up interest after a moment.
[[Continue->Village]]As you approach the aberration, it seemingly pays no attention to you. The creature is a strange slime, with a green coat, giving its body a shiny hue.
The slime is shaped into an ellipse, roughly <<print setup.getLength(setup.getStatValue($CharacterSheet_Slime, "height"))>> in height.
It doesn't seem to pose much threat, but it could be a nuisance in the future, who knows what it may be planning.
[[Fight it->FightLogic]]
[[Leave it be->Encounter_Intro_Slime_EssenceLow_Leave]]You decide to leave this slime creature alone; whatever it may want, it seems to have nothing to do with you.
[[Continue->Village]]The slime collapses, flattening against the ground, unwilling to continue fighting.
As you approach, it almost bounces with eagerness, as if it wants you to do something to it?
Its surface moves and writhes like it is trying to move limbs it doesn't possess. The way it distorts reminds you of the first time you saw <<SymbioteName>>. Just like with them, your thoughts seem to warp its form.
Perhaps there's more to this creature than it seems.
<<print setup.getFightReward($CharacterSheet_Slime)>>
[[Reshape the slime->Encounter_Win_Slime_Reshape_Race]]
[[Leave->Village]]As you consider how you want to reshape the slime, it seems to respond to your thoughts.
First, you inspect its overall being; small nubs push from its gooey form. They steadily grow longer and more defined, building limbs on this previously formless creature. Its core stretches, gaining definition until it becomes the toned upper body of your thoughts.
You eye it warily, thinking about what you want its general appearance to look like.
[[Humanoid->Encounter_Win_Slime_Reshape_Humanoid][$ReshapeRace = "Humanoid"]]
[[Naga->Encounter_Win_Slime_Reshape_Naga][$ReshapeRace = "Naga"]]
[[Minotaur->Encounter_Win_Slime_Reshape_Minotaur][$ReshapeRace = "Minotaur"]]
[[Werewolf->Encounter_Win_Slime_Reshape_Werewolf][$ReshapeRace = "Werewolf"]]You focus the changing slime, reshaping it into a displacer beast. <<SymbioteName>> resonates with your thoughts, enhancing your will beyond the capabilities of a single being.
The slime quickly reshapes.
Its legs take on a more feral form, and a long prehensile tail sprouts from the base of where its spine would be.
It grows an extra set of arms, and dual whip-like tentacles sprout from its back, the tips lined with rows of razor-teeth like appendages.
It remains bipedal, a somewhat humanoid displacer beast with a twin row of arms.
<<include Encounter_Win_Slime_Size>>You focus your thoughts, thinking about reshaping the creature into a werewolf.
<<SymbioteName>> resonates with your thoughts, enhancing your will beyond the capabilities of a single being.
The slime quickly reshapes.
Its legs become more canine-like, a small tail sprouts from the base of where its spine would belong as the rest of the body follows.
Faux-claws shape from its hands and feet, its face stretches into a muzzle adorned with floppy canine ears.
The slime now resembles a werewolf in all its bipedal glory.
<<include Encounter_Win_Slime_Size>>You focus your thoughts, thinking about reshaping the creature into a minotaur.
<<SymbioteName>> resonates with your thoughts, enhancing your will beyond the capabilities of a single being.
The slime quickly reshapes.
Its legs become more bovine-like, a long tail sprouts from the base of where its spine would belong, and its head reshapes into that of a bull's with a clean set of horns.
The slime now resembles a minotaur, head, and legs of a bull, but the torso of a human.
<<include Encounter_Win_Slime_Size>>You focus your thoughts, thinking about reshaping the creature into a naga.
<<SymbioteName>> resonates with your thoughts, enhancing your will beyond the capabilities of a single being.
The slime quickly reshapes.
Its legs merge into a serpent-like tail, but its torso and head remain mostly humanoid-shaped.
The slime now resembles a standard naga, half-human, half serpent.
<<include Encounter_Win_Slime_Size>>You eye the slime, content on having it remain with its humanoid figure.
It has all the standard features you'd expect on a human on the otherwise featureless slime.
<<include Encounter_Win_Slime_Size>>Its current stature is very slim and stands at about 5ft tall. You consider how you'd want to reshape its body.
[[Focus on giving it a slim body->Encounter_Win_Slime_Size_Slim][$ReshapeSize = "Slim"]]
[[Focus on giving it a muscular body->Encounter_Win_Slime_Size_Muscular][$ReshapeSize = "Muscular"]]
[[Focus on giving it a chubby body->Encounter_Win_Slime_Size_Chubby][$ReshapeSize = "Chubby"]]
[[Focus on giving it a hyper body->Encounter_Win_Slime_Size_Hyper][$ReshapeSize = "Hyper"]]You look down at the slime's form.
It's a fairly standard build, if not a little short, but you see no reason to change anything else.
<<include Encounter_Win_Slime_SexualOrgans>>You focus your thoughts on making its form more muscular. The slime shifts slightly, its body quickly morphing further to accompany your desire.
Its arms begin to swell with strength; its torso expands with enhanced musculature.
\<<if $ReshapeRace == "Displacer">>
It raises each arm, flexing its massive biceps as if to entice you.
\<<else>>
It raises two of its arms, flexing its massive biceps as the other two idly stroke its torso
\<</if>>
Perhaps it's not used to the muscular form, but the slime seems to be enjoying its new stature.
\<<if $ReshapeRace == "Naga">>
It flicks its tail about, bringing the tip of its serpentine mass to run along the creases of its abs, admiring the form of its physique.
\<<else>>
Its legs grow in tandem, the muscular quads swell with muscle as it flexes its legs, admiring the form of its physique.
\<</if>>
Its height increases slightly as well, it is at least a foot taller.
It continues its brief bout of self-worship, admiring the muscle tone of its torso and the rest of its body.
But you're not entirely done yet; there's still the final pieces to consider.
<<include Encounter_Win_Slime_SexualOrgans>>You focus your thoughts on making its form a little chubbier.
The slime shifts slightly, its body quickly morphing to accompany your desire further.
Its arms thicken, the weight they carry seems decently strong, but it's not as defined as a bodybuilder's would be.
The slime wriggles and stretches, but otherwise doesn't make any attempts to show off for you.
\<<if $ReshapeRace == "Naga">>
Its tail is more than sturdy enough to support the weight of its new build. It brings its tail up to admire the shape of its round belly.
\<<else>>
Its legs thicken as well, sturdy enough to support the weight of its new figure.
\<</if>>
The rest of the body follows suit, its gut expanding enough to be notable, but shy of what one could consider fat.
Overall, the build it carries is akin to that of a burly yet portly person.
Its height increases slightly as well, it is at least a foot taller.
It runs its hands over its frame, admiring the strange new shape of its stout body.
But you're not entirely done yet; there's still the final pieces to consider.
<<include Encounter_Win_Slime_SexualOrgans>><<run setup.applyGrowth($CharacterSheet_Slime, "height", setup.getStatValue($CharacterSheet_Slime, "height"))>>
You know it can be more, you want it to be more. You draw your focus on its body, the slime jiggles slightly as your thoughts intrude its own.
It responds to your whims, its body swelling with mass—the gooey exterior grows to a massive size.
The sheer height of the creature more than doubles, easily standing over <<print setup.getLength(setup.getStatValue($CharacterSheet_Slime, "height"))>> tall now.
Its arms follow suit, bulging with muscles so massive it seems like there's barely any room for them to move.
\<<if $ReshapeRace == "Displacer">>
The dual set of arms are so massive that they're practically fighting with each other for space.
\<</if>>
The sheer volume of muscle mass the slime is now exuding is causing its entire balance to shift.
\<<if $ReshapeRace == "Naga">>
Even so, it brings its serpentine tail up to its abs, admiring the shape of its tremendous physique.
\<<else>>
Its legs bulge with power, extremely sturdy, if not overbearing.
\<</if>>
The slime is impossibly huge; it seems to be at its limit now.
\<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), setup.getStatValue($CharacterSheet_Slime, "height") * 2.5) >= setup.Comparators.MUCH_BIGGER>>
Yet its limit can't even escape the shadow of something as massive as you are.
\<</if>>
<<include Encounter_Win_Slime_SexualOrgans>>You're left to consider the final pieces of the slime.
[[Focus on giving it a penis->Encounter_Win_Slime_SexualOrgans_Penis][$ReshapeSexualOrgan = "Penis"]]
[[Focus on giving it a vagina->Encounter_Win_Slime_SexualOrgans_Vagina][$ReshapeSexualOrgan = "Vagina"]]
[[Focus on its ass->Encounter_Win_Slime_SexualOrgans_OnlyAss][$ReshapeSexualOrgan = "None"]]You eye the slime once more, admiring the shape of its form.<<include Encounter_Win_Slime_SexualOrgans_Intro>>
You think that it needs nothing more than an ass to work with, after all, you have a particular goal in mind, and anything else is but a distraction.
It is facing away from you, but you keep a close eye on the translucent slime.
The shape of its ass gains additional mass as well as a proper hole for you to use.
<<include Encounter_Win_Slime_Sex>><<include Encounter_Win_Slime_SexualOrgans_Intro>>
At the junction of the hips, a humanoid vagina begins to take shape. A pair of folded lips emerge along with a half-inch clitoris.
It erects slightly.
You grin in satisfaction at the sight of it, you know very well that it has an ass to play with as well.
<<include Encounter_Win_Slime_Sex>><<include Encounter_Win_Slime_SexualOrgans_Intro>> It just wouldn't be complete without a penis, after all, it's one of the most defining characteristics of a creature.
At the junction of the hips, a humanoid penis begins to take shape, extending outwardly for you.
\<<if $ReshapeSize == "Hyper">>
Like the massive body of the slime, the huge erection swells out, reaching just past its thick pectorals.
\<</if>>
You grin in satisfaction at the sight of it, you know very well that it has an ass to play with as well.
<<include Encounter_Win_Slime_Sex>>With the slime morphed to your desire, you consider what you could do to it.
\<<if $ReshapeSexualOrgan == "Penis" && setup.hasLimb($CharacterSheet_Player.info.anatomy, "vaginas")>>
[[Ride Vaginal->Encounter_Win_Slime_Sex_RideVaginal]]
\<</if>>
\<<if $ReshapeSexualOrgan == "Penis">>
[[Ride Anal->Encounter_Win_Slime_Sex_RideAnal]]
\<</if>>
\<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "cock"), setup.getStatValue($CharacterSheet_Slime, "height")) >= setup.Comparators.BIGGER>>
[[Attempt to fuck it->Encounter_Win_Slime_Sex_TooBig]]
\<<else>>
\<<if $ReshapeSexualOrgan == "Vagina">>
[[Penetrate Vagina->Encounter_Win_Slime_Sex_PenetrateVagina]]
\<</if>>
[[Penetrate Ass->Encounter_Win_Slime_Sex_PenetrateAss]]
\<</if>>
[[Abandon->Encounter_Win_Slime_Sex_Abandon]]As you approach the slime, you can’t resist from eyeing the massive member you’ve given it.
\<<if $ReshapeSize == "Hyper">>
Especially considering the massive size it is now.
\<</if>>
You push it to the ground, getting it into position for yourself.
You waste no time disrobing, making sure that nothing is obstructing intimacy with this fascinating creature.
\<<if $ReshapeRace == "Naga">>
As you straddle the slime, you can feel its serpentine tail dragging along your back.
\<<elseif $ReshapeRace == "Displacer">>
As you straddle the slime, it brings two arms to hold onto your hips as the other pair rests behind its head in an almost arrogant manner.
\<<else>>
As you straddle the slime, it brings both of its arms up to your hips.
\<</if>>
<<include Encounter_Win_Slime_ShapeDescription>><<include Encounter_Win_Slime_Sex_Intro>>
As you approach the slime, you can’t resist from eyeing the massive member you’ve given it.
\<<if $ReshapeSize == "Hyper">>
Especially considering the massive size it is now.
\<</if>>
You push it to the ground, getting it into position for yourself.
You waste no time disrobing, making sure that nothing is obstructing intimacy with this fascinating creature.
\<<if $ReshapeRace == "Naga">>
As you straddle the slime, you can feel its serpentine tail dragging along your back.
\<<elseif $ReshapeRace == "Displacer">>
As you straddle the slime, it brings two arms to hold onto your hips as the other pair rests behind its head in an almost arrogant manner.
\<<else>>
As you straddle the slime, it brings both of its arms up to your hips.
\<</if>>
<<include Encounter_Win_Slime_ShapeDescription>>
Your hand graps its erection, it's stiff and pliable but doesn't give form beneath your touch.
You don't even have to worry about lubrication considering just how slick it is already.
The slime makes little attempt to advance on you as you rub its tip along your lips, revelling in the warm, slimy feeling. Your lips align with the rod, you inch closer.
You prod at your clit, rubbing yourself in slow, circular motions as you bring its glans to part your lips.
[[Continue->Encounter_Win_Slime_Sex_RideVaginal_2]]You slowly drive down; it quickly shifts its size to better accommodate your cunt.
You can feel every inch of the throbbing member within you, you gently clench down onto it, working your muscles around its girth as you bring yourself closer to its body.
Your hands hold on to its chest as the slime's tool maintains a soft but unyielding grasp on your hips.
You bring your hips up and down slowly, giving yourself a chance to get accustomed to its size before you take the pace further.
\<<if $ReshapeRace == "Naga" || $ReshapeRace == "Minotaur" >>
You can feel its tail reach up from behind you, tenderly caressing your back in an almost affectionate manner.
\<<elseif $ReshapeRace == "Displacer">>
You notice its tentacles tenderly stroke your shoulders before moving down, rubbing your chest in an almost affectionate manner.
\<</if>>
The slime gently bucks into you, but you don't reprimand it, it seems to be enjoying this just as much as you are.
There's an underlying sensation you cannot describe, perhaps it's the subtle lack of a heartbeat, but the gentle throbbing of its erection is enough to keep your mind distracted from the fact.
The gentle pace is almost intimate, but the slime makes no notable advances on you as if it were perfectly content on the subdued position.
[[Continue->Encounter_Win_Slime_Sex_RideVaginal_3]]The pace is under your complete control, every time you reach the base of its shaft, you can feel its thick balls press against your rear.
Soon enough you can feel your resistance wearing down as pressure builds within your loins.
You can feel its body contort slightly as a brief moment of weightlessness befalls you. Suddenly your face is planted directly onto its chest.
The slime looks at you with its featureless eyes, you're unsure what it could be thinking, but your thoughts are interrupted by your legs being pulled down onto its body as it then wraps its arms around your back, keeping you closely wound to its body.
Your breathing staggers as you can feel the pressure build within your loins. A long, wet tongue sticks out from its mouth as it gives you a sultry lick across your cheek.
Trapped within its embrace, it bucks almost aggressively into you. You cry out in pleasure as your climax hits, clenching down on its erection.
Your girlcum only serves to lubricate its already slimy erection further.
\<<if setup.hasLimb($CharacterSheet_Player.info.anatomy, "cocks")>>
Your erection pulsates as you shoot ropes of cum all over the slime's torso.
\<</if>>
[[Continue->Encounter_Win_Slime_Sex_RideVaginal_4]]You can feel its thick erection throb frantically, pulsating with eagerness as it cums as well.
You feel waves upon waves of warm, slimy seed spill into your womb as you press your weight on its body.
You can feel its erection deflate within you as it slowly slips out, trailing its ooze all over your nethers and its groin.
With a sigh of relief, you revel in the afterglow of its presence, enjoying the warm, soothing feeling of its slimy body.
[[Continue->Encounter_Win_Slime_Sex_RideVaginal_5]]After a few minutes, you decide it's best to move on with the day. You disentangle itself from its grasp with little resistance.
The slime hardly notices your missing presence, still lying on the earth as if you were still there. You pick up your belongings and continue with your day.
[[Continue->Village]]You admire the shape of its form, \
\<<if $ReshapeSize == "Slim">>
its svelte figure is soft and unimposing.
\<<elseif $ReshapeRace == "Muscular">>
its bulky frame is warm and inviting. You enjoy every crevice born of the shape of its musculature.
\<<elseif $ReshapeRace == "Hyper">>
it's impossibly huge and muscular frame has almost completely inhibited its mobility, this slime is completely subdued, subject only to your will.
\<</if>><<include Encounter_Win_Slime_Sex_Intro>>
You try to get comfortable on top of it,
\<<if $ReshapeSize == "Hyper">>
you bring your hands down to its thick, massive pecs for support as your feet can barely touch the ground.
\<<else>>
you bring your hands down to its chest for support, comfortably straddled on its figure.
\<</if>>
Once you feel like your balance is well, you bring a hand down to admire the slick texture of its erection.
It's so warm and wet; you know you don't even have to worry about lubrication.
[[Continue->Encounter_Win_Slime_Sex_RideAnal_2]]Aligning the tip of its erection to your backdoor, you gently tease its erection.
The slime doesn't force into you, but rather holds onto you for support with surprising gentleness.
You sink onto its girth, the slime shifts slightly to better accommodate your hole. You breathe heavily as you sink deeper until you've reached the base of its crotch.
You're not entirely sure how many inches of its dick you've just taken, but you relish the warm, gooey sensation.
\<<if $ReshapeRace == "Naga" || $ReshapeRace == "Minotaur">>
You can feel its tail reach up from behind you, tenderly caressing your back in an almost affectionate manner.
\<<elseif $ReshapeRace == "Displacer">>
You notice its tentacles tenderly stroke your shoulders before moving down, rubbing your chest in an almost affectionate manner.
\<</if>>
You bring your hand to your nethers, wanting to get the most out of the situation.
\<<if setup.hasLimb($CharacterSheet_Player.info.anatomy, "cocks")>>
You wrap your fingers around your length, using your precum as sufficient lubrication as you start with a slow, steady rhythm as you slowly bounce up and down its erection.
\<<elseif setup.hasLimb($CharacterSheet_Player.info.anatomy, "vaginas")>>
You gently prod at your clit, rubbing it around in slow circular motions as you slowly bounce up and down its erection.
\<</if>>
[[Continue->Encounter_Win_Slime_Sex_RideAnal_3]]The slime slowly begins bucking into you, causing you to clench your sphincter around its girthy length.
You lean deeper forward, holding onto its slimy shoulders for support as it wraps its arms behind your rear.
The slime gently gropes at your backside as it continues bucking into you.
With a forceful thrust, the slime causes you to fall on top of it nearly.
With your head now closer to its face, it extends its tongue out toward you, giving your face a long, sultry lick.
It lifts a hand to your nethers,
\<<if setup.hasLimb($CharacterSheet_Player.info.anatomy, "cocks")>>
wrapping its slick fingers around your length, jerking you off as it continues thrusting deeper into you.
\<<elseif setup.hasLimb($CharacterSheet_Player.info.anatomy, "vaginas")>>
prodding at your clit as it digs a finger past your folds. It gently rubs a slick finger over your clit, flitting it back and forth, causing you to clench onto its manhood.
\<</if>>
Your breathing grows staggered as you can feel yourself nearing the edge. You clench your grasp on its erection, wanting to milk it of everything it's worth.
With a cry of pleasure, your orgasm finally hits.
\<<if setup.hasLimb($CharacterSheet_Player.info.anatomy, "cocks")>>
Your aching manhood shoots several jets of seed all over its chest.
\<<elseif setup.hasLimb($CharacterSheet_Player.info.anatomy, "vaginas")>>
You feel yourself quivering slightly as a gentle stream of girlcum leaks down past your lips.
\<</if>>
[[Continue->Encounter_Win_Slime_Sex_RideAnal_4]]The slime gives you another determined thrust, hilting itself as deep as it can go into your hole as you can feel its throbbing erection pump several waves of seed directly into your ass.
You sink deeper into the slimy embrace as you can feel its erection slowly begin to deflate, slipping out of your rear, trailing links of slimy seed between the two of you.
You revel within the afterglow.
[[Leave->Encounter_Win_Slime_Sex_RideAnal_5]]You disentangle itself from its grasp with little resistance. The slime hardly notices your missing presence, still lying on the earth as if you were still there.
You pick up your belongings and continue with your day.
[[Continue->Village]]As you approach the slime, you can’t resist from eyeing the admirable shape it’s been given.
\<<if $ReshapeSize == "Hyper">>
Especially considering the massive size it is now.
\<</if>>
You push it to the ground, getting it into position for yourself.
\<<if $ReshapeRace == "Naga">>
You climb over the slime, pulling its tail around your waist as you align the tip of your length with the folds of its box.
\<<else>>
You climb over the slime, pulling its legs up around your waist as you align the tip of your dick with the folds of its box.
\<</if>>
You press your glans along the labia; it's so warm and wet you don't even need to worry about lubrication considering the nature of the slime.
You place your hands at its side, keeping it pinned to the ground beneath your body.
[[Continue->Encounter_Win_Slime_Sex_PenetrateVagina_2]]You drive your manhood deeper into its folds, its walls close in on you, wringing around and massaging your dick almost rhythmically.
You continue pumping into it with a steady rhythm. It feels like this slime only wants to serve you now.
\<<if $ReshapeRace == "Naga" || $ReshapeRace == "Minotaur">>
You can feel its tail reach up from behind you, tenderly caressing your back in an almost affectionate manner.
\<<elseif $ReshapeRace == "Displacer">>
You notice its tentacles tenderly stroke your shoulders before moving down, holding onto your back for support.
\<</if>>
You begin to increase your thrusts' pace, dipping your manhood as deep into the slime as you can reach.
You're perfectly accommodated within it, even to the point where you can press your entire crotch within the slime. Its vagina has completely encompassed your dick, massaging it with rhythmic pulses.
Each thrust causes you to push through its slimy body; its body is perfect for your girth.
You can feel your dick begin throbbing with greater intensity as you close in on your climax.
Your full balls are desperate to unload every ounce of cum directly into the eager slime.
With one last forceful thrust and a cry of pleasure, you hilt as much of your dick as you can into its body, unleashing several waves of cum directly into the slime.
[[Continue->Encounter_Win_Slime_Sex_PenetrateVagina_3]]The slime clenches and tightens around your erection, desperate to milk you of everything you're worth, eager to accept more of your cum.
You breathe a sigh of relief as your orgasm ends, slipping out of the abused womb. Trails of cum drip from the tip of your length as you take a moment to collect yourself.
You leave the slime alone on the ground after cleaning up and picking up your belongings.
[[Continue->Village]]As you approach the slime, you can’t resist from eyeing the admirable shape it’s been given.
\<<if $ReshapeSize == "Hyper">>
Especially considering the massive size it is now.
\<</if>>
You bring it to the ground on its knees, getting it into position as you walk behind it.
You kneel behind the subdued slime, aligning the tip of your length with its rear.
You drag the tip of your manhood along its hole; its slimy exterior is inviting, you know you don't even have to worry about lubrication considering how wet it is already.
\<<if $ReshapeRace == "Naga" || $ReshapeRace == "Minotaur">>
The slime whips its tail around, pulling you closer, practically begging for your entry with the wordless gesture.
\<<elseif $ReshapeRace == "Displacer">>
The slime whips its tentacles back, wrapping around your torso, gently pulling your body closer, practically begging for your entry with the wordless gesture.
\<<else>>
The slime wiggles its hips for you enticingly, practically begging for your entry with the wordless gesture.
\<</if>>
[[Continue->Encounter_Win_Slime_Sex_PenetrateAss_2]]You slowly begin bucking into the slime, sliding into its gooey backdoor with minimal resistance. It clenches its sphincter around you as you spread it open.
The slime shifts slightly to better accommodate the size of your erection, making sure to be a tight, gooey sleeve for you as it pulsates rhythmically around your length.
As you begin to pick up the pace, the slime suddenly bucks back against you with eagerness, forcing you to stuff as much of your length as possible.
You grip it tightly, hugging the slime by the waist as you thrust into it with greater effort to remind it who's in charge.
Each thrust causes your heavy balls to slap against its body.
You cannot keep up the efforts for as long as you'd hope due to the constant clenching and tugging the slime has on your dick.
You can feel your resistance beginning to wear down as your thrusts become more frantic. Your breaths stagger as you can feel your orgasm building up.
[[Continue->Encounter_Win_Slime_Sex_PenetrateAss_3]]Giving one last forceful thrust, you hilt as much of your dick inside its ass as you can fit, making sure that it takes as much cum as possible.
The slime eagerly clenches around you, desperate to milk you of as much of your cum as possible.
\<<if setup.hasLimb($CharacterSheet_Slime.info.anatomy, "cocks")>>
It shoots several ropes of cum onto the ground beneath it as well.
\<</if>>
You sigh in relief as the high of your climax dies down, your dick deflates within it trailing links of cum as you slide out.
For a brief moment before taking a moment to collect yourself, you revel in the afterglow.
You leave the slime alone; it falls lazily onto the ground once you let go of it.
[[Leave->Village]]You eye the tiny slime, sure your creation is beautiful, but what could it do considering the sheer size you have over it?
[[Penile Masturbation->Encounter_Win_Slime_Sex_TooBig_PenileMasturbation]]
[[Vaginal Masturbation->Encounter_Win_Slime_Sex_TooBig_VaginalMasturbation]]
[[Hurl->Encounter_Win_Slime_Sex_TooBig_Hurl]]You look at the slime. So small, so vulnerable. Something about how tiny it is in comparison to your massive body turns you on.
The sight of your erection gives you a wicked idea.
\<<if setup.getStatValue($CharacterSheet_Player, "cock") > 120 && setup.getStatValue($CharacterSheet_Player, "cock") > setup.getStatValue($CharacterSheet_Slime, "height")>>
You grin to yourself as you bring it down to your girth, enjoying the sight of your penis towering over the smaller slime.
\<<else>>
While your dick doesn't tower over the slime, your body's sheer size is enough to satisfy you.
\<</if>>
The slime does its best to wrap around your length as you keep it firmly clutched close to your body.
You almost crush the slime with your grasp, but it holds the form you gave it surprisingly well.
You continue jerking yourself off with slow, repeated strokes as you gradually increase the pace.
The slime continues worshipping your manhood, stroking with increasing eagerness.
Your chest heaves as your breathing becomes more frantic. Your climax quickly approaches, spurred on by the warm feeling of the slime on your length.
You clutch it tightly to your erection as your orgasm hits, shooting waves of cum into the air.
There is so much cum that the slime within your grasp is completely drenched in the white cream.
Satisfied, you laugh to yourself at its predicament, but you think a little reward is in order for the lesser creature.
You bring it to your mouth, licking the slime clean before setting it back down. You clean yourself off before deciding to continue with your day, refreshed from the session.
[[Continue->Village]]You look at the slime. So small, so vulnerable.
Something about how tiny it is compared to your massive body turns you on. You can feel your clit aching with need, demanding your attention as it erects slightly.
You grin to yourself as you bring the slime down to your labia, placing its head against your clit.
The slime reflexively wraps its hands around you, bringing its face closer to give your throbbing clit a long, wet lick.
You reflexively clench your legs together, wanting to get more from this slime.
The slime eagerly works with your clit, tugging on it gently and making sure to rub it in all the right ways.
You dig a finger past your lips, fingering yourself gently as the slime continues worshipping your clit.
You clench around your fingers; you can feel your orgasm quickly approaching by the eager stimulation.
It doesn't last as long as you'd hoped, but the slime has far greater technique than you would have expected.
Your chest heaves as your breathing grows more frantic. You clench your legs closer together as you wring your cunt around your fingers.
With a cry of pleasure, you finally cum. Girlcum slowly peters out from your lips, spilling out onto the ground beneath you as the slime continues licking and sucking on your clit.
\<<if setup.hasLimb($CharacterSheet_Player.info.anatomy, "cocks")>>
Your dick joins in as well, shooting several ropes of cum far into the sky.
\<</if>>
Satisfied, you loosen your grip on your fingers and the slime. You set it down gently on the ground before deciding to continue with the day, refreshed from the session.
[[Continue->Village]]You look at the tiny slime. So small, so vulnerable.
You pick it up within your grasp, admiring the futility of its predicament. The slime doesn't show any signs of fear or concern for its well being. This gives you a wicked idea.
Gripping it tightly, you reel your arm back, preparing to throw it. With a forceful swing, you hurl the slime across the horizon.
You can almost swear you hear a squeal of pure glee as it passes your ear.
It flies out of view rapidly, who knows how far exactly you chucked it.
[[Continue->Village]]You leave the slime to itself. The slime quickly reverts to its spherical blob shape as you abandon it.
[[Leave->Village]]The slime begins crawling over your form; its slick form glides along your torso as it sinks to your crotch.
[[Escape->Encounter_Loss_Slime_Escape]]
[[Submit->Encounter_Loss_Slime_Submit]]You kick and squirm at the slime, but your blows hardly make any impact on its exterior. Seeing your apparent discomfort, the slime slinks off your torso, giving you a chance to escape.
[[Run back to the Golden Bastion->Village]]Feeling weakened from the ordeal, you do not attempt to resist the encroaching slime. It continues uninterrupted.
[[Penis Submit->Encounter_Loss_Slime_Submit_Penis]]
[[Chest Submit->Encounter_Loss_Slime_Submit_Chest]]
[[Rear Submit->Encounter_Loss_Slime_Submit_Rear]]The slime worms its way past your garments, sliding its slick body uninterrupted until it wraps around your shaft.
The constant assault of groping and squeezing causes your manhood to rise to full mast.
The creature eagerly latches onto your manhood, caressing your balls as its entire body shifts to gently massage your manhood with slow repeated strokes.
Every throb from your erection causes it to wobble slightly in overeagerness. Whatever it wants, it's seemingly enthralled by your girth.
There is hardly any semblance of technique within its actions, just an eager blob pulsating its entire body to massage your length.
The slime is clearly experienced because you can feel yourself growing closer to the edge.
With each pulse of your manhood, the slime writhes tighter around your form, desperate to coax you to release.
Your breathing grows staggered as your resistance falls, with one final thrust into it you finally reach climax.
Waves of your cum are absorbed into its body; you feel yourself growing weary from the exertion.
Is this what it wants? Are you nothing but a supplier to the hungry slime?
Disoriented, you pass out from exhaustion.
You wake up sometime later, not quite sure how much time has passed.
<<print setup.getFightReward($CharacterSheet_Slime, true)>>
[[Continue->Village]]You clutch onto the slime; its damp body contorts underneath your grasp as you draw it closer.
The slime wraps around your torso, slinking past your garments as it tenderly caresses your chest.
It wriggles and writhes around your torso, making sure to coat every inch it can reach.
Each attempt you make at touching it only causes it to bounce and squirm even more.
The sentient blob is seemingly content on attempting to latch onto your pectorals, rubbing around your areola, possibly in an attempt to entice you.
It pulsates with an increasingly faster rhythm.
Its presence causes heat to stir within your loins as it gropes your chest.
The slime isn't stopping with the tender caresses, leaving wicks of ooze in its wake.
It seems to take notice of your enjoyment, but before you truly relish the moment, it quickly shoots itself into your mouth, past your lips without drawing its presence away from your chest.
You gag and sputter at the strange taste of the slime, but you don't choke on it yet.
The slime just contorts further as you try to pull your head back, stretching its body to match your attempts at making distance.
Whatever it wants from you, it's going to get it now. You can feel a strange sensation of pressure building up within your chest.
Is it stealing your air? Or perhaps it's crushing your torso beneath its weight.
You're feeling dizzy, the world is spinning, and the difficulty of breathing with the slime down your throat isn't helping.
Disoriented, you pass out from exhaustion and pleasure.
You wake up sometime later, not quite sure how much time has passed.
<<print setup.getFightReward($CharacterSheet_Slime, true)>>
[[Continue->Village]]You shift away from the slime, pulling it down from your chest and closer to your rear.
Perhaps it wouldn't be the worst thing to happen if you offered your ass? After all, the slime seemingly does want something from you.
The slime wraps around your thighs, tenderly caressing your taint.
You shift slightly, trying to make room for its presence as it gently presses its body along your glutes.
It snakes its way through your sphincter, pulsating as it shifts several inches of itself deep into your hole.
You clench around it; a faint numbing pleasure fills your body as it digs deeper into your ass.
The muscles of your sphincter stretch out as the slimy creature continues burrowing, wearing down your resistance as you squirm in pleasure.
A rhythmic pulsing gently massages your nethers as it continues, slowly shifting in and out of your rear.
Gentle pumps coax you into relaxing as you give in to the pleasurable sensation.
You gasp as the entirety of the slime slips into your body, you can feel it writhing within you as you feel like you're ready to reach orgasm, but are prevented by a disorienting sensation.
It feels as if your body is going to give in as if at any moment the slime will burst out of you.
Your entire body gives out, consciousness fades as everything turns to black.
You wake up sometime later, not quite sure how much time has passed.
<<print setup.getFightReward($CharacterSheet_Slime, true)>>
[[Continue->Village]]<<include setup.getNextNarativeEventPassage($CharacterSheet_Torgar.quest.encounterPassages)>><<print setup.getFightReward($CharacterSheet_Torgar)>>
<<include setup.getNextNarativeEventPassage($CharacterSheet_Torgar.quest.postFightPassagesWin)>><<print setup.getFightReward($CharacterSheet_Torgar, true)>>
<<include setup.getNextNarativeEventPassage($CharacterSheet_Torgar.quest.postFightPassagesLoss)>>You journey east, past endless dunes and onto ruins of a forgotten village. One filled with cheap scraps that are too much of a bother to carry home.
It has been looted for a long time, years if you were to make a guess.
[[Continue->Torgar_FirstMeeting_Intro_1]]A thin layer of sand covers everything all but the middle of the road; you can tell that people pass through more than anything.
That is until you notice a few boot prints drifting out of the path.
[[Inspect the boot prints->Torgar_FirstMeeting_Intro_2]]At nearly <<print setup.getLength(12)>> long, you can tell that their owner must be massive.
You notice a faint chemical smell coming from where they lead.
[[Investigate->Torgar_FirstMeeting_Intro_3]]
[[Leave->Village]]\<<set $CharacterSheet_Torgar.info.known = setup.EncounterKnownState.KNOWN>>
\<<set $CharacterSheet_Torgar.quest.relationshipScoring++>>
You enter one of the ruined buildings of crumbling sandstones. Its ceiling is long gone.
While listening for any kind of unwelcome presence, you venture forth.
[[Keep an eye out for what could lie within->Torgar_FirstMeeting_Intro_3_1]]Sure enough, you hear heavy footsteps nearby and drift your gaze toward their source.
A massive half-orc lifts a massive hand to cover the sun from his eyes; each of his fingers are almost as wide as a normal person's wrists.
[[Continue->Torgar_FirstMeeting_Intro_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
He gives you a surprised look before chuckling slightly, his breath making his impressive pectorals rise and fall in a raw display of power.
Booming steps resound louder and louder as he steps towards you. Besides his distracting bulge and impressive musculature, you can't help but notice the apparatus that he carries on his back.
The strange liquid within seems to swirl with excitement as he finally notices you.
"Well, I’ll be damned…" He exclaims with a deep voice.
[[Continue->Torgar_FirstMeeting_Intro_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
The half-orc bellows out a hearty laugh before walking up to you.
His clothes stretch tightly on his powerful muscles, making them audibly groan.
"It’s been a while since I saw a normal looking man out here. Thought you were all hiding in your cities by now."
He stops to take a closer look at you, his hand idly playing with his short beard. Whatever is on his mind, he seems satisfied with whatever assumption he can make based on your appearence.
[[Continue->Torgar_FirstMeeting_Intro_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
He extends his hand in a welcoming manner.
"I am Torgar, alchemist of the Shattered Peak!"
His words boom with a warm confidence, but you can`t help but be suspicious of him.
[[Shake his hand->Torgar_FirstMeeting_Intro_7_ShakeHand]]
[[Greet him from a distance->Torgar_FirstMeeting_Intro_7_DistantGreet]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
His hand is incredibly firm. He gives you a warm smile, before letting go.
"A nice welcome, that’s something I haven’t done in a while. But you shouldn’t trust those who roam the Barrens so blindly." He exclaims in a somewhat serious tone.
<<include Torgar_FirstMeeting_Intro_7>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
"Very smart of you, you don’t want to trust those who roam the Barrens. Still, you could have stumbled upon way worse than me."
He bellows out a hearty laugh before lowering his hand.
<<include Torgar_FirstMeeting_Intro_7>>"Monsters and beasts have a set of rules here. Where city dwellers would learn about someone through words, here they learn through combat. A most intimate kind of communication. Power is to be respected, worshiped even."
He instinctively grins with that last word. You can hear his knuckles crack soon after he says it.
"At first I had a hard time grasping it, but now I have to say it has won me over."
He bends his knees slightly, making you instinctively raise your guard up.
[[Continue->Torgar_FirstMeeting_Intro_8]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
"So, go on then, show me what you got!"
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>Orc looks at you, his mind seemingly elsewhere, the goo covering him pulses
peacefully, as if listening to his thoughts curiously.
Tells the player he’s close to some kind of breakthrough, this corruption, he
thinks it can be taught to listen. Conquered and used for what we want it to be.
Says he wants to show you.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>His whole body shakes, the goo reaches into him instead of reaching to cover
his body.
That’s it…
His body grows. He reaches back, opening the container on his back.
The goo jumps to him, digging into his body.
Urghhh…
He shakes, his pecs bloating with mass.
I will master it… Use it to help those in need.
Runes suddenly appear on his body.
A master alchemist, that is who I am.
Arms suddenly burst from his back. He flexes, grinning.
YESSSSS!!!!
(This path will be expanded in later versions)
[[Leave->Village]]Says he’s so close… but he needs to see himself in a different angle, he needs
to find someone who can beat him so he reaches another level of mastery.
//up lost scoring
[[Leave->Village]]You follow old tracks in the desert. Pathways that traders or other salvagers could have used, it is hard to say for sure.
What's important is that you remember where those tracks lead.
It is the road you have taken to encounter that half-orc, Torgar. Meeting him once more could lead to more exciting outcomes.
[[Follow the tracks->Torgar_Low_Rela_EncounterStart_Converse_2]]
[[Return to the Golden Bastion->Village]]You make your way to the ruined village with relative ease.
The half-orc is not difficult to find; his broad back has grown wider than the doors of the houses surrounding you.
You see him digging through some old rubble, but with only a glance, he drops a handful of rusted scraps to greet you.
"Ah... Good to see you again, Salvager."
[[Greet Him->Torgar_Low_Rela_EncounterStart_Converse_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
The half-orc gets up to greet you with a grand, welcoming smile.
He dusts off his hands before letting them rest at his side.
His physique is as impressive as ever, displaying a lifetime of heavy lifting and fighting.
Yet, there seems to be more to it. The half-orc's massive bulge hints towards some more... Unnatural growth.
[[Continue->Torgar_Low_Rela_EncounterStart_Converse_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
"Got something on your mind? Better to ask now, before we fight."
You take a step back, but it does not seem surprising for him to say such a thing on second thought.
At least he has given you a warning this time.
<<print setup.displayTorgarConverse()>>
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>\<<set $CharacterSheet_Torgar.quest.encounterPassages.lowRelaIdle_GotBig.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"I wouldn't want to bore with the logistics of it, but I've been studying it for a long time. I've been making some concoctions to help with this. \
Corruption has so many remarkable properties when used in conjunction with Essence. It can awaken changes in one's body, gives them strength beyond what anyone can achieve on their own."
He grazes his hand across his biceps as he gives you a flex. It bursts, turning deliciously massive. Even Torgar himself seems excited at the sight of his bulk.
[[Continue->Torgar_Low_Rela_EncounterStart_GotBig_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
The half-orc's face suddenly reddens with a blush.
"Now now... I can't get ahead of myself... I still need to get used to this."
[[Continue->Torgar_Low_Rela_EncounterStart_GotBig_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
He shakes his head, clenching his fists as his arm drops to his side.
"That being said, we should put our gains to the test!"
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>\<<set $CharacterSheet_Torgar.quest.encounterPassages.lowRelaIdle_Carry.available = false>>
\
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"You mean this?"
His arm reaches back, and he knocks on one of the glass containers.
It agitates whatever is within; purple goo swivels excitedly as an audible ding rings from the impact.
[[Continue->Torgar_Low_Rela_EncounterStart_Carry_2]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"Incredible, aren't they? They're unlike anything I've ever seen."
His enthusiasm is impossible to deny; he is elated at the idea of sharing his discovery.
"I found them in a ruin deep below the surface, almost kicked the bucket on my way back, but it was worth it."
[[Continue->Torgar_Low_Rela_EncounterStart_Carry_3]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
Upon holding a finger on the glass, you notice how the purple liquid within presses against it.
"The power within these little guys is nothing short of legendary. I've been extracting their power to concoct hundreds of enhancing potions and panaceas. There's probably more Essence within them than in an entire army."
He lets go of the glass cylinder with a frown. His finger waves in your direction like he is teaching a student.
"But the Corruption within is just as potent. Very important to process it into something new entirely. You don't wanna turn into one of those Lost."
[[Warn him of the dangers of Corruption->Torgar_Low_Rela_EncounterStart_Carry_3_AntiCorr]]
[[Hint that you'd like to experiment with Corruption yourself->Torgar_Low_Rela_EncounterStart_Carry_3_ProCorr]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "sad")>>
\<<set $CharacterSheet_Torgar.quest.pureScoring++>>
"It sure is, hopefully no one ever needs to consume it as it is. If I were to make a guess I'd say it was used to power whole districts of the Sunken World."
Torgar suddenly realizes how heavy the mood is getting; it makes him slightly uncomfortable.
[[Continue->Torgar_Low_Rela_EncounterStart_Carry_3_Fight]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"Well, that's enough of that. I've been eager to see if you've grown any stronger during your journey. How about another fight?"
With a grin, his fists clench.
It looks like he won't discuss it any further without fighting you again.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Under the right circumstances, it can yield some pretty incredible things."
He looks you over with a curious smile.
"You're a weird one, Salvager. Usually, city dwellers treat Corruption as the root of evil itself."
[[Say you're not a city dweller anymore->Torgar_Low_Rela_EncounterStart_Carry_3_ProCorr_2_NotACityBoy]]
[[Hint that you're only curious->Torgar_Low_Rela_EncounterStart_Carry_3_ProCorr_2_Curious]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
"Hmmm... You're right; once you enter the Barrens, you never come back the same..."
He seems slightly lost in his thoughts.
"Maybe I should take this place more seriously myself."
[[Continue->Torgar_Low_Rela_EncounterStart_Carry_3_Fight]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
\<<set $CharacterSheet_Torgar.quest.ascendedScoring++>>
"Of course! We know so little about it; there's so much to discover!"
His passion is infectious; even when talking about something as dangerous as Corruption, you can't help but feel curious about what it could hold.
[[Continue->Torgar_Low_Rela_EncounterStart_Carry_3_Fight]]\<<set $CharacterSheet_Torgar.quest.encounterPassages.lowRelaIdle_Origin.available = false>>
\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "sad")>>
"I come from the Shattered Peak along with my clan. I have so many memories of that time, but reminiscing is tiring..."
He looks at the blue sky to hide his expression from you.
"Most of us are out there now; there just weren't enough resources to stay."
[[Continue->Torgar_Low_Rela_EncounterStart_Origin_2]]\<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
"Alright, enough about the past. Are you going to fight me or what?"
His voice is tense. It feels like you struck a nerve by asking that question.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>A short journey through the desert leads you to familiar ruins.
You stand where you first met Torgar, the alchemist.
Memories of your past encounters idly pass through your mind, of how the massive brute seems obsessed with his experiments.
It's hard to fully say whether he's genuinely accustomed to the harshness of the Barrens; his concoctions seem to lead him towards a strange path.
Yet, after having a taste yourself, part of you wishes for more...
[[Wait for his arrival->Torgar_Low_Rela_EncounterStart_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
It is not long before he reveals himself. He walks towards you, his pants barely holding his growing bulge back. Every throb threatens to tear them into ribbons.
"Here you are... I've been thinking about you more and more." He says, his tongue grazing over one of his tusks.
[[Continue->Torgar_Low_Rela_EncounterStart_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
The half-orc grasps his own bulge with a muffled moan, he seems to have grown slightly since you last encounter.
"Just fight me already; there's I have to test the effects of my new concoctions..."
He does not seem interested in discussing with you much more. You brace yourself for the incoming fight.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
\<<if setup.getAvailableStoreFightMoveIDs($CharacterSheet_Player).length < 3>>
"Alright, you win again."
\<<else>>
"Hehehe, you're better than I expected!"
\<</if>>
He catches his breath and focuses on keeping his balance after a tiring battle.
"I gotta say, you fight like a demon."
[[Continue->Torgar_Low_Rela_Win_Idle_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"Not a lot of people can push me to my limit like this, you're something special."
Torgar ponders amidst his exhausted grunts.
"Yes, I feel like you could handle them. I'm sure you've gathered quite a bit of Essence at this point too."
He suddenly gets back up, builds back composure and gives you a warm smile.
"There's something I'd like to offer you, a trade if you will."
[[Listen to his offer->Torgar_Buy_Sigils]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"Great! Maybe you'd offer some Essence to trade for some powerful concoctions I've been working on?" Torgar says with homely warmth.
He reaches for his belt with a groan. It seems like he has not dropped any of his strange potions during the fight.
"Barely anyone even knows about this power anymore, so I'll gladly share it with someone trustworthy."
<<print setup.displayFightMoveStore()>>
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
With that, he takes one of the vials adorned on his waist and hands it to you.
"Drink it, and enjoy..." He says with a smirk.
[[Drink the vial->Buy_First_Sigil_2]]You raise the vial to your mouth, and your eyes widen the instant that the strange liquid comes in contact with your tongue.
It burns, but there is an undeniable sweetness to it, like biting into an apple.
[[Drink the whole vial->Buy_First_Sigil_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
You feel the burn spread all over your body, like $SigilColor lava pumping into your veins.
Torgar wasn't kidding; this is strong stuff.
"That's it, let it do its thing. It makes it so much easier." He says, holding your shoulders as your whole body shakes.
You nearly lose your balance; only by holding on to Torgar's arms can you steady yourself.
[[Continue->Buy_First_Sigil_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
The burning feeling suddenly hits back with a vengeance, but the pain it causes hits you differently...
You moan, tilting your head back as warmth engulfs your core. You feel your balls churn and expand as the concoction finally reaches its goal.
They tingle in the best way; your breath quickens as the unstoppable chemical reaction makes your cock rise to full hardness.
"That's it..." Torgar mumbles before grasping your growing balls.
[[Moan in pleasure->Buy_First_Sigil_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
You feel like your cum is boiling within your balls, a pleasurable warmth that screams to be unleashed.
Any second now, you feel like you'd explode into the biggest orgasm you ever had.
Any second...
Only the slightest touch...
[[Jerk yourself off->Buy_First_Sigil_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
Your hands grasp your cock and jerk your tool in a panic.
You feel your load coming, but something is different...
That burn is rising through your shaft, that pleasurable pain is reaching to be unleashed. Except now, it is a part of you, something that comes from your own body.
"Hahaha! Unleash it!" Torgar screams, overwhelmed by lust at the sight of your own experience.
[[Shoot your load->Buy_First_Sigil_7]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
You cum with a neverending torrent of thick seed, knocking Torgar back on his back. Amidst bestial growls, you try to grasp your cock, but it is beyond your control.
Torgar himself is brought to the edge, roaring in arousal at the intense power of your lust.
"GRAHHHHHH!" He screams, adding his own seed to the growing mess.
[[Continue->Buy_First_Sigil_8]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Suddenly, amongst the exquisite pleasure, you feel your cum move along your skin.
It drifts down your pecs and core, down your legs and onto the ground. The mess you've made condenses, concentrating towards Torgar.
"UURHHHHHHHH!" He groans. Your cum rushes to him faster and faster, condensing along his body.
You recognize this; this is the same technique that the half-orc has been using against you.
With a hard grasp of your balls, you grin; this power is now yours to use.
[[Continue->Buy_First_Sigil_9]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling", true)>>
Torgar gives out a hearty laugh.
"Very good! I knew you'd be able to handle this without issues. \
Best we clean ourselves up before we attract some of the Lost, but I'd say this experiment was a resounding success!"
He gets up, smiling in awe at your combined load.
"I hope we can meet again soon, big guy."
<<print "∇: Your balls have grown "+ setup.getLength(setup.applyGrowth($CharacterSheet_Player, "balls", 1.5)) + " in diameter." >>
<<print "∇: You can now equip a new technique into your moveset." >>
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"You know, back where I'm from, we don't learn these new techniques by drinking the vial."
His hand suddenly lowers; he seems to be eyeing your bulge.
"There's a much more efficient way to get it done. One that you might enjoy even more..."
[[Let him continue->Buy_More_Sigil_2]]
[[Take the vial and drink it->Buy_First_Sigil_1]]\<<set $CharacterSheet_Torgar.quest.usedVialOnPlayerDick = true>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
With a grin, he grasps your bulge and brings the vial to your cock.
"Hold on to me; you're about to get hit pretty hard."
[[Hold on to him->Buy_More_Sigil_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
You feel him tip the vial onto the slit of your hardening cock. You instantly recoil back and shiver.
The burn you felt when you previously drank the other concoction is even stronger, as is the powerful throbbing feeling of pleasure rushing through your cock.
You feel it course down towards your urethra; every inch of progress makes your cock throb faster and faster.
[[Continue->Buy_More_Sigil_4]]Thick $SigilColor veins burst along the shaft as the urge to breed rises within you. Its raw, animalistic passion is infectious.
Torgar himself seems enthralled by it; he cups your balls in worship, part of him wants to see them grow even bigger...
Something big is coming, the concoction finally reaches your balls.
You growl, feeling your load building into a load that gods would envy.
[[Continue->Buy_First_Sigil_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Now the question remains, how would you like to take this one?"
[[Drink the vial->Buy_First_Sigil_1]]
[[Tell him to use it on your cock->Buy_More_Sigil_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"This one is something special..."
He hands you a vial filled with a glowing, golden liquid.
"The Seed of Growth. It's said to grow its user's body when it activates. The effects are permanent too..."
A wide smirk crawls across his brutish maw.
"Of course, letting go of something this powerful comes with a price..."
\<<set $linkDesc = "Buy for "+setup.FightMove_Sigil_Growth.essenceCost+" Essence">>
\<<set $linkPath = setup.getSigilBoughtPassage()>>
[[$linkDesc->$linkPath][setup.buyFightMove($CharacterSheet_Player, setup.FightMove_Sigil_Growth.id)]]
[[Go Back->Torgar_Buy_Sigils]]
<<set $SigilColor = "golden">><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
A vial filled with a jet purple liquid catches your attention.
"Hmmm, the Seed of Pain. With enough of it running in someone's body, it can turn any attack into a fatal blow."
A wide smirk crawls up his brutish maw.
\<<set $linkDesc = "Buy for "+setup.FightMove_Sigil_Pain.essenceCost+" Essence">>
\<<set $linkPath = setup.getSigilBoughtPassage()>>
[[$linkDesc->$linkPath][setup.buyFightMove($CharacterSheet_Player, setup.FightMove_Sigil_Pain.id)]]
[[Go Back->Torgar_Buy_Sigils]]
<<set $SigilColor = "dark red">><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
A vial filled with a moving turquoise liquid gets your attention.
"This one is the Seed of Vitality. It converts the damaged flesh of your opponents into energy you can take for yourself."
\<<set $linkDesc = "Buy for "+setup.FightMove_Sigil_Vitality.essenceCost+" Essence">>
\<<set $linkPath = setup.getSigilBoughtPassage()>>
[[$linkDesc->$linkPath][setup.buyFightMove($CharacterSheet_Player, setup.FightMove_Sigil_Vitality.id)]]
[[Go Back->Torgar_Buy_Sigils]]
<<set $SigilColor = "turquoise">><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Looks like I win this time..." He says with a grin.
Right as you're about to collapse out of exhaustion, Torgar reaches out and holds you by the shoulders.
"Woah there, don't collapse on me now." He snaps his fingers inches away from your eyes, but the fight has genuinely taken its toll on you.
"Here, drink this; it'll give you a burst of strength for a while."
You can barely see it, but he is holding what seems to be a glass vial against your hand.
It's hard to say if you should drink what he offers, but it is your only chance to act before you pass out.
[[Drink the vial->Torgar_Low_Rela_Loss_Idle_2]]
[[Pass out->Torgar_Low_Rela_Loss_Idle_PassOut]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
As your vision darkens, you take the vial and chug its content as fast as you can.
"Alright, I was worried that you'd pass out before you could even drink it!"
You still feel exhausted, but something jerks you awake, makes your muscles shiver.
"This should get you back on your feet for a few days." Torgar says with a grin. Your whole body burns like after an intense workout. Was this how he got so big himself?
You brush your hands on your tingling pectorals and suddenly shiver in pleasure.
It feels beyond good; every touch feels like a full orgasm that gets increasingly stronger. It takes every bit of willpower not to cum on the spot.
It tingles all over your body, makes you stronger... You feel your muscles grow as you grasp your cock instinctively.
[[Continue->Torgar_Low_Rela_Loss_Idle_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
"Feels good, doesn't it?" Torgar groans himself; he can't stop himself from pressing his hands against your pecs, letting him feel them expand.
You moan as he pinches one of your nipples; it is turning inhumanly sensitive. Every touch is bringing you dangerously close to the edge.
[[Shoot your load->Torgar_Low_Rela_Loss_Idle_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Part of you tries to hold it in, but nothing can stop the flood of pleasure rushing through your veins.
With a roar, you shoot load after load. Cum spills all over Torgar's pecs and abs.
"Keep going..." He urges you to cum, to bring your pleasure to its natural peak.
[[Continue->Torgar_Low_Rela_Loss_Idle_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Torgar pulls you in and kisses you as another orgasm rushes through you.
With your heads pulled back, you both unleash your biggest load yet. Carnal lustful roars bellow out of you as uncanny strength and vitality fill your whole being.
You feel more powerful than before...
[[Continue->Torgar_Low_Rela_Loss_Idle_6]]\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_EmpoweringDrink)>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling", true)>>
"Wow... That was something else." Torgar mumbles in between pants of exhaustion.
You nod and flex, feeling more pumped than ever.
"I'll prepare some more concoctions for you, now that I know how well your body takes them."
He pulls you in one last time, giving you a deep kiss. You can taste the remains of your loads in his mouth.
It seems like he's been enjoying the taste...
∇: You gain the "Empowering Drink" Ability for the next four days.
[[Make your way home->Village]]Your vision fades as does the feeling of the burning sun upon your skin.
[[Continue->Torgar_Low_Rela_Loss_Idle_PassOut_2]]You wake up soon after, still exhausted but aware enough to recognize your surroundings.
The nearby mountains and dunes are instantly recognizable; you are only an hour's walk away from the Golden Bastion.
Has Torgar carried you there?
[[Return to the Golden Bastion->Village]]Memories of your past encounters with Torgar idly pass through your mind, of how the massive brute seems obsessed with his experiments.
It's hard to say whether he's genuinely accustomed to the harshness of the Barrens; his concoctions seem to lead him towards a strange path.
Yet, after having a taste yourself, part of you wishes for more...
[[Meet him->Torgar_Low_Rela_Mid_Rela_Trigger_EncounterStart_1]]
[[Make your way back home->Village]]\<<set $CharacterSheet_Torgar.quest.encounterPassages.lowRelaMidRelaTrigger.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"Here you are... Let's cut to the chase and fight already!" He says with uncontained excitement.
"The Lost keep growing in power. We must be prepared to face them soon."
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>\<<set $CharacterSheet_Torgar.quest.postFightPassagesWin.lowRelaMidRelaTrigger.available = false>>
\<<set $CharacterSheet_Torgar.quest.postFightPassagesLoss.lowRelaMidRelaTrigger.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "sad")>>
Torgar falls to one knee, his strength failing him despite is massive stature.
He clenches his fist.
"I'm glad you can handle yourself, don't get me wrong." He says with clenched teeth.
"But I need to be stronger; I won't let the Lost overpower me."
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices]]\<<set $CharacterSheet_Torgar.quest.postFightPassagesWin.lowRelaMidRelaTrigger.available = false>>
\<<set $CharacterSheet_Torgar.quest.postFightPassagesLoss.lowRelaMidRelaTrigger.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "sad")>>
Upon seeing you fall to one knee, Torgar gives you a hand.
His own exhaustion is undeniable as his muscular arm shakes as he helps you up.
He sighs.
"I'm glad we can handle ourselves, don't get me wrong." He says before clenching his teeth.
"But I need to be stronger; I won't let the Lost overpower me."
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
The strange purple liquid on his back swirls like a typhoon as emotions flare within the half-orc.
"This body is just not enough... But I can't stay behind and let those beasts rule our land; let them reduce all our advancement into pointless debauchery."
The purple mass expands, fills the cylinder to its very limit.
<h2>CRACK</h2>
"I need to get stronger!"
[[Warn him about the containers->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Warn]]
[[Stay silent->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_NoWarn]]\<<set $CharacterSheet_Torgar.quest.lostScoring-->>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
You yell and warn him about the cracking containers on his back, but as he finally snaps out of his outburst, the cylinder on his right shoulder shatters.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_2]]\<<set $CharacterSheet_Torgar.quest.lostScoring-->>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
You keep an eye on the cracking containers but say nothing.
Before he has a chance to snap out of his outburst, the cylinder on his right shoulder shatters.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_2]]His hand reaches for his shoulder in reaction, pressing it in the black goo that now drips down his chest and back.
"Ahhh... This is not good."
All anger suddenly melts into uncertainty; he gives you a confused look as his body begins to rumble and shake.
His whole body throbs, his muscles pumping as a thick layer of the strange black substance crawls down his back towards his waist.
"Oh, gods... This feels..." He stops, his words getting interrupted by a deep moan.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_3]]"Awwwwww..." His face blushes into a deep red as more of the goo pumps into him.
"Something's happening... Oh, fuuuuck!" He screams, thrusting his cock forward in a sudden burst of arousal.
You see his tool growing, filling his pants with more cock than they can handle. They begin to tear under the pressure as he growls.
His whole body begins to throb; each throb makes him moan louder.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_4]]Suddenly, it stops, just as quickly as it has started. Torgar's body is entirely still, his clothes on the brink of bursting into ribbons as he stares at his cock with heavy breaths.
"Oh, gods... It's happening again; I can feel it."
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_5]]\<<set $CharacterSheet_Torgar.quest.progress = setup.TorgarProgress.INFECTED>>
His core suddenly explodes with growth, sending a surge of mass rushing to his abs and pecs, nearly pushing you back.
"AWWWW... FUUUCK!"
He lifts his right hand; feels each finger grow thicker with every wave of goo entering his body.
The sound of tearing reaches you both, a chorus blaring with his every move. His bulging forearms begin to show under his shredding gloves; he stares at them in complete awe.
"This... This is incredible." He mutters before bursting out of his gloves with a single flex.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
"Look at these arms. They feel harder than steel!"
You can hear his breath getting faster, his biceps throbbing bigger.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_7]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"If only I knew this would happen..."
His pecs protrude out before he can finish his sentence. They swell, growing into impossibly large mounds of undulating steel.
He gives out a deepening groan as the goo spreads further along his skin, feeding him with more pleasure and power than his clothes could handle.
"I'd have embraced it a long time ago."
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_8]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
A black tendril suddenly brushes along his nipple. It completely cut his breath short.
"GAAAHHHHHH... Keep it coming!"
His hands press on his shoulder and chest, spreading the goo further across himself, forcing it into his legs and waist.
He flexes his abs, teasing the goo to enter every crease of his already massive form.
"C'mon... Get in there..."
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_9]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
With a loud snap, one of the belts of his harness breaks off, shattered by his growing legs.
"Look at this body... No Lost is going to stand a chance against me now!" He grasps what remains of his pants and tears them into ribbons with one pull.
He looks genuinely massive in every way; every part of him is now bursting with muscles that put his previous body to complete shame. \
He has to have at least doubled his mass since the start of his growth.
Yet, just when you think that the growth was ending, black tendrils suddenly reach for his cock and balls.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_10]]<<set $CharacterSheet_Torgar.quest.blackVeinsOnDick = true>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
<h2>"Ah... Ah.... AHHHHH!"</h2>
His chest pushes forward as his shaft suddenly expands to full hardness. Thick veins throb as his cock consumes the black goo, taking its gift of size and power for itself.
The half-orc yells as it grows his cock into a monstrous fuck tool.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_10_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
<h2>"So fucking MASSIVE!"</h2>
He grasps his balls, feels their pulse and swells against his fingers.
"Urrrrrrrghhh" He feels them churn, filling up with thick seed.
His hands then reach for his shaft.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_11]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
<h2>"I'm so... fucking... HUGE!"</h2>
With one hard jerk, his whole body gives in and urges the goo to give its host a monstrous pulse of growth.
<h2>"GRRRRRRRRRRAHHHHHHHHHHHHHHHH!"</h2>
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_12]]\<<set $CharacterSheet_Torgar.fight.hp += 80>>
\<<set $CharacterSheet_Torgar.fight.stamina += 100>>
\<<set $CharacterSheet_Torgar.fight.strength += 45>>
\<<run setup.applyCorruption($CharacterSheet_Torgar, 50)>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Cum gushes out of his monstrous cock, shooting load upon load on his face, pecs and arms.
<h2>"AHHHHHHHHHHH... FUCK YES!"</h2>
It does not stop; load after load covers the half-orc's bulging form until every inch of him is covered in thick white seed.
∇: Torgar's body has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "height", 5*12))>> taller.
∇: Torgar's cock has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "cock", 2*12))>> longer.
∇: Torgar's balls has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "balls", 0.8*12))>> in diameter.
∇: Torgar's muscles have grown considerably (<<print setup.applyGrowth($CharacterSheet_Torgar, "muscles", 40)>>).
∇: Torgar's strength has increased by 45.
∇: Torgar's health has increased by 80.
∇: Torgar's stamina has increased by 100.
∇: Torgar's Corruption has increased by 50.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_13]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling", true)>>
"Hehehe... Look at me now!" He exclaims, jerking his shaft for one more load to gush out.
"Hmmm... I gotta say, I'm not certain what the future holds for me now, but this pleasure is unbelievable."
He flexes his biceps for you to gaze at, but at least he seems to now have some level of clarity.
[[Urge him to fight Corruption->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Pure]]
[[Tell him that power is meant to be embraced->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Corrupt]]
[[Say that you believe in him to do the right thing->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Ascended]]\<<set $CharacterSheet_Torgar.quest.pureScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "sad", true)>>
Corruption is dangerous, and he doesn't seem to realize how far he's already gone. \
You urge him to stop; he's no better than the Lost if he continues down that path.
"Yes, I see your point... I must go experiment. Unless I understand what is happening to me, I'm afraid I might have the same fate as the Lost."
His gaze is confident but still hides some worry.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Pure_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal", true)>>
"I hope we'll meet again."
After giving you an understanding nod, he takes off.
You feel the ground shake with him every step, and soon, his form diminishes on the horizon.
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.lostScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
"I'm starting to feel the same way." He flexes his bicep and licks it lustfully.
It makes you shake to your core...
"But now I must go experiment. Who knows what potential I now hold deep within myself~"
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Corrupt_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
His gaze is confident but still hides some worry.
"We'll meet again, and when we do... You're in for a taste of this monstrous cock."
He takes off.
You feel the ground shake with him every step, and soon, his form diminishes on the horizon.
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.ascendedScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal", true)>>
Corruption is dangerous, as you both are aware. You tell him that you trust that he won't betray what he believes in because of sudden power and pleasure.
"Hmmm... You're right; I must go experiment. Maybe this Corruption can be conquered one way or another. Then who knows what the future holds..."
His gaze is confident but still hides some worry.
[[Continue->Torgar_Low_Rela_Mid_Rela_Trigger_Choices_Ascended_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
"I hope we'll meet again."
After giving you an understanding nod, he takes off.
You feel the ground shake with him every step, and soon, his form diminishes on the horizon.
[[Leave->Village]]It is not long into your trip that familiar lustful groans resound on the horizon.
They are deep, bestial, desperate, yet booming with intense bliss.
You recognize Torgar's voice.
[[Approach->Torgar_Mid_Rela_Idle_EncounterStart_2]]
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.relationshipScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"It's good to see you again." He mumbles, his gaze unable to pull away from his cock.
His hands graze the humongous shaft, and he pulls his head back, shivering with pleasure. \
It throbs with inhuman power, gives out clear signs that his arousal has only increased since you last met him.
Yet he stops himself, his meaty hands sticking to his knees in response to the pleasure rushing through him.
[[Ask him how he is doing->Torgar_Mid_Rela_Idle_EncounterStart_2_HowDoing]]
[[Give him a teasing wink->Torgar_Mid_Rela_Idle_EncounterStart_2_Wink]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
\<<set $CharacterSheet_Torgar.quest.pureScoring++>>
\<<set $CharacterSheet_Torgar.quest.ascendedScoring++>>
He gives you a cheerful smile as he flexes.
"I gotta say, this stuff has been doing some work." With a double biceps pose, he threatens to tear up any clothing that desperately clings to him.
[[Continue->Torgar_Mid_Rela_Idle_EncounterStart_2_HowDoing_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Extreme muscle growth and arousal, increased semen production, overwhelming libido."
Just saying it seems to arouse him. His cock rises until it presses on his pecs, but he manages to stay focused.
"This feels like a more potent Corruption, except for the fact that it doesn't seem to wither down with time..."
[[Continue->Torgar_Mid_Rela_Idle_EncounterStart_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
\<<set $CharacterSheet_Torgar.quest.lostScoring++>>
"Hmmmm... You're in for the breeding of a lifetime if you keep teasing me like that..."
His voice is so much deeper than since you first met.
You see his cock rise until it presses on his pecs.
But he shakes his head; it seems like he has more pressing matters than satiating his lust at the moment.
[[Continue->Torgar_Mid_Rela_Idle_EncounterStart_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
His huge legs bend into an impressive flex as he gets up.
"When I think of all this could accomplish, of how many wonderful things could be done with harvesting this power for the good of all, when I fight for what I believe. Then I feel in control."
[[Continue->Torgar_Mid_Rela_Idle_EncounterStart_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
"Fight me once more! Only through putting it all on the line can I consume this Corruption!"
With a confident grin, his body barrels towards you.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Guhhhh... I yield."
His massive body fumbles forward as he falls to one knee. He pants in a mixture of exhaustion and arousal.
You can tell how much his lust distracts him, but as always, beating him has made you earn his attention.
[[Ask him what he plans to do next->Torgar_Mid_Rela_Win_Idle_Ask]]
[[Leave him be->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Looks like I win this time..."
The rush of victory excites the entity within him even more. Black veins throb intensely all over him, feeding pleasure and power to his bulking flesh.
He licks his tusks, embraces the lust surging through him. It doesn't seem like he's willing to be reasoned with much further.
[[Ask him what he plans to do next->Torgar_Mid_Rela_Win_Idle_Ask]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
The question seems to pull him out of his lust induced trance.
"I want... I need to control this thing."
He ponders, his monstrously massive hand grazing the tip of his beard.
"Studying helps me focus... When I'm set on a clear goal, this entity seems to calm down."
[[Tell him to reject the entity entirely->Torgar_Mid_Rela_Win_Idle_Ask_Reject]]
[[Encourage him to keep studying its effects->Torgar_Mid_Rela_Win_Idle_Ask_Study]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
"Yes... It's hard to deny how dangerous it could be."
He sits down cross-legged and closes his eyes to focus.
[[Continue->Torgar_Mid_Rela_Win_Idle_Ask_Reject_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "sad")>>
"I don't know much about the old world before it got turned to ruins. Maybe this thing had a role in its destruction? How can I even be sure?"
You notice the black veins along his body shrink slightly.
"I still have to find a haven for my people too... I can't get distracted so easily."
[[Hold his hand->Torgar_Mid_Rela_Win_Idle_Ask_Reject_Hold]]
[[Leave him be->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "blushing")>>
He jumps as you hold his hand onto yours. His eyes widen, his whole face turns red.
He's not used to romantic intimacy; his life of studies and survival didn't leave room for such things.
But soon, he relaxes.
You feel his heartbeat slow down.
And for a while, it feels like things are going to be okay.
[[Continue->Torgar_Mid_Rela_Win_Idle_Ask_Reject_Hold_2]]\<<set $CharacterSheet_Torgar.quest.pureScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
After a few minutes, he suddenly gets up and gives you a warm smile.
"Thank you, I really needed that." He says before letting out a hearty laugh.
"I'll try to get this thing under control for you and my clan."
And just like that, he walks off.
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.ascendedScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "normal")>>
"I don't know much about the old world before it got turned to ruins."
He looks around him at the ruins surrounding you both.
For a second, you can see the glint of curiosity shining in his eyes.
"Something leads to their ruin, but we can learn from their mistakes instead of rejecting them."
[[Continue->Torgar_Mid_Rela_Win_Idle_Ask_Study_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
He suddenly gets up, his volition suddenly restored.
"I'll find a way to make something worthwhile for my people."
He waves you goodbye before heading off.
"Thank you, friend; you're helping more than you might think."
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.encounterPassages.midRelaPathChange.available = false>>
\<<set $CharacterSheet_Torgar.quest.progress = setup.evaluateTorgarPath()>>
\
\<<if $CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.LOST>>
<<include Torgar_Mid_Rela_Path_Change_EncounterStart_Lost>>
\<<elseif $CharacterSheet_Torgar.quest.progress == setup.TorgarProgress.REDEEMED>>
<<include Torgar_Mid_Rela_Path_Change_EncounterStart_Redeemed>>
\<<else>>
<<include Torgar_Mid_Rela_Path_Change_EncounterStart_Ascended>>
\<</if>>Soon after you leave the Golden Bastion, you feel Torgar's presence.
He is nearly impossible to miss through a subtle smell of overwhelming manliness, the sound of deep moans and thumping footsteps.
You feel guided to him.
[[Find Torgar->Torgar_Mid_Rela_Path_Change_EncounterStart_Lost_2]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
You find the half-orc after less than an hour of travel.
He stands with a lustful grin as the goo pumps more and more of itself in his body.
The once savvy nature of the orc seems buried under the never-ending chorus of moans and throbbing cocks and muscles.
"You... hmmm... Come closer. You would make such a good fuck tool..."
He gives you a hungry look and nearly drools.
"Or maybe I should ride you instead? Hmmmmm..."
Thick black goo oozing out of his cock as he gets ready to pounce on you.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
(Torgar is on the Path of Redemption)
(Unfortunately, only the path you encourage him to embrace the goo is currently available.)
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
(Torgar is on the Path of Mastery)
(Unfortunately, only the path in which you encourage him to embrace the goo is currently available.)
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>(This is the point in Torgar's story when we branch into one of three different paths based on your choices thus far.)
(Unfortunately, only the path in which you encourage him to embrace the goo is currently available.)
[[Enter the Path of the Embrace->Torgar_Mid_Rela_Path_Change_EmbracePath]]
[[Leave->Village]](This is the point in Torgar's story when we branch into one of three different paths based on your choices thus far.)
(Unfortunately, only the path in which you encourage him to embrace the goo is currently available.)
[[Enter the Path of the Embrace->Torgar_Mid_Rela_Path_Change_EmbracePath]]
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.postFightPassagesWin.midRelaPathChange.available = false>>
\<<set $CharacterSheet_Torgar.quest.postFightPassagesLoss.midRelaPathChange.available = false>>
\<<set $CharacterSheet_Torgar.quest.lostScoring = 9999>>
\<<set $CharacterSheet_Torgar.quest.progress = setup.TorgarProgress.LOST>>
(Torgar is now led to embrace his increasing lust.)
[[Leave->Village]]Says he wants to go back, corruption is leading him to a path he refuses to go
towards. He’s afraid that it’s too late for him.
-hug him, tell him to fight it. (Lead to pure)
-tell him that there’s nothing to be afraid of. (Lead to perfect)
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>>He groans, physically fighting the goo, it pulses, feeding him with pleasure,
his cock hardens, cum drips out of it but he fights back, forcing it out.
The goo shrinks, starving quickly at the rejection. His veins become smaller,
his muscles deflate.
He passes out, the goo completely gone from his body.
You bring him back to the golden bastion, where he can finally life in peace.
(This path will be expanded in later versions)Lead to Lost pathLustful moans resound from afar, moans that you now recognize without much of a thought.
It is Torgar's voice, and by the intensity of his lustful roars, you can tell that he has been learning to embrace his lust more and more.
[[Approach him->Torgar_Lost_Path_Trigger_EncounterStart_2]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
With twisted laughter, he grasps his mighty cock.
You can see the fire in his eyes. What used to be a glint of curiosity is now an apparent devotion to lust and power.
"Feels so good... Every muscle feels more sensitive than my cock used to be."
He flexes both of his arms for you. "Grrrrr... Hmmmmm..."
[[Continue->Torgar_Lost_Path_Trigger_EncounterStart_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
His colossal tool twitches, spurting out loads of thick seed instinctively. It pleases him; he jerks his tool as he resumes.
"I followed your advice, gave in to the pleasure that grew ever since this gift came in contact with me."
His arm grasps the other container on his back.
[[Look at the container on his back->Torgar_Lost_Path_Trigger_EncounterStart_3_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
Even though it is open, the black goo within does not rush onto him; it stands, as if waiting for something.
"I can feel its need... It needs a worthy host."
[[Continue->Torgar_Lost_Path_Trigger_EncounterStart_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
He finally lets go of his cock, but it nevertheless throbs in hunger.
"You just might be the one..."
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
With that last hit, Torgar suddenly drops his guard to look towards his shoulder.
"Yessss..."
His eyes widen, and he licks his lips as the other black mass emerges from its container.
It crawls along his back, heading towards his chest. Torgar bellows out a deep laugh in excitement.
"Come... Embrace it, just like I did."
[[Embrace his gift->Torgar_Lost_Path_Trigger_Win_Accept]]
[[Refuse->Torgar_Lost_Path_Trigger_Win_Refuse]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
"Hmmmmrfff… Impossible."
The strange goo seems to react to what you just said, and it bounces back to its container like a snake.
"I'll be there when you're ready for it."
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.encounterPassages.lostPathTrigger.available = false>>
\<<set $CharacterSheet_Torgar.quest.postFightPassagesLoss.lostPathTrigger.available = false>>
\<<set $CharacterSheet_Torgar.quest.postFightPassagesWin.lostPathTrigger.available = false>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
"Yessss..."
The half-orcs body suddenly shivers in pleasure.
The black goo surrounding him suddenly expands, reaching further across his cock and arms, growing his glutes and legs.
"Hmmmmmffff... Take it. Make us whole!"
[[Kiss him->Torgar_Lost_Path_Trigger_Win_Accept_Kiss]]
[[Turn around and tease him->Torgar_Lost_Path_Trigger_Win_Accept_Tease]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
\<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), setup.getStatValue($CharacterSheet_Torgar, "height")) >= setup.Comparators.MUCH_BIGGER>>
You kneel to reach Torgar, who pulls your head into a deep kiss.
\<<else>>
You pulls Torgar into a deep kiss.
\<</if>>
He coils his tongue around yours as it suddenly grows.
With each moan, it extends, more lengthy and fatter. You feel his saliva grow thicker.
[[Continue->Torgar_Lost_Path_Trigger_Win_Accept_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
You turn around and give Torgar a wink.
"Mpphh...MMhhffGg...Ggrrarrr… I'm gonna breed you right here."
\<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), setup.getStatValue($CharacterSheet_Torgar, "height")) >= setup.Comparators.MUCH_BIGGER>>
You kneel so he can reach you, and he quickly climbs you to press his growing tool against your ass.
\<<else>>
He lifts you upon his growing tool, presses it against your entrance.
\<</if>>
[[Continue->Torgar_Lost_Path_Trigger_Win_Accept_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
The huge black gooey mass crawls to his cock, he roars in response.
"GRAHHHHHH"
His voice warps and deepens, getting more alien by the seconds.
"Yess… Take him... Complete us both... Cover every inch of us!"
The goo crawls and spreads upon his skin like a tight suit.
You feel the tip of his hands expand, growing into razor-sharp claws.
[[Fuck him->Torgar_Lost_Path_Trigger_Win_Accept_2_TorgarSpread][$bottom = false]]
[[Make him fuck you->Torgar_Lost_Path_Trigger_Win_Accept_2_TorgarSpread][$bottom = true]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
\<<if $bottom == true>>
He thrusts inside of you, holding you like a toy as his tongue flicks out in lustful madness.
"I'm gonna turn you into a monster…"
\<<else>>
You hold him tight, grasping his waist before lifting him in a surge of strength.
Your cock presses tightly on his entrance as he moans.
"Oh fuck... Yes!"
\<</if>>
His pecs bloat out, turning shiny and jet black as the goo reaches towards you.
Black spires emerge around his neck, growing higher than his head. You feel the power radiating from him, feel it ooze from his cock and into your body.
"More…"
[[Continue->Torgar_Lost_Path_Trigger_Win_Accept_2_TorgarSpread_2]]\<<set $CharacterSheet_Torgar.quest.lost_FullyCovered = true>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
He growls, deep and monstrous as pleasure rushes through you both. You feel his need, his lust to grow and fuck rushing inside you. It is so potent… so delicious.
You both laugh madly as spurts of black tendrils spread all over your bodies.
<h2>GROOAAHHHHHHHHH!</h2>
[[Cum->Torgar_Lost_Path_Trigger_Win_Accept_2_TorgarSpread_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
\<<if $bottom == true>>
You both roar as he cums deep inside you.
This alone is enough to bring you to the edge.
\<<else>>
You both roar and cum deep inside Torgar.
This alone is enough to bring him to the edge.
\<</if>>
You both let out an earth-splitting howl, one that pushes the sand around you to form new dunes.
Black veins spread over your body as you snarl in orgasmic bliss.
You feel every fibre of muscle swell, getting infused with enough strength to crush mountains.
You are monsters, bound by lust and strength.
[[Continue->Torgar_Lost_Path_Trigger_Win_Accept_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
This goo that you now share builds and grows like an intimate bond.
You feel Torgar's lust, pleasure, and strength as if they were your own.
"Do you feel it too?" He asks, flexing his arm into a monstrous peak.
"Your strength... I feel it rushing through me... This is extraordinary!"
[[Continue->Torgar_Lost_Path_Trigger_Win_Accept_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
"Who knows how powerful we can get if we both push ourselves to our fullest... Hmmmmm..."
His monstrous clawed tries to grasp his cock in response, but it can barely reach it.
"Let's keep growing... See how far we can push this~."
∇: Torgar's cock has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "cock", 7))>> longer.
∇: Torgar's balls has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "height", 3))>> in diameter.
∇: Torgar's muscles have grown (<<print setup.applyGrowth($CharacterSheet_Torgar, "muscles", 5)>>).
\<<run setup.applyCorruption($CharacterSheet_Torgar, 20)>>
∇: Torgar's Corruption has increased by 20.
∇: Your cock has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "cock", 7))>> longer.
∇: Your balls has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", 3))>> in diameter.
∇: Your muscles have grown (<<print setup.applyGrowth($CharacterSheet_Player, "muscles", 5)>>).
\<<run setup.applyCorruption($CharacterSheet_Player, 20)>>
∇: Your Corruption has increased by 20.
∇: You have gained a "Torgar's Corrupted Bond" ability.
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_TorgarsBond)>>
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
Hmmmmrfff… You need to grow stronger to take this gift.
I'll be there when you're ready for it.
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
Deep, distorted moans resound from afar. Sounds of warped humanity, of intelligence seduced by pleasure.
You could recognize Torgar voice for hundreds of meters.
His footsteps resound in a thumping beat, shaking the sand beneath your feet.
There, he stands, his cock reaching up to the skies as he jerks it with all his might.
It is a mighty sight, such splendour and elegance bound to monstrous ferocity.
[[Continue->Torgar_Lost_Path_Idle_EncounterStart_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
With a roar, he thrust forward, sending load upon a load of dark, corrupted seed upon the dunes. He's a beast, a true monster…
One who finally catches a glimpse of you.
"Grrahhhhh… Ahhhhh… Come…"
It is all he can mutter before standing to fight you.
His lust is infectious; you are not sure if he even wants to be on top; your corrupted bodies will guide you both.
<<print setup.getFightStartPassages($CharacterSheet_Torgar)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
Groans and growls, his body not showing signs of any wounds.
Yet he is now on his knees, both hands clasping his cock in a surge of pleasure.
"Grrrrrr… Get in there. Take me!"
[[Continue->Torgar_Lost_Path_Idle_Win_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
His impatence is showing, one of his hand reaches down to finger his own ass.
The power of your bond suddenly surges.
You feel the pleasure rush through him, urging you to take him.
[[Fuck him->Torgar_Lost_Path_Idle_Win_3]]
[[Leave->Village]]\<<set $CharacterSheet_Torgar.quest.relationshipScoring++>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "angry")>>
You walk to him, using his desperate lust as a way to tease him.
"Cmon… Fuck me!"
He screams as you grasp his pecs from behind.
\<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), setup.getStatValue($CharacterSheet_Torgar, "height")) >= setup.Comparators.MUCH_BIGGER>>
You are impossibly huge compared to him; an ordinary mortal would break under the weight of your monstrous cock.
Thankfully, Torgar is no such thing anymore.
\<</if>>
\
[[Continue->Torgar_Lost_Path_Idle_Win_3_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming")>>
You barely need to press your <<print setup.processFlavours($CharacterSheet_Player, "@[all|cocks|noverb]")>> upon his entrance for him to cling to you.
<h2>“GRAAHHHHH!!!”</h2>
He roars, both hands clenching his nipples. Pleasure shakes him to his core as thick loads of black cum gushes out of his cock.
[[Continue->Torgar_Lost_Path_Idle_Win_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Yet, you both know that it's only the beginning. Your heart pulses faster and faster with every thrust. Every dominant move makes Torgar's skin shiver.
You feel its lust, the corruption welcoming your body to dig your <<print setup.processFlavours($CharacterSheet_Player, "@[all|cocks|noverb]")>> even deeper.
<h2>"Deeper…"</h2>Torgar says in response.
By uttering those words, you feel your cock throb, every inch of it that's now surrounded by corrupted flesh.
You feel it reach for you, digging into your man meat, pumping it longer, more prominent, fatter.
[[Thrust deeper->Torgar_Lost_Path_Idle_Win_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Your mouth opens as you join Torgar's lustful growls. It is like your cock is growing hard all over again.
Every thrust becomes tighter and much more pleasurable.
<h2>"Yessssss"</h2> Torgar moans, feeling your powerful thrusts reach him to his core.
[[Thrust deeper still->Torgar_Lost_Path_Idle_Win_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
You both growl; every thrust is now so deep that you feel your balls slap against the half-orc's corrupted form.
Every contact sends a sudden burst of growth upon them, sloshing more of your potent seed for him to enjoy.
They ripple with pleasure, embracing the dark powers of Torgar's corruption.
It only makes you hornier, so brimmed to the edge with pleasure.
[[Continue->Torgar_Lost_Path_Idle_Win_7]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
You feel climax come to you like a freight train as you thrust balls deep into him. But it can't seem to arrive.
You're stuck on the edge, with the limits of pleasure being pushed further and further away from you. It is so good, so good it's maddening.
You can only thrust deeper in the hopes that you can achieve pleasure beyond what it will now support.
[[Thrust even deeper->Torgar_Lost_Path_Idle_Win_7_1]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
You clench your balls and nipples and focus on Torgar's mad pleasurable growls. His lust seeps into your thoughts, pushing you to grow even more…
<h2>"Ohhhhh YESSSSSS!"</h2> He roars, shooting loads of thick black ooze all over you both. It rains upon you both as he desperately jerks himself off, but his climax never seems to end.
<h2>“YESSSSSSSS!!!!”</h2> You don't notice how much bigger you're growing, but you feel your cock burst in size.
With one final thrust, you finally break the dam.
[[Cum->Torgar_Lost_Path_Idle_Win_8]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "cumming", true)>>
Vivid images of being surrounded by Lost fill your mind.
You stand among them, fucking and getting fucked by everthing around you in an endless chorus of lust and power.
<h2>"Grahhhhhh!!!!" </h2>
Togar roars once more, pulling you back to reality as you unleash your load inside of him. His clawed hands dig into the ground, forcing him to take every drop.
He gasps for air, desperately holding on as he keeps on shooting his corrupted load.
[[Continue->Torgar_Lost_Path_Idle_Win_9]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
You feel compelled to hold him, to feel his gooey cock with your tongue.
You soon both fall, nearly passing out from the mind-shattering pleasure surging through you both.
"This… Nothing could ever be better than this." Torgar says with surprising clarity.
[[Continue->Torgar_Lost_Path_Idle_Win_10]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny", true)>>
"Thank you for opening my mind to all of this." He says before resting his head on your pecs.
You hold him, letting time pass without a care in the world.
At your size and stature, no one would dare disturb either of you.
∇: Torgar's cock has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "cock", 7))>> longer.
∇: Torgar's balls has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Torgar, "height", 3))>> in diameter.
∇: Torgar's muscles have grown (<<print setup.applyGrowth($CharacterSheet_Torgar, "muscles", 5)>>).
\<<run setup.applyCorruption($CharacterSheet_Torgar, 20)>>
∇: Torgar's Corruption has increased by 20.
∇: Your cock has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "cock", 7))>> longer.
∇: Your balls has grown <<print setup.getLength(setup.applyGrowth($CharacterSheet_Player, "height", 3))>> in diameter.
∇: Your muscles have grown (<<print setup.applyGrowth($CharacterSheet_Player, "muscles", 5)>>).
\<<run setup.applyCorruption($CharacterSheet_Player, 20)>>
∇: Your Corruption has increased by 20.
∇: You have gained a rank for "Torgar's Corrupted Bond".
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_TorgarsBond)>>
\<<if $CharacterSheet_Torgar.quest.relationshipScoring >= 11>>
[[Continue->Torgar_Lost_Path_Idle_Win_Epilogue]]
\<<else>>
[[Leave->Village]]
\<</if>>\<<set $CharacterSheet_Torgar.quest.progress = setup.TorgarProgress.LOST_TEAMMATE>>
\<<run setup.torgarJoinsPlayer()>>
<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
"Our bond is so strong; it truly feels like we could take on anything.
Maybe finding a haven for my people was not the best way to look at it.
Maybe I need to present everyone this power, let the hungry feed on our seed, let the weak grow into powerful beasts."
His massive tendrils wrap around your waist, grazing your cock.
"Let me accompany you, grow with you, so we can make things right."
∇: Torgar has joined your party.
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
You fall, overwhelmed by the strength of the corrupted half-orc. His strength has increased; every hit comes with the might of whatever is now a part of him.
"Guhhhhh… This is not enough..." He moans.
[[Continue->Torgar_Lost_Path_Idle_Loss_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
The half-orc looks up to the skies and roars, his cock throbbing and standing completely upright as he does so.
It is impossibly loud, louder than hundreds of canons shooting simultaneously. You cover your ears in response.
When he's done, he idly jerks himself off, awaiting a response.
"Until you show me what true power is, those Lost will have to do."
It only takes a few seconds for an equally loud screech to answer back, and he rushes towards it.
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "horny")>>
It only takes a short trek before Torgar finds and joins you in your expedition.
[[Decide when the Torgar attacks->Torgar_Lost_Teammate_ChangeAttackTiming]]
[[Leave->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Torgar, "smiling")>>
"Of course, even monsters like us can benefit from a good strategy."
<<print setup.displayAttackTimingDescription($CharacterSheet_Torgar)>>
[[Attack before me->Torgar_Lost_Teammate_EncounterStart][$CharacterSheet_Torgar.fight.teammateSettings.attackTiming = setup.AttackTiming.BEFORE_PLAYER]]
[[Attack after me, but before our enemy->Torgar_Lost_Teammate_EncounterStart][$CharacterSheet_Torgar.fight.teammateSettings.attackTiming = setup.AttackTiming.BETWEEN_PLAYER_AND_ENEMY]]
[[Attack after me, but after our enemy->Torgar_Lost_Teammate_EncounterStart][$CharacterSheet_Torgar.fight.teammateSettings.attackTiming = setup.AttackTiming.AFTER_ENEMY]]
[[Cancel->Torgar_Lost_Teammate_EncounterStart]]<<set $CharacterSheet_town_guard.quest.met = true>>\
Tendrils of black curl down your forearm as <<SymbioteName>> reacts to your rising anger. You feel the ethereal presence hug your mind, affirming that it has your back, that you have no reason to be afraid.
You charge at the man, fist raised!
"As I thought! Submit or die!" the guard roars, drawing his weapon!The dust riled up by your battle begins to settle; a shimmering sheen of brown that acts as a backdrop to your hulking form standing over the fallen guardsman.
Power still sizzles within your core; a rabid beast of strength battering at the cages of your senses.
<<print setup.getFightReward($CharacterSheet_town_guard)>>
<<set $CharacterSheet_town_guard.quest.beatenOnce = true>>
[[Leave him->leave_guard]]
[[Knock him out->knock_guard]]
<<if $CharacterSheet_Player.hasAbility("Ability_MemoriesOfNyx")>>\
[[Corrupt him->corrupt_guard]]
<</if>>\<<set $CharacterSheet_town_guard.quest.fled = true>>\
You shake your head and drop the man to the floor. He lands on the ground with a heavy thud and skitters toward the town, never taking his eyes off of you. "M-monster!" He cries, before turning and fleeing.
Light coughing from behind catches your attention as the familiar face of Abel wades into view through the cloud of dirt. "What in the name of the Eldest is going on here!?"
[[Continue->abel_gets_better_look_guard_alive]]Even through the haze of adrenaline fueling every one of your pulsing veins, you notice the fear glaze over the eyes of the guardsman.
You decide that the best course of action is to knock him out cold.
A dull thud resounds off of his skull from your blow as his body falls limp at your feet.
[[Continue->abel_gets_better_look_guard_unconscious]]<<set $CharacterSheet_town_guard.quest.corrupted = true>>\
It's too much to contain!
The building pressure of lust within you has been screaming at you the entire journey.
The sudden flourish in your loins leaves you panting, steam rolling from your mouth in misty puffs.
There is no point in this violence. There is no point in having someone against you.
<span class="glitch nyx fucked" data-text="G̶̠͉͖͐R̴̛̎̔̚͜Ȍ̵̹̹̹̖̅W̷̨͊̾̚͠">All shall</span><span class="glitch nyx" data-text="S̶͔̣͈͕̥̆̎̔͑́́̈̿̾̆͝͝ͅP̶̼̺̪̘͚̱͓̙̭̙͐̇̄̐̍̋̅̅̆̕͘͘͠R̴̦̩͕̙̿͆͌̾̈́̏͐̕E̶̡̧̝̭̩̪̜͙͋̓̿̓͝A̴̜̘͚̜͕̜̙̺͎̤͋̀̓̀̊̂̔̿͑̾̐̀̃͐̑̾͜͜ͅD̶̢̘͚̹̦̟̈́͒͐͆́͘"> gaze upon </span><span class="glitch nyx fucked" data-text="C̷̛̛̱̹̟͚͕̱̗͎͙̳̞̜̘̬̝͖̖̟̻̐̎́̌̈͐̉͑͐̋̽̔̋͂̋͝ͅƠ̶̢̱̯̬̖̥̠̬̼̼̼̜͔̬̜͚̯̺̹̩̐̍̅͒̅̓̀̚͠R̷̨̡̛̪̣͚̲͕̝̥̩͚̗̭̫̯̪͙̯̥̓͐̉̈́̒͐̃͒̽͊͛̀͋̅̕͜R̷̠̎U̵̧̫͙̺̤̰͎͓̦̓̎̿̈́̈̅́͌͝P̸̘͔̺̘̮̼̱̭̜̲͕̬̩̋̑́͜T̷͓̱͎̘̞̣͎̗̙̦̲͔͒͛͑̋̔̊̀͑̔͒͆̚̚͜͝͠͝͝ͅ">the host of Nyx</span>
You hold him tightly against you, your hand moving to support his head rather than choke him out. He offers a muffled squeal in fear before you silence him be locking your lips with his.
<<print setup.processFlavours($CharacterSheet_Player, "His body goes limp in your @[all|arms|noverb]. You feel his cock hardening alongside your own, your @[all|cocks|noverb] joining in the ascent of heated lust.", true)>>
You hold him tightly against you. His deep breaths push his stomach tightly against yours. Your eyes close as your tongues begin to dance together. Spit mixes with spit and your breaths intermingle in each others' throats.
A power wells up within you, flows upwards from your core and drips from your tongue directly into the guard's throat.
Black veins begin to appear from the man's neck and slowly begins to work over his body. You feel his initial reluctance completely simmer away. \
His body pulses against yours, sliding upwards and outwards. He embraces you, his form bulking up ever so slightly.
Light coughing from behind catches your attention and forces the two of you to break your kiss. The familiar face of Abel wades into view through the cloud of dirt. "What in the name of the Eldest is going on here!?"
[[Continue->abel_gets_better_look_guard_corrupted]]You find yourself frozen with the tip of a sword poised at your throat. A single movement and your journey would be at an end.
"Any last words?" he barks.
[[Continue->Quest_MQ001_EchoPostMerge_3_Meet_Abel_aggressive]]You turn to face your friend proper, leaving the fleeing guard to disappear into the distance.
You notice that Abel is wearing the ceremonial kit reserved for the Herald of the Eldest. Questions spin within your mind like a frenzied flock of crows.
"$CharacterSheet_Player.info.name!? Is that you?" Abel blurts out while wrapping some cloth around his nose, "What happened here!? What in the blazes was that all about?"
"No, nevermind," he stammers, "It's dangerous to talk here. Meet me at my house, you can explain where the hell you have been and what just happened when we're there."
[You may now visit Abel's house]
[[Continue->Village]]You turn to face your friend proper.
You notice that Abel is wearing the ceremonial kit reserved for the Herald of the Eldest. Questions spin within your mind like a frenzied flock of crows.
"$CharacterSheet_Player.info.name!? Is that you?" Abel blurts out while wrapping some cloth around his nose, "What happ-?"
He stammers, looking at the limp guardsman, "Did... did you do this? Why?"
The joyful expression he donned when he came into view simmers away into a colour of sadness and fear.
"What happened to you out there? The $CharacterSheet_Player.info.name I knew would never lift a finger to one of our own!" Abel takes a few steps backwards, moving back toward the town, "Leave him here, I'll see to it he gets medical attention. You've done enough as it is. Get inside, and come to my house. We need to talk. About you. About this. About everything."
[You may now visit Abel's house]
[[Continue->Village]]You turn to face your friend proper.
You notice that Abel is wearing the ceremonial kit reserved for the Herald of the Eldest. Questions spin within your mind like a frenzied flock of crows.
"$CharacterSheet_Player.info.name!? Is that you?" Abel blurts out while wrapping some cloth around his nose, "What happ- oh... Am I interrupting something?"
"N-no! Nothing at all!" The guardsman steps away as he begins to register what had happened. A bashful blush washes across his face, "I'll return to my duties. You may pass."
"Uh..." Abel stammers as he watches the guard shamble away, his cheeks burning bright red, "What was that about, exactly? Nevermind that, please, let's get you into the Golden Bastion. Come meet me in my house, we have a lot of catching up to do!"
[You may now visit Abel's house]
[[Continue->Village]]<<include Ending_OneWithApothus>>
<<include Ending_OneWithNyx>>
<<include Ending_MemoriesOfCray>>
<<include Ending_NyxChosenAscension>>
<<set $EndingSheet =
[
$Ending_OneWithApothus,
$Ending_MemoriesOfCray,
$Ending_NyxChosenAscension,
$Ending_OneWithNyx,
];>><<set $Ending_MemoriesOfCray =
{
id: "Ending_MemoriesOfCray",
unlocked: false,
onPostWorldReset: function()
{
},
onPreWorldReset: function()
{
setup.completeAchievement("Ability_MemoriesOfCray");
}
};>><<set $Ending_NyxChosenAscension =
{
id: "Ending_NyxChosenAscension",
unlocked: false,
onPostWorldReset: function()
{
State.variables.CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_MemoriesOfTheChosen);
}
};>><<set $Ending_OneWithApothus =
{
id: "Ending_OneWithApothus",
unlocked: false,
onPostWorldReset: function()
{
},
onPreWorldReset: function()
{
setup.completeAchievement("Ability_MemoriesOfApothus");
}
};>><<set $Ending_OneWithNyx =
{
id: "Ending_OneWithNyx",
unlocked: false,
onPostWorldReset: function()
{
},
onPreWorldReset: function()
{
setup.completeAchievement("Ability_MemoriesOfNyx");
}
};>>((To be implemented at a later stage!))
[[leave->Village]]\<<run $CharacterSheet_Player.removeAbilityRuntimeData(setup.Ability_EmbracedByNyxsLight);>>
You black out...
\<<if $DeathText == setup.DeathTextEnum.POST_APOTHUS>>
Your soul shakes with unease.
\<</if>>
[[Continue->Death 2]]
\<<if $DeathText != setup.DeathTextEnum.POST_APOTHUS>>
[[Skip->Village]]
\<</if>>Time moves on...
\<<if $DeathText == setup.DeathTextEnum.POST_APOTHUS>>
Apothus's rampage only grows with each passing days.
\<</if>>
\<<if $DeathText == setup.DeathTextEnum.POST_APOTHUS>>
[[Continue->Death_Post_Apothus]]
\<<else>>
[[Continue->Death 3]]
\<</if>>A burning light surrounds your formless self.
Some fragment of what you remember as "sense" slowly come back to you.
You see the light. It's so powerful it feels like you're on fire.
You recognize this feeling... You see the Eclipse gazing upon you. You and countless others.
Its magics flows around your soul, you feel your old self coming back.
[[Get up->Death 4]]Countless monsters are already up. They immediatly resume their mindless rampage even though their bodies are still incomplete.
Your Talisman of Guidance glows in a bright golden light. A bright white portal suddenly opens in front of you.
Countless monsters are about to rush you as they notice your escape route.
Without a moment's notice, you jump in.
[[Go back to the Golden Bastion->Village]]A shadow is cast over your reforming body.
The shape of a demon, so massive and tainted it overshadows the eclipse itself.
A terrifying grins curls from Apothus's lips.
The monsters around him try to run, only to be taken by the flood of corruption dripping from his body.
You must leave...
[[Use the Talisman to escape->Village]]<<include intro_wake_up>>You walk along the empty streets of your ruined village, great plumes of smoke rising from homes and stalls.
Debris forces you to walk with caution, taking slow and careful steps as you wander through the eerily quiet remnants.
Through the barred windows of small shacks lining the street, you couldn’t see a single soul, doors half ajar, creaking on their rusted hinges.
The Golden Bastion is eerily quiet- more so than usual after an attack.
Your tired eyes, filled with melancholy, turn upwards to gaze at the sky.
The sun is low on the horizon, bathing the barren sands with a soft orange glow.
Soon, that last bastion of light and warmth would sink below the shifting sands, swallowed by the march of time.
The expanse of the world- the vast, eerie emptiness of the desert, and the yawning abyss of the sky above. It all makes your troubles feel meaningless;
a single grain of sand in a sea of millions, a sea which was shifted and warped by the winds and the storms.
Infinitesimally small.
[[Continue->Intro02]]A glint catches your eye in the purple twilight sky above.
One of the stars shines brighter than those around it, a magnificent mixture of oranges and reds, blazing like the flame of a brazier. It was quite beautiful, steadily growing larger and larger up in the sky.
Though... as you watch the spectacle, you hear an alarming sound. A rumble which starts as the dull roar of an engine quickly grows into an explosive scream.
The dancing light suddenly burst forth with a brilliant flash of white and orange, filling your vision.
Your heart begins to pound as you realize what was coming.
Before you can react, you are overwhelmed by an earth-shattering blast.
You hear the sounds of crumbling stone and the cries of warped steel.
The world quickly grows dark.
[[Continue->Intro03]]You awaken sometime later, your thoughts murky and body heavy.
Instead of pain, you feel as if you’ve been submerged in a pool of warm honey.
A thick liquid gathers around you and rushes into your body from every orifice.
You try to scream, but the air in your lungs clashes with some thick goo entering your throat. It thrusts inside you without mercy.
It enters through your ears, your nose, and soon, you feel it swirling around the inside of your skull.
As quickly as it appeared, it fully disappears in your body.
[[Continue->Intro04]]You suddenly gasp, your lungs filling with air once more. You gulp for air for a few more moments, your erratic breaths slowly stabilizing as the world once again turns peaceful.
As you plant your hands to the ground to get up, you feel as though you touched hot metal. Looking around, you noticed what little grass there was had been turned to ash.
You lay in the center of a large crater, its still-flaming edges licking at the street, staining the adobe exterior of nearby buildings with the harsh black of ash.
You quickly scramble backward away from the flaming center, crawling up the slope of the pit.
What had happened?
Something that you’d never quite witnessed before.
Something dangerous, something deadly.
Yet, here you stand without a scratch.
You think it best to reflect once you make it back home- it certainly doesn't feel safe to be outside. Looking down, you notice your body and clothes are stained with ash and dirt.
You decide to return home, where your bed is waiting for you.
[[Go Home->Intro05]]You enter your home. Closer to the center of town, it was fortunately spared from the chaos near the fringes. Everything is as you left it, bathed in soft moonlight coming in through the windows.
It feels like something is moving inside of you.
Your stomach turns, muscles growing increasingly sore as you stand in your dark kitchen.
It's as though your blood has a mind of its own. You feel it pumping through your veins. You try to relax on your bed and eventually fall asleep out of exhaustion.
[[Sleep->Intro06]]You are surrounded by a cold, shifting void. Deep purple mist twists and curls around your legs; curling and twisting in wisps and trails.
It licks at your feet, caressing your skin with a glacial embrace.
A dim violet sky stretches across the horizon, the brightest hues found directly above you- as though you’re at the bottom of a deep, purple sea.
There was nothing for miles...
...and miles.
...and miles.
[[Look Around You->Intro06_2]]Behind you, the harsh black plane seems to stretch as far as the eye could see, the distance occluded by a murky, dark fog.
Before you, there is naught but a single, endless, infinite drop.
The expanse descends into darker shades of purple.
And at the very bottom- if there even was one- your eyes are scorched by one of the strongest and harshest lights you have ever seen.
That intense purple light almost seems to throb like a heartbeat, shifting and simmering, writhing, growling, moaning, pulsing.
[[Continue->Intro06_3]]You stand there for what feels like hours.
The biting, otherworldly cold gnaws at your skin, and pulls at your mind. The mist around your feet dances almost tauntingly, bouncing and twirling in no way a gaseous substance should.
This place is not meant for mortals.
Beyond all of that- beyond the unknowable, unspeakable sensations, beyond the empty and cold landscape, you felt something.
Something wonderful.
Something beautiful.
You begin to feel a comforting warmth wash over you, beating back that harsh cold, pulling you into a loving embrace of life and love.
This feeling is your oasis in this strange, alien desert.
[[Continue->Intro06_4]]The life-bearing warmth which caresses your skin and fills your bones grows steadily stronger as time passes, expanding from the mere simmer of a candle to the comforting heat of a large hearth fire.
The mist around your feet suddenly disperses, pushed back by some unseen force.
You can feel something moving around you, some thick and heady mass curling around your body playfully.
It teasingly pushes against your chest for a moment, with a strength that nearly makes you fall over.
You feel the force suddenly step away, its writhing aura growing stronger a few feet in front of you.
From the black, reflective ground before you rises a huge, writhing mass of semi-solid goo. It seems unstable, its color rolling through all different hues and shades.
The goo slowly morphs into different forms, seemingly indecisive of its own nature.
Curiously, you aren’t terrified at all- whatever this strange, goopy creature was, it appeared to be the source of that blazing warmth that surrounded you.
You could feel in your soul that it was not here to hurt you.
You stare curiously as it cycles in and out of the appearance of creatures you have seen. Some even based on beasts you've only heard of in stories- and some that none in your homeland could ever hope to imagine.
As you focus on it, its shape seems to be desperately trying to define itself.
You feel as though it was looking to you for help.
That it should become...
[[A Monstrous Symbiote->Intro07][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.SYMBIOTE)]]
[[A Naga->Intro07][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.NAGA)]]
[[A Minotaur->Intro07][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.MINOTAUR)]]
[[A Werewolf->Intro07][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.WOLF)]]\<<if (setup.getRace($CharacterSheet_Player.symbiote.anatomy) == "Symbiote")>>
You see the gooey head form into a vaguely humanoid shape, a chiseled jaw poking through the formless blob.
It is accompanied by a sharply defined chin, casting heavy shadows on the monster’s increasingly lean neck.
Several dozen thin, white veins begin to snake in all directions down from his head, spreading across his arms and torso, racing towards his feet.
Twisted white patches slowly take shape where his eyes should be, forming into solid shapes from milky trails that swirled around his face.
He stares down at you with his featureless, marble-white eyes, flexing the sharp claws that form at the tips of his long fingers.
His mouth curls into a long, hungry grin, several rows of gnarled and sharp teeth rising out from the goopy interior of his jaw.
He lets out a low, rumbling, sensual growl; one that makes your chest vibrate, one that makes your body tremble as the sound waves pass through your bones.
A long, thick, deliciously slimy tongue slides out from his mouth, as thick as your wrist and as long as your entire body.
It flicked eagerly at you, flinging saliva throughout the air.
What a monstrous, yet beautiful hunk.
\<<elseif (setup.getRace($CharacterSheet_Player.symbiote.anatomy) == "Naga")>>
The otherwise goopy, shapeless form begins to shift, tightening and defining itself as though it was clay being molded by an invisible hand.
It rises upwards, growing taller as the shape of a head rises out from the top, shoulders widening as the torso grows steadily more defined.
Lower down, the form stretches out longways, bent and molded into a long, thick, serpentine tail that merges seamlessly with the humanoid upper-body of the muscle-bound beast.
Its head quickly morphed into a serpentine muzzle, whose form was accompanied by scales which pushed out from beneath the monster’s goopy exterior.
Two large, fan-like protrusions of scales flanked the head, reminding you of an opulent head-dress fit for a king.
The beast opens its mouth, flexing its powerful, scaly jaw as two massive fangs rise out of the roof of its maw.
They drip with a sickly green venom, curving inwards like two daggers.
Two cold, reptilian eyes form above the muzzle, blood-red pupils staring deeply into your soul. That frosty gaze makes your skin grow cold.
His tail slithered around in a hypnotic arc, multi-colored scales cascading in an endless loop of intricate patterns.
The naga’s unnerving mouth curls into a coy grin as it leers down at you, lower half stretching even further, into a <<print setup.getLength(70)>> long body.
What a terrifying, yet gorgeous monster.
\<<elseif (setup.getRace($CharacterSheet_Player.symbiote.anatomy) == "Minotaur")>>
The otherwise goopy, shapeless form begins to shift, tightening and defining itself like wet clay pinched by invisible fingers.
Broad, powerful shoulders appear below the still-formless shape of the head, arms thickening and stretching outwards, legs growing longer, torso growing thicker.
Its calves begin to bend backwards, formless feet defining into the powerful hooves of a massive bovine beast.
Its head stretches forward, a primal muzzle forming as the goop recedes into the monster’s body.
Two thick, curled horns push out from the top of his head, each one as thick as your arms, their exterior the color of volcanic soil.
From behind, the thin tail of a bull began to swing between his legs.
In the wake of the vanishing goop is left thick tufts of fur, coating the legs and head, trailing down the center of the minotaur’s muscular torso; a large patch of fur blooms out from the deep valley of his powerful pecs, forming a V-shape with a long, thin trail dividing his expertely chiseled abs.
The minotaur glances down at his bulging body, thick chest rising and falling with each of his strong huffs.
His nostrils flex with each breath, hot air and the smell of testosterone wafting past your face each time he opened his mouth.
There was a deeply hungry look in his eyes as he stared down at you, as though he was looking for more.
What a primal, yet mighty creature.
\<<elseif (setup.getRace($CharacterSheet_Player.symbiote.anatomy) == "Werewolf")>>
The otherwise goopy, shapeless form begins to shift, tightening and defining itself like wet clay pinched by invisible fingers.
The vague shape of a narrow, lean-muzzled head rises out from the top of its morphing mass, accompanied by a thick neck and incredibly broad shoulders.
A pair of large ears sprouts from the head as the goopy beast opens its maw wide, letting out a gargled yet undeniably wolfish howl.
It pierces your ears, breaking the otherwise crushing silence of this otherworldly plane.
Several sets of large, pearly-white teeth emerge inside his mouth, their tips as sharp as daggers and curves as elegant as sickles.
Two wild, hungry eyes then appeared beneath his ears, pupils dilated in the intense euphoria the beast was no-doubt experiencing.
His chest widens, filling out the space in front of his torso rather nicely. His waist also widens, a gap appearing in the shifting goo as the unmistakable shapes of digitigrade legs form on his lower half.
His feet tilt upwards, the beast flexing his pawed toes as he rises taller and taller.
His fingers grow longer, ends morphing into massive, sharp claws that look ready to rip through steel.
Then, all along his body, the writhing goo begins to recede, leaving in its wake a thick layer of soft canine fur.
Behind his legs falls a thick, fluffy tail, curling in a gorgeous arc.
He raises his stretching, shifting arms up high, flexing his powerful claws as the soft crack of bones signal the end of his transformation to a mighty beast.
His wild, wolfish eyes stare down at you, your face level with his thick, furry chest.
What a hungry, yet handsome beast.
\<</if>>
[[Continue->Intro07_2]]The air around the <<SymbioteRace>> seems to grow a little hotter, the edges of their beautiful form shimmering with an eminent power.
You can feel it in the air, steadily building in intensity around them, the feeling as tense as a bowstring drawn to its utter limit.
It permeates your bones, resonating deep within your soul, filling you with an utterly indescribable feeling.
You’ve never quite felt such an intimate link to another being before.
The goo around him suddenly speeds up, it rushes to every inch of his body. It grows the <<SymbioteRace>> into a beast of muscles and power.
It then gathers to its waist. You blush as a fat humanoid cock grows on the monster's crotch.
The <<SymbioteRace>> looks at his body, he seems enthralled with the form you've expressed for him. He gropes his pecs and his <<print setup.getLength(12)>> cock.
Suddenly, his whole form shakes with incoming growth...
He looks straight at you and moans eagerly. He urges you to gaze at his body.
You focus on
[[His cock->Intro08][$SymbioteBoost = "cock"]]
[[His muscles->Intro08][$SymbioteBoost = "muscles"]]
[[His whole body->Intro08][$SymbioteBoost = "height"]]\<<if $SymbioteBoost == "cock">>
You focus on his cock. You immediately see it throb and expand. The <<SymbioteRace>> can't stop moaning as his shaft crawls along his legs.
He grasps the base and jerks off intensely.
\<<elseif $SymbioteBoost == "muscles">>
You focus on his muscles. You immediately see his abs burst with size and power. His biceps expand until they become bigger than bowling balls.
He then roars in delight as his pecs explode with growth. They inch bigger and bigger as he pinches his hard fat nipples in a torrent of pleasure and lust.
\<<elseif $SymbioteBoost == "height">>
The <<SymbioteRace>>'s whole body shakes in pleasure. His deep moans turn even deeper as he grows in size. He grins as your vision fills with the changing <<SymbioteRace>>.
His moans fill the void as his body becomes <<print setup.getLength(90)>> tall. He comes closer to you triumphantly, his mass thumping across the blackness.
\<</if>>
He looks so hot... Your creation approaches as precum oozes from both of your cocks. You blush as his hands slowly feel your chest and slide down lower.
You press your head on his thick juicy pecs as you reach for his rear end and firmly squeeze his muscular cheeks. He releases a deep alien moan in approval.
Some of his goo drips on your body, it quickly enters you through your skin. Your arousal suddenly skyrockets.
Some colours start to gain definition along the <<SymbioteRace>>'s body. The dripping goo that surrounds the monster slowly stabilizes into a single colour.
[[Amber->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.AMBER; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.AMBER)]]
[[Beige->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BEIGE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BEIGE)]]
[[Black->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BLACK; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BLACK)]]
[[Blue->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BLUE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BLUE)]]
[[Brown->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BROWN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BROWN)]]
[[Crimson->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.CRIMSON; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.CRIMSON)]]
[[Emerald->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.EMERALD; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.EMERALD)]]
[[Golden->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.GOLDEN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.GOLDEN)]]
[[Green->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.GREEN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.GREEN)]]
[[Grey->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.GREY; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.GREY)]]
[[Indigo->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.INDIGO; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.INDIGO)]]
[[Obsidian->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.OBSIDIAN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.OBSIDIAN)]]
[[Orange->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.ORANGE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.ORANGE)]]
[[Pink->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.PINK; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PINK)]]
[[Purple->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.PURPLE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PURPLE)]]
[[Red->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.RED; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.RED)]]
[[Sapphire->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.SAPPHIRE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.SAPPHIRE)]]
[[Violet->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.VIOLET; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.VIOLET)]]
[[Tan->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.TAN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.TAN)]]
[[White->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.WHITE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.WHITE)]]
[[Yellow->Intro09][$CharacterSheet_Player.symbiote.color = setup.ColourPool.YELLOW; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.YELLOW)]]\<<run setup.colourAllLimbs($CharacterSheet_Player.symbiote.anatomy, $CharacterSheet_Player.symbiote.color)>>\
He grins at the sight of his <<SymbioteColor>> gooey body.
It did not seem like he could talk, yet you could feel his gratitude for granting him this form.
He kisses you deep and grinds his cock along your own. His thick, monstrous tongue coils around yours as you feel his gooey body slowly crawl all over your skin.
Your moans fill the dark void as the goo changes you. Your cock grows as you grind yourself on the <<SymbioteRace>>'s body.
It grows bigger with every throb, it soon reaches further than the <<SymbioteRace>>'s own monstrous tool.
He pulls back from the kiss and grins upon seeing your form. You are utterly drenched with <<SymbioteColor>> goo. He takes you into a massive bear hug.
[[Let him in...->Intro10]]His whole being enters you. You scream at the deluge of pleasure covering your every pore. Lustful moans emerge from your lips as your muscles explode with size and strength.
Along with his strength, you feel his needs enter you... A need for sex and power... A need for more...
You grasp your cock and try to keep it still as litres of goo rushes into your urethra. Your need for more keeps rising, you pull him closer as he covers your form.
Your whole body grows in size. You soon become <<print setup.getLength(86)>> tall. It feels like your cock is about to explode into the biggest orgasm of your life.
The last of the goo finally enters you as you jack off furiously while flicking your thick <<SymbioteColor>> tongue in the air.
Your <<print setup.getLength(86)>> <<SymbioteRace>> body now stands proudly in the dark void. His need for more burned inside your soul. You were ready to take on the world.
The monster's name appeared in your mind as orgasm hit you in a tidal wave of pleasure.
<<textbox "$CharacterSheet_Player.symbiote.name" "Echo">>
[[Wake Up->Intro11]]You get up from bed and see your throbbing cock. It has clearly grown since yesterday...
\<<run setup.applyGrowth($CharacterSheet_Player, "cock", 4)>>
It now reaches <<PlayerCock>> and begs for your attention. You can’t help but grasp it at the base.Your muscles throb, you reach for your pecs and moan softly. You look at yourself in the mirror and smile.
You have definitely grown since yesterday. Your hand slides across your abs.
\<<run setup.applyGrowth($CharacterSheet_Player, "muscles", 8)>>\<<run setup.applyGrowth($CharacterSheet_Player, "cock", 1)>>\
\<<run setup.applyGrowth($CharacterSheet_Player, "height", 7)>>\
Your whole body throbs. When you get up from bed you feel like something about you is different.
You look at yourself in the mirror and smile. Your whole body has grown to <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>> tall, you barely fit in the mirror's frame anymore.You wake up feeling energized, invigorated even. Your heart beats faster than you thought possible.
One look at yourself confirmed you still had your regular appearance, but something seemed different.
\<<if $SymbioteBoost == "cock">>
<<include Intro11_Cock>>
\<<elseif $SymbioteBoost == "muscles">>
<<include Intro11_Muscles>>
\<<elseif $SymbioteBoost == "height">>
<<include Intro11_Height>>
\<</if>>
Moans escape through your heavy breathing, you can't control your ever increasing arousal...
You gaze at your changed body while grasping your cock. It definitely feels thicker...
After only a few jerks of your throbbing cock, your moans turn deeper.
You feel whatever is inside you... It rushes into your cock, turning it harder than it's ever been. Cum drips from it like an open faucet.
Your balls churn with seed, they also seem to have grown.
You cum all over yourself, thick shot after thick shot reaches up to the ceiling.
Yet it keeps going.
Your arousal doesn't stop growing.
After 15 shots, cum stops shooting from you. But you feel that your body is still begging you for more...
[[Keep jerking off->Intro12]]You keep jerking off, your moans grow louder.
After a few more minutes, you explode once again.
This one goes on for 10 minutes straight. Your brain floods with orgasmic pleasure beyond what anyone can achieve.
You never want to stop...
You cum again... You go back to jerking off once more...
You keep going for hours and hours until you pass out of sheer exhaustion.
[[Rest->Intro13]]<<run setup.addDays(1)>>
Slowly, you begin to get used to your inhuman libido. You realize that you have pleasured yourself for a full day.
You slowly remember that tomorrow is too important to keep indulging in your inhuman lust.
For years you have trained to eventually become one of the protectors of the Golden Bastion. Today is supposed to be the final assignment for your training.
Even with the strange things that were happening to your body, you couldn't miss this for anything.
You quickly dressed and left for the temple of the Eldest.
[[Leave->Village]]Your eyes peel open to a blurry sky.
Each blink brings back a little more clarity and awakens a deep rooted sense of urgency and panic.
You feel surrounded, pressed to defend yourself, but it's hard to remember why.
[[Take in your surroundings->intro_start_2]]Small withering buildings of sandstone and marbles cover the sides of a huge canyon.
Some of them have clearly been damaged by what seems to be huge boulders.
Were they launched here? Did one of these cause you to fall unconscious? Thinking about it only hurts your head even more.
[[Continue->intro_start_3]]As you rock your body to get back onto your feet, you begin to remember...
This is your home, the Golden Bastion.
It is currently under attack!
[[Continue->intro_start_4]]You rock your body to get back onto your feet.
The outer wall; a fortified fence that acted as a barrier between the populace and the beasts outside is breached.
Gaping holes and piles of debris could be seen, even from this distance.
[[Look around you->intro_start_5]]You twist around to face behind you and a wave of relief rolls through your body.
The fighting is still going on but the defense of the Inner Wall is still holding.
For the attackers to be threatening the safety of the inner clusters, it's all surreal.
[[Go help protect the Inner Wall->intro_start_6]]Grunts and roars resound all around you as you reach the chaos of battle.
Guards hide amongst the wounded, ready for what's coming next.
You push onward.
[[Continue->intro_start_7]]After only a few steps, a shrill cry from a familiar voice gives you just enough warning to notice the rumbling earth.
Footsteps. Large ones. A low baritone growl.
You could recognize these sounds anywhere.
The Lost are here, beasts completely consumed by Corruption, enthralled by its urges to mate and grow stronger.
[[Help protect the Golden Bastion->intro_start_8]]It kicks back into the sand with its powerful legs, launching itself at you!
<<print setup.displayEncounterImage("https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/voidlesky_dawn_of_corruption_1.jpg","https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/voidlesky_dawn_of_corruption_1.jpg", undefined, true)>>
"Not on my watch!" You hear a voice on your left.
[[Dodge!->intro_monster_ambush_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry", $CharacterSheet_Abel.info.bodyList.villager)>>
The monster yowls as it plummets into one of the standing walls behind you.
"Now's our chance!" Abel screams as he jumps on the beast's back. His sword rises as he lifts it with both hands and gets ready the thrust it in the beasts back.
[[Fight!->FightLogic][$Encounter_Target = $CharacterSheet_Wounded_Lost]]With one strong hit to the beast's chest, it steps back in disbelief of your strength.
"Guhhhhh..." It groans before letting out a pitiful wimp and falling face first on the village's gravel road.
[[Continue->intro_fight_won_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal", $CharacterSheet_Abel.info.bodyList.villager)>>
Abel quickly jumps off of the beast back as it falls.
You can tell how the excitement of the fight still rushes within him.
"Hell yeah! We did it!"
He jumps in place happily but quickly realizes that while you won this battle, there's still more of them out there.
"Thanks for the help back there, but we really should get moving soon."
[[Continue->intro_first_crossroads]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
"Cmon... You gotta help me out here!" Abel screams to you in growing frustration.
He holds on to the beasts back and hits him in the back of the head.
Over and over, he grunts as he smacks him with enough strength to make you squint.
"I won't let you hurt my people!"
The beast desperately tries to grasp at Abel, but his unbelievably muscular body makes it impossible. He's simply out of reach.
[[Continue->intro_fight_lost_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
With one final hit, the beast lets out a pitiful wimp and falls face first on the village's gravel road.
Abel quickly jumps off of the beast back as it crumbles.
He seems cold, unceremonious even.
"Next time, at least try to help out man..."
[[Continue->intro_first_crossroads]]The sound of fighting echoes across the ruins of the Golden Bastion between the Inner and Outer Walls.
Writhing at your feet is the unconscious body of one of the attacking monsters. Its muscles expand and contract, seemingly with a life of its own.
Abel is a few steps away, bouncing on his heels and ready to get moving.
[[Inspect the monster's body -> intro_inspect_monster]]
[[Get moving -> intro_get_moving]]Kneeling down, you lean in closer toward the felled beast. It appears to be wolfish in shape, at least going by the facial structure: long snout, square jaw with a pair of triangular ears. \
That's where the similarities to the werewolf race ends, however, as the rest of its body from neck downwards balloon with egregious amounts of muscle.
You've seen these types of beasts before. They're called The Lost. \
There's a black oil-like substance that seeps out from beneath its fur. \
If you listen closely, you can hear the sound of bursting bubbles which is promptly followed by a few more streamers of the inky substance dripping off of his body and onto the floor.
It's size is unbelievable. \
It's head is resting on massive boulder like shoulders that are a good distance off of the floor; propped up by gigantic arms. \
Its chest barrels so far forward that you doubt it would be able to see anything that stood close enough to its trunk like legs.
It is still growing...
You squint. Your eyes do not deceive you. Each muscle is slowly stretching outwards. Higher. Bigger. Harder.
Your eyes flick toward its throbbing cock. Every loud thud of its head slamming into its chest is a perverse drum beat that grows deeper and heavier. The shaft was growing too; slowly inching upwards across the Lost's pectorals. \
Two watermelon sizes balls churn right below that, digging into the dirt with increasing weight and size. Given a few days, would this creature even be able to walk without the rod jutting in front of its vision?
Abel startles you as he speaks out from behind your shoulder, "See what I mean? This bastard is massive and this is one of the smaller ones."
[[Ask about the black liquid -> intro_corruption]]
[[Leave the monster -> intro_first_crossroads]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
"It's definitely Corruption."
You notice Abel's hand moves to rub a hardening bulge near his crotch. "Any salvager worth his salt says that this stuff as extremely dangerous. Gets under your skin. Maybe that's what is turning this thing into such a big, burly beast."
Abel's hand suddenly pulls away from his pants, "Are we done here? I don't want to stay near this fiend any longer."
[[It doesn't feel too bad... -> intro_hot]]
[[It looks dangerous... -> intro_disgusting]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
Abel's face flushes bright red, "You think so too?" He shakes his head. "S-shut up! Don't tease me at a time like this! That's just the corruption talking..."
[[Leave the monster -> intro_first_crossroads]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
Abel remains silent. He begins to wring his hands; a telltale sign that something is bothering him.
"Y-yeah. I guess you're right."
[[Leave the monster -> intro_first_crossroads]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"All done?" Abel asks. You nod.
"Alright, then we best get going before any more of them show up. I swear, all of this nonsense started after the eclipse that had happened a day or two ago. \
There was something off about it; it just sent shivers down my spine."
You and your companion begin walking, using the tight spaces between standing shacks to your advantage. You are about to make a break for the inner wall before Abel stops you.
"Wait. Do you hear that?" he asks.
[[Stop and listen -> intro_hold_up]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
The Earth shudders. Then again. The rhythmic thud of an ominous timpani.
You and Abel both turn to face the Outer Wall. A cocktail of fear, terror and shock colours Abel's face as you both watch a titanic dome of muscle approach from the horizon. \
It is another Lost; one that makes the previous assailant look like a cub.
"That thing is coming straight towards us!" Abel stammered, "S-shit! What do we do!?"
[[Hide -> intro_hide_in_rubble]]
[[Fight it -> intro_fight_it]]You reason that there is no way you can outrun a beast that big. One of its steps would easily swallow dozens of yours. You tell Abel that the best course of action is to hide.
"Alright... Uh, got any ideas?" he asks.
[[Play dead -> intro_play_dead]]
[[Hide inside the nearby houses -> intro_rubble_hide]]A look of horror washes over Abel's face. "Say what now?"
You point to the multiple wounds on your bodies and then in the direction of the monster you had slain. \
If anything, it would look convincing to a villager if they had to lie down near the corpse and pretend to have fallen to its claws.
It is a gamble. A crazy one. However, it might just work.
Abel looks dumbfounded.
[[Ignore him and play dead->intro_play_dead_2]]Retracing your steps, you find your kill and lay down as close as possible to it.
"If we die because of this stupid plan, I swear to the gods." Abel lies down next to you. "I'm going to kick your ass."
The earth continues to shake. Louder. Stronger. Heavier. Through slitted eyes, you can see how the sand and stone around you jumps into the air in symphony to the Lost's bulk.
It's close, now.
[[Hold your breath -> intro_hold_breath_play_dead]]You draw in one last draught of air and hold your breath.
There is no way this beast could exist, yet it does. It stands above you now, sniffing the area. Each breath it takes feels like a vaccuum; a loud snort that sounds like an angry gale of wind. \
You can see one of it's claws fairly clearly; a black buttress large enough to crush houses with a slight tap.
It is still growing.
Those sharp points dig into the dirt ever so slowly, pushing deeper and outwards. You imagine that there would be a small ravine under those meaty digits.
[[Continue->intro_hold_breath_play_dead_2]]Arousal begins to bubble up within you. \
The urge to open your eyes and meet the powerful creature's face; to see how big the Lost actually is.
Your body flushes with heat as you imagine the size of its pectorals; that the creature, even though tall, would have its massive shelf of muscle pushing against your body from size alone. \
A beast so well-built that it has trouble moving its limbs.
Hot breath rushes over your body. You feel something at your crotch. Comfortably hot liquid envelops it.
Your eyes shoot wide open to the gigantic maw of the beast placed precariously over your tented bulge.
[[Resist -> intro_playdead_resist]]
[[Give In -> intro_playdead_give_in]]There is no way you're going to let this... thing, have its way with you! It's as Abel said; the corruption must have be effecting you.
You yell and strike the side of its oily head with a clenched fist.
Taken by surprise, it howls - giving you enough time to skitter up to your feet.
You look to the side. Looks like Abel has your back - his sword en garde.
[[Get Ready->intro_playdead_resist_2]]This monster is huge...
You backstep as it lunges for you, its massive claw slamming into the ground. Swooping down low, you tighten the grip on your weapon's hilt. You charge. You shout. The blade connects with the creature's eye!
A terrifying screech of anger forces you to clamp your hands on your head.
Your breath takes as you notice a cloaked figure leap onto the creature's back!
[[Continue -> intro_cray_kill]]Its breaths are slow and heavy. Its cock tip slams into its chest with each pulse of its heart, the leaking tip sliding against the underside of its neck.
A long black tongue slithers out from its cavernous maw and tastes the growing wet spot in your pants. Its lips twist into a monstrous grin.
As if mountains are sliding against each other, it bends down lower. Incredibly built jaw muscles of the creature opens and then snaps shut on the hem of your pants before ripping them off. \
With the offending apparel removed, its cavernous maw envelopes your eager package.
[[Continue->intro_playdead_give_in_2]]You buck your hips uncontrollably. The pleasure of its strong suckling forces you to moan. It's mouth moulds around your cock perfectly, a fleshy and undulating pathway to endless bliss.
Every pull of its breath, every movement of its tongue, feels as if it brings you to the edge, but never enough to push you over it.
You want it. You want to cum so badly; right there, in its mouth. You want to let your heavy and growing balls empty itself endlessly into a maw that could only make you bigger and bigger - to take you to highs you could never experience before!
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_TaintedByTheLost)>>
Your soul has been corrupted slightly
Your breath catches as the beast's muzzle suddenly leaves your crotch.
The miasma of lust suddenly dissipates.
[[Continue -> intro_cray_kill]]"Yeah, okay," Abel replies, "That makes sense. Just be careful you don't get cut. We're as broken as we need to be, and I'd like to keep myself more-"
He stop himself mid sentence, noticing his own babbling.
You scan around and spot a mound of torn metal and broken rebar. It is a bit treacherous, but it's better than lying out in the open.
It takes a few minutes, but you and Abel manage to wedge yourself into an air pocket within the jumble of scrap. Just in time, as the light tremors turn into ominous quakes.
[[Peer through the cracks -> intro_peer]]You peer through the small gaps and your heart skips a beat. Massive is a word that does no justice to this monster. It looks like a minotaur, or maybe it used to be one at some point. \
Its legs, if you could call them that, are hulking pillars of shifting mountains. Instead of hooves, grotesquely large claws sunder the ground with every step.
Your eyes thin as you stare at it. Impossible...
... this abomination is also growing, just like the monster you slew!
It's feet are right by you now, eerily still.
[[Hold your breath -> intro_rubble_hide_p2]]You and Abel draw in a long breath and hold it.
The snap and pop of expanding muscle is so close to you. It's massive muzzle is right above you. You can feel its breaths. Each snort is like a gale of wind.
Did it have your scent?
You can feel the sweat dripping off of Abel's chest, his exposed stomach pressing against your back.
[[Hold your breath -> intro_hold_breath_1]]You need to breathe.
[[Hold your breath -> intro_hold_breath_2]]
[[Breathe -> intro_breathe]]Your lungs burn.
Black rings begin to consume the edges of your vision. You shut your eyes.
[[Hold your breath -> intro_hold_breath_3]]
[[Breathe -> intro_breathe]]Your body twitches with need.
You cannot hold it any longer!
[[Breathe -> intro_breathe]]You gasp and fill your burning lungs with much needed oxygen.
Your heart catches in your throat. A massive glowing iris stares back at you from between the cracks!
Is this it? Is this where your story ends?
[[Continue -> intro_cray_kill]]You grip the handle of your weapon tightly. The blade gleams in the moonlight.
Salvagers are known to have fought monstrosities of legends out there. If you intend to become one, then this is the time to prove that your mettle has more bite than bark. \
Your face scrunches up into a look of determination as you plant your feet and raise your sword en garde.
Abel whips his wrist around in a circle, spinning the blade playfully as he stands next to you and readies himself. "May the gods watch over us."
You smile. This is what it's all about, right? You are not going to lay down and let life slide across the backdrop behind you. \
You're going to pen your history down - whether that be a song over your grave, or from the lips of the villagers you pass in the morning.
"Not going to lie, though. That's a big son of a bitch," Abel chuckled, nervously. "It must have a weak point somewhere right?"
\<<set $IntroCountdown = 3>>
\<<set $InspectedHead = 0>>
\<<set $InspectedArms = 0>>
\<<set $InspectedLegs = 0>>
\<<set $InspectedCock = 0>>
\<<set $drank_corruption = 0>>
<<include intro_attack_choices>>\<<if $InspectedLegs == 0>>
[[Inspect its legs -> intro_inspect_legs]]
\<<else>>
[[Attack its legs! -> intro_attack_wrong_choice_legs]]
\<</if>>
\<<if $InspectedArms == 0>>
[[Inpsect its arms -> intro_inspect_arms]]
\<<else>>
[[Attack its arms! -> intro_attack_arms]]
\<</if>>
\<<if $InspectedCock == 0>>
[[Inspect its cock -> intro_inspect_cock]]
\<<else>>
[[Attack its cock! -> intro_attack_wrong_choice]]
\<</if>>
\<<if $InspectedHead == 0>>
[[Inspect its head -> intro_inspect_head]]
\<<else>>
[[Attack its head! -> intro_attack_head]]
\<</if>>\<<set $InspectedHead = 1>>
The mountain of muscle in front of you just never seems to stop growing in height as it approaches. Its face is bovine in shape, or was, before it changed into the abomination that it is now. \
It must have been a minotaur that had fallen to the corruption.
Its head is but a spec against a canvas of pulsing and oozing muscle. Those traps are large enough to stop it from facing its extreme left or right; a weakness you could definitely exploit. \
It would be tricky to get that high up, but definitely not impossible if you work with Abel.
\<<include intro_timer_passage>>
<<include intro_attack_choices>>\<<set $InspectedArms = 1>>
Batterings rams would not do those arms justice. You are fairly certain there are muscles there that you have never seen before. \
Its biceps are the size of a house with veins large enough to pump volumes of blood that would fill every water hole in the Golden Bastion ten-folds over.
The hills and troughs of those muscles are immense. Every moment causes each muscle to flex so strongly against each other that you can hear the grating sound of stone from this distance.
Perfect.
Although its massive claws are a major concern, it would most likely have difficulty hitting anything that forces it to move its arms into extreme positions.
Straight above it. Behind it. Under it.
\<<include intro_timer_passage>>
<<include intro_attack_choices>>\<<set $InspectedLegs = 1>>
This creature's legs are the most dangerous thing about it. Even from this distance, it is clear that the beast is still growing. You reckon it would be a good head or too taller by the time it reaches you.
Boulder-like quads grind against each other, flexing and bulging upwards and outwards. You can see every chord of muscle; strong ropes of strength that could probably lift one of the direlect ruins out in the Barrens. \
Where it has hooves, the corruption has created glowing purple claws.
It's hard to see any weaknesses here.
\<<include intro_timer_passage>>
<<include intro_attack_choices>>\<<set $InspectedCock = 1>>
You know you should be looking elsewhere, but you can't help but see the turgid shaft that juts from its hip and into the cleft between its pecs. \
The veins are throbbing. You could probably gauge how fast the creature's heart is beating by staring at those, even at this distance.
Lust begins to tease at your crotch. Imagine what it must be like; what it would feel like dragging such a massive rod and quad of balls across the Barrens to get here. \
The sensation of it growing taller and wider, almost threatening to rival your pillar-like waist in size. You then imagine what you could look like if you were left to grow for a few more cycles.
Your shaft would reach far above you and would drip copious amounts of dense seed. You would be an alpha; a paragon of virility...
"Hey! Snap out if it!" Abel's voice cuts through the thick cloud of arousal plaguing your mind. "Don't let it get to you!"
\<<include intro_timer_passage>>
<<include intro_attack_choices>>There is no time for the basics of training! This is a do or die situation!
You push off the ground and bolt toward the monstrosity. It roars as you approach. You and Abel run at it together, baiting it to swing its meaty arm down at you.
You split to the sides and jump.
The massive limb collides into the ground sending a shockwave hurtling across the sand. Grit blasts into the air, digging tiny holes into your skin. You clench your teeth, then land, pull your arm in and slash at the Lost.
Your sword hits a mountain. Impossible! You can almost hear the creature chuckle as it's golden eyes leer at you. Those muscles are unnaturally tough - as tough as the strongest metal you had ever seen!
Suddenly, the monster cries in pain as one of its legs give out underneath it. Abel lands a strike with your distraction!
"Aim for the joints!" He cries out.
You run to its flank and slash at the flesh above its elbow. You smile as the blade sinks in, deeply.
The beast rears up and you get ready to defend yourself. Yet...
... it isn't focused on either you or Abel.
[[Continue -> intro_cray_kill]]It is a common strategy to exploit the head of a Lost; ever so neatly embedded in a cocoon of muscle. The tricky part is getting up to it.
You tell Abel your strategy and he nods, "Right. I'll distract it while you get up there."
Without skipping a beat, you both take off. Your heart pounds in your chest. Adrenaline spurs your body to push its limits.
The beast roars as you come close! Its eyes settle on you, but Abel's warcry distracts it, "Down here you piece of shit!"
Its gigantic arm rises into the sky and for a moment, you fear that its sheer width would take both of you out. Thinking quickly, you feint to the right!
The ground quivers as its monstrous tonnage slams into it. Abel is tossed off of his feet.
Tensing your thighs, you kick off of the floor. Your leg catches on it's cliff-like calves and you launch upwards!
At last the face comes into view! You lift your sword and slash!
It cries in pain and lashes out, barely missing you as you descend!
Landing on your feet, you turn around to ready your next strike, but...
... it isn't focused on either you, or Abel.
[[Continue -> intro_cray_kill]]This thing is built large enough to be a building. However, no matter how strong those muscles are; the flesh of the armpits and above the elbow would be vulnerable. Slice the tendons. Stop its movement.
You tell Abel your plan and he raises an eyebrow, "The joints? Yeah, makes sense. I'll take the left side, you get the right!"
The proverbial claxon sounds and you both take off at the creature.
The mountain in front of you eats away at your vision as you approach until nothing but hard chords of strength stretch from peripheral to peripheral.
You run shoulder to shoulder with Abel. The creature broadens it's stance, raises an arm and slams it into the ground.
"Now!" Abel yells, as you both leap apart.
You slide in underneath its chest and thrust your sword into the flesh above the elbow resting on the floor.
The creature yowls in pain and swivels to attack! You duck, but the attack never comes.
Turning around, you notice that the creature's ire is directed at something else entirely.
[[Continue -> intro_cray_kill]]Your eyes are locked on the monster's legs.
You wait for an opening to attack. Nothing comes.
His monstrous claws stand in the way, his beastial posture blocks any approach.
Abel looks at you in terror as the monster steps ever closer.
[[Continue->intro_attack_wrong_choice]]For every one of its thunderous steps, you and Abel are forced five paces backwards. Your hands tense on the handle of your blade as a thick puddle of black cum lands in front of you.
<<include intro_fail>>It's too late! There's no possible way you can find a weakness on a creature of this size and stature!.
<<include intro_fail>>The scent... the virility of the beast in front of you. It is almost too much to bear. You drop your sword and fall to your knees. You hear the clatter of Abel's weapon as he joins you next to the growing pool of its ambrosia.
Power. Mass. Growth. You could have it right now if you give in. This Lost is not hunting you, it's offering you a chance to be something more. To be something greater.
All it would take is a little push...
[[Drink its seed -> intro_drink_corruption]]
[[Resist! -> intro_resist_drinking]]\<<set $drank_corruption = 1>>
Yes. This is your path of ascension. You realise that the passion that ignites your loins as you touch the Lost's thick, hot seed is merely a taste of what is to come; of what you will become.
You feel it run down your arm. Liquid fire. Hunger. You need it in you.
Cupping your hands, you fill them with as much Corruption as you can and bring it to your lips. The sensation is beyond divinity. Your groin grows hot, erect and pulses with a supernatural hardness.
The flood gates open. Down below, and within your mind as you euphoria takes you in one of the most mind bending orgasms that should never be achieved by a mortal.
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_TaintedByTheLost)>>
[Your soul has been corrupted slightly.]
You cum again, and again, and again. Somewhere in the back of your mind, you hear your colossal corrupted kin scream in pain.
Why? Why or who would harm him?
You force your eyes open.
[[Continue -> intro_cray_kill]]You run your fingers through the thick, steaming sludge. You could have it all. Power beyond your ken, right at your fingertips.
Power. At the cost of what? Your sanity?
The small voice that has been screaming in the back of your mind suddenly reaches a terrifying crescendo as you realise what you and Abel are about to do.
You fill your lungs with air and pull back, utterly horrified. Grabbing Abel's shoulder, you rip your bodies away from the alluring blight.
The Lost roars with renewed anger. You brace for the sudden impact, but it never comes. Something else had its attention.
[[Continue -> intro_cray_kill]]"Raaaargh!" A loud warcry bellows out from somewhere between mighty mounds of muscle.
The sound of steel piercing flesh reaches your ears. The Lost howls in agony. Whipping around, it attempts to grab its attacker, but fails to stop a greatsword from plummeting into its skull.
"C-Cray!" You hear Abel shout out as the beast tumbles to the side. He gracfully lands on his feet and sheaths his sword in a large makeshift scabbard strapped to his back.
You face the lead scavenger of the Golden Bastion. He is the hallmark of physique and prowess that keeps your home prosperous. The werewolf is an idol.
\<<if $drank_corruption == 1>>
The heavily built wolf cocks his head to the side as he looks at you, an unsettling expression colouring his features.
[[Continue->intro_cray_gets_jealous]]
\<<else>>
[[Thank him -> intro_cray_leaves]]
[[Ask him how you can aid the fight -> intro_cray_leaves]]
\<</if>>"Why did it choose you?" He asks.
[[Ask him what he means -> intro_cray_leaves]]The words leave your mouth. You can feel each syllable pass through your lips, but they fall on deaf ears.
Cray's expression remains petrified in some combination of excitement, irritation and... hunger. His immense bulks rotates toward the Outer Wall.
His eyes never leave yours until his back faces you.
"Cray! Hey! Are you leaving? Where are you going!?" Abel shouts, clearly shaken from your encounter.
No answer.
"Come on, you can't just leave us!" Abel begins to jog toward Cray but is interrupted with a frightening growl. Abel stops dead in his tracks.
"Go home." The scavenger's voice rasps, "Only I can end this cycle."
[[Leave him be -> intro_cray_leaves_2]]
[[Run after him -> intro_cray_knockout]]You and Abel watch, open mouthed, as the imposing figure leaves the Golden Bastion.
He does not look back.
After exchanging worried words, you decide to hide in the rubble and recover from your wounds until the sound of fighting dies out.
It is hard to rest within the wreckage of one's home. It is even harder with the memories of the night playing across the back of your eyelids on loop.
The monsters. The growth. The corruption.
Cray...
You find the thoughts whirring in your mind like a swarm of angry hornets. Yet, eventually, as restless as your mind may be.
You drift into the darkness of slumber.
<<include intro_post_cray_encounter>>You shout after Cray, running past the stunned Abel.
\<<if $drank_corruption == 1>>
He stops moving and growls, "I see you are not content to simply steal what is rightfully mine, but to stick your nose even further into where it does not belong."
\<<else>>
He stops moving and growls.
\<</if>>
In the blink of an eye, the werewolf backsteps and grabs you by the throat. He pushes his snout as close to your face as he can.
Black veined eyes stare at you as if you're just another monster.
"Don't get in my way..." he whispers menacingly.
You cough and gasp for air, yet he squeezes tighter. Abel runs at him, but is easily slapped away. This level of strength is unnatural!
"I will remember you, pup," he continues, "Make sure we never meet again."
The lack of air, the exhaustion of the day and the lack of strength to fight back results in darkness creeping in from the edges of your vision. You feel your body become numb before it is dropped unceremoniously onto the dirt.
The scavenger's words play on loop within your mind as your consciousness fades into oblivion.
<<include intro_post_cray_encounter>>\<<if !$CharacterSheet_Player.hasAbility("Ability_TaintedByTheLost")>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_SurvivorOfTheFirstEclipse)>>
\<</if>>
[[Continue -> intro_sleep]]\<<set $IntroCountdown = $IntroCountdown - 1>>
\<<if $IntroCountdown == 2>>
The shuddering beneath your feet is intensifying. It is getting closer.
\<<elseif $IntroCountdown == 1>>
The beast is almost upon you!
\<<elseif $IntroCountdown == 0>>
<<goto [[intro_out_of_time]]>>
\<</if>>You are vaguely aware of the sound of renewed shock from people around you. Muffled voices panicking about... the sky?
Your eyes peel open ever so slightly to the darkness of a room. You recognise it as your own. Abel must have carried you back in your sleep.
"Yeah, I know. I saw the ball of fire in the sky." Abel's voice startles you. He is standing at the door, talking to someone out of sight.
"Bloody thing scared me half to death while we were out in the combat zone. Shockwave from its landing nearly tore apart what was left of the house we were hiding in." He nods at the prompt of whispered dialogue, \
"Listen, I get the urgency. I get why the Eldest wants him to go, but can't you give $CharacterSheet_Player.info.name a break? At least until morning?"
The argument goes backwards and forwards, but you find your mind slipping back into the caress of sleep. You can't help but feel a sense of unease. A meteorite?
[[Wake up->intro_wake_up]]You rest, dreamlessly, and are only awoken by the kiss of sunlight. Covering your face from the intruding rays you push yourself upright, letting your tattered blanket fall onto the dusty floor.
Your wound stings and your body aches with fatigue. How many more scars had you added to your collection from last night's battle?
You recall the conversation you overheard. Something about a meteorite and the Eldest.
Cray's grim expression pushes all of that to the side and you furrow your brows.
Although today would be yet another in this wasteland of a home; it feels as if last night is only the first of something far greater...
... and far more dangerous.
[[Get dressed -> intro_get_dressed]]You take a moment to put your gear back on, wiping coagulated blood and Corruption off of your clothes with some scrap fabric you had collected for just this occasion.
When you finish, you find yourself holding two separate textiles. Subconsciously, you had used one to clean off the blood...
... The other, is stained black. You find yourself clutching onto the cloth tightly.
[[Breathe it in -> intro_inhale_cloth]]
[[Throw it away -> intro_throw_away_cloth]]Luck is on your side. There is enough here to have at least one mind bending orgasm - just enough to feel the forbidden pleasure.
Closing your eyes, you place the cloth over your mouth and inhale deeply. Searing warmth rushes through your body and you flush with intense arousal.
You need more.
Far more!
Your breath quickens into a frenzy. With every breath, pleasure builds and builds and builds until a mind-shattering orgasm rips through your senses.
It is beyond your expectation; the heavenly bliss expanding out from your groin and across your entire body.
You feel as if you've somehow grown a little stronger.
\<<set $growth = setup.applyGrowth($CharacterSheet_Player, "muscles", 2)>>
\<<run setup.applyCorruption($CharacterSheet_Player, 5)>>
You gained 5 corruption.
[[Leave -> intro_leave_home]]Tearing your eyes from it, you ball the fabric and throw it across the room.
Disgusting.
You cannot help but be simultaneously angered and afraid of the inky toxin.
Taking a mental note of the potency of the foul Corruption, you get up to leave.
[[Leave -> intro_leave_home]]Leaving the comfort of your home, you walk through what feels like a wall made of dry, hot air. The desert would not be kind to scavengers today.
"G'morning sleepy head!" You hear Abel call out. He is standing next to a man covered from tip to toe in a frayed cassock. "Come over here for a second."
You recognise the mysterious figure next to Abel as the Eldest's Herald. Only those chosen to be a Herald may enter the temple in the center of the village and speak with the Eldest. These people are your leader's voice, his eyes and ears.
The older man smiles at you from underneath his hood, his blue eyes sunken into his aged skull and canopied by a mat of silver hair. "Ah, $CharacterSheet_Player.info.name. I am so happy to see that you have recovered."
[[Approach the Herald -> intro_approach_herald]]It is unwise to keep a Herald waiting. You briskly make your way over to the pair.
Taking your hand, he smiles up at you, "I am truly grateful that you were not slain in the attack last night and, too, am I truly, truly sorry that I must request that you are put in danger again so suddenly."
Abel grunts and folds his arms, seems like he has been told the news beforehand.
"The Eldest has requested you by name, $CharacterSheet_Player.info.name," the Herald continues, "Last night, a great ball of purple fire erupted through the night sky and landed out in the Northern Barrens. \
The Eldest has commanded the Golden Bastion scavenger to retrieve samples from the site and to confirm whether it is a threat to our people or not."
[[Continue->intro_approach_herald_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal", $CharacterSheet_Abel.info.bodyList.apprentice)>>
"Cray's gone," Abel answers your confused expression, "Which means you are next in line, apparently. Curse of being too good with those fists of yours, buddy."
"That is not a curse, Abel!" The Herald scowls, silencing your friend, "It is one of the highest honours to hold the title of scavenger. It is the opportunity to etch your family name into the anals of our history. Now please, time is of the essence. Proceed to the Barrens and report back to us what you find."
Giving you little room to respond, the man leaves you and Abel and hobbles back toward the village center.
"Well," Abel sighs and then puts a hand on your shoulder, his tone growing slightly sarcastic "Congratulations. One battle and straight into the other. You stay safe out there, okay?"
[[Ask Abel to accompany you -> intro_abel_company]]
[[Thank him and depart -> intro_depart]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"I would if I could! I just don't think the guards will let the Herald's apprentice leave the village like that." \
He suddenly wraps his arms around you and gives you a squeeze, "Make sure you get back here alive and in one piece. I'm not letting this forsaken world steal you too."
After a few moments of conversation, you say goodbye to each other and watch Abel's form disappear into the village proper.
[[Continue->Village]]There is no reason to delay. If a Herald gave you an order, it is priority to deal with it immediately.
After a few moments of conversation, you thank Abel for his help and say your farewells.
[[Continue->Village]]<<include MeasurementSystem>>
I am <<textbox "$CharacterSheet_Player.info.name" "Ankou">> and I am
[[A Human->intro_start][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.DEFAULT)]] <span title="Click for more info"><<click "🛈">><<toggleclass "#humandescription" "hidden">><</click>></span>
<div id="humandescription" class="hidden expandInfo"> <<print setup.getRaceDescriptor(setup.RacePoolObjects.DEFAULT) >></div> \
[[A Werewolf->intro_start][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.WOLF)]] <span title="Click for more info"><<click "🛈">><<toggleclass "#wolfdescription" "hidden">><</click>></span>
<div id="wolfdescription" class="hidden expandInfo"> <<print setup.getRaceDescriptor(setup.RacePoolObjects.WOLF) >></div> \
[[A Minotaur->intro_start][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.MINOTAUR)]] <span title="Click for more info"><<click "🛈">><<toggleclass "#minodescription" "hidden">><</click>></span>
<div id="minodescription" class="hidden expandInfo"> <<print setup.getRaceDescriptor(setup.RacePoolObjects.MINOTAUR) >></div> \
[[A Dragonborn->intro_start][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.DRAGONBORN)]] <span title="Click for more info"><<click "🛈">><<toggleclass "#dragonborndescription" "hidden">><</click>></span>
<div id="dragonborndescription" class="hidden expandInfo"> <<print setup.getRaceDescriptor(setup.RacePoolObjects.DRAGONBORN) >></div> \
[[A Behemoth->intro_start][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.BEHEMOTH)]] <span title="Click for more info"><<click "🛈">><<toggleclass "#behemothdescription" "hidden">><</click>></span>
<div id="behemothdescription" class="hidden expandInfo"> <<print setup.getRaceDescriptor(setup.RacePoolObjects.BEHEMOTH) >></div> \
[[A Half-Orc->intro_start][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.HALFORC)]] <span title="Click for more info"><<click "🛈">><<toggleclass "#halforcdescription" "hidden">><</click>></span>
<div id="halforcdescription" class="hidden expandInfo"> <<print setup.getRaceDescriptor(setup.RacePoolObjects.HALFORC) >></div> \
\<<if $Debug>>
[[Something else...->CustomRaceDisclaimer]]
[[Skip Intro->Village]]
\<</if>>Welcome to the custom race menu! This is a debug level tool which allows you to inject your own race into the game.
Please be advised that this race is NOT included into the main game and only exists within your save. Thus, please note:
- This race will NOT be carried into the next version if the save is incompatible
- We cannot guarantee that the text will cater for all aspects of your new race
- Sombreve and Taeryr cannot be held accountable for the save breaking due to a custom race, there are simply too many factors to build in at this moment.
[[I accept->CustomRaceCreator]]
[[I decline->Name Setup]]Instructions:
Please use a single number in the first box, as high as you want.
The second box is a list of adjectives that describe the texture of your limb. Please separate them with the ',' character.
My race's name is <<textbox "$CustomRace.name" "Kobold">>
I have <<textbox "$CustomRace.heads.defaultNumber" "1">> <<textbox "$CustomRace.heads.raceTexture" "scaly, spiky">> head/heads
I have <<textbox "$CustomRace.eyes.defaultNumber" "2">> <<textbox "$CustomRace.eyes.raceTexture" "glossy">> eye/eyes
I have <<textbox "$CustomRace.jaws.defaultNumber" "1">> <<textbox "$CustomRace.jaws.raceTexture" "scaled">> set of jaws
I have <<textbox "$CustomRace.teeths.defaultNumber" "1">> <<textbox "$CustomRace.teeths.raceTexture" "jagged">> set of teeth
I have <<textbox "$CustomRace.hands.defaultNumber" "2">> <<textbox "$CustomRace.hands.raceTexture" "scaled">> hand/hands
I have <<textbox "$CustomRace.horns.defaultNumber" "2">> <<textbox "$CustomRace.horns.raceTexture" "ridged">> horn/horns
I have<<textbox "$CustomRace.wings.defaultNumber" "0">> <<textbox "$CustomRace.wings.raceTexture" "bat-like">> wing/wings
I have<<textbox "$CustomRace.tongues.defaultNumber" "1">> <<textbox "$CustomRace.tongues.raceTexture" "forked">> tongue/tongues
I have<<textbox "$CustomRace.arms.defaultNumber" "2">> <<textbox "$CustomRace.arms.raceTexture" "scaled">> arm/arms
I have<<textbox "$CustomRace.pecs.defaultNumber" "2">> <<textbox "$CustomRace.pecs.raceTexture" "scaled">> pec/pecs
I have<<textbox "$CustomRace.breasts.defaultNumber" "0">> <<textbox "$CustomRace.breasts.raceTexture" "">> boob/boobs
I have<<textbox "$CustomRace.cocks.defaultNumber" "1">> <<textbox "$CustomRace.cocks.raceTexture" "tapered">> cock/cocks
I have<<textbox "$CustomRace.vaginas.defaultNumber" "0">> <<textbox "$CustomRace.vaginas.raceTexture" "">> vagina/vaginas
I have<<textbox "$CustomRace.balls.defaultNumber" "2">> <<textbox "$CustomRace.balls.raceTexture" "scaly">> ball/balls
I have<<textbox "$CustomRace.legs.defaultNumber" "2">> <<textbox "$CustomRace.legs.raceTexture" "scaled">> leg/legs
I have<<textbox "$CustomRace.tails.defaultNumber" "1">> <<textbox "$CustomRace.tails.raceTexture" "spiked">> tail/tails
I have a <<textbox "$CustomRace.abdominals.defaultNumber" "6">> pack of <<textbox "$CustomRace.abdominals.raceTexture" "scaled">> abs
[[Done->intro_start][console.log($CustomRace); console.log(setup.RacePoolObjects); setup.setRace(State.variables.CharacterSheet_Player.info.anatomy, setup.RacePool.CUSTOM, "herm")]]\<<if !$Encounter_Target>>
You find nothing exciting in your journey. All those that could have crossed your path are no more.
[[Go Home->Village]]
\<<elseif setup.hasKnownEncounter()>>
<<print setup.displayEncounterImage("https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/northern_barrens.jpg", undefined, undefined, true)>>
The Barrens are hard to get used to, but you have travelled them enough to trail some of your previous encounters.
<<print setup.displayKnownEncounters()>>
[[Explore the Barrens->KnownEncounter]]
\<<else>>
<<include KnownEncounter>>
\<</if>><<print $Encounter_Target.fight.encounterIntroText>><<set $Explore_Destination = setup.getExploreDestination(0)>>
<<link "Explore the Barrens" $Explore_Destination>><</link>>Change Combo Moves!
\<<set $FightMovesLeft = 5>>
<<print setup.displayChangeFightMoves()>>You pick up your journal and open up a data analysis chart, perfect to track the changes of every creature within the Barrens.
<<print setup.renderGraph()>>
[[Leave->Village]]<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "homeFlavour")>>
[[Check Appearance->mirror_player]]
<<if $CharacterSheet_Player.hasAbility("Ability_HostOfEcho")>>\
[[View Symbiote->mirror_symbiote]]
<</if>>\
[[Check Data Logs->ChartPage]]
[[Recount your adventure->Journal]]
[[Leave->Village]]<<print setup.displayJournal()>>
[[Continue->Home]]<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_Flavour", 1)>>
You are currently a <<print setup.displayStatValue($CharacterSheet_Player, "height", true)>> tall <<print setup.getRace($CharacterSheet_Player.info.anatomy)>> with <<print setup.getMusclesDescriptor($CharacterSheet_Player)>> muscles.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_HeadFlavour", 1)>>
<<if $CharacterSheet_Player.info.anatomy.horns != undefined && $CharacterSheet_Player.info.anatomy.horns.number >= 1>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_HornsFlavour",1 )>>
<</if>>
You smile. This was just the tip of the iceberg.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_UpperBodyFlavour", 1)>>
<<if $CharacterSheet_Player.info.anatomy.wings != undefined && $CharacterSheet_Player.info.anatomy.wings.number >= 1>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_WingsFlavour",1 )>>
<</if>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_LowerBodyFlavour", 1)>>
<<if $CharacterSheet_Player.info.anatomy.tails != undefined && $CharacterSheet_Player.info.anatomy.tails.number >= 1>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_TailFlavour", 1)>>
<</if>>
Then your eyes travel along your navel and to your crotch, your pride and joy.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_player_CrotchFlavour", 1)>>
[[Back->Home]]
[[Return to the Golden Bastion->Village]]\<<if $CharacterSheet_Player.hasAbility("Ability_ToLiveForEcho")>>
<<print "You feel <<SymbioteName>> demanding to be released. Who are you to deny your master's wishes?">>
\<</if>>
\<<if setup.getStatValue($CharacterSheet_Player, "corruption") <= setup.CorruptionComparators.PURE>>
<<print "In the safety of your own claimed space, you find it surprisingly easy to come to a forceful orgasm, coaxing <<SymbioteName>> out into the open.">>
\<<elseif setup.getStatValue($CharacterSheet_Player, "corruption") <= setup.CorruptionComparators.NEUTRAL>>
<<print "You eagerly start to pleasure yourself, feeling the now-familiar moment when <<SymbioteName>> erupts from you, surround you in its warm, slick embrace.">>
\<<elseif setup.getStatValue($CharacterSheet_Player, "corruption") <= setup.CorruptionComparators.TAINTED>>
<<print "You flush at the thought of releasing <<SymbioteName>>, eager to feel his flesh against yours. Quickly you reach down to your already throbbing genitals to eagerly seek release and let out your companion.">>\
\<<else>>
<<print "You put on a show, masturbating for those around you, adding your voice to the constant chorus of pleasure surrounding you.">>
\<</if>>\
\<<if $CharacterSheet_Player.hasAbility("Ability_OrgasmicGrowth")>>\
<<print "However, without the rush of battle--even against a lowly imp--your orgasm does not seem to push your body further past its limits.">>
\<</if>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_Flavour", 1, undefined, true)>>
<<print "<<SymbioteName>> is a " + setup.displayStatValue($CharacterSheet_Player, "height", true) + " tall <<SymbioteRace>> with "+ setup.getMusclesDescriptor($CharacterSheet_Player) + " muscles.">>
\<<if $CharacterSheet_Player.hasAbility("Ability_ToLiveForEcho")>>
<<print setup.processFlavours($CharacterSheet_Player, "Now unleashed, <<SymbioteName>> takes the lead in admiring itself for you. Starting with its @[all| heads| noverb]. It tries out a few expressions showing off its own jawline, opening its mouth occasionally to admire the view. <<SymbioteName>> seems to love admiring the shape of its pronounced cheeks and the way it draws attention to its own mouth. There, <<SymbioteName>>'s @[all|eyes|noverb] linger before it opens its @[all| jaws | noverb] wide and lets its @[all| tongues| noverb] gloss out over its @[all| teeths| noverb]. <<SymbioteName>> seems to give you a salacious glower as it does so.")>>
\<<else>>
<<print setup.processFlavours($CharacterSheet_Player, "You find yourself admiring the gooey glistening of <<SymbioteName>> covering your @[all| heads| noverb]. You try out a few expressions showing off its jawline and admiring the form of its face. From there, your @[all|eyes|noverb] linger before you spend a moment prodding a hand at your @[all| jaws | noverb], opening its mouth to take a look at its @[all| tongues| noverb] and @[all| teeths| noverb]. You spend a moment admiring the sensation of the new face.")>>
\<</if>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_HeadFlavour", 1, undefined, true)>>
\<<if $CharacterSheet_Player.symbiote.anatomy.horns != undefined && $CharacterSheet_Player.symbiote.anatomy.horns.number >= 1>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_HornsFlavour", 1, undefined, true)>>
\<</if>>
\<<if $CharacterSheet_Player.hasAbility("Ability_ToLiveForEcho")>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_UpperBodyFlavour_LiveForEcho", 1, undefined, true)>>
\<<else>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_UpperBodyFlavour", 1, undefined, true)>>
\<</if>>
<<if $CharacterSheet_Player.symbiote.anatomy.wings != undefined && $CharacterSheet_Player.symbiote.anatomy.wings.number >= 1>>
\<<if $CharacterSheet_Player.hasAbility("Ability_ToLiveForEcho")>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_WingsFlavour_LiveForEcho", 1, undefined, true)>>
\<<else>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_WingsFlavour", 1, undefined, true)>>
\<</if>>
<</if>>
\<<if $CharacterSheet_Player.hasAbility("Ability_ToLiveForEcho")>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_LowerBodyFlavour_LiveForEcho", 1, undefined, true)>>
\<<else>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_LowerBodyFlavour", 1, undefined, true)>>
\<</if>>
<<if $CharacterSheet_Player.symbiote.anatomy.tails != undefined && $CharacterSheet_Player.symbiote.anatomy.tails.number >= 1>>
\<<if $CharacterSheet_Player.hasAbility("Ability_ToLiveForEcho")>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_TailFlavour_LiveForEcho", 1, undefined, true)>>
\<<else>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_TailFlavour", 1, undefined, true)>>
\<</if>>
<</if>>
You feel <<SymbioteName>>'s attention turning lower.
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "mirror_symbiote_CrotchFlavour", 1, undefined, true)>>
<<print "Eventually, though, the presence of <<SymbioteName>> fades, relenting back to your <<PlayerRace>> form.">>
[[Back->Home]]
[[Return to the Golden Bastion->Village]]It takes a few minutes to walk toward Abel's house, a relatively small shack erected from pieces of limestone, metal and rebar. As you approach, you find your eyes drifting towards scattered curios of an origin you do not recognise. Each trinket appears to be ancient. Ancient and junk.
The door is ajar, a slice of carefully cut corrugated iron which you knock on with three resounding thuds.
After a moment, the door opens and Abel invites you inside.Abel's house was a relatively small shack erected from pieces of limestone metal and rebar within the Inner Ring. However, you can not help but notice how much smaller the shack appears next to your height. What would be a modest home for maybe two people looks like it would struggle to accomodate you through the door.
You find it difficult to make it to the entrance without one of your @[one|legs|noverb] stepping on scattered piles of curios you do not recognise.
The door is ajar, a slice of carefully cut corrugated iron which you knock on with three thunderous thuds.
After a moment, the door opens and Abel invites you inside. It is a tight squeeze to make it through the entryway.At some point in time, Abel's house could have been considered a decently sized shack for comfortable family living. Now, the roof barely reaches your midriff.
Each of your massive steps causes piles of ancient curios to rattle in cacophany.
A slice of cleanly cut corrugated iron slides open and Abel's familiar form slips out into the open to greet you.Abel's house is merely another roof of many from your viewpoint.
Bending down, you use your fingertip to gently tap on the corrugated metal roof.
Not a moment later, Abel slides out from the doorway and into the open, his head having to tilt completely backwards to meet your titanic gaze.Abel's house is small and minimalistic in every way. The work he has done for the rest of the Golden Bastion vastly outweighs the effort he has put into his home.\You have to kneel to not bump your head on the ceiling of Abel's home. The work he has done for the rest of the Golden Bastion vastly outweighs the effort he has put into his home.\Abel stands in front of his doorway, his neck bending up to look at you.\You have to focus on hearing Abel from where you stand. His form is impossibly small compared to yours.\<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "visitHouse")>>
[[Continue->Village_AbelHouse]]<<if setup.hasAvailableNarativeEvent($CharacterSheet_Abel.quest.houseIntro);>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
Abel looks you over and sighs.
"I still can't believe you've been gone for so long... There's a lot we should talk about."
<<include setup.getNextNarativeEventPassage($CharacterSheet_Abel.quest.houseIntro)>>
<<else>>\
<<print setup.displayEncounterImage($CharacterSheet_Abel.info.picture, undefined, $CharacterSheet_Abel.info.currentEmote)>>\
<<print setup.getFlavourBasedDescription($CharacterSheet_Player, "abelHouseMenu")>>
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.flavourDialogue, 3)>>\
[[Leave -> abelHouseDialogue_outro]]
<</if>>\[[Talk about Cray->abelHouseDialogue_aboutCray]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
Abel shakes his head and folds his arms, "No information for you that makes sense, I'm afraid. The mystery is still out to debate between me, myself and I."
"What do you want to know?"
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else->Village_AbelHouse]][[Ask about Cray's whereabouts->abelHouseDialogue_aboutCray_whereabouts]]<<set $CharacterSheet_Abel.quest.crayDialogue.whereabouts.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
"Well," he sighs, "After you had both disappeared, we sent out a few sweeping patrols."
"Some of the guards reported seeing sightings of Cray behind dunes in the distance; a massive shimmering werewolf shrouded by the heat. At first, I had chalked it up to coincidence, but eventually there were too many guards saying the same thing."
"We had to send our patrols further into the Barrens to catch a glimpse of the wayward Scavenger."
[[Continue->abelHouseDialogue_aboutCray_whereabouts_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
Abel's mouth screws into a frown, "Every sighting came back more exaggerated. Cray was always bigger. More monstrous."
"That is until..." Abel pauses, his eyes staring into the distance.
"A single man returned back out of a group of seven. He was frantic, bruised and covered in patches of Corruption. Apparently, this time, Cray had found them first."
"He made quick work of the party and had sent him back as an example of what he could and would do to us. We didn't need a second hint."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else -> Village_AbelHouse]][[Ask about the day Cray left->abelHouseDialogue_aboutCray_dayLeft]]<<set $CharacterSheet_Abel.quest.crayDialogue.dayLeft.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
Abel shrugs, his brow furrowing, "Yeah, that moment has never left me."
"It felt so out of place, him just walking off like that. He dropped the prosperity of the Golden Bastion entirely."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else -> Village_AbelHouse]][[Ask about Cray's motives->abelHouseDialogue_aboutCray_motives]]<<set $CharacterSheet_Abel.quest.crayDialogue.motives.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"This is just speculation, but when I was younger, I used to follow Cray around with stars in my eyes," Abel smiles, "He was the village hero after all. My idol."
"One day sticks out though, that has never left my memory. I had once gotten the opportunity to speak to him and I asked him what the most important thing in the world was to him."
"He said power. Power is the only solution to survival of the people." Abel pauses, ruminating on the memory.
[[Continue->abelHouseDialogue_aboutCray_motives_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
"I just hope he doesn't lose himself along the way."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else -> Village_AbelHouse]][[Ask about Cray's life in the village->abelHouseDialogue_aboutCray_villageLife]]<<set $CharacterSheet_Abel.quest.crayDialogue.villageLife.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"Who doesn't know the name Cray, even now?" Abel answers, "He was a brute of a man who made it his mission to solve any and every village problem with words, tooth or claw."
"Not the most humorous of sort," Abel muses, "No. That man was all work and no play."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else -> Village_AbelHouse]][[Ask about Cray's achievements->abelHouseDialogue_aboutCray_achievements]]<<set $CharacterSheet_Abel.quest.crayDialogue.achievements.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"Where do I even begin?" Abel shakes his head, "The guy was a legend. He holds the records for most Lost slain. Most fauna slain. Longest surviving scavenger. Biggest in the village, all in all departments. There's honestly too many to recount."
"The guy even had suitors fawning over him like he was the only ray of sunlight in the village," Abel chuckles. "Every kid, even myself, wanted to be Cray when they grew up."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else -> Village_AbelHouse]][[Ask about Cray's life as a Scavenger->abelHouseDialogue_aboutCray_scavengerLife]]<<set $CharacterSheet_Abel.quest.crayDialogue.scavengerLife.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"A scavengers duty is to work with the Herald to bring back food and materials to keep the wheels of the village spinning," Abel answers, "Cray followed that duty day in and day out."
"Rumours say that the Herald sometimes sent him on exploratory missions, acting on the word of the Eldest."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.crayDialogue, 3)>>
[[Talk about something else->Village_AbelHouse]][[Talk about his role as the Herald's apprentice->abelHouseDialogue_Herald]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
(update this once we have clothing concept)
"Oh, right," Abel chuckles, his hand pinching at the decorated robes he is wearing. Unlike typical villager clothing; loose, comfortable and fairly plain, Abel's colourful robes are decorated with small beads of gold and teal.
"What would you like to know, specifically?"
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.heraldDialogue, 2)>>
[[Talk about something else->Village_AbelHouse]][[Ask about Abel's duties->abelHouseDialogue_Herald_duty]]<<set $CharacterSheet_Abel.quest.heraldDialogue.duty.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
Abel sighs, "I'm one step away from being the village leader at this point. I do my part to make sure we live prospoerously."
"That, and," Abel pauses, his eyes turning toward the direction of the tower, "To commune with the Eldest when and if the time calls for it."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.heraldDialogue, 2)>>
[[Talk about something else->Village_AbelHouse]][[Ask about The Eldest->abelHouseDialogue_Herald_eldest]]<<set $CharacterSheet_Abel.quest.heraldDialogue.eldest.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
"Sadly I cannot tell you more than what you already know. I've been inside" Abel sighs.
"It frightens me, truth be told, What's in there. I feel like if I place one foot in the wrong place then thousands of years of -" Abel catches himself before he finishes the sentence, "Nevermind that. I've said too much."
[[Push him for more information->abelHouseDialogue_Herald_eldest_2]]
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.heraldDialogue, 2)>>
[[Talk about something else -> Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
"No really, I can't say more," Abel stammers, "All I can say is that the Eldest requires an open mind, and I intend to be said mind."
"I promise, I will tell you more if and when the time comes," he smiles at you warmly, "You'll be the first to know as long as the Corruption doesn't take us first."
<<print setup.getNextNarativeEventPassageListText($CharacterSheet_Abel.quest.heraldDialogue, 2)>>
[[Talk about something else->Village_AbelHouse]]<<print setup.displayEncounterImage($CharacterSheet_Abel.info.picture, undefined, $CharacterSheet_Abel.info.currentEmote)>>
You bid the Herald's apprentice farewell.
"Alright then, good luck out there"
[[Continue -> Village]][[Talk about that guard...->abelHouseIntro_firstDialogueAttackedGuard]]<<set $CharacterSheet_Abel.quest.houseIntro.attackGuard.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
"That was quite a scuffle out there by the looks of it, though I honestly can't blame him. You do look different."
Abel's brow creases as he inspects your face.
\<<if $CharacterSheet_town_guard.quest.beatenOnce == false>>
Abel's eyes drift over your body, his hand gently touching the skin under a cut on your shoulder.
"Most of these wounds are superficial, but they'll leave a mark in the morning," he frowns, "Wish I had gotten there sooner..."
\<</if>>
[[Continue->abelHouseIntro_firstDialogueAttackedGuard_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
"I had never expected you to attack one of our own people," his gaze meets yours, "What was that about?"
[[It was self defense->abelHouseIntro_attackGuardSelfDefense]]
[[It felt right->abelHouseIntro_attackGuardFeltRight]]
[[It was anger->abelHouseIntro_attackGuardAngry]]It was an act of self defense.
You elaborate on how the guard gave you no opportunity to defend your case.
[[Continue->abelHouseIntro_attackGuardSelfDefense_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
The cat nods as he listens to your account of the story, his lips curling downward in sadness.
"Sorry about that, the Golden Bastion has been pretty high-strung. Whispers of gloom travel quickly among the villagers when both Scavengers go missing and young blood is appointed as the new Herald."
Abel sighs.
"Your return is probably the best news we've had in a long time."
\<<if $CharacterSheet_town_guard.quest.fled == true>>
"Here's hoping the guard doesn't stretch the story," Abel continues, "I saw him running into the village proper. Perhaps his words about you will be kinder considering you spared him."
\<<else>>
"Well, that news may be watered down when they realise how hard you hit our guard," Abel continues, "Words of what you did will spread."
\<</if>>
"Regardless," Abel's frustration simmers away with a deep breath, "We'll cross that bridge when we come to it. Now..."
[[Continue->abelHouseIntro_firstDialogue]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
Abels' brow furrows as you explain your actions away with the primal urges you have felt.
"I don't know how I feel about that answer. I've always held you in high regard, but fighting the guard because you felt it was right is not really an acceptable excuse. This wasn't a tavern brawl, you or the guard could have been killed!"
\<<if $CharacterSheet_town_guard.quest.fled == true>>
"Here's hoping the guard doesn't stretch the story," Abel continues, "I saw him running into the Village proper. Perhaps his words about you will be kinder considering you spared him."
\<<else>>
"I've taken him to a healer for mending," Abel continues, "But word of those wounds and their source will spread. I hope that your explanation will be good enough to appease the people."
\<</if>>
"Regardless, " Abel's frustration simmers away with a deep breath, "We'll cross that bridge when we come to it. Now..."
[[Continue->abelHouseIntro_firstDialogue]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
Abel shakes his head, "Being hotheaded in a situation like that could have led to your or the guards death!"
"What am I supposed to tell people who ask about what happened?" Abel sighs, "People are going to be afraid of you if you keep this up."
\<<if $CharacterSheet_town_guard.quest.fled == true>>
"Here's also hoping the guard doesn't stretch the story," Abel continues, "I saw him running into the Village proper. Perhaps his words about you will be kinder considering you spared him."
\<<else>>
"I've taken him to a healer for mending," Abel continues, "But word of those wounds and their source will spread. Please $CharacterSheet_Player.info.name, the Village has fallen on tough times. Next time, I can only ask on behalf of all of us that you control your anger."
\<</if>>
"Regardless, " Abel's frustration simmers away with a deep breath, "We'll cross that bridge when we come to it. Now..."
[[Continue->abelHouseIntro_firstDialogue]][[Talk to Abel->abelHouseIntro_firstDialogue]]<<set $CharacterSheet_Abel.quest.houseIntro.baseFirstDialogue.available = false>>\
<<set $CharacterSheet_Abel.quest.playedHouseIntro = true>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
"It's been a long time, you know?" Abel speaks, his voice a tired rasp, "I can't say I'd ever accepted the idea of you being gone."
"Really, any of us should be no stranger to death with the primal ferocity of the Barrens, but to lose someone that close to me... I just refused to believe it."
"And, here you are," he pauses, releasing a long drawn out sigh, "Alive and making my head spin with so many questions its nigh overwhelming."
The cat's legs fold beneath him as he sits cross legged on the dusty floor.
His hand finds purchase on a small metallic ball next to him which he picks up.
It rolls between his fingertips as he continues.
"What happened out there? That is something I still don't know..."
[[Continue->Village_AbelHouse]][[Share your experience with the meteor->abelHouseIntro_tellAll]]<<set $CharacterSheet_Abel.quest.flavourDialogue.introTellAll.available = false>>\
<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
The ball stops moving between Abel's fingers as you tell him everything. You recount finding the crater, and the strange orb at its center.
You tell him about the other world, and the entity that seemed to bond with you. Finally, you end your story with how you ended up at the gates of the city, affronted by the guard.
Abel remains silent for several minutes. His eyes fixate on the object within his shaking hands.
"I... I don't know what to say. If it came from anyone else, I would have sworn the desert heat had gotten to their brain." Abel speaks in soft and measured tones.
"If anyone in this village ever finds out, they would exile you at best..."
"Just, coming back from the dead like this and with this thing inside of you; people will think you are one of the Lost."
"How do you feel about your situation?"
[[Tell him you embrace what you've become->abelHouse_tellAll_GivingIn]]
[[Tell him that you are resisting it->abelHouse_tellAll_resisting]]
[[Tell him you are unsure->abelHouse_tellAll_unsure]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
You feel power pulsing in the back of your mind and within the core of your being. There is so much untapped potential. So much more you could coax out of the proverbial shell.
Abel's brow furrows as your expression morphs in reaction to your fantasizing.
You feel how the power within you could make you a ruler. A monster. An unstoppable force of nature. Bigger. Better. More.
"Not so different from Corruption, it seems," Abel whispers, "We have to find a way to stop it $CharacterSheet_Player.info.name"
[[Disagree with Abel->abelHouse_tellAll_disagree]]
[[Agree with Abel->abelHouse_tellAll_agree]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
You nod.
Abel's shoulders slump, as if they have been unhooked off of strings attached to the roof. The sigh of relief that follows confirms your suspicion of the tension that had built up within him.
A smile touches the corners of his lips, "You and I both know what its like to be affected by that stuff. It's dangerous and if it stays in your system for long, who knows what would happen to you."
"I will not lose you again."
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
You shake your head.
Abel's eyes close and a sigh escapes from his lips, "You can't be serious?"
[[Argue that the power is a useful tool->abelHouse_tellAll_disagree_itHasUses]]
[[Argue that the power has potential->abelHouse_tellAll_disagree_wantMore]]
[[Argue that the power can help the Village->abelHouse_tellAll_disagree_forThePeople]]
[[Argue that the power can protect Abel->abelHouse_tellAll_disagree_forAbel]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
Abels cheek visibly flush as you tell him about your desire to protect him from harm.
The power, the potential to tackle the trouble of the world drops from your lips, only adding to the redness in the man's cheeks.
"That... that is incredibly sweet of you," Abel stammers bashfully, "This is bigger than you and I though, right?"
[[Agree->abelHouse_protectAbel_agree]]
[[Disagree->abelHouse_protectAbel_disagree]]
[[Hug him->abelHouse_protectAbel_hug]]
<<if $CharacterSheet_Player.hasAbility("Ability_MemoriesOfNyx")>>\
<span class="glitch" data-text="Corrupt him">[[Corrupt him->abelHouse_protectAbel_corrupt]]</span>
<</if>>\<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
You agree with Abel, a wave of empathy washing over you.
"You hold the title of Scavenger," he hums softly, "Which means the safety of everyone is your priority... Our priority."
[[Continue->abelHouse_protectAbel_agree_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
Abel smiles, "Though, I do appreciate the kindness of your words."
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
You disagree with Abel. You tell him about your desire to protect him above the rest.
The cat's paws begin to fidget with his clothing, his cheeks burning.
Abel stutters, "I uh... I don't know how to react to all of this. Thank you $CharacterSheet_Player.info.name. However, the people deserve to be cared for as well. We can't just ignore their plight, they are family too."
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
You decide to hug Abel instead of answering directly.
The cat sinks into your firm embrace, his tension melting away by the second.
"I'm so glad to have you back" Abel stammers, "You are the closest thing I have to family in this barren world. However, we can't just run away from those around us. They need our help."
[[Continue->Village_AbelHouse]]//let's only do this if got an ending related to abel, this escalates too quickly otherwise
You decide to swoop in for a kiss instead of answering directly.
Abel is completely taken by surprise as your lips meet his. There is a moment of hesitation, before his tension melts away and his arms wrap around as much of you as he can.
A blissful moment of silence and unannounced passion consumes the room before Abel breaks the kiss.
"I... what?" Abel stammers before gently pushing out of your embrace, "Have you always felt this way about me? No wait..."
Abel shakes his head, "We can talk about this another time. We have more important things to discuss right now. There is still so much to do to get the village on its feet."
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "blushing")>>
Just like before, you feel the power within you roiling and ready to burst.
<span class="glitch nyx fucked" data-text="G̶̠͉͖͐R̴̛̎̔̚͜Ȍ̵̹̹̹̖̅W̷̨͊̾̚͠">All shall</span><span class="glitch nyx" data-text="S̶͔̣͈͕̥̆̎̔͑́́̈̿̾̆͝͝ͅP̶̼̺̪̘͚̱͓̙̭̙͐̇̄̐̍̋̅̅̆̕͘͘͠R̴̦̩͕̙̿͆͌̾̈́̏͐̕E̶̡̧̝̭̩̪̜͙͋̓̿̓͝A̴̜̘͚̜͕̜̙̺͎̤͋̀̓̀̊̂̔̿͑̾̐̀̃͐̑̾͜͜ͅD̶̢̘͚̹̦̟̈́͒͐͆́͘"> gaze upon </span><span class="glitch nyx fucked" data-text="C̷̛̛̱̹̟͚͕̱̗͎͙̳̞̜̘̬̝͖̖̟̻̐̎́̌̈͐̉͑͐̋̽̔̋͂̋͝ͅƠ̶̢̱̯̬̖̥̠̬̼̼̼̜͔̬̜͚̯̺̹̩̐̍̅͒̅̓̀̚͠R̷̨̡̛̪̣͚̲͕̝̥̩͚̗̭̫̯̪͙̯̥̓͐̉̈́̒͐̃͒̽͊͛̀͋̅̕͜R̷̠̎U̵̧̫͙̺̤̰͎͓̦̓̎̿̈́̈̅́͌͝P̸̘͔̺̘̮̼̱̭̜̲͕̬̩̋̑́͜T̷͓̱͎̘̞̣͎̗̙̦̲͔͒͛͑̋̔̊̀͑̔͒͆̚̚͜͝͠͝͝ͅ">the host of Nyx</span>
You suddenly swoop in to kiss Abel, surprising him with your speed. As your lips meet, your tongue dives into his maw.
He melts into your embrace as you will your influence into his being through your tongue.
[[Continue->abelHouse_protectAbel_corrupt_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "corrupted", $CharacterSheet_Abel.info.bodyList.apprenticeCorrupt)>>
A mote of black liquid slips down his lips, as you fill his throat with mild Corruption. His body reacts immediately.
You feel his engorging shaft press up against your body. Hands rove across your limbs, your face and he dives in for one more kiss.
"I never realised how much I..." Abel stammers, suddenly pushing himself away from you, "W-we have far more important things to talk about right now."
He quickly turns around to pick up a book and awkwardly holds it in front of his erection, hiding it from view.
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
You answer Abel to the best of your ability, explaining how the Corruption appears to have affected you differently.
His eyes scrutinize you as you speak of turning this new power into something useful and practical, to be able to scavenge where no scavenger could go before.
You catch a sparkle of interest behind Abel's eyes.
"I suppose that could be useful. I may even have a few of those 'untouchable' places for you to explore if you would be interested. However! If you feel whatever that stuff is doing to you is too much, you come to me, okay?"
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
<<print setup.processFlavours($CharacterSheet_Player, "Your smile widens, your chest swells with pride and you lift your @[one|arms|noverb] into the air in a powerful display of new strength.")>>
Abel listens to you intently as you explain the euphoria you feel with this new power. You tell him of your potential to grow, to become more and beyond even that.
A worried expression crawls over Abel's face. His cheeks are flush and you catch movement around the area of his crotch.
His body betrays his mind.
"Just please don't let it get to your head, okay? As much as I would love to see you grow stronger; I care more for my friend than a wall of muscle."
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "worried")>>
You surprise Abel with your answer, explaining how this new power could be put to use for the betterment of the people in the Village.
Abel looks shocked.
"That's... Well, when you put it that way, I can't really argue."
"Still, what's happening to you does worry me... It's like I'm hearing Cray again."
[[Continue->Village_AbelHouse]]The uncertainty of this creature still plagues your being. The dark void, the power, the time that had passed - it's a mix of anxiety and excitement.
You tell Abel exactly how it feels.
[[Continue->abelHouse_tellAll_unsure_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
He nods sagely, his hand scratching the bottom of his chin, "I guess there really is no telling what's happening to you. By all means, you should be seeping black ooze about now, but you aren't."
"There isn't much to be said or done about this now. We just need to watch it closely and please, let me know if you start feeling like you can't control it."
[[Continue->Village_AbelHouse]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
The power is intoxicating, a pounding presence at the back of your mind waiting to be unleashed in its purest form. Yet, you feel you must resist its temptations.
You tell Abel of your plan to ignore it's effects on your mind and body and your plan to keep it in check.
The cat seems to relax the longer you speak, a weight slowly peeling off of his shoulders.
"I think that's probably the best response I could have hoped for. I can only imagine how hard it's going to be at times, but I'll be there for you, Okay? If you ever need help, talk to me."
[[Continue->Village_AbelHouse]]Among your partners, who do you wish to bring with you during your adventures?
<<print setup.displaySelectTeammate()>>
[[Return->Village]]\<<print setup.getVillageDescriptor()>>
<<print setup.displayEncounterImage("https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/golden_bastion_lowres.jpg","https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/golden_bastion.jpg", undefined, true)>>
\<<if setup.canLevelUp($Level) >>
[[Level Up->Level Up]]
\<</if>>
[[Home->Home]]
[[Change Fight Moveset->Change_Combo_Moves_Menu]]
[[Altar of Options->GameplaySettings]]
<<print setup.getVillagePassages()>>\
<<if $CharacterSheet_Player.hasAbility("Ability_HostOfEcho")>>\
[[Abel's House->Village_AbelHouse_Intro]]
<</if>>\
<<if $CharacterSheet_Player.fight.teammate == "CharacterSheet_Imp">>\
[[Visit the Imp->Village_GoMeetImp]]
<</if>>\
\<<if $CharacterSheet_Player.fight.unlockedTeammates.length > 0>>
[[Select teammate->Select_Teammate]]
\<</if>>
<<if $WorldState.cultManor.monolithBroken && setup.getNextNarativeEventPassage($CharacterSheet_Jorm.quest.encounterPassages) != undefined>>\
[[Investigate the Fallen Realm->Encounter_Jorm]]
<</if>>\
\<<set $Explore_Destination = setup.getExploreDestination()>>
\<<if setup.canExplore() >>
\<<set $NorthGateEvent = setup.getNextNarativeEventPassage($CharacterSheet_Player.quest.exploration.villageGateNorth)>>
\
\<<if $NorthGateEvent != undefined>>
[[Explore the Northern Barrens->$NorthGateEvent]]
\<<else>>
[[Explore the Northern Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(0)]]
\<</if>>
\
\<<set $EastGateEvent = setup.getNextNarativeEventPassage($CharacterSheet_Player.quest.exploration.villageGateEast)>>
\<<if $EastGateEvent != undefined>>
[[Explore the Eastern Barrens->$EastGateEvent]]
\<<else>>
[[Explore the Eastern Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]
\<</if>>
\<<else>>
<span class = "inactive"><<link "Explore the Barrens" $Explore_Destination>><</link>></span>
\<</if>>
\<<if $Debug>>
[[Debug Menu->DebugMenu]]
\<</if>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
<<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'goMeetImp_Height', 1)>>Your demon lands with a thud and a huff. His height of <<ImpHeight>> gives him a rather modest, but not unpleasant stature.
It certainly does make it easier for him to stay out of sight of the Bastion’s guards, if nothing else.
[[Continue->Village_MeetImp_Examine_Muscles]]The form of the descending demon grows and grows and grows, before the massive beast lands. \
The ground shakes beneath his tonnage as a cloud of dust is kicked up and engulfs you both for mere moments. A beat of his wings is all it takes to dispel the cloud again.
"My apologies, master," he utters with a voice that has lost much of its previous high pitch to the sheer size of his body.
A moment of pride overcomes him as he raises to his full height of <<ImpHeight>> as he seems fully aware of how far he has come beneath you and cherishes the fact.
[[Continue->Village_MeetImp_Examine_Muscles]]The form of the descending demon grows and grows and grows!
More and more of the land is cast into shadow and you seriously have to wonder just how far above in the sky he must have been for him to appear so small at a distance.
It takes minutes almost and the landing itself is like a cataclysm all in itself.
The earth splits beneath the gigantic paws of the demon and explodes outwards into a crater.
An instinctive beat of his wings keeps any dust cloud from forming as torrential winds buffet the area and send dear or weak trees and smaller boulders flying.
A deep throaty chuckle leaves his throat as he rolls his immense shoulders and erects himself to his full, staggering height of <<ImpHeight>>. \
A carpet bombing would have been more subtle than his arrival here.
[[Continue->Village_MeetImp_Examine_Muscles]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
Stature, as impressive as it may be, is only one part of the whole that made the physical presence. After all, girth is just as important.
<<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'goMeetImp_Muscles', 1)>>In that regard, your demon is no slouch. Naturally stocky and wide shouldered, \
his pecs would make for passable drums already, while thick muscles bulge his hide and burden his limbs with a delectable amount of weight.
However the same can be said about the average inhabitant of the Golden Bastion.
There is much untapped potential in your demon’s body.
[[Continue->Village_MeetImp_Examine_Genitals]]And in that regard, your demon can certainly impress. His body burgeons with an incredible musculature which made even bodybuilders of old look small by comparison.
His pectorals are gigantic slabs and their bulging overhang provides shade and rain protection for his cobblestone road of hard cut abdominals. \
Even without attempting the motion, you already know that the demon would not be able to scratch the cleft between his swollen chest muscles, as the biceps are simply too large already.
Any step he takes happens with an exaggerated sway of his hips, as his thighs fight each other for the limited space below. \
His naturally stocky frame had only become even more exaggerated by his musculature, as he stands nearly as wide as he is tall.
A delectable sight indeed, and yet you are sure there is room for more.
[[Continue->Village_MeetImp_Examine_Genitals]]Your demon has all the reason to be proud in this regard, as he is positively overflowing with girth. \
His shoulders stand as wide as his height, rendering him into a perfect square, which is further enhanced by the dimension of his outrageous depth.
The immense barrel of a torso rippling with such muscle, you find yourself salivating just looking at it. \
The pectorals are cliff-like overhangs which cast their shadow upon the labyrinthine canyons of his abdominals. \
The two slabs could serve as dinner tables to the imp, who hardly deserve that kind of classification at this point, he struggles to look over them. \
In fact, he struggles to look many ways, as his head is practically swallowed between his looming deltoids and traps; \
not even his massive neck, which put bulls to shame, could hope to raise him out of the valley of his musculature.
[[Continue->Village_MeetImp_Examine_Muscles_Huge_2]]He cherishes it however and instinctually your minion clenches his gigantic fists. \
His forearms tense and you can watch the tightening of his muscles roll up all the way into his massive arms.
His biceps rise even greater and he briefly attempts to grab onto their peaks, \
only for his monstrous forearms to collide with them already, and it is only thanks to his oversized mitts that he could reach them at all.
If he raised his arm, the peak would reach far past his head, or his horns even.
A simple flex of his legs is enough to create an audible and even visible shockwave as they bloom to easily twice their size. \
They soon relax again and return to an ever so slightly smaller yet still monstrously pumped state.
His wings look laughably tiny upon his gigantic chest, and yet they must contain a frightfully immense power to be able to bring him aloft.\
Or his magic had grown considerably, to the point that he did not need them anymore to fly at all.
[[Continue->Village_MeetImp_Examine_Genitals]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
The imp’s excitement meanwhile is readily apparent, as just by looking upon you, \
the maleness between his legs has grown fully engorged in a matter of seconds, if he could go soft at all.
<<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'goMeetImp_Genitals', 1)>>With <<ImpCockLength>>, your demon is nothing to sneeze at.
The tool throbbing between his legs is impressive indeed, and it drips with pre as his <<ImpBallsSize>> orbs churn with growing need. The need for more, the desire to grow and swell, is palpable in the air.
You are unsure if it's your desire, his, or a mingling of both. There is so much room, so much space, which has yet to be filled with pulsating, throbbing, musky flesh.
[[Continue->Village_MeetImp]]You can hear the throbbing of the demon’s <<ImpCockLength>> member between his legs.
Each pulse sees a whole bucket’s worth of pre flying forth, and it is only a taste of what his trembling <<ImpBallsSize>> testicles really hold. \
The masculine reek of the demon is already incredible and it is steadily intensifying as more of his arousal drips forth. \
His hands fumble with his monster of a cock as it rises into his field of vision and he tries to push it back down, so that it would not get in the way of looking at you.
It is a fight that he is only barely winning, and which only excites him even further.
[[Continue->Village_MeetImp]]The very ground shakes with the demon’s arousal.
The churning cum factories between his short legs measure a staggering <<ImpBallsSize>> in diameter and tremble with a virility that made itself known for what had to be miles around.
They are more than big enough to rest firmly on the ground and if he wants to move with any kind of speed, \
he has to step over them and drag them behind himself, or go attempt the monumental feat of lifting and juggling them in his hands.
Even so, his <<ImpCockLength>> mammoth of a member swings wildly with each step. \
It is a weapon in its own right, fit to lay siege to just about any fortification.
The preseed that gushes from it is already sufficient to create lakes, while a full orgasm could reshape the very land itself as the lance of seed would carve the earth.
And yet the lust that permeates the air only hungers for one thing.
Growth.
[[Continue->Village_MeetImp]]<<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'goMeetImp_Intro', 1)>>\
"Already time for another run?" the gate guard asks as you pass them, but you shake your head in response.
You just have to ‘check’ on something.
"Oh, okay," the guard nods, "Be careful out there."
He hardly needs to tell you that.
[[Continue->GoMeetImp_2]]\
You push open the gates like so many times before, even before the guards could react to your rapid approach.
"I would go and wish him good luck, but nothing’s gonna happen to him. It's he who happens to others," \
you can hear one of the guards remark towards the other, followed by snickering, but the gait of your steps saw you breeze off already.
[[Continue->GoMeetImp_2]]\
Walls and gates have become a laughable concept to you. \
With but a single step you clear obstacles and buildings alike and leave the city in your shadow.
The sun slowly returns to the gleaming beacon of civilization as your towering stature departs. \
It takes you mere minutes to cover a distance for which other people would take a day or more, and yet you could still see the city despite being so far away.
You know you are being followed, but even so it takes a while longer for them to catch up.
At least you can be sure that nobody in the Bastion would be able to actually make out any details at this outrageous distance.
[[Continue->GoMeetImp_2]]You don't plan to go far anyway, just a few miles to make sure that nobody from the city could see you. \
And yet, you could barely shake the feeling that someone is watching you ever since you left the walls.
[[Go meet the imp->Village_MeetImp_Appears]]"Master!" the demon’s voice bellows, and yet it is more a feeling than something you actually hear.
Your gaze is drawn upwards and you can see the winged beast descent towards you. \
At a distance he would be easily mistakable for a bird of some kind, but that rapidly changes as he closes in.
[[Continue->Village_MeetImp]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
Your demon looks expectantly at you, he fidgets with the desire to act and his hands tremble as he desperately holds back on groping either you or himself. At least until you give the command for it.
[[Examine him->Village_MeetImp_Examine]]
[[Talk to him->Village_MeetImp_Chat]]
[[Spar with him->Village_MeetImp_Spar]]
[[Change his fighting style->Village_MeetImp_ChangeFightingStyle]]
[[Decide when the imp attacks->Village_MeetImp_DecideWhenTheImpAttacks]]
<<print setup.displayImpModsPassages()>>
[[Return to the Golden Bastion->Village_MeetImp_Leave]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Of course Master, time to show you how much I've grown~"
His wings flap outwards as he eagerly lunges towards you.
[[Fight->FightLogic][$Encounter_Target = $CharacterSheet_Imp]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"I am already the best fighter this wasteland has ever seen!"
Your minion proclaims with pride as he rests his massive hands on his hips and puffs out his chest, only to then suddenly and abruptly deflate again when reality catches up to him.
"Second only to you of course. So yes, teach me your ways, Master! I will be the best student!"
[[Fight agressively->Village_MeetImp][setup.impSetAggressiveMoveset()]]
[[Use Sigils->Village_MeetImp][setup.impSetSigilMoveset()]]
[[Focus on growing->Village_MeetImp][setup.impSetGrowthMoveset()]]
[[Cancel->Village_MeetImp]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"Just say the word Master. You know more about this strategy business anyway."
<<print setup.displayAttackTimingDescription($CharacterSheet_Imp)>>
[[Attack before me->Village_MeetImp][$CharacterSheet_Imp.fight.teammateSettings.attackTiming = setup.AttackTiming.BEFORE_PLAYER]]
[[Attack after me, but before our enemy->Village_MeetImp][$CharacterSheet_Imp.fight.teammateSettings.attackTiming = setup.AttackTiming.BETWEEN_PLAYER_AND_ENEMY]]
[[Attack after me, but after our enemy->Village_MeetImp][$CharacterSheet_Imp.fight.teammateSettings.attackTiming = setup.AttackTiming.AFTER_ENEMY]]
[[Cancel->Village_MeetImp]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"What did you want to talk about?"
[[Ask what happened to his tree->Village_MeetImp_Chat_Tree]]
[[Ask him his name->Village_MeetImp_Chat_Name]]
[[Go Back->Village_MeetImp]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"My tree? I don’t know what you’re talking about," he responds with incredulous eyes as he shakes his head.
"Oh you mean that old thing! I just found it. It looked comfortable at the time, but it would not carry me anymore. If it even exists still."
He chortles as he ominously flexes his muscles and then gives you a wide grin.
"For all I know, it shattered during one of our tussles."
He then rolls his thick shoulders in what could easily be considered a shrug at his size. Seems like that covers it for him.
[[Continue->Village_MeetImp_Chat]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"My name? Our kinds are usually not given such things." The imp's gaze lowers.
"They say that once an imp grows in status, their name will emerge from deep within their soul." He suddenly looks up to you with growing determination.
[[Continue->Village_MeetImp_Chat_Name_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
"But ever since we've met, I feel like I've gotten closer to reaching that point than ever before. Once I grow into my true self, everyone shall know my name!"
His usual grin shines upon you once more.
[[Continue->Village_MeetImp_Chat]]<<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'goMeetImp_GrowImp', 1)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
His already crimson cheeks turn shades of purple and his rock hard cock belches forth thick demonic seed and splatters it across the floor before him. \
A gasp escapes him as he grits his teeth and visibly attempts to calm down.
"Y-you want me to grow, Master? Using your essence!?" just saying those words, and repeating what you had just told him in his own mind, almost saw him unload again before you.
[[Continue->Village_MeetImp_GrowHim_Large_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
Despite his words, there is no real question.
You raise your <<PlayerHandsNoVerb>> and the warm white glow of essence promptly engulfs them as you reach forward. \
You grab the imp’s massive pectoral slabs and a startled hissing escapes his throat as his muscles draw tight.
The glow of the essence shoots into his body and a gurgling inhale follows.
His chest inflates, but stays just as large when he exhales and a guttural squeaking noise leaves him.
[[Continue->Village_MeetImp_GrowHim_Large_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
Your hands feel how his already steely musculature grows even more powerful, even more unyielding beneath your digits.
His body heats up and sweat pours forth in an effort to cool him, only for it to steam right off his body and fill your nostrils with the overbearingly masculine scent of the demon.
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|cocks|one=throbs~more=throb] heavily in response and before you even know it, you find yourself grinding your @[all|cocks|one=throbs~more=throb] against the imps chest.")>>
[[Continue->Village_MeetImp_GrowHim_Large_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
"M-Master!" the demon huffs and drools as his huge tongue lols free from his maw. His large eyes barely manage to focus on you, in no short part thanks to his swelling, burgeoning pectorals.
It is not the only thing that grows about him as the essence crashes through his body.
Thick veins throb beneath his skin, as his muscles engorge with new mass and power. \
The definition of his already incredible physique grows not just more intense, but more pronounced by the second.
[[Continue->Village_MeetImp_GrowHim_Large_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
The air is filled not only by his heavy breathing and the eager flow of his and your arousal, but also with the groaning of skin straining against bulging muscle, \
as well as the cracking and creaking of bones growing larger.
His entire frame is following suit in an attempt to provide space for the swelling musculature, to save him from becoming an immobile muscle blob.
<<print setup.growImp()>>
He topples; between his muscles twitching in barely contained growth-spasms and your rock hard cock grinding into his chest, he simply cannot maintain balance.
The earth shakes as his growing ass lands on the ground, promptly followed by a second impact as his gigantic torso follows.
You are on him without even giving him a second to recover. Your <<PlayerHandsNoVerb>> continue to grope and massage his swelling chest, as you ground your member into his pectoral valley. \
Mustering all the strength you have, you massage his man-tits around your virile rod to share the feelings of his ecstatic growth.
[[Continue->Village_MeetImp_GrowHim_Large_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming")>>
You can feel the muscles ripple, just as you can feel the heat surging through them. \
Each excited heartbeat of the imp sees them swell bigger around your dick, while his own massive maleness rises bigger behind you and soon gushes his seed towards the sky, \
raining his dark, tainted demonjuice over you and the surroundings.
You in turn flood his face with your own jizz as your release follows swiftly and violently. \
Your <<PlayerBalls>> <<PlayerBallsNoVerb>> draw tight as they unleash everything they got upon the imp’s face, who does his very best to drink it all down.
[[Continue->Village_MeetImp_GrowHim_Large_7]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You have no idea how long you spend like this, your orgasm seems endless. They come in such quick succession that they might as well be a single one.
But you know that time is passing, for you have a very good measure of that in the growth of your minion.
The demon beneath you swells larger and larger, his body wracks by the essence you are giving him. His flesh and mass billows forth as his practically petite form - compared to what it once had been - surges bigger and bigger.
The larger he becomes, the faster he grows. He maintains this rate of expansion all the way until it eventually comes to an abrupt and sudden stop with little to no warning.
<<print setup.growImp()>>
[[Continue->Village_MeetImp_GrowHim_Large_8]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You are both left winded. Your minion teeters at the edge of consciousness. He drools and babbles like a drunkard as his enormously enlarged limbs swat the air.
You could make out praise for yourself somewhere in his slurred speech.
It is many octaves deeper than before. It sounds like mountains themselves decided to speak.
You struggle to dismount. The feeling in your own limbs returns slowly, now that not every single sensation are dominated by your orgasm.
You take a few, or maybe quite a lot of, steps back in order to have a good look at your demon pet and appreciate your handiwork.
Each movement on his part has such weight to it that the earth itself groans in ceaseless protest beneath him.
[[Continue->Village_MeetImp_GrowHim_Final]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The air begins to vibrate as the white glowing essence once more gathers in your hands. Energy builds into an oppressive physical presence that it feels like you are wearing thick gloves.
Your digits grow stiff as you force the essence to accumulate, rather than to disperse back into your body.
The colossal demon recoils more at the sensation than at sight that permeates the surroundings. \
The ground shakes as his enormous foot carves a trench through the rocky ground.
[[Continue->Village_MeetImp_GrowHim_Huge_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
You could hear, rather than see, how his tongue lashes in excitement over his face.
"S-so much essence!" he utters with his outrageously deep voice. His words are like the booms of thunder, while his breathing being the distant ominous growl accompanying it.
[[Continue->Village_MeetImp_GrowHim_Huge_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "blushing")>>
His massive member already spurts his load over the landscape from sheer excitement. It comes crashing down in the distance where it could very well cause catastrophic damage.
An electric crackle resonates through the air as you transferre the essence. The imp can only roar as the energy surges through him.
"M-Master!" he howls out as his entire body seizes up. You watch as arcs of red energy dance over his crimson body and thick veins beginning to engorge with rising power.
[[Continue->Village_MeetImp_GrowHim_Huge_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
His breathing quickens, and each inhale is deeper than the last, each exhale is more powerful. The gargantuan demon is already so big that even the greatest of ancient ruins are little more than doll houses compared to him.
Each time his heart beat, which resonates like the impact of a hammer on an anvil, growth surges through his body. \
Each booming pulse sends a quake through the earth. Fissures and cracks grow rapidly larger as the imprints of his feet become larger. \
Cataclysmic tremors follow as the imp shifts his feet and adjust his footing.
<<print setup.growImp()>>
[[Continue->Village_MeetImp_GrowHim_Huge_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
The earth explodes as the demonic beast falls forward. \
His huge hands smash into the ground in an attempt to brace himself, only for his fall to be stopped by his immense chest and gargantuan dong.
He is getting so thick and so utterly massive that his huge digits could barely even touch the belly of his raging erection. \
A shockwave ripples outwards from him and rips a gigantic crater from the sheer excess of his immense size.
It is an almost natural progression for him to start fucking the ground, as his attempts to rise up only sees him dig himself deeper.
"Y-yes! S-so huge!" The demon bellows with laughter. He strains and arcs his back through as he looks upwards to the sun. \
You could see the glint in his eyes as he raised a hand towards it, only to bring it right back down as he braces himself.
[[Continue->Village_MeetImp_GrowHim_Huge_6]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
"Masterrrrrr~" He tries to say more, but it only escapes as an incoherent blurb. However, the way he braces his legs and raises his massive tail left very little up to the imagination about what he might want.
[[Continue->Village_MeetImp_GrowHim_Final]]\<<if setup.getStatValue($CharacterSheet_Imp, "height") > setup.getStatValue($CharacterSheet_Player, "height")>>
<<include Village_MeetImp_GrowHim_Final_PlayerSmaller>>
\<<else>>
<<include Village_MeetImp_GrowHim_Final_PlayerBigger>>
\<</if>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
To strengthen such a beast is a daunting task.
Given the gigantic, and still mounting, size of your massive pet.
Just getting around him took precious time.
[[Feed him more power->Village_MeetImp_GrowHim_Final_PlayerSmaller_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
The air flickers with the heat emanating from the fiery red testicles and steam wafts off them as the sweat evaporates all too fast again.
They are hot to the touch and churn with incredible need. Your price though lays further up and you cross the enormously swollen taint of the demon.
The muscle bulge with incredible size, and it was duly necessary too in order to lift and move the cock he rocks. Beyond that still, you find the needy hole.
You slide your cock in and are met with a near paradoxical sensation. \
You find practically no resistance on your way in as his heated flesh parts eagerly around your intruding member, only for a sudden and steely grip to clench around you as he flexes his core muscles.
"Ghhhhhh~Ahhhhhhh!"
[[Continue->Village_MeetImp_GrowHim_Final_PlayerSmaller_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You two are ferocious, snarling beasts as you fuck and he grows. You fuck him bigger as your pre gushes into his bowels, and before long, your roar announced the full blown orgasm.
Your thick, heavy spunk gushes into him, floods his insides and pushes him in turn over the edge.
His cock, still buried deep in the earth, bounces once more as the taint beneath your feet draw tight and his balls clench.
You could feel the bulges of his cum travel through his inner piping on its way out. He howls out when as it erupts from his member.
[[Continue->Village_MeetImp_GrowHim_Final_PlayerSmaller_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
The earth around you begins to crack and huge geysers of cum erupt all around you. \
His hips buck and thrust wildly as the last surges of growth roll through his body, leaving his size worthy of legend and beyond the comprehension of regular mortals.
With <<ImpHeight>>, people are less than ants to him.
He is gargantuan, a god-like being, worthy of full ascension. Yet he is and always will be yours.
<<print setup.growImp()>>
<<include Village_MeetImp_GrowHim_Final_StatUp>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You do not hesitate and act with a determination befitting your size. The world quakes in fear beneath your movements as you position yourself behind the demon.
An excited squeak leaves his throat as you grab his glutes and squeeze them firmly. The imp’s eyes go wide and spittle flies from his maw as the air leaves his lungs as a bellow.
[[Fuck him->Village_MeetImp_GrowHim_Final_PlayerBigger_2]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|cocks|one=spreads~more=spread] his ass cheeks wide apart. You plough into him like a train without breaks, flattening and stretching his insides with unfathomable power.")>>
His huge hands claw at the ground. \
<<print setup.processFlavours($CharacterSheet_Player, "One of your @[1|hands|one=grabs~more=grab] his tail, while the other presses down on his back.")>>
You keep him pinned, keep him fucking the earth, even as he continues to grow beneath you. You run your fingers along the swells of his back muscles and feel them grow deeper and more pronounced by the moment.
[[Continue->Village_MeetImp_GrowHim_Final_PlayerBigger_3]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
The demon pants and drools as he struggles to maintain any kind of composure beneath your overpowering thrusts. He moans like an animal in heat, begging for more of your gigantic tool to slam into him.
You gladly oblige until your groin meets his ass cheeks and your balls bury his.
"Ghhhhhh~Ahhhhhhh!"
[[Continue->Village_MeetImp_GrowHim_Final_PlayerBigger_4]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
You rut for an incredibly long time. Long enough that the imp’s growth finally comes to a stop. Your <<ImpHeight>> tall demon still cries out for more, even when he after already orgasming.
His deluge of cum into the earth finds enough resistance to splash back up, and with no other space to go, his cum erupts like geysers all around you.
Eventually you hilt inside him again and bellow out your own climax.
The imp’s belly inflates rapidly with your immense load and his own roar dies in his throat as he instead coughs up thick globs of your seed.
Wet slapping soon follows as your thrusts pick back up again, a single climax hardly enough to satisfy your need in this world, especially considering how rarely you come across a hole you can actually fuck properly.
[[Keep fucking the imp->Village_MeetImp_GrowHim_Final_PlayerBigger_5]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "cumming", true)>>
Days pass, perhaps even weeks, until you finally exhaust yourself and collaps on the utterly gargantuan imp.
The afterglow has you both groaning as you slowly come back to your senses.
With a schlorping noise, you pull your member free and unleash a flood upon the land as you step back to look upon your handiwork. It would take him a bit to recover from this.
It was nothing you couldn’t wait out.
<<print setup.growImp()>>
<<include Village_MeetImp_GrowHim_Final_StatUp>>\<<set $levelUpResult = setup.levelUpImp()>>
<<print "∇: "+$CharacterSheet_Imp.info.name+ " has gained "+ $levelUpResult.hp + " health!">>
<<print "∇: "+$CharacterSheet_Imp.info.name+ " has gained "+ $levelUpResult.stamina + " stamina!">>
<<print "∇: "+$CharacterSheet_Imp.info.name+ " has gained "+ $levelUpResult.staminaRecovery + " stamina recovery!">>
<<print "∇: "+$CharacterSheet_Imp.info.name+ " has gained "+ $levelUpResult.strength + " strength!">>
<<print "∇: "+$CharacterSheet_Imp.info.name+ " has gained "+ $levelUpResult.critChance + " critical hit chance!">>
<<print "∇: "+$CharacterSheet_Imp.info.name+ " has gained "+ $levelUpResult.critDamage + " critical hit damage multiplier!">>
\<<unset $levelUpResult>>
[[Continue->Village_MeetImp]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
Your demon's ears droop a little and the perpetual smirk on his face turns upside down.
"Aww, already?" he asks, with a glimpse of sadness before returning to his usual grin.
"Alright Master, I’ll be waiting for you to return from that silly city!"
[[Continue->Village_MeetImp_Leave_2]]<<print setup.getFlavourBasedDescription($CharacterSheet_Imp, 'leaveImp', 1)>><<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The demon’s leg muscles tense and he jumps upwards. \
A beat of his powerful wings follows and kicks up dust as it catapults him several feet higher into the sky.
Another beat follows, then another, each one carrying him further away as he ascends upwards far faster than those tiny wings of his had any right to.
Within a minute he is barely visible and indistinguishable from just about anything else that is flying up there.
You make your way back to the Bastion.
[[Continue->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
The air fills with an ominous creak as the gigantic musculature of the imp draws tight. \
You could watch his enormous quadriceps bulge and ripple in flexing, before a shockwave follows and kicks up a storm of dust and stone.
The ground shatters as the demon jumps upwards towards the sky. \
His tiny wings beat with a power far in excess of their size as they drag him higher yet and dispel the massive cloud of debris he leaves behind.
A being this gigantic has no right to fly with such ease, especially with wings this small. \
They should have cast you and half the world into shadow as they spread, yet they barely even crosses his own shoulders.
[[Continue->Village_MeetImp_Leave_Large_2]]Either way, the demon ascends towards the sky, higher and higher, while huge globs of his pre rains down upon the land around you.
Each impact is as powerful as a boulder launched by a catapult. It takes precious minutes for him to reach a height where he became impossible to identify from the other creatures of the sky.
By that point, you decide that it is time to head back to the Bastion.
[[Continue->Village]]<<print setup.setAndDisplayBodyVisual($CharacterSheet_Imp, "normal")>>
A creature the size of the demon is a living cataclysm; an extinction event waiting to happen.
Every single one of his movements change the face of this ravaged world. On top of that it happens with a speed that is utterly unbelievable for such a titan.
The earth beneath the immense paws of the imp shatters as he leaps up into the sky and immediately covers yards with a single leap.
You wander back through the newly created valley, surrounded by mountains, while you wonder what the people at the Bastion would think.
No doubt they must have seen this.
[[Continue->Village]]<<set $Quest_MQ001_01 =
{
id:"MQ001_01",
description: "I found the impact site of the meteor, I should check it out when I'm ready.",
villagePassage: "[[Go to the meteor's impact site->Quest_MQ001_EchoFirstEncounter_InvestigateImpact]]",
onComplete: function()
{
State.variables.Explore_Destinations.push("Quest_MQ002_Entrance_FirstTime");
}
}>><<run $Quest_InProgress.push($Quest_MQ001_01)>>
\<<run setup.removeExplorationDestination("Quest_MQ001_EchoFirstEncounter_SeeSmoke")>>
You travel from dune to dune on your journey. You have been in the Barrens before in a caravan, but the isolation of being out here alone is daunting.
No one is here to have your back. There is no moment to relax as any mistep would be your last.
Could the endless anxiety and tension over the days he had spent out of the Golden Bastion gotten to Cray?
The train of thought hardly has time to flourish as movement on the horizon catches your eye. Dark smoke.
You have found the impact site.
[[Investigate->Quest_MQ001_EchoFirstEncounter_InvestigateImpact]]
[[Go back to the village->Village]]It takes a few more minutes of travel for you to arrive at the edge of the crater. The desert is hot, but this area in particular feels as if it could overcome you if you dawdled.
The sand, usually a dull yellow, has vitrified into a concave sheet of a reflective glass. Black glass. Although dazzling, your mind struggles to make sense of it. Regardless of its colour, it reflects the sunlight above in vibrant hues as if the light's properties were amplified instead of dulled.
Shading your eyes and squinting, you follow the curvature of the ground until you settle on a human-sized spherical shape nestled at its center. The surface of the object warps the light into waves of colour, not unlike the glass around it.
It's beautiful. You fail to notice your feet taking steps forward into the crater. It is impossible to appreciate its full beauty without getting closer. You had to. You wanted to.
In what feels like a blink of an eye, you find yourself standing in front of it. A sudden sense of unease grips you. Now that you are closer, you begin to see that the tar-like substance is more like a shell than a solid sphere.
Something is moving inside: shapes that make no sense and colours that you cannot pin words to. It feels as if you are staring into a pit of endless chaos; chaos that somehow stares back at you from every direction, and those in between that.
Your ears ring. The sound of the desert is drowned out by cacophany; jagged spikes, pops and an eternity of every voice and whisper compressed into packets of tumultuous... noise.
Yet, you are still drawn to it. To you these sounds are the wails of a newborn child, a child seeking refuge in the hands of someone capable.
Your hands.
[[Touch the sphere->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_2]]
[[Go back to the village->Village]]Feeling with no feeling. Colour with no concept of colour. Shapes with no concept of space. A whisper with no breath.
The moment your skin makes contact with the meteorite it explodes outwards, as a wave crashing on a distant shore. Black surrounds you. Chaos surrounds you.
Light, dark and the uncertainty of the unknown blend before swallowing you whole.
Reality itself flees from you.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_3]]You are surrounded by a cold, shifting void. Purple mist twists and curls around your legs in sinuous trails.
Like dancing tongues, they lick at your feet. A glacial caress.
A deep violet sky stretches across the horizon while bright reddish hues dance above you - as though you’re at the bottom of an ethereal magenta coloured sea.
Isolation. An endless void.
An eternity of nothing that stretches on...
...and on.
[[Look Around You->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_4]]You turn around, and the endless void is suddenly replaced by a gaping chasm. An infinite drop.
Peering into the abyss, your eyes are scorched by the harshest light you have ever seen.
A colossal vein of purple energy throbs like a heartbeat; shifting, simmering, writhing, growling and moaning.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_5]]You stand there for what feels like hours, enraptured by the vista.
The biting, otherworldly, cold gnaws at your skin and pulls at your sanity.
This place is not meant for mortals.
Beyond all of that - beyond the unknowable and unspeakable sensations, beyond the empty and cold landscape; you feel something.
Something wonderful.
Something beautiful.
You begin to feel a comforting warmth wash over you; a warmth that pulls you into the loving embrace of possibility which washes away the sting of the cold.
This feeling is your oasis in this strange, alien expanse.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_6]]The soothing heat seeps into your bones.
The mist around your feet suddenly disperses, blasted away by some unseen force.
Something is moving around you; a powerful aura that spins around your body, playfully.
Teasingly, it pushes against your chest with strength that nearly topples you over. It suddenly retreats as if it realised it may have caused you harm. The presence in front of you seems to grow stronger.
From the black, reflective ground before you rises a huge and writhing mass of semi-solid ooze. It seems unstable; its very being rolling through a spectrum of shapes and colours.
It seems indecisive.
Curiously, you aren’t terrified in the slightest - whatever this strange creature was, it appears to be the source of the embrace that surrounds you. Your soul resonates with it. It means you no harm, as you mean none to it.
You smile as it cycles in and out of the appearance of creatures from your memory; some even based on beasts you've only heard of in stories. Your mirth increases as it shifts into forms that you and your people could never have dreamed of.
It calls out to you for help, as if it is asking you to shape it.
That it should become a...
[[Behemoth->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_behemoth][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.BEHEMOTH)]]
[[Dragonborn->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_dragonborn][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.DRAGONBORN)]]
[[Naga->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_naga][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.NAGA)]]
[[Minotaur->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_minotaur][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.MINOTAUR)]]
[[Monstrous Symbiote->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_symbiote][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.SYMBIOTE)]]
[[Werewolf->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_werewolf][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.WOLF)]]
\<<if setup.RacePool.CUSTOM.name != undefined>>
\<<set $customRaceButtonText = setup.RacePool.CUSTOM.name>>
[[$customRaceButtonText->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_7_custom][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.CUSTOM)]]
\<</if>>The amorphous creature begins to shift, moulding itself as though it was clay.
A massive profile builds up in front of you, dawrfing you in size. It does not stop there as it seems to bulge and widen into a terrifyingly muscular form.
You watch veins sprawl across the body, pumping blood into each swollen mound of strength. Pecs just out from its chest, a shelf that canopies rows of bulging abdominals.
Above each boulder of strength, a bullish neck rises upwards and is crowned by a muzzle that seems to be a cross of a canine and feral cat. With a beastly roar, sharp teeth form from its gums and a pair of dangerously curved horns sprout from the side of its head. Details flood the face; strong checkbones, a rugged jaw and a gorgeous mohawk that runs from the top of its head down into a mane across its back.
You hear the cracking of bone as its legs shift into a digitigrade stance and its back hunches forward to take on the typical posture of a behemoth.
Finally, a thick tail sprouts from its rear, ridged with webbed spines that frill outwards at its tip.
It kneels down in front of you, it leathery skin stretching across its muscular shape. Even though a behemoth is known for its aggressive and domineering tendencies; this one shows you its full respect and adoration.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]A head forms out of the amorphous creature and a vaguely humanoid shape cascades down from it.
It rolls its shoulders, limbs bulking up with the smooth and elegant motion. The neck, bulging wider, tapers up to a wedge-shaped muzzle.
A forked tongue slips past its lips as teeth forms from its gums. Soon after, a wave of scales and ridges are etched into its skin and eventually covers its entire brawny mass. With a pleased rumble, a pair of slitted eyes flick towards you. You cannot help but admire the sharp angles that define a divine example of a dragonborn.
Raising its arms and pushing one of its digitgrade legs forward, it flexes, and in an instant, major crests and troughs flourish across its body into a canvas of perfectly sculpted musculature.
The mighty beast bows before you as wings erupt from its back, one arm pressed against its voluminous pectorals, the other outstretched showing off its arm's immaculate contour, tipped by vicious looking talons.
An Adonis. A being of perfect balance, strength, wisdom and elegance. A being showing its utter adoration and devotion to you, wordlessly, through its awe-inspiring body language.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]The amorphous creature begins to shift, moulding itself as though it was clay.
It rises upwards, growing taller as the shape of a head rises out from the top. Features like shoulders cascade outward, widening as the upper torso grows steadily more defined.
Lower down, the form stretches out longways, extruded into a long, thick, prehensile tail that merges seamlessly with the humanoid upper-body of the muscle-bound beast.
More detail floods onto its visage; quickly morphing into a serpentine muzzle. From the tip of its head, a wave of scales pop out from its forming flesh and roll down the length of its back and tail. A hood forms on either side of its skull; a crown fit for a cold-blooded king.
The beast opens its mouth, showing you a pair of powerful fangs that descend from the roof of its mouth. They drip with a sickly green venom.
A pair of slitted eyes take shape above the muzzle, blood-red pupils dilating to stare deeply into your soul. A frigid gaze. A loving gaze. It grins as it leers down at you, lower half stretching even further, into a <<print setup.getLength(70)>> long body.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]The amorphous creature begins to shift, moulding itself as though it was clay.
Broad, powerful shoulders ripple outwards from its neck, taking form below the outline of a head. Arms roll down from each boulder, thickening and stretching downwards while legs simultaneously grow from its waist. Knees form, jut backwards and end in strong hooves. From behind, the thin tail of a bull begins to swing between its legs.
Its head then ripples as detail creeps onto it; stretching forward into a primal flat-nosed muzzle.
Two thick, curled horns push out from the top of its skull, each one as thick as your arms.
Ooze recedes only to be replaced by a lucious coat of fur; fine enough to show off its bulging muscles. A larger tuft of fur sprouts from betwene the cleft of its massive pecs, forming a treasure trail down to its genitals.
The minotaur glances down at its burgeoning body; thick chest rising and falling with each of its strong huffs. Its nostrils flare with each breath. The strong musk of testosterone overwhelms your senses.
There is a hungry look in its eyes as he stares down at you. He is a beast of desire, of strength and of loyalty, to you.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]A head forms out of the amorphous creature and a vaguely humanoid shape is embossed into it.
Details fill out the visage; a strong jaw and a sharply defined chin which casts heavy shadows on its lean neck.
Several dozen thin, white veins begin to snake in all directions down from its head, spreading across its arms and torso which race towards its feet.
Writhing alabaster patches slowly take shape where its eyes should; formed from the milky trails that swirl around its face. He stares down at you with featureless, marble-like eyes.
Claws form on the tips of a hand. It raises them to cusp your chin. It smiles, gently, with newfound jagged lips which stretches into a hungry grin, filled with several rows of sharp teeth.
He lets out a low, rumbling and sensual growl; one that makes your chest vibrate.
A long, thick, deliciously slimy tongue slides out from its mouth, as thick as your wrist and as long as your entire body. It flicks at you eagerly.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]The amorphous creature begins to shift, moulding itself as though it was clay.
The vague shape of a narrow, lean-muzzled head rises out from the top of its morphing mass and is accompanied by a thick neck flanked by incredibly broad shoulders.
A pair of triangular ears sprouts from the head as the creature opens its maw wide, letting out a gargled yet undeniably wolfish howl.
It pierces your ears, breaking the otherwise crushing silence of this otherworldly plane.
Several sets of large, pearly-white teeth emerge from its gums, their tips as sharp as daggers and curved as elegantly as sickles.
A pair of wild, hungry eyes then appear, their pupils dilating as its expression contorts into that of extreme euphoria.
Its chest widens, forming a shelf of muscle above rows of chiselled abdominals. Below the waist, underneath a gratuitous package, powerful digitigrade legs form which are capped by dangerous claw-tipped paws. A similarly dangerous set of tools form on its hands, ready to rend any of your foes into ribbons.
Sprouting from its rear, a fluffy tail plumes outward and begins wagging ecstatically. The fur continues to roll upwards from the tail's base and across the body until a luscious coat covers it entirely.
Its wild eyes stare down at you with the look of pure adoration.
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]<<print setup.processFlavours(
$CharacterSheet_Player,
"The amorphous creature begins to shift, moulding itself as though it was clay.\n\n" +
"The ooze bubbles at its apex, rising until it forms @[all|heads|a~an]. Smiling at you, @[all|teeths|noverb] forms out of the gum from beneath @[all|eyes|noverb] that stare at you with unwavering adoration.",
true
)>>
\<<if $CharacterSheet_Player.symbiote.anatomy.horns != undefined && $CharacterSheet_Player.symbiote.anatomy.horns.number >= 1>>
<<print setup.processFlavours(
$CharacterSheet_Player,
"A gutteral roar suddenly takes the beast. With the sound of cracking bone, its flesh parts to make space for @[all|horns|noverb].",
true
)>>
\<</if>>
<<print setup.processFlavours(
$CharacterSheet_Player,
"Detail begins to flood into the rest of its muscular body; @[all|arms|noverb] form from growing stumps and swell with chords of vibrating strength. Nestled between those battering rams are @[all|pecs|noverb] which canopy a glorious wall of @[all|abdominals|noverb].\n\n" +
"Below its waist, another set of writhing puddles expand into the shape of @[all|legs|noverb].",
true
)>>
\<<if $CharacterSheet_Player.symbiote.anatomy.wings != undefined && $CharacterSheet_Player.symbiote.anatomy.wings.number >= 1>>
<<print setup.processFlavours(
$CharacterSheet_Player,
"Its back arches, its smile widens into picturesque euphoria as @[all|wings|noverb] erupt from behind its shoulder blades.",
true
)>>
\<</if>>
\<<if $CharacterSheet_Player.symbiote.anatomy.tails != undefined && $CharacterSheet_Player.symbiote.anatomy.tails.number >= 1>>
<<print setup.processFlavours(
$CharacterSheet_Player,
"Sprouting from its glutes, its @[all|tails|one=wags~more=wag] with uncontained affection and pleasure.",
true
)>>
\<</if>>
[[Continue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_8]]The scalding aura of the inky <<SymbioteRace>> grows in intensity. The edges of its beautiful form vibrate with imminent power, like a tense bowstring drawn to its utter limit.
It resonates with the air, with your bones, and ultimately, your soul. The feeling is impossible to describe. The intimacy you feel with this creature is overwhelming; a bond stronger than love.
The sound of water fills your ears as the ooze on its form begins to spin and rush. You feel the connection with it, you feel your own adoration spike and you channel it into it's already burgeoning form.
His gaze meets yours and then he moans. He urges you onward...
You focus on:
[[His cock->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_9][$SymbioteBoost = "cock"]]
[[His muscles->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_9][$SymbioteBoost = "muscles"]]
[[His whole body->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_9][$SymbioteBoost = "height"]]\<<if $SymbioteBoost == "cock">>
<<print setup.processFlavours($CharacterSheet_Player,
"You focus on his @[all|cocks|noverb]. It swells larger and fatter, throbbing with uncontained size. It reaches its previous limit, but then shatters that with even more size.\n\n Its package crawls across its abdomen, up towards its heaving chest.",
true
)>>
\<<run setup.applyGrowth($CharacterSheet_Player, "cock", 4)>>
\<<elseif $SymbioteBoost == "muscles">>
<<print setup.processFlavours($CharacterSheet_Player,
"You focus on his musculature, wishing it larger! You immediately see its @[all|abdominals|noverb] burst with impossible size and power. It flexes its @[all|arms|noverb], showing off how its biceps expand - consuming more and more space on each limb with every passing second." +
"\n\nA tremendous baritone roar erupts from its throat as its @[all|pecs|noverb] explode with size. The cleft deepens. Each bulging boulder barrels outwards, more and more! The rest of its titanic body rejoices in growth, as each muscle group tries to outdo the others.",
true
)>>
\<<run setup.applyGrowth($CharacterSheet_Player, "muscles", 8)>>
\<<elseif $SymbioteBoost == "height">>
The <<SymbioteRace>>'s expression contorts in pleasure. Its deep moans dive in pitch, reaching brassy baritone notes as its body erupts upwards. It grins as your vision is utterly filled with the body of the growing <<SymbioteRace>>.
Its lustful gasps fill the void as its form reaches a height of <<print setup.getLength(90)>>. As the growth ends, it steps closer to you and then presses you against his warm flesh.
\<<run setup.applyGrowth($CharacterSheet_Player, "cock", 1)>>\
\<<run setup.applyGrowth($CharacterSheet_Player, "height", 7)>>\
\<</if>>
You can't help but flush with arousal. This creature was beyond good looking, beyond the concept of your ideal.
A sticky wet spot grows within your pants. You gasp, as you feel its massive hand roll over your chest. Gentle. Loving. Strong.
The limb slides down lower.
You look up, only to meet its gaze a hairs breadth away from your face. You can taste its powerful breath. Closing your eyes instinctively, you lock lips.
Divine euphoria. The proverbial match made in the heavens. Your body leans in closer to the creature, craving every inch of contact with it. Goo from its body rushes past your dancing tongues and into your throat. Some of it drips off of your body in sticky strings.
Your arousal suddenly skyrockets!
You begin to picture more detail on its body as you kiss; the colours and patterns that make it unique:
[[Amber->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.AMBER; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.AMBER)]]
[[Beige->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BEIGE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BEIGE)]]
[[Black->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BLACK; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BLACK)]]
[[Blue->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BLUE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BLUE)]]
[[Brown->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.BROWN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.BROWN)]]
[[Crimson->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.CRIMSON; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.CRIMSON)]]
[[Emerald->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.EMERALD; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.EMERALD)]]
[[Golden->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.GOLDEN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.GOLDEN)]]
[[Green->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.GREEN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.GREEN)]]
[[Grey->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.GREY; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.GREY)]]
[[Indigo->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.INDIGO; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.INDIGO)]]
[[Obsidian->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.OBSIDIAN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.OBSIDIAN)]]
[[Orange->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.ORANGE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.ORANGE)]]
[[Pink->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.PINK; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PINK)]]
[[Purple->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.PURPLE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PURPLE)]]
[[Red->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.RED; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.RED)]]
[[Sapphire->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.SAPPHIRE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.SAPPHIRE)]]
[[Violet->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.VIOLET; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.VIOLET)]]
[[Tan->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.TAN; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.TAN)]]
[[White->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.WHITE; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.WHITE)]]
[[Yellow->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_10][$CharacterSheet_Player.symbiote.color = setup.ColourPool.YELLOW; setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.YELLOW)]]\<<run setup.colourAllLimbs($CharacterSheet_Player.symbiote.anatomy, $CharacterSheet_Player.symbiote.color)>>\
It presses you in tightly, closer to its glorious body, now coloured <<SymbioteColor>>.
Amidst the floods of passion and love, you feel gratitude join in the divine union of you and this beast.
<<print setup.processFlavours($CharacterSheet_Player,
"It continues to kiss you deeply and grinds its @[all|cocks|noverb] along your own.",
true
)>>
Passion flares. Love ignites. Bonds strengthen.
<<print setup.processFlavours($CharacterSheet_Player,
"Your moans fill the dark void as the goo begins to change you. Your @[all|cocks|one=grows~more=grow] as you rut against the <<SymbioteRace>>'s body. " +
"Soon, it reaches further than the <<SymbioteRace>>'s monstrous tool. " +
"He pulls back from the kiss and smiles, filled with pride. You are utterly drenched with <<SymbioteColor>> slime. He takes you into a massive bear hug."
)>>
[[Let him in...->Quest_MQ001_EchoFirstEncounter_InvestigateImpact_11]]Its whole being enters you. You scream as the deluge instills deep rooted pleasure across every pore. Your lips part as your muscles explode with immense size and strength.
More than just strength enters you. You feel a waterfall of lust wrack your psyche - the creature's needs and desires becoming your own.
You crave sex and power. You need more....
<<print setup.processFlavours($CharacterSheet_Player,
"Grasping your @[all|cocks|noverb], you hold on for dear life as the thick meat begins devouring litres of goo through its tip. Your need keeps escalating! Exponentially reaching higher and higher heights!"
)>>
You erupt in size as the power pushes your form upwards, becoming <<print setup.getLength(86)>> tall! It feels like your mind is about to shatter with the most intense orgasm of your life!
The last of the goo finally enters you as you jack off furiously while flicking your thick <<SymbioteColor>> tongue in the air.
You both stand together in the void. Titans in the endlessness. Rulers of this space. Yet you know you can both be so much more. You are ready to take on this ripe world.
Even though you are both screaming in ecstasy and coating the purple plains in layers of seed; the monster's name appears in your mind with extreme clarity.
<<textbox "$CharacterSheet_Player.symbiote.name" "Echo">>
\<<run setup.completeQuest($Quest_MQ001_01)>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_EchoForm)>>
[[Be Reborn->Quest_MQ001_EchoPostMerge][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_HostOfEcho)]]You find your eyes peeling open to the warm hues of an afternoon sky.
The desert should have been a lot cooler by this time of day, but you find your body flush with heat.
A craving burns within your inner being; a hunger for endless pleasure. The more you try to ignore it, the more the pressure amplifies within the core of your soul.
Visions of that empty eternity flood your mind. You wonder if it could have all been a dream. Yet...
... That gut clenching thirst for the highs of sex tell you all you need to know.
Whatever was in that crater, is now a part of you.
[[Go back to the village->Quest_MQ001_EchoPostMerge_1]]You head back in the direction of the Golden Bastion. You feel dizzy through the entire trip, as if your center of gravity is not quite where it should be. It is not unlike a child learning to walk all over again.
"Halt!" The voice of a gruff guard startles you. He was a dragonkin with a solid build. You can see fresh scars across his exposed scales; clearly a survivor of last night's assault.
"State your intentions, stranger!" He barked.
The remark confuses you. By now, the Eldest should have communicated to everyone that you had become the new scavenger of the Golden Bastion. You realise you have no idea how much time has passed since you touched the strange orb.
[[Tell him who you are -> Quest_MQ001_EchoPostMerge_2_who_are_you]]You state your name and your position as the Golden Bastion scavenger.
He pauses for a moment, as if examining you closer. His expression is hard to make out; a blend between distrust and hope.
"You look nothing like $CharacterSheet_Player.info.name, how do I know you are truly who you say you are?" The man's stance shifts and his hand hovers over the pommel of his sword.
You blink in confusion and then look at yourself. The shock shakes you to the core. You look nothing like you did before: you are taller, far more muscular and your nether region has certainly become more pronounced.
"$CharacterSheet_Player.info.name has been gone for weeks; if it is you, where have you been?" he presses.
[[Say you encountered something strange->Quest_MQ001_EchoPostMerge_2_Truth]]
[[Make up some lie on the spot->Quest_MQ001_EchoPostMerge_3_Lie]]
[[Say that only the eldest should know->Quest_MQ001_EchoPostMerge_2_Eldest]]
[[Punch Him->FightLogic][$Encounter_Target=$CharacterSheet_town_guard]]You decide to tell the guard everything. The more you speak, the more the colour drains from his face.
"Even if it is true and you are $CharacterSheet_Player.info.name, I can not let you pass!" He states sternly, "It's too risky to allow you inside if you have been... tainted."
"I'm sorry, but it would be safer if I just ended you here." The guard draws his sword and takes a step toward you. A strange wave of power washes over you. You could snap him like a twig, show him the extent of your building lust.
[[Continue->Quest_MQ001_EchoPostMerge_3_Meet_Abel_aggressive]]There is a sense of pride that wells up within you as you realise how much more you have become, but at the same time the feeling is laced with the fear that you may not actually be the same person that left in the morning.
A bluff escapes your lips; that you were sent out in the morning to collect materials. A lie laced with truth.
The guard raises an eyebrow, "Is that so? Who sent you? Who was manning this post when you left?"
[[Make up a name->Quest_MQ001_EchoPostMerge_3_Lie_mildred]]You blurt out the name Mildred. A generic name that you ocassionally heard within the markets.
"Okay fine, but then which guard let you out?" he grunts, his hand hovering over the pommel of his sword.
[[Abel->Quest_MQ001_EchoPostMerge_3_Lie_Abel]]
[[Senna, The Drill Sergeant->Quest_MQ001_EchoPostMerge_3_senna]]
[[Trent, The Inner Wall Watchman->Quest_MQ001_EchoPostMerge_3_Lie_Trent]]The name Trent escapes your lips. It was one of three guards you remember working with extensively during your training.
"Trent, eh?" The guard relaxes his stance towards you, "If you know a guard that works exclusively at the Inner Wall, then it has to be you."
He hesitates for a moment, looking you up and down and then finally opens his mouth to speak in hushed tones, "Is it really you, $CharacterSheet_Player.info.name? When you disappeared, you look... different"
[[Continue->Quest_MQ001_EchoPostMerge_3_Meet_Abel_passive]]You think back to a number of guards you had worked with in the past. The name Senna comes to the fore of your mind; one of the drill masters that helped train you and Abel.
"Senna?" The guard drops his aggressive stance, but his shoulders slump and lines of sadness creep into his expression, "Well that's one way to prove its you, though you could have picked something less somber."
"Senna is dead, $CharacterSheet_Player.info.name. He was killed in combat the day before you left," he hesitates for a moment, looking you up and down, "I am sorry I treated you with mistrust."
[[Continue->Quest_MQ001_EchoPostMerge_3_Meet_Abel_passive]]You say that you were sent by Abel, the Herald's apprentice.
The guard's face scrunches into a scowl, "He's not even a guard, but of course an outsider wouldn't know that."
The guard unsheaths his sword, the sound of ringing steel interrupting your thoughts, "I don't know who you are or what you want with us, but turn away or be slain!"
[[Continue->Quest_MQ001_EchoPostMerge_3_Meet_Abel_aggressive]]The guard's body tenses and there is a flash of distrust that manifests in his hand gripping the handle of his sword. He does not draw it. A frustrated growl rasps from his throat.
"If you are here on business of our leader, then you must speak with those who can hear it's words. Wait here, I will fetch someone," he says in flat and measured tones, "If you are lying, there will be hell to pay."
The man assigns a colleague to stand watch over you as he disappears into the Golden Bastion.
[[Continue->Quest_MQ001_EchoPostMerge_2_Eldest_2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
It feels like an agonizing wait before he arrives with a familiar face.
It was Abel.
He motions for you to join him within the Golden Bastion walls.
[[Enter the Golden Bastion->Quest_MQ001_EchoPostMerge_3_Meet_Abel_p2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "angry")>>
"Stop!" A familiar voice immediately cuts through your boiling blood. Abel stands at the gate, donned in what looks like a short ceremonial robe. You can't help but notice its similarity to the Herald's attire.
"The Eldest demands that you stop," he continues, "$CharacterSheet_Player.info.name is expected to report what he found. Or would you rather explain to Them why you turned our scavenger back into the Barrens?"
"No honoured voice," he answers, "My apologies. If this stranger-"
"Scavenger $CharacterSheet_Player.info.name." Abel corrects.
"If this is indeed $CharacterSheet_Player.info.name, then we shall let him pass." The guard eyes you warily but drops his aggressive stance towards you and steps out of the way.
[[Enter the town->Quest_MQ001_EchoPostMerge_3_Meet_Abel_p2]]"Wait here," he smiles.
"I'll go fetch Abel. He has been visiting the wall every day in hopes that you would return. In truth, we all have been praying for the return of a Scavenger."
[[Continue->Quest_MQ001_EchoPostMerge_3_Meet_Abel_passive_2]]It takes some time for the man to return.
"The Herald's apprentice is waiting for you within the walls, please proceed and go in the grace of the Eldest," the guard salutes and lets you pass.
As you enter the village proper, you see a familiar figure. The beaming visage of Abel greets you, garbed in what looks to be the cermonial kit.
[[Speak to Abel->Quest_MQ001_EchoPostMerge_3_Meet_Abel_p2]]<<print setup.setAndDisplayEmote($CharacterSheet_Abel, "normal")>>
"It's good to see you are alive and well, $CharacterSheet_Player.info.name. A lot has happened while you've been gone." Abel says as he looks you up and down.
"By the gods... I made it a ritual to visit this wall every day in the hopes you would come back, but I never thought I would be blessed with such luck," he smiles brightly.
"You honestly look like a completely different person. What exactly have you been doing the past seven cycles? Nevermind. This is not the place for that kind of talk. Come find me in my house," he says as he turns toward the Golden Bastion proper, "We can try and make sense of this all."
[You may now visit Abel's house]
[[Continue->Village]]<<set $Quest_MQ001 =
{
id:"MQ001",
description: "Something fell from the sky. I should have died, but here I am... Still, today is the day I can finally become a Guard. There is no way I can let this opportunity fly by.",
villageDescriptor: "Some smoke still rises from where the meteor hit yesterday. You glance upon some salvagers heading to the crash site.\n" +
"Others are moving along, trying to make it in this poor but safe place.",
villagePassage: "[[Visit the Eldest->Quest_MQ001_VisitElder]]",
onComplete: function()
{
State.variables.Quest_CanExplore = true;
}
}>>You enter the ruined Temple of the Eldest.
The metallic structure contrasts heavily with the rest of the village.
You see a lone figure at the center, the light reflecting on his metallic skin gives it a soft glow.
The soft rumble of his throne rings in your ears as you approach.
He does not seem to notice your presence as you bow. His last functional eye softly gazes at the talisman in his mechanical claw.
[[Is everything ok?->Quest_MQ001_VisitElder_1]]"I’m sorry <<print $CharacterSheet_Player.info.name>>... I did not see you come in."
He seemed worried, this was not a good sign.
"I know you were supposed to be promoted to protector of the village, but something's happened."
He looks away, hiding his dread.
"We lost Cray... Someone has to become the new Salvager for the village."
Cray has been your role model for years. His stories have kept you motivated to keep training for as long as you can remember.
[["What happened to him?"->Quest_MQ001_VisitElder_2]]"He left his Talisman of Guidance here. Wherever he is, he chose to not find his way back here."
This is hard to believe, leaving without a talisman was worse than death. It was a path to damnation.
"I suspect that he was corrupted by the Cult of Nyx... But more importantly, the people here need some flow of Essence coming in... Without it, I fear they would become..."
He lowers his voice. "Unwell..."
You look at him in disbelief, yet you know The Eldest never lies.
"You're the best warrior we have right now..."
After some respite, you answer.
[[Reassure him that you'll do what you can.->Quest_MQ001_VisitElder_3_FriendlyResponse]]
[[Let him know you only want to leave this place.->Quest_MQ001_VisitElder_3_RudeResponse]]"Thank you. Be careful and follow your heart once you're out there."
He gives you a sad look.
"I truly hope you don't let the horrors ahead change your ways."
He almost hands you Cray's talisman but stops halfway.
"But before I let you go, I have to see if you can handle what lies outside."
\<<set $Encounter_Target = $CharacterSheet_Elder>>
[[Brace Yourself->FightLogic]]He looks fazed.
There's a long silence between you two.
He examines you deeply.
"You weren't always like this... I hope exploring the world beyond can help you find your way..."
He almost hands you Cray's talisman but stops halfway.
"But before I let you go, I have to see if you can handle the outside world."
\<<set $Encounter_Target = $CharacterSheet_Elder>>
[[Brace Yourself->FightLogic]]The Eldest gets up from his throne, several wires and cables rise up with him.
Even with his body ruined by centuries of the harsh desertic climate, he stands ready to fight you.He seems disturbed by your transformation. At the same time, seeing you with this power seemed to grant him the peace of mind he sought.
"I could sense it even when you turned into this monster... You were still here."
He hands you Cray's talisman.
"Remember, if you lose your soul, always follow the guidance of the talisman. We can't lose another warrior..."
You nod. This did not go how you expected, but you accept the talisman.
<<print setup.getFightReward($CharacterSheet_Elder)>>
You are now allowed to leave the village.
\<<run setup.completeQuest($Quest_MQ001)>>
[[Village->Village]]You step out of the portal and immediately feel an overwhelming heaviness in the air. It's humid, musky, tainted with corruption.
A black, empty sky surrounds you; the all-encompassing presence of Nyx only amplifies its darkness.
Your skin burns under its unholy light like each ray is coated with acid. The black sun is overwhelming; it consumes most of the space above you.
Standing on a platform made of uneven rocks and soil, you notice that there is no ground behind you. The land simply ends into a sharp cliff that drops into nothingness.
It is floating high above the realm, like Nyx itself was sucking it up towards it. Purple runes swirl around the edges. The cursed symbols pulse with an aggressive radiance; they look barely stable.
Their power is undeniable; this is what stops this realm from falling.
The Black Sun's light seeps into your skin; your heart beats like a drum.
\<<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
You bask yourself in its corrupting power. You cock throbs madly already. There better be something for you to fuck nearby.
\<<else>>
Its alluring power is undeniable, you try to control your lust, but your cock throbs madly with need. Your hunger for power intensifies.
You try to supress a moan.
\<</if>>
You gain the "Embraced by Nyx's Light" ability for as long as you stay in Apothus's realm.
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_EmbracedByNyxsLight);>>
\<<run setup.MQ002_LeavingManor($CharacterSheet_Player)>>
\<<if $CharacterSheet_Player.quest.exploration.apothusRealmFirstTime>>
[[Explore this Realm->Quest_MQ002_ApothusRealm_ApproachStructure]]
\<<else>>
[[Approach the Structure->Quest_MQ002_ApothusRealm_ApothusMenu]]
\<</if>>\<<run setup.MQ002_GiveNyxLightAbility()>>
\<<run $CharacterSheet_Player.removeAbilityRuntimeData(setup.Ability_EmbracedByNyxsLight);>>
You leave Apothus's tainted realm behind through the portal you came from.
[[Leave->Quest_MQ002_Manor_MainHall]]Massive ruins reveal themselves near the horizon. Deep distorted moans of the Lost begin to reach you as you approach.
\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
But they get buried under the booming sound of your footsteps.
\<<elseif setup.MQ002_Manor_IsGiganticInManor($CharacterSheet_Player)>>
The ground cracks under the weight of your immense body, sprawling like countless serpents across the old stone. Each step toward the ruins weakens it even further.
It's a miracle that the platform is still floating.
\<</if>>
Taint seeps through the cracks in the stone bricks, warping their surface into a deep black hue.
The smell is dangerously potent; every breath fills your lungs with burning lust. Your cock grows harder every time you exhale.
Corruption flows along the floor and walls of the ruin like pulsating veins, inching around the center of the ruins like a black vortex.
At the center of the ruined site lies a massive egg-shaped cocoon, as black as the void of space surrounding you, yet its presence is undeniable. A bright aura of dark purple circles it, swirling around the monument, sucking the unholy light into itself.
Countless Lost are at its base, engaging in mad debauchery more intense than anything you've ever seen.
Their muscular forms writhe and moan with raw sexual intensity as they eternally give in to their lust.
<<print setup.displayEncounterImage("https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/voidlesky_dawn_of_corruption_2.jpg","https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Scenes/voidlesky_dawn_of_corruption_2.jpg")>>
[[Continue->Quest_MQ002_ApothusRealm_ApproachStructure_2]]A deep monstrous roar rumbles throughout the ruins as thick black seed shoots from one of the Lost, more joining him seconds later. Their passion is endless, forever pushed to the very limit of pleasure that flesh can provide. Time has lost all of its meaning here; there is only pure ecstasy.
Numerous root-like veins throb along the cocoon's base, absorbing more of the Lost corrupted essence into itself.
Veins, thicker than trees, thunderously pump across the platform.
The cocoon shakes violently in response. A muffled moan resounds from within its black surface.
It is mighty, bestial, gigantic, bigger than any beast you've encountered before.
The cocoon pulses with power as it drains more of the Lost's essence; the moan grows more piercing.
The black cocoon slowly expands, gaining more mass and spreading along more surface for Nyx's light to bless.
[[Continue->Quest_MQ002_ApothusRealm_ApproachStructure_2_1]]A monstrous howl emanates from within the orb; it suddenly expands in all directions.
Shots of thick white seed shoot to its surface from whatever lies inside—the surrounding Lost all roar and cum in unison.
"Wonderful, isn't it?" Purrs an otherworldly voice. Its warmth is charming, but you know better than to let it draw you in.
[[Turn towards the voice->Quest_MQ002_ApothusRealm_ApproachStructure_3]]\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
You look down, a tiny being seems to ask for your attention.
\<<else>>
You turn to face whoever is addressing you.
\<</if>>
They seem to be a 12ft tall man wearing tattered rags that barely covers his waist. On his left pectoral is a glowing deep purple tattoo of a swirling vortex.
There is an alluring sweetness to his voice, yet the musky smell of corruption clings to him. He gazes at you with a lusty, hungry grin.
\<<if setup.MQ002_HasBrokenSeal()>>
"So... you've managed to free us from our little prison. That fool finally got what he deserved too."
\<<else>>
"So... you entered our prison but kept the seal up? You're an interesting one." He laughs inauspiciously.
\<</if>>
[[Continue->Quest_MQ002_ApothusRealm_ApproachStructure_4]]<<print setup.displayEncounterImage($CharacterSheet_Apothus.info.picture)>>
He sounds weirdly delighted- as though he is in complete control. The influence of corruption is evidently gnawing at him. His breathing grows heavy, his eyes glow with an intense purple hue, loincloth stretching to contain his throbbing cock.
Yet he is schockingly clear-minded as though he has learned to live with his decaying mind.
"I've forgotten how long we have been sealed here... but no matter. There is no reason for us to go back to the Barrens now; the warm embrace of Nyx and the growth of our chosen one are all we need."
He grins at you, unsure if he either should give in or resist the urge to have his way with you.
"You may call me... Apothus."
<<include Quest_MQ002_ApothusRealm_ApothusMenu>>\<<if $CharacterSheet_Player.quest.exploration.apothusRealmFirstTime>>
\<<set $CharacterSheet_Player.quest.exploration.apothusRealmFirstTime = false>>
\<<else>>
The Lost's corrupted cum flows along the ruins floor and walls. Their taint seeps through the stone ruins, warps it into a deep black.
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|cocks|one=throbs~more=throb] harder with every breath you take.")>>
The blackness crawls on the stone's surface, inches onward around the ruins' center, like an all-consuming vortex.
\<<if $WorldState.apothusTransformed>>
Apothus stands at the center of the platform, roaring in pleasure, fucking his army of lust-driven worshippers.
\<<else>>
At the center lies a massive egg-shaped cocoon, as dark as the void surrounding you, scale utterly breathtaking.
A profound aura of purple emanates from it, swirls around the monument, sucking the dark light into itself.
Countless Lost are at its base. Their muscular forms writhe and moan in raw sexual intensity as they eternally engage in forbidden debauchery.
\<</if>>
\<</if>>
\<<if $WorldState.apothusTransformed>>
[[Challenge Apothus->FightLogic][$Encounter_Target = $CharacterSheet_Apothus_2nd_Form]]
\<<else>>
[[Ask about him->Quest_MQ002_ApothusRealm_AskAboutHim]]
[[Ask about the Lost->Quest_MQ002_ApothusRealm_AskAboutTheLosts]]
[[Say you're here to save Cray->Quest_MQ002_ApothusRealm_HereToSaveCray]]
\<<if $CharacterSheet_Player.quest.oaths.apothus == setup.Oath.NONE>>
[[Attempt to bring his cult down->Quest_MQ002_ApothusRealm_HereToKillThem]]
\<<else>>
[[Feed the Chosen->Quest_MQ002_ApothusRealm_Feed_The_Chosen]]
\<</if>>
\<<if $CharacterSheet_Apothus.quest.askedAboutHim && $CharacterSheet_Player.quest.oaths.apothus != setup.Oath.ACTIVE>>
[[Say you want to unleash Nyx->Quest_MQ002_ApothusRealm_HereToUnleashNyx]]
\<</if>>
\<<if $CharacterSheet_Player.quest.oaths.apothus == setup.Oath.ACTIVE && setup.getStatValue($CharacterSheet_Player, "corruption")>>
[[Usurp Apothus's cult->Quest_MQ002_ApothusRealm_ChallengeApothus]]
\<</if>>
\<</if>>
[[Leave->Quest_MQ002_ApothusRealm_Exit]]A disarming smile graxes his features.
"I'm glad to see you're not here to attack us blindly." He comes closer, his cock dripping with thick black corruption under his thin loincloth.
"I stumbled upon this realm ages ago by wandering the barrens, I was a salvager like yourself, you know?"
Corruption flows overtly through his black scleras.
\<<if !setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
They made his attempt at being relatable completely hollow.
\<</if>>
He sighed. "This is such a long time ago it doesn't feel like I'm talking about myself anymore..." His eyes drifted to stare directly at the Black Sun.
[[Continue->Quest_MQ002_ApothusRealm_AskAboutHim_2]]"Its warm light embraced me like I was its son. It whispered answers to my pleas and granted me the strength to face my foes," he keeps staring at it, his whole body shaking with arousal.
"But we deserve better; we deserve to live free of fear, to be united under a common ideal," he lifts both of his arms wide like he was taking the sun into a warm embrace.
"For the sun only gives... no one can deny it. I know you feel it too. The burning vigour that is growing within your loins."
\<<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
He looks at you, feels the rapid beating of your heart and the throbbing of your <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> cock.
\<</if>>
"So, why is it that you came all the way here, Salvager? Have you come to help us bring Nyx's blessing to the world?"
\<<set $CharacterSheet_Apothus.quest.askedAboutHim = true>>
[[Continue->Quest_MQ002_ApothusRealm_ApothusMenu]]"People fear corruption, and yet here we are all working together to create something bigger than ourselves.
Something that fulfills us, that ultimately makes us happy to be alive."
He turns to look at the neverending orgy, his lips curling into a warm smile.
"People call them the Lost, but I just don't see it..."
[[Continue->Quest_MQ002_ApothusRealm_ApothusMenu]]The human laughs, exposing his razor-sharp canines.
"Oh yes... I knew somebody would come for him at some point. It has taken longer than I expected," his purple eyes gaze directly within yours like he is reading an open book.
"Your friend is here... But there is no way to reach him for now," he turns to look at the ever-growing cocoon.
"He's evolving."
"We all see him in our dreams, growing and growing until he reaches Nyx itself. Only he who can make direct contact with the Black Sun is worthy of its power," Apothus keeps looking at the cocoon, completely mesmerized.
"He is the one, the god we need to guide us, to stop us from succumbing to madness," he turns to you suddenly.
[[Continue->Quest_MQ002_ApothusRealm_ApothusMenu]]He chuckles madly.
"And then what? We'll just keep coming back, cycle after cycle after cycle. Nyx is eternal, and so is our dedication to it." A thick purple mist suddenly gathers around his hands.
"Even if I die, my spell to keep this realm afloat will prevail. It lives through my will, deep within my immortal soul." His black eyes give you a piercing look.
"You can try, just like your friend did, but you'll eventually fall to corruption..."
He walked towards you, his hands pulsating with dark magic.
"Time is on our side."
[[Fight Him->FightLogic][$Encounter_Target = $CharacterSheet_Apothus]]The feeling of Nyx flowing through your skin is undeniable; it is more than arousing. It is glorious; You feel like you could fuck for days without stopping.
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections > 0>>
You love the parasites writhing within you as well.
\<</if>>
You approach the corrupted human; your hand clasps your throbbing cock. You could cum at any moment now.
\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
Purple magic clads his hands as he hovers towards your head.
\<</if>>
You don't need to say another word. The two of you kiss, with countless Lost looking at you with envy. Your tongues wrestle for dominance.
His saliva is more corrupted than anything you've encountered. The smell is acidic; you feel your tongue numbing as his poison flows inside you.
You growl as your hand goes down to his loincloth. It comes off in one pull.
He giggles sinisterly. His hands cupping your <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> balls before turning around. He presents his ass teasingly, eagerly waiting to be filled by your monster.
"Take me... Oh god, I need that cock inside me..."
[[Fuck Him->Quest_MQ002_ApothusRealm_HereToUnleashNyx_2]]You grasp the back of his shoulders and push him down. He moans and laughs in response.
"Cmon, take me, big guy... Show those Lost how a real monster does it," he says as his hands glow with a dark purple aura.
You push yourself in, once inch at a time. Apothus screams lovingly as the first 6 inches of your monstrous tool fills him.
His hands fill with an otherworldly magic, like Nyx itself is seeping its power directly onto him. His insides stretch and push tightly around your cock.
You howl in pleasure; some Lost immediately rush to answer the call. Their oily tongues worship your pecs and arms.
You feel their corruption seep into your skin. Your nipples thicken as some Lost suck them eagerly.
"Join us $CharacterSheet_Player.info.name, let Nyx guide you for it is our only salvation in this cursed world. Our only way to experience the pleasures of corruption without losing our minds."
[[Fuck Him Harder->Quest_MQ002_ApothusRealm_HereToUnleashNyx_3]]His speech is cut short as you thrust the rest of your cock into him.
"Ahhhhh... By the gods... Yessss..." He moans as countless Lost rush to him as well. A swarm of aroused musclebound beasts worship you. Multiple tongues fight for the space to enter your asshole. Countless others worship every inch of your muscles and take turns to kiss you with the passion of newfound love.
Apothus lifts his hand to you; it now glows brighter than a flame. A bleeding wound sits on his open palm.
"Mrrrffff... Ahhhh... We need an Oath... G-ghhhh. To swear your allegiance to Nyx! To fully allow you to feel its embrace! I Apothus declare with $CharacterSheet_Player.info.name under Nyx. So that we unleash The Black Sun upon the world, we shall have the strength and the clarity of mind to stop anything that might hinder us from attaining that goal!"
[[Seal the Oath of Nyx->Quest_MQ002_ApothusRealm_HereToUnleashNyx_4]]You bite your hand, pressing it against his, sealing the promise.
A swirl of purple magic surrounds you both. Lost roar in arousal and cum at being inched away from the immense power of Nyx.
Dark magic coils around you both, it swirls into whirlpools that target your respective chests.
Apothus is affected first, vortex shaped tattoo absorbing the dark energy. His voice cracks and strains under his own moans.
It builds upon the design, making it bigger and more detailed; it reaches up to his shoulder. You feel it touch you next. It imprints itself on your skin; you cum on the spot.
Every pore of your skin opens up, giving more room for Nyx's light to enter you.
Your <<print setup.processFlavours($CharacterSheet_Player,"@[all|cocks|one=shoots~more=shoot]")>> gallons upon gallons of cum, the pleasure is all-consuming.
Every lick of the Lost, every inch of your <<print setup.processFlavours($CharacterSheet_Player,"@[all|cocks|noverb]")>> entering Apothus becomes pleasurable enough to unleash additional orgasms on their own.
You feel magic push deeper into your flesh, spinning and spreading along your chest.
The Lost roar at the arrival of the new member of their cult, shots of corrupted cum starts covering everything in sight.
You roar as the Oath completes into a tattoo of a purple vortex covering your left pectoral.
[[Continue->Quest_MQ002_ApothusRealm_HereToUnleashNyx_5]]The Lost collapse around you, exhausted by your initiation.
Apothus helps you to your feet.
"With your help, I feel like we can have our chosen one reach Nyx in no time..."
\<<set $CharacterSheet_Player.quest.oaths.apothus = setup.Oath.ACTIVE>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Oath_Nyx);>>
[[Continue->Quest_MQ002_ApothusRealm_ApothusMenu]]You feel Nyx's call; it is more intimate than a lover's whisper.
His Lost should be yours. Their corruption pulsates through your heart. They all look at you as their true master already.
You look at Cray in his growing cocoon. This impostor should never be in between you two.
You look at him, a black fire burning within your eyes. For once in countless days, the moans of the Lost grow silent.
They stare as you approach Apothus.
He immediately senses your intention.
A thick purple mist suddenly gathers around his hands.
[[Fight Him->FightLogic][$Encounter_Target = $CharacterSheet_Apothus]]The Lost move aside as you approach the <<print setup.getNyxChosenCocoonSize()>> black cocoon. \
They shake with anticipation, drooling at the power within your flesh. Part of them yearns to take you, to overwhelm you in their Corruption, but the call of Nyx is too strong.
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|hands|one=presses~more=press] on the base; it pulses with the Essence of countless beings. The chosen's presence is undeniable.")>> \
His mountainous muscles shudder within the cocoon's surface. He needs more; Only once he reaches the Black Sun above will he feel satisfied.
You dream of seeing him over the barrens; your old mentor now turned into a god; the whole world would bow in worship.
\<<if $WorldState.apothusChosen.essenceLevel == 0>>
\<<if $Essence >= setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)>>
<<print "[[Feed him Essence ("+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+")->Feed_The_Chosen_Level1][$Essence -= "+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+"]]">>
\<<else>>
<<print "<span class = 'inactive'>[[Feed him Essence ("+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+")->Feed_The_Chosen_Level1]]</span>">>
\<</if>>
\<<elseif $WorldState.apothusChosen.essenceLevel == 1>>
\<<if $Essence >= setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)>>
<<print "[[Feed him More... ("+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+")->Feed_The_Chosen_Level2][$Essence -= "+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+"]]">>
\<<else>>
<<print "<span class = 'inactive'>[[Feed him More... ("+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+")->Feed_The_Chosen_Level2]]</span>">>
\<</if>>
\<<elseif $WorldState.apothusChosen.essenceLevel == 2>>
\<<if $Essence >= setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)>>
<<print "[[Complete the chosen's ascension ("+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+")->Feed_The_Chosen_Final][$Essence -= "+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+"]]">>
\<<else>>
<<print "<span class = 'inactive'>[[Complete the chosen's ascension ("+setup.getNyxChosenFeedEssenceCost($CharacterSheet_Player)+")->Feed_The_Chosen_Final]]</span>">>
\<</if>>
\<</if>>
[[Go Back->Quest_MQ002_ApothusRealm_ApothusMenu]]<<print setup.processFlavours($CharacterSheet_Player, "Essence flows from your @[all|arms|noverb] and into the cocoon.")>> \
The whole platform suddenly rumbles. The Lost surrounding you moan as you strengthen their god.
Anticipation fills you all, a sense that the world will forever change after the cocoon finally hatches.
It accepts your gift; Thick root-like tendrils emerge from the power rising from your hands. They writhe across the cracking soil, growing bigger than the Losts surrounding them.
A monstrous, lustful roar pushes through the confines of the cocoon. The Lost moan in response; their god is growing closer to the Black Sun.
\<<set $WorldState.apothusChosen.essenceLevel = 1>>
His prison grows up to <<print setup.getNyxChosenCocoonSize()>>.
[[Continue->Quest_MQ002_ApothusRealm_ApothusMenu]]The black fleshy cocoon grows upwards, directly towards the light of Nyx. You step back as it pulses and expands to contain the Chosen's growing muscles and cock. \
His body is unbelievably massive, the epitome of power and virility. He flexes uncontrollably within the cocoon, sending ripples across its growing surface.
The Losts look at you in complete awe as you step towards the chosen one. They kneel, letting you walk freely towards the cocoon. \
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|hands|one=presses~more=press] upon its surface once more, it pulls you in, drinking your Essence like dry soil.")>> \
You feel Nyx's will through your own, to carve a vessel so it can walk the Barrens.
To have all eyes pulled onto its light.
\<<set $WorldState.apothusChosen.essenceLevel = 2>>
The Lost all roar and cum in unison at the sight of their god towering over the ruins.
The platform is barely holding on to the mountainous black cocoon. At <<print setup.getNyxChosenCocoonSize()>>, Nyx is almost within its reach.
[[Continue->Quest_MQ002_ApothusRealm_ApothusMenu]]\<<set $WorldState.apothusChosen.essenceLevel = 3>>
Apothus looks at you with a smile of pure, utter bliss. One that only displays a fraction of the euphoria he feels at seeing a new god's birth.
His hands glow with a golden hue; the whole ruins shake in response.
You feed the cocoon with more Essence, enough to grow anyone into a titan of unbelievable strength.
Yes... To worship Nyx is to free the world of doubts and fear!
All shall bathe in its light!
Free from the fear of being broken by cursed beasts! All shall be perfect, blessed by the all-consuming embrace of a new god!
Apothus grins, his eyes shine with the unholy glow of Nyx's light. He joins your effort, his hand pressing on the base of the cocoon.
The surrounding Lost soon follow, giving away their Essence to their god. A muffled roar shakes the whole platform. The silhouette within bursts with sudden growth, stretching the cocoon as if an explosion triggered within.
[[Continue->Feed_The_Chosen_Final_2]]You gaze at the black sun, marvel at how the cocoon grows closer and closer to its surface. \
Its light deviates, condenses towards the monster below. The Chosen roars, piercing your soul with instincts of bestial lust. The half-formed god unleashes his first word.
"More..."
His voice slithers under your skin, filling you with new forbidden power.
The ground under your feet pulses to the god's heartbeat. His monstrous cock hardens, pushing against his chrysalis until it suddenly breaks free. \
The Black Sun flows into its new host. It shrinks until it becomes smaller than the platform you're standing on.
"Moooooorrreeee"
Like an order to the world around him, his word seeps into all it can reach.
The Lost roar, every one of them instantly brought to the edge of a mind-shattering orgasm. Their corrupted seed spews out until the whole platform is damp with a layer of thick cum. \
The Chosen's power reaches you as well, making your teeth clench. Your body shakes with an unholy need for more; more size, more pleasure, more power—a need to overcome any opposition, even the limits of mortality itself.
[[Continue->Feed_The_Chosen_Final_3]]Claws pierce out of the cocoon like a knife through butter; each of them glows with a powerful dark gleam as if the black sun courses behind their glass-like edge. \
Seeing them is mesmerizing; it's as if they pulsed with power, spreading the infectious light on all that dared gazed upon them. One look is enough to bring you to the edge.
You cum and roar as reality bends under the Chosen's light.
[[Absorb Nyx's Light->Feed_The_Chosen_Final_4]]\<<run setup.applyGrowth($CharacterSheet_Player, "muscles", 35)>>\
Your body bursts with size and power, making you join the chorus of pleasure.
The cocoon crumbles.
The old body of the werewolf that protected the Golden Bastion is a shallow memory of the being he has become. His black glow of corruption pulses between each strands of his fur; massive veins cover his gigantic form. \
He pants, struggling to control the all-consuming power of the Black Sun. His glowing purple eyes gaze at his knotted cock. Every throb pushes it higher along his booming pecs. \
<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), 16896) >= setup.Comparators.BIGGER>>\
He grasps it with his paw and looks up to you.
<<else>>\
He grasps it with his paw and looks down on you.
<</if>>\
"MORE!"
His whole form suddenly bursts in a bright purple light, one that seeps into your being.
Instantly, your muscles explode with impossible strength, more and more mass piles up on your frame.
The Lost scream and cum once more, rushing in to worship every inch of their god.
Apothus looks on, utterly consumed by adoration, yet his duty forces him back to reality, if only for an instant. \
His hands glow with the power of a ritual he prepared for this very moment, his final task as the prophet of Nyx.
A blinding teal light bursts out of him, one that engulfs even the newborn god.
[[Continue->Feed_The_Chosen_Final_5]]The barrens form all around you as if the realm you were standing in was merely an illusion.
This feeling quickly dissipates as the roars of the Chosen sweep across the endless sands. The beast is right next to you, unleashed onto the world. \
He keeps growing, his form quickly towering over the horizon as countless Lost throw themselves at him.
Yet as his form rises over the dunes, you feel the tone of his monstrous voice change. It lowers, going from dominant roars to defiant gurgles.
It feels wrong...
His hands clasp his head as bright purple light pulses under his skin. He seems on the verge of madness like his body and mind are raging in an all out war. \
Yet the Lost are none the wiser. They worship every inch of him as if their life depends on it.
"No... How could he go against Nyx's will?" Apothus groans as he nervously approaches his chosen.
Suddenly, his eyes widden; before he has any chance to react, the Chosen's massive paw crashes into him. You look on as the prophet is launched hundreds of feet away.
There is chaos rising within his very being, clashing ambitions fighting for dominance. Massive clawed paws cut across the dune as he lashes out in increasing madness.
[[Try to help the Chosen->Feed_The_Chosen_Final_HelpHim]]
<span class = 'inactive'>[[Stay at a safe distance->Feed_The_Chosen_Final_LetHimBe]]</span>There are voices within the Chosen that are clashing like two beasts fighting for survival.
You feel something deep within your core, something you've experienced in the past already.
A feeling that you can align the chaos raging within him.
[[Get closer->Feed_The_Chosen_Final_HelpHim_2]]You step towards the Chosen.
His roars become increasingly vicious and conflicted; madness creeps onto him. The sheer power of his voice unleashes sandstorms around him, approaching him is becoming increasing difficult.
Yet as you get closer, the purpose of his roars seems more apparent. It sounds like he is yearning for more, that his need for greatness drove him to this point.
Suddenly, his tone changes. His deep screams warp into something different, a howl to call upon his brethren.
"Spread... We must spread!"
It feels like an answer to a cosmic plight, a promise to bring all to the path of eternal pleasure.
[[Reach out to him->Feed_The_Chosen_Final_HelpHim_3]]His roars suddenly stop. A heavy silence falls on the Barrens, one that speaks louder than the monstrous bellows from before.
You feel his passion, the same that you've seen even when people knew him as Cray, the Salvager. Your shared need for power pulls you ever closer as if you are the only speakers of a wordless language.\
This yearning for more is what brought you both here in the first place. Your loins throb eagerly as an unspoken link builds between your souls, a shared hunger that all shall bow down to.
Thick <<SymbioteColor>> goo spreads to cover you both, pulls you closer than you ever could be.
Instantly, your arms bulge as Nyx itself flows within you. You shiver with lust, your eyes suddenly burst with a bright purple light. \
A beast lives within its core and crawls towards your soul. You feel the all-consuming urge to change reality itself into something else, to spread this dark light on every corner of this world.
Cray rumbles, his deep voice changing, merging with yours. He grasps your midriff and pulls you closer.
<<if $CharacterSheet_Player.hasAbility("Ability_TaintedByTheLost")>>\
"Now I understand why the Lost chose you that day."
<<else>>\
"I... Never expected you to reach me."
<</if>>\
Nyx clutches onto your soul as Cray pulls you into a deep kiss.
<<if setup.sizecomparison(setup.getStatValue($CharacterSheet_Player, "height"), 16896) >= setup.Comparators.BIGGER>>\
Even the Black Sun struggles to cover you completely. Your <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>> body pulses with power as it desperately tries to reach every inch of your being.
<<else>>\
<<run setup.applyGrowth($CharacterSheet_Player, "cock", 1495)>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", 528)>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", 16896)>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", 250)>>\
Your body instantly shoots upwards, growing and growing as the non-stop rush of power fills your being.
"Grow..! GROW-!" Cray roars as he pulls you ever closer.
You groan, booming with impossible strength as your cock instantly unloads ever-growing shots of thick seed upon the infected soil below.
<</if>>\
<<SymbioteName>> resonates with the chaos raging within you both, but through your journey, a clear ambition forms.
[[Align with Cray and keep growing->Feed_The_Chosen_Final_OnlyGrowPath]]
[[Align with Nyx and corrupt all that breathe->Feed_The_Chosen_Final_CorruptEverything]]NOT DONE AND SUCKS
Cray roars, losing his mind to Nyx.
He cums drowning everything in a black deluge of seed.
it floods you.
Nyx's will flows through your own.
Echo's voice warps and moans under the all-consuming influence of Nyx.
Countless lost voices suddenly align.
Cum choice.
The world oozes with darkness.
A power that aligns all.
A darkness that yearns for more.
To live is to grow, to grow is to spread, to spread is to corrupt.
\<<run setup.triggerEnding("Ending_NyxChosenAscension")>>
[[The End->Ending]]You both explode with size and power as <<SymbioteName>> spreads to him, making him feel the growth you have experienced during your journey here.
It speaks to Cray more than the strength of the black sun itself.
His lips lock with yours, and for the first time you feel like Cray is at peace, like he has finally found what he was seeking.
You are being pulled to him as he is to you.
[[Merge with Cray->Feed_The_Chosen_Final_OnlyGrowPath_2]]<<print setup.processFlavours($CharacterSheet_Player, "The Lost look on in adoration as your forms gradually merge into one. @[all|arms|one=lifts~more=lift] up towards the sky in expectation. Your feet curl upon the warm sand, carving new dunes onto it with your sole.")>> \
<<print setup.processFlavours($CharacterSheet_Player, "Finally, your mouth with a roar, one that shakes the foundation of the world itself. You emerge from the <<SymbioteColor>> goo. All bow to you in response.")>>
You are more than you used to be, in every way possible. The world has no choice but to bend to your presence as permanent landmarks form under each of your steps. \
Such is the presence of a <<SymbioteRace>> who is now bigger than all that breathes.
<<print setup.processFlavours($CharacterSheet_Player, "Yet the need is still there; your @[all|cocks|one=throbs~more=throb] eagerly with every beat of your heart.")>>
You need more...
More so that you can become the epitome of strength.
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_3]]<<run setup.applyGrowth($CharacterSheet_Player, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", setup.getStatValue($CharacterSheet_Player, "balls"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>\
Cray's soul burns with impossible fervour along with yours.
Your wills are one, to become the one who cannot be denied.
Even Nyx has no choice but to bow to your will.
"GRAAHHHHHH!" Your voice booms, making the world shake in both terror and fascination. A cacophony of moans rises from the Lost.
You lick your lips, feeling them worshipping every inch of your god-like body. Their passion seeps within you, tingles with raw, unadulterated pleasure.
Your body expands as you revel in their worship; you soon grow to become a <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>> tall titan.
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_4]]<<run setup.applyGrowth($CharacterSheet_Player, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", setup.getStatValue($CharacterSheet_Player, "balls"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>\
A monstrous grin curls upon your face for countless tiny beings fall to their knees. One look upon you is enough to make most shiver. \
The rest are brought to the edge, overwhelmed by the sheer masculinity and power you exude. \
You change with every heartbeat, growing with every worship.
"Hhhh... Hhhhrrrfff..." Words can't pass through the pulsing pleasure of power filling your body. You flex for your people, making countless people cum at your display of strength. \
Soon your cock rises up to your pecs with unbridled need. Your hand grasps it and jerks it eagerly as you grow taller than any structure of this world.
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_5]]<<run setup.applyGrowth($CharacterSheet_Player, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", setup.getStatValue($CharacterSheet_Player, "balls"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>\
The Lost, demons, beasts; none of them can get even close to matching your power, for you are a god, a force without equal and yet you need more.
A grin rises from you as you reach the tallest mountain you can see in only a few steps. All eyes lay on you, both in anticipation and fear. The world is unsure of your intention; no one can look away.
Your claws pierce the base of the mountain, and with a god-like roar, you start lifting it.
People's admiration, envy and lust rush within you. They already know that you are their god, but you show them nonetheless.
"GRAHHHHHHH!"
<<print setup.processFlavours($CharacterSheet_Player, "The base of the mountain shatters, and with a victorious roar, you lift it over your @[all|heads|noverb].")>>
You are the strongest being of this world, there is no question about it, but the urge remains.
You need more...
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_6]]<<run setup.applyGrowth($CharacterSheet_Player, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", setup.getStatValue($CharacterSheet_Player, "balls"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>\
One look below is enough to confirm that which you have wished for is now a reality. You are massive, more significant than all that came before you. \
With one strike of your fist, you could smite any foe, anyone that would dare stand in your way.
But to grow is its own reward; all must know you're the strongest so that nothing can even come close to challenge you.
Your body shakes once more in a miasma of pleasure and strength as mass piles up upon you once more.
"GRURHHHHHH!"
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|cocks|one=throbs~more=throb] with hunger; the need to fuck grows maddening. Out of instincts, you drop the mountain you're holding and thrust into it.")>>
Your flesh is stronger than stone; the mountain can only crack and bend under your might.
"FUUUCK!"
<<print setup.processFlavours($CharacterSheet_Player, "With a monstrous roar, you pull your @[all|heads|noverb] back as wave upon waves of growth rushes over you.")>>
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_7]]<<run setup.applyGrowth($CharacterSheet_Player, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", setup.getStatValue($CharacterSheet_Player, "balls"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>\
Cum churns from your balls with boiling eagerness to fill the mountain's newly created cave.
"GRAAHHHHHHHHH!"
Shots upon shots of <<SymbioteColor>> seed bursts out of you with no signs of stopping. It floods the mountain, completely overwhelming it like a leaking dam. \
You scream as an explosion of growth rushes through you; your orgasm keeps going.
Your pecs engorge outward as you cum over and over.
"FUCK... F-FUCK!!!"
<<print setup.processFlavours($CharacterSheet_Player, "The sound of your deep moans travels across the world as your @[all|cocks|one=doubles~more=double] in size, completely obliterating the mountain and covering the world with your now impossibly massive @[all|cocks|noverb].")>>
You grow so much that you end up losing sight of your followers. Yet, their presence is undeniable. Their worship fuels your ascension; no one can deny the reality of the god growing over them.
You laugh in an outburst of pleasure and madness; you need more, always more!
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_8]]<<run setup.applyGrowth($CharacterSheet_Player, "cock", setup.getStatValue($CharacterSheet_Player, "cock"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "balls", setup.getStatValue($CharacterSheet_Player, "balls"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "height", setup.getStatValue($CharacterSheet_Player, "height"))>>\
<<run setup.applyGrowth($CharacterSheet_Player, "muscles", setup.getStatValue($CharacterSheet_Player, "muscles"))>>\
<<print setup.processFlavours($CharacterSheet_Player, "Your thighs bulge into massive teardrops shaped muscles, eating away all space around your @[all|legs|noverb].")>>
<<print setup.processFlavours($CharacterSheet_Player, "Your upper body consumes your view. You cup and squeeze your @[all|pecs|noverb], revelling at the fact that it is now impossible for you to see what lies under them.")>> \
Soon, all are forced to witness your ascension as mountains become smaller than your toes.
<<print setup.processFlavours($CharacterSheet_Player, "You pant, eagerly jerking your nearly planet-sized @[all|cocks|noverb], feeling a monstrous wave of arousal coursing through you.")>>
This is it...
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_9]]There's no going back now; you look down upon the world, not even able to see the people worshiping you. Not that you would want it any other way.
The growth, the power, the pleasure, it all feels so good.
This is all that matters.
<<print setup.processFlavours($CharacterSheet_Player, "You feel cum rush through your @[all|cocks|noverb] and roar in victory as the void of space fills with your presence. Orgasm courses through you once more; another cataclysmic surge of growth fuels your ascension.")>>
"MOOOOOOOORE!"
Your body bulges out in the void of space; nothing can stop the growth of a god.
[[Grow->Feed_The_Chosen_Final_OnlyGrowPath_10]]The sweet song of pleasure fills every available space in your mind; you give yourself away to its embrace.
You do not know where you are, not sure where you're going.
<<print setup.processFlavours($CharacterSheet_Player, "Yet once your @[all|cocks|one=springs~more=spring] back to life; growth rushes over you once more.")>>
With a world-shattering roar, pleasure takes over all thoughts you could have had.
\<<run setup.triggerEnding("Ending_MemoriesOfCray")>>
[[The End->Ending]]Cray's booming roars suddenly stop.
All you can hear is your heavy breathing as a wave of corruptive energy washes over you.
Your veins glow in otherworldy purple; A glow that taints the air and soil.
Countless Lost immediately cum at the sight of the all-consuming light bursting from your eyes as your vision is overwhelmed by the Black Sun growing within you. \
It fills your mind with visions of a corrupted world, one where people's deepest desires can be achieved.
You grin in response, clenching your fist while countless Lost worship you as the god that you are.
[[Merge with Nyx->Feed_The_Chosen_Final_CorruptEverything_2]]You welcome the worships of the Lost, let them pleasure every inch of your growing form.
Their slick gooey selves rubbing and licking every part of your body that they can reach.
Your lift an arm towards the Lost, one that shines brighter than the flame of a thousand suns. The dark light seeps into their skin, feeds them with the mass and power of giants. \
They hiss and moans in pleasure as their muscles surge with the power of gods. Soon the ruins shatter and crumble under the mass of worshippers growing around them. \
Like the hungry beasts that they are, they lunge at you. \
Countless wet tongues, cocks and tendrils worship your cocks and muscles. \
You feel their devotion warp your form, their unadulterated lust <span class="glitch nyx" data-text="fueling your ascension. ">fueling your ascension. </span>
[[Ascend->Feed_The_Chosen_Final_CorruptEverything_3]]Your body suddenly lurches forward, multiple new appendages bulging against the skin of your back, demanding freedom! \
Countless tendrils burst from you, wriggling this way and that, as if they had a will of their own, seeking out ambitious warriors and leaders, \
securing them within their coils, fucking them, turning them, <span class="glitch nyx" data-text="corrupting them">corrupting them</span>, growing them into new, gigantic corrupt gods.
Meanwhile some of your cocks begin birthing legions of parasites that seek out those dedicated few who spread and disseminate your <span class="glitch nyx fucked" data-text="words of power">words of power</span>, \
their bodies shredding their clothing to grow into the enormous, musclebound, \
hyper-endowed brutes of brawn and lust that they had always desired to be in the <span class="glitch nyx" data-text="darkest corners of their twisted depravities">darkest corners of their twisted depravities</span>.
Other dicks begin belching thick waves of tainted seed upon the ground that seeps within the shattered ruins,<span class="glitch nyx" data-text=" c̴̡͂̇o̶̖͚̹͌̐̾n̴̖͓̒͂ q̸͓͉̊̅u̵̩͕̦̅e̸̝͐͋͠ŕ̶͖̑i̶̮̫̿͝n̵͓̣̥̒͝g̸̨̬̪͒ ̴̝̽ t̷͓͛͐h̴̢̙̐̂ĕ̷̢̧͕̀ ̸̛͓͉̟͝p̷͓̀͋̕l̶̯̺̾͌̄ǎ̶̡̓͝n̶̖͉̝͛̾̕ę̵͉͍͆ẗ̷̓̅͜"> corrupting the soil</span>. \
Twisted, tainted plants begin growing in patches spreading outward from you as you begin to mutate the immediate surroundings into a realm of infectious lust where arousal fills the air. \
Thick, veiny, wriggling vines tipped with massive phallic like buds begin sprouting from the ground, plunging into and filling your new followers with even more power, making them cum onto the rich, \
fertile ground, <span class="glitch nyx fucked" data-text="feeding the cycle and spread">feeding the cycle and spread</span> of corruption as it begins to spread horizon to horizon...
[[Spread...->Feed_The_Chosen_Final_CorruptEverything_4]]<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PURPLE)>>\
Like a shadow creeping across the surface of the planet, your corruption continues to engulf all it reaches. As the taint spreads from realm to realm, \
darkening the endless barren's sands, you feel each new god awaken with an overwhelming tsunami of pleasure. \
It cascades over you as they ascend into their own eruptions of bliss that feed the spreading corruption <span class="glitch nyx fucked" data-text="c̴̡͂̇o̶̖͚̹͌̐̾n̴̖͓̒͂q̸͓͉̊̅u̵̩͕̦̅e̸̝͐͋͠ŕ̶͖̑i̶̮̫̿͝n̵͓̣̥̒͝g̸̨̬̪͒ ̴̝̽t̷͓͛͐h̴̢̙̐̂ĕ̷̢̧͕̀ ̸̛͓͉̟͝p̷͓̀͋̕l̶̯̺̾͌̄ǎ̶̡̓͝n̶̖͉̝͛̾̕ę̵͉͍͆ẗ̷̓̅͜">conquering the planet</span>. \
You feel their power enhancing yours, growing and mutating your body further!
Two new massive arms burst from your sides, bulging with sinew and muscle, expanding to match your <<print setup.processFlavours($CharacterSheet_Player, "@[all|arms|noverb]")>>. \
Your <<print setup.processFlavours($CharacterSheet_Player, "@[all|hands|noverb]")>> grab and stroke some of your dicks, tendrils lashing from your back, <span class="glitch nyx" data-text="coiling around new cocks">coiling around new cocks</span> as they grow from between your legs in response. \
These new prehensile lengths <span class="glitch nyx fucked" data-text="s̶͓͗è̸̘̥̚ë̶̱̫͐k̷͍̗͒ ̵̛͕̖̓ó̵͓̈ ǔ̴͇͘t̷̖̙͒">seek out</span> newly converted acolytes to spread your gift to, fucking them and growing them into massive horny beasts!
<span class="corruptText75">The howls of corrupted beasts and raging lusts overwhelm your newly heightened deific senses and your eyes drift closed against the din of <span class="glitch nyx fucked" data-text="ḙ̷̒x̷̥͗͋u̷͔̿̃l̴͖̓t̷̡̻̆̒a̸͈͖͌͝t̶̨̋̇ì̵̮ő̷̫n̷̫͑ ̷̡̩̓̈́ a̷̧̛̔n̴̝͍̆̃d̴̝͍̚ ̶̺͙͊̊d̷̻͐͗e̵̹̞̾p̴̨̫̈́ṙ̶̭̪ä̴̤́͘͜v̴̹͒i̶͖͍͝ẗ̵̞́̾y̶̙̆͘">exultation and depravity</span>, \
your face contorting as a new pair of <span class="glitch nyx fucked" data-text="g̸͓̜̚l̴̖̥̈́̑o̶̠̞͒͗w̶̡̛i̴̢͉̿n̸͍̣̓̉g̵̯̀,̶̢̓ ̴̝̦͊̾ p̴͎̰͠u̴͖̒r̴͓̆p̶̝̍̚l̴͉̎͑e̶̩͚̓̎ ̷͕̮̋ ę̵̂̑y̵͔͉̐͑e̴̮͕̊s̸̝̗̊̈́">glowing, purple eyes</span> suddenly settle into place. When they once again open, <<print setup.processFlavours($CharacterSheet_Player, "@[all|eyes|noverb]")>> burn with <span class="glitch nyx" data-text="e̵̝̽n̵̹̈͛d̷̖͕̔͘l̵̜̯̎̈́e̵̖͑ŝ̵͉͈s̵̲̽ ̵͍̣͠ ̴̡̬̈̾ ̶̜̍ṕ̷̘͉̓ỏ̴͍͔͂w̷̜̣̐͊ȩ̴͉̿̔ṟ̵̍ ̴͚̘̿͝ ̷͍̌ ̴͈͂a̴̢͈̐̾n̵̯̔̆d̸̢̛̹ ̵̤͛͜͠ ̵̺̮̈ ̸̥̆ͅc̷̯̬̈́ô̶̖͜r̶̖͘r̶̰̘͋ȗ̴͙̘̀p̸̦̩̂t̴̳̝̽̉i̸͍̚͝ō̸̡̢͝ń̴͚">endless power and corruption</span>, \
illuminating your surroundings with their <span class="glitch nyx fucked" data-text="S̶̠̊͝E̵͓͇͋À̷̝Ȓ̵̹̥Ị̴͙́̔N̵̜͍͂̽G̵͈͚͒ ̷̞̙̔͠ P̸̞̐Ǘ̸̩̏R̸̮̫̀P̷̮̉̕L̶̗͘͠Ē̴̦͓ ̵͎̤̆̒Ǵ̵͍̞́A̴͎̠̒Z̷̛̥̅E̵̼̘͐.̷̢͈̀̎">searing purple gaze.</span></span>
<span class="glitch nyx fucked" data-text="Ų̶̢̡̨̙̳̤̖͈̻̻̪͔̮̫͎̺̬̠̟́̃̕ş̷̢͉̮̬͓͉̬̹̗̙̻̖͕͔̫̭̩͓͕̺̍͛́͐̍͆̔͐͂̑͘h̴͙̻̮͕͎̀͋̋͂́͆͒̍͂͊̂̀̈́́͘͝ĕ̸̥͈̝̩̬͍͔̗̙͈͖̞̦̻̯͉̝̈́̐͜͝r̶̮̝̄̓̈́̿͋͌͌̈̓̒̓̇̈́̅ ̴͎͖̞͖̺̻̘̟͇̦͈̍ î̶͇͕̘̼̪̟͙͈͇̺̬̦̟͇͓͚̣͖̳̽̈́̂̏̿̒̂̎͊̅̚͜͝n̴̢̧̞̬̤̝͎͙̩͚̬̞̱̫͚̻̰͔̂̃̌ͅ ̷̜̟̳̪̩̑͌͋͌͌̽̀̂́͑̌͘͜͝ a̴̛͍̟͉͓͚̝̱̼͍͊̄̕ ̶͍̘̥̓̇͛̅͑̽̏̈́͑͠ Ņ̵̛̣̤̺̙̦̩̦̟͔̞̝̭͈͍̼̬̀̒̍̿̽͋͒͌͌̀̈́́̀͘͘̕͘͘͘͜͜͠͝ͅͅȩ̷̧̛͙̩̩̜͓͔̹͇͎̩͕̥̭̙̮͊͊̾̔̄͂̂̎̓̂̍͛͊̾̈́̐̍͘ͅw̴̧̛͇͙͕̥̭̹̜̫̗͚̥̖͉̗͍̋̎͛̀͛̈́́͠ ̶̡̢͚͚͖͍̬̟͕̥̟̝̔̾̈́̄̓̑̑͗͛̑̆͘̚ A̴̧̡̡̨̛͙̣̼̰͍͙̫͓̜̹̫̅̋͒̈́̈́͛̈́̃̏̾̍́̎͋̓̚͝ͅg̶̡̡̨̛̹͉̹͍͈̥͙͎̤̳͖͎̱̣͚̓́̒̈́̐͐͋̏̃͋̎̾̆̉͂̚͘͝͠͝ͅe̴̦̮̠̩̫̗̗̩͕͓̹̻͌͐̂́̎̔̍̂͑͂͒͒">[[Usher in a New Age->Feed_The_Chosen_Final_CorruptEverything_5]]</span>\\<<set $CorruptSidebar = true>>
<span class="corruptText100">\
<span class="glitch nyx fucked" data-text="G̶̠͉͖͐R̴̛̎̔̚͜Ȍ̵̹̹̹̖̅W̷̨͊̾̚͠">All shall</span>\
<span class="glitch nyx" data-text="S̶͔̣͈͕̥̆̎̔͑́́̈̿̾̆͝͝ͅP̶̼̺̪̘͚̱͓̙̭̙͐̇̄̐̍̋̅̅̆̕͘͘͠R̴̦̩͕̙̿͆͌̾̈́̏͐̕E̶̡̧̝̭̩̪̜͙͋̓̿̓͝A̴̜̘͚̜͕̜̙̺͎̤͋̀̓̀̊̂̔̿͑̾̐̀̃͐̑̾͜͜ͅD̶̢̘͚̹̦̟̈́͒͐͆́͘"> gaze upon </span>\
<span class="glitch nyx fucked" data-text="C̷̛̛̱̹̟͚͕̱̗͎͙̳̞̜̘̬̝͖̖̟̻̐̎́̌̈͐̉͑͐̋̽̔̋͂̋͝ͅƠ̶̢̱̯̬̖̥̠̬̼̼̼̜͔̬̜͚̯̺̹̩̐̍̅͒̅̓̀̚͠R̷̨̡̛̪̣͚̲͕̝̥̩͚̗̭̫̯̪͙̯̥̓͐̉̈́̒͐̃͒̽͊͛̀͋̅̕͜R̷̠̎U̵̧̫͙̺̤̰͎͓̦̓̎̿̈́̈̅́͌͝P̸̘͔̺̘̮̼̱̭̜̲͕̬̩̋̑́͜T̷͓̱͎̘̞̣͎̗̙̦̲͔͒͛͑̋̔̊̀͑̔͒͆̚̚͜͝͠͝͝ͅ">[[ the host of Nyx->Feed_The_Chosen_Final_CorruptEverything_6]]</span>\
</span>
\<<run setup.applyCorruption($CharacterSheet_Player, 9999999)>><span class="corruptText100">\
<span class="glitch nyx fucked" data-text="C̷̛̛̱̹̟͚͕̱̗͎͙̳̞̜̘̬̝͖̖̟̻̐̎́̌̈͐̉͑͐̋̽̔̋͂̋͝ͅƠ̶̢̱̯̬̖̥̠̬̼̼̼̜͔̬̜͚̯̺̹̩̐̍̅͒̅̓̀̚͠R̷̨̡̛̪̣͚̲͕̝̥̩͚̗̭̫̯̪͙̯̥̓͐̉̈́̒͐̃͒̽͊͛̀͋̅̕͜R̷̠̎U̵̧̫͙̺̤̰͎͓̦̓̎̿̈́̈̅́͌͝P̸̘͔̺̘̮̼̱̭̜̲͕̬̩̋̑́͜T̷͓̱͎̘̞̣͎̗̙̦̲͔͒͛͑̋̔̊̀͑̔͒͆̚̚͜͝͠͝͝ͅ">AN</span>\
<span class="glitch nyx" data-text="S̶͔̣͈͕̥̆̎̔͑́́̈̿̾̆͝͝ͅP̶̼̺̪̘͚̱͓̙̭̙͐̇̄̐̍̋̅̅̆̕͘͘͠R̴̦̩͕̙̿͆͌̾̈́̏͐̕E̶̡̧̝̭̩̪̜͙͋̓̿̓͝A̴̜̘͚̜͕̜̙̺͎̤͋̀̓̀̊̂̔̿͑̾̐̀̃͐̑̾͜͜ͅD̶̢̘͚̹̦̟̈́͒͐͆́͘"> UNSTOPPABLE </span>\
<span class="glitch nyx fucked" data-text="G̶̠͉͖͐R̴̛̎̔̚͜Ȍ̵̹̹̹̖̅W̷̨͊̾̚͠"> [[FORCE->Feed_The_Chosen_Final_CorruptEverything_7]]</span>\
</span><span class="corruptText100">\
<span class="glitch nyx fucked" data-text="C̷̛̛̱̹̟͚͕̱̗͎͙̳̞̜̘̬̝͖̖̟̻̐̎́̌̈͐̉͑͐̋̽̔̋͂̋͝ͅƠ̶̢̱̯̬̖̥̠̬̼̼̼̜͔̬̜͚̯̺̹̩̐̍̅͒̅̓̀̚͠R̷̨̡̛̪̣͚̲͕̝̥̩͚̗̭̫̯̪͙̯̥̓͐̉̈́̒͐̃͒̽͊͛̀͋̅̕͜R̷̠̎U̵̧̫͙̺̤̰͎͓̦̓̎̿̈́̈̅́͌͝P̸̘͔̺̘̮̼̱̭̜̲͕̬̩̋̑́͜T̷͓̱͎̘̞̣͎̗̙̦̲͔͒͛͑̋̔̊̀͑̔͒͆̚̚͜͝͠͝͝ͅ">TO FULLFILL</span>\
<span class="glitch nyx" data-text="S̶͔̣͈͕̥̆̎̔͑́́̈̿̾̆͝͝ͅP̶̼̺̪̘͚̱͓̙̭̙͐̇̄̐̍̋̅̅̆̕͘͘͠R̴̦̩͕̙̿͆͌̾̈́̏͐̕E̶̡̧̝̭̩̪̜͙͋̓̿̓͝A̴̜̘͚̜͕̜̙̺͎̤͋̀̓̀̊̂̔̿͑̾̐̀̃͐̑̾͜͜ͅD̶̢̘͚̹̦̟̈́͒͐͆́͘"> THE CREATOR'S </span>\
<span class="glitch nyx fucked" data-text="G̶̠͉͖͐R̴̛̎̔̚͜Ȍ̵̹̹̹̖̅W̷̨͊̾̚͠"> [[WILL->Feed_The_Chosen_Final_CorruptEverything_8]]</span>\
</span><span class="corruptText100">\
<span class="glitch nyx fucked" data-text="C̷̛̛̱̹̟͚͕̱̗͎͙̳̞̜̘̬̝͖̖̟̻̐̎́̌̈͐̉͑͐̋̽̔̋͂̋͝ͅƠ̶̢̱̯̬̖̥̠̬̼̼̼̜͔̬̜͚̯̺̹̩̐̍̅͒̅̓̀̚͠R̷̨̡̛̪̣͚̲͕̝̥̩͚̗̭̫̯̪͙̯̥̓͐̉̈́̒͐̃͒̽͊͛̀͋̅̕͜R̷̠̎U̵̧̫͙̺̤̰͎͓̦̓̎̿̈́̈̅́͌͝P̸̘͔̺̘̮̼̱̭̜̲͕̬̩̋̑́͜T̷͓̱͎̘̞̣͎̗̙̦̲͔͒͛͑̋̔̊̀͑̔͒͆̚̚͜͝͠͝͝ͅ">[[GRAHH->Ending][State.variables.CorruptSidebar = undefined]]</span>\
<<print setup.displayRandomNyxGibberish(1000)>>
\<<run setup.triggerEnding("Ending_OneWithNyx")>>\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
The structure crumbles, the thunderous sound of wood shattering under your massive body roll across the manor once again.
You tear off parts of the roof and see what lays within.
\<<set $WorldState.cultManor.dragonRoom.isBroken = true>>
\<</if>>
The copper coloured floor is swarmed by fog.
The only things not engulfed in it are the grand bed at the center of the room and a person beside its base.
Sitting flat with his head looking down. The bright blue scales of his arms shine through the fog of the room.
He suddenly lifts his head up, as if he had just awoken from a nightmare. His slitted, draconic eyes meet with yours, he pulls back slightly in fear.
"Who are you?" He says with a cracking voice as he jumps back to his clawed, scaly feet.
He looks terrified, but his movement is graceful and precise. His long grey tunic lands upon the thick layer of fog.
Based on his clothing and posture, he looks like a monk.
[[Attempt to Reassure Him->Quest_MQ002_Manor_DragonRoom_Reassure]]
[[Fight Him->Quest_MQ002_Manor_DragonRoom_Fight]]\<<if $CharacterSheet_MQ002_DragonMonk.quest.infected == true>>
The master bedroom is empty but the smell of Drenth's cum still lingers in the air...
[[Leave->Quest_MQ002_Manor_WestWing]]
\<<elseif $CharacterSheet_MQ002_DragonMonk.quest.beaten == true>>
The master bedroom is empty...
[[Leave->Quest_MQ002_Manor_WestWing]]
\<<elseif $CharacterSheet_MQ002_DragonMonk.quest.threatened == true>>
\<<include Quest_MQ002_Manor_DragonRoom_Threatened>>
\<<else>>
\<<include Quest_MQ002_Manor_DragonRoom_Safe>>
\<</if>><<print setup.displayEncounterImage($CharacterSheet_MQ002_DragonMonk.info.picture)>>;
\<<include Quest_MQ002_Manor_DragonRoom_ParasiteHint>>
"Why won't you just leave this cursed place behind?"
He jumps back and raises his arms into an attack stance.
"Leave me be or die..."
[[Fight him->Quest_MQ002_Manor_DragonRoom_Fight]]
[[Leave->Quest_MQ002_Manor_WestWing]]\<<if $CharacterSheet_Player.quest.nyxParasiteInfections <= 0>>
The dragonborn hunches over slightly.
He seems in pain, but there doesn't seem to be any visible wounds on his body.
\<<else>>
The dragonborn hunches over slightly.
He seems in pain, a pain you recognize all too well.
You can see his veins pulsating, his expression of pain mixed with arousal, the subtle bulge throbbing along his tunic.
It feels like parasites of Nyx are within his body as well. Your own parasites press on your balls and prostate excitedly.
\<</if>>\<<if setup.MQ002_HasIntactOath()>>
<<print setup.displayEncounterImage($CharacterSheet_MQ002_DragonMonk.info.pictureFriend)>>
\<<else>>
<<print setup.displayEncounterImage($CharacterSheet_MQ002_DragonMonk.info.picture)>>
\<</if>>
\<<if $CharacterSheet_MQ002_DragonMonk.quest.met == false>>
\<<include Quest_MQ002_Manor_DragonRoom_FirstTimeEntry>>
\<<set $CharacterSheet_MQ002_DragonMonk.quest.met = true>>
\<<else>>
\<<include Quest_MQ002_Manor_DragonRoom_ParasiteHint>>
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections > 0 && $CharacterSheet_MQ002_DragonMonk.quest.askedWhoAreYou>>
<span class="glitch" data-text="Spread your Parasites...">[[Spread your Parasites...->Quest_MQ002_Manor_DragonRoom_InfestHim]]</span>
\<<else>>
[[Ask "Who are you?"->Quest_MQ002_Manor_DragonRoom_WhoAreYou]]
\<</if>>
\
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections > 0 && $CharacterSheet_MQ002_DragonMonk.quest.askedWhyAreYouHere>>
<span class="glitch" data-text="Fill him with Parasites...">[[Fill him with Parasites...->Quest_MQ002_Manor_DragonRoom_InfestHim]]</span>
\<<elseif $CharacterSheet_MQ002_DragonMonk.quest.askedWhoAreYou>>
[[Ask "Why Are You Here?"->Quest_MQ002_Manor_DragonRoom_WhyAreYouHere]]
\<</if>>
\
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections > 0 && $CharacterSheet_MQ002_DragonMonk.quest.askedLookingForSomeone>>
<span class="glitch" data-text="Let your Parasites take him over...">[[Let your Parasites take him over...->Quest_MQ002_Manor_DragonRoom_InfestHim]]</span>
\<<elseif $CharacterSheet_MQ002_DragonMonk.quest.askedWhyAreYouHere && !$CharacterSheet_MQ002_DragonMonk.quest.askedLookingForSomeone>>
[[Tell him that you're looking for someone->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone]]
\<</if>>
\<<if $CharacterSheet_Player.quest.nyxParasiteInfections > 0>>
[[Infest Him Further...->Quest_MQ002_Manor_DragonRoom_InfestHim]]
\<</if>>
[[Fight Him->Quest_MQ002_Manor_DragonRoom_Fight]]
[[Leave->Quest_MQ002_Manor_WestWing]]
\<</if>>\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
\"I'm not going to hurt you." You say reassuringly, but your massive body is intimidating nevertheless.
\<<else>>
\"I'm not going to hurt you." You say reassuringly, but he seems troubled nevertheless.
\<</if>>
"G-Gugh... What do you want from me?" He mutters under heavy breaths.
[[Continue->Quest_MQ002_Manor_DragonRoom_Safe]]The back of the dragonborn slides down the base of the bedframe until he hits the floor with an audible thud.
"It's a long story..." He says, his lower body gets engulfed by the layer of fog covering the floor.
"I was sent here to kill the master of this realm, a vile monster of a man named Apothus."
Just saying the name seems to disgust him, like there is poison in the word itself.
"I came here and confronted him for his crimes against our values, hoping he could be reasoned with.
But his greed for power blinded him, ever since he came here and gazed upon the Black Sun, he was lost to the our tribe." He sighs, those memories look heavy on his soul.
[[Continue->Quest_MQ002_Manor_DragonRoom_WhyAreYouHere_2]]"And so we fought to the death. I'd kill him without mercy, and wait for him to show his pathetic self to the gate of Nyx's realm after his rebirth.
He'd show up within a few days, always more corrupted, more muscular and more monstrous." His previously proud tone suddenly drops.
"It reached a point where I couldn't stop him. He went back to Nyx and gave himself to its corruption.
He... Changed. Became an abomination, one who spawned horrors and beasts to spread depravity across the Barrens." His voice grew quieter.
"I had to put a stop to this, so for days, I tried to fight my way in."
[[Continue->Quest_MQ002_Manor_DragonRoom_WhyAreYouHere_3]]"But one day, rumours of an important ritual managed to reach me; this was my chance to strike.
I managed to sneak in, and as I thought, these cursed halls were empty. Every member of this horrible cult was in Apothus's personal realm.
And so... I made a ritual of my own, one to seal off their only exit." He grinned through the pain in triumph.
"Only I can ever free these monsters from their prison now... As long as I keep my oath, they can't escape."
\<<set $CharacterSheet_MQ002_DragonMonk.quest.askedWhyAreYouHere = true>>
[[Continue->Quest_MQ002_Manor_DragonRoom]]He begins to calm down a little.
"The name's Drenth, Drenth of Kaldir" He pauses.
"Look, I don't know why you're here, but... There's evil sealed within these halls. And even with its power contained, it still sends monsters here, hoping they'll corrupt us into abominations like them."
He sighs deeply, dispersing the fog somewhat.
"Maybe it would be best for you to leave."
\<<set $CharacterSheet_MQ002_DragonMonk.quest.askedWhoAreYou = true>>
[[Continue->Quest_MQ002_Manor_DragonRoom]]"And who could this person be? We're the only beings with an ounce of sanity remaining here..."
You describe him Cray's appearance down to the most minute detail, down to the scars laid across his sturdy build.
Everyone in the Golden Bastion knows stories about him, of how hundreds of expeditions have turned him into the mountain of a man he is today.
Of how even the most dangerous beasts would flee upon seeing the bright blue eyes behind his full iron helmet.
Drenth stayed silent, just for long enough to make it worrying.
[[Continue->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_2]]"This ritual I mentioned... Your friend was there."
Your eyes widen.
"And from what I heard of what this ritual was meant to be, he was a centrepiece in it." He pauses slightly.
"This cult looked for a warrior who could become a host to Nyx, the Black Sun itself.
And from what I saw, it did not look like he was here against his will either..."
Drenth cuts himself short.
"Look, no matter what happened to him, you can assume he's gone. Keeping all of them sealed here is the only way to keep the world safe..."
[[Let him know that you need to save him->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_SaveHim]]
[[Give up->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_GiveUp]]You firmly believe that Cray can still be saved, but Drenth does not look convinced.
"Absolutely not."
Drenth shakes his head, a hint of anger rises within him.
"I did not spend this long protecting this seal only to break it. This is a risk I just can't take, do you even know how dangerous these monsters are?"
[[Tell him that you can take them on->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_SaveHim_2]]
[[Agree with him->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_GiveUp]]Drenth glances at you, examining your body. He tries to hide how impressed he is...
"Even if you did, some of them could escape"
His tone weakens.
"Why would we ever take that risk?" He says as his voice lowers, pleading you to not do this.
[[Tell him to reactivate your seal once you enter their realm->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_SaveHim_3]]
[[Stop pressing->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_GiveUp]]"You're insane... This would mean sealing you with them forever..." He sighs.
A long silence seeps in as the dragonborn ponders. He seems to be looking at his arm.
"I hate myself for offering you this, but I don't think you can be reasoned with."
Drenth unsheathes a dagger and brings it to his hand.
"Among our tribe, an oath is more powerful than any kind of magic. By promising to protect our virtues, you could pass the blockade."
He looks at you, the strength of his beliefs burning bright in his eyes.
[[Make an oath with Drenth->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_MakeOath]]
[[Refuse his proposal->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_RefuseOath]]"For as long as you strive to fight Nyx's corruption, you shall be allowed through my seals."
He slashes his own hand, blood quickly gushing from the open wound.
"For as long as your cause is virtuous, I will respect it."
You present your hand to him and flinches as the dagger enters your flesh.
He then presses his scaled hand on yours, his cold blood quickly pools with your own.
"Through the chain of our oath, we will remain strong, free from temptation."
[[Hold his hand tightly->Quest_MQ002_Manor_DragonRoom_ImLookingForSomeone_MakeOath_2]]You feel a burning sensation rise from your palm.
"Don't let go..." Drenth says firmly.
It feels like keeping your hand over fire, you clench your teeth as the pain suddenly moves.
Like molten lava coursing through a trench, the pain spreads up to your wrist.
You can hear your flesh sizzling as black marks slowly form around your hands.
They swirl, burning every inch of skin they come upon, and spread outwards toward your arm.
You breathe faster, the pain is becoming too hard to bear as the marks circle up towards your bicep.
Then they slow down; they revolve around your arm, slow enough for you to discern what they represent.
They form into series of black chains that coil around your bicep.
You look up to Drenth to see the same tattoo locking on his arm as well, only his chain is just the newest among countless others...
He simply nods as he lets go of your hand. The burning sensation slowly fades, but you feel an unnatural tightness around the limb...
"The entrance to Apothus's realm is the golden monolith at the entrance of this cursed manor. Just know that our oath is sacred, breaking it is not an option."
He then lets his hand drop to his side. This whole ordeal seems to have taken a toll on him.
\<<set $CharacterSheet_MQ002_DragonMonk.quest.askedLookingForSomeone = true>>
\<<set $CharacterSheet_Player.quest.oaths.drenth = setup.Oath.ACTIVE>>
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Oath_Containment);>>
[[Continue->Quest_MQ002_Manor_DragonRoom]]"I must say, I was hoping you'd refuse. Please leave me be now, this is the only way to make sure their evil doesn't spread."
He gives you an empathic look before hunching back in pain again.
[[Continue->Quest_MQ002_Manor_DragonRoom]]"I know it's hard, but this is the only way to make sure their evil doesn't spread."
He gives you an empathic look before hunching back in pain again.
[[Continue->Quest_MQ002_Manor_DragonRoom]]Something within you throbs with need. It's your parasites, they aggressively shake and swirl within your balls.
Gallons of aphrodisiac course within you as they respond to the sweet smell of virtuousness.
"HHff... Hhrrm... Fuuuuuuck..." You moan as you feel your cock and balls expand.
They pulsate so hard it looks like they are flexing, your breath quickens as your heart beats faster and faster.
The dragonborn looks on with despair until he suddenly doubles over.
[[Feel his Parasites Awaken->Quest_MQ002_Manor_DragonRoom_InfestHim_2]]"Ghhhh... No... Not now!" He yells as his cups his own bulge frantically.
But soon even he can't resist the potent nectar of his own parasites.
He moans, quietly at first, until he unbuttons his tunic in a panic.
"U-uhh... HHHhh... Fo-forgive me, gods... GAHHHhhh!"
[[Gaze at his Growing Cock->Quest_MQ002_Manor_DragonRoom_InfestHim_3]]He fails to remove his pants in time before his cock bursts out of them.
<<print setup.processFlavours($CharacterSheet_MQ002_DragonMonk, "Your mouth waters at the sight of the @[all|cocks|noverb].")>>
It's already glistening with pre, it looks... Perfect.
You come closer as your balls expand even more...
The dragonborn looks at you in a mix of confusion and arousal, he tries to speak, but only moans come out of his mouth.
[[Whisper to his ear "Sshh... Let's just enjoy this."->Quest_MQ002_Manor_DragonRoom_InfestHim_4]]A long deep moan escapes him as you utter these words.
<<print setup.processFlavours($CharacterSheet_Player, "He gives himself away to your @[all|pecs|noverb] and @[all|abdominals|noverb].")>>
You caress the back of his head and then kiss him deeply.
<<print setup.processFlavours($CharacterSheet_Player, "Your @[all|tongues|one=thrusts~more=thrust] deep into his throat, his lust is intoxicating.")>>
<<print setup.processFlavours($CharacterSheet_MQ002_DragonMonk, "Just like yours, his @[all|cocks|one=throbs~more=throb] aggressively.")>>
Through the pulses you feel along your fingers, you know now that not only blood travels through those veins.
<<print setup.processFlavours($CharacterSheet_Player, "The dragonborn stares at your @[all|cocks|noverb], he marvels at the size and girth.")>>
"Please... I... I..." He mutters.
[[Rub your cock on him->Quest_MQ002_Manor_DragonRoom_InfestHim_5]]<<print setup.processFlavours($CharacterSheet_Player, "You rub your @[all|cocks|noverb] on his abs, his moans extend, grow more profound.")>>
"Go on... I know you want it. MMnhh... More than anything." You assert as you present your <<print setup.processFlavours($CharacterSheet_Player, "@[all|cocks|noverb]")>> to him.
He draws his head to the tip of <<print setup.processFlavours($CharacterSheet_Player, "@[1|cocks|noverb]")>>, his whole body shaking in utter need. He kisses it softly, just enough to have a taste.
A small amount of pre touches his tongue, he can feel them, their essence in your seed.
He wants more...
[[Give him more...->Quest_MQ002_Manor_DragonRoom_InfestHim_6]]His tongue drenches your glans, he tastes every inch before taking it all in. You feel him pushing down your slit, reaching down toward his prize.
He cups your <<print setup.processFlavours($CharacterSheet_Player, "@[all|balls|noverb]")>>, feeling the parasites inside, caressing them.
"HHNNnnnn..."
You feel them respond, they course through your balls and slither up towards your <<print setup.processFlavours($CharacterSheet_Player, "@[all|cocks|noverb]")>>.
The feeling is more than orgasmic. You feel complete, like spreading the parasites is your reason for existing.
"T-Take them..."
The dragonborn fully gives in.
He can feel them bulging along your shaft, he sucks like his life depends on it, his tongue reaching deep within your cock.
[[Let the parasites out->Quest_MQ002_Manor_DragonRoom_InfestHim_7]]You feel them rising up, inch by inch as your <<print setup.processFlavours($CharacterSheet_Player, "@[all|teeths|noverb]")>> clench. The pressure keeps building, his tongue reaches deeper.
He gazes at you, with a deranged arousal burning in his eyes. His slurping moans grow louder and louder as he feels small parasites moving along your veins.
And finally, you feel it coming. You pull his head in, as deep as his body allows it, and you roar.
You roar as an all-embracing orgasm breaks out. Your <<print setup.processFlavours($CharacterSheet_Player, "@[all|churning|balls| one=throbs~more=throb]")>> as litters of cum pumps out of you.
<<print setup.processFlavours($CharacterSheet_Player, "The dragonborn unleashes a muffled roar himself as his load shoots up your @[all|abdominals|noverb] and pools under your @[all|pecs|noverb].")>>
Your head thrashes back, only for another load to shoot out, making you roar even more passionately.
And then you feel it. Something monstrous moving along your shaft, your urethra widens more and more...
The dragonborn grins. He caresses the base, pressures it to keep moving. Every inch it travels shocks you with inhuman pleasure.
Your roars turn into ecstatic moans.
You moan and moan as it keeps slithering up to your slit. The dragonborn pulls back and grins madly.
A large parasite shaped like a <<print setup.getRace($CharacterSheet_Player.info.anatomy, true)>>'s cock stretches your slit to its limit. It seems to have evolved with the time it passed inside you.
"Fuck... Yessssss..." The dragon moans.
[[Infest him Further...->Quest_MQ002_Manor_DragonRoom_InfestHim_8]]His mind is already made up, he opens his mouth and rolls out his tongue, licking his lips sensually.
You scream in pleasure as your parasite pulls itself out of you.
It slithers like a snake towards the dragon's open mouth and immerses itself in.
His eyes roll in the back of his head as pleasure overwhelms him, he cums once again.
Thick white creamy seed full of his own parasites bursts onto your <<print setup.processFlavours($CharacterSheet_Player, " @[all|pecs|noverb]")>> as the monster fully enters him.
"Ahhhhhh... This feels amazing..." He moans as he attempts to catch his breath.
"Hmmm... Haaahahahaaha... YESSSS..." The dragonborn laughs madly as his right arm suddenly starts glowing.
A fiery light fills the room as he tears off his tunic to ribbons.
Your eyes widen as you see the source of this burning light.
Numerous tattoos, all of them resembling chains, burn the dragonborn's skin. Like they are made of molten lava.
"Feels so good to give in..." He exclaims as his tattoos break, all at the same time. Each link of every chain burst into fragments of ink under his skin.
"To finally be free."
He peers at you, deep into your eyes, no longer is he tired or in pain. He looks ready to bring the world its knees.
"I feel so alive... And it's all thanks to you."
\<<run setup.breakOath("drenth")>>
[[Kiss him wildly->Quest_MQ002_Manor_DragonRoom_InfestHim_10]]<<print setup.displayEncounterImage($CharacterSheet_MQ002_DragonMonk.info.pictureCorrupt)>>
You both pull eachother into a deep, messy kiss. Your <<print setup.processFlavours($CharacterSheet_Player, " @[all|tongues|one=wrestles~more=wrestle]")>> his own as you cup each others balls lovingly.
He then pushes back and snickers.
"With all my oaths broken," He trails his broken tattoos with his fingers. "The evils of this place really have nothing to stop them anymore..."
He looks affected by this, but at the same time. It also feels like these aren't his concerns anymore.
He cups his balls once more while fixating your own.
"The monolith at the entrance, this is where the leader of this cult lies." A grin slowly rises across his mouth.
"You look strong enough to take them on. Please, kill their leader for me, for all the time he made me waste in this rotten hell."
The dragonborn stands up, giving you one last look before heading to the door.
"I'll be seeing you around, the Barrens is a small place after all..."
As his smile grows, two tongues roll down. They are thicker and longer than ever before.
"And now that I'm free, I have endless of pleasure ahead of me."
\<<run setup.changeLimbNumber($CharacterSheet_MQ002_DragonMonk.info.anatomy, "tongues", 2)>>
\<<set $CharacterSheet_MQ002_DragonMonk.quest.infected = true>>
[[Continue->Quest_MQ002_Manor_DragonRoom]]"I should have known you were just another monster."
He jumps back and raises his arms into an attack stance.
"This is your last warning, leave me be or die..."
\<<set $CharacterSheet_MQ002_DragonMonk.quest.threatened = true>>
[[Fight Him->FightLogic][$Encounter_Target = $CharacterSheet_MQ002_DragonMonk]]
[[Leave->Quest_MQ002_Manor_WestWing]]<<set $Quest_MQ002 =
{
id:"MQ002",
description: "While exploring, I found a strange portal. In front of it laid the sigil of the Cult of Nyx. They are probably ready for intruders...",
villagePassage: "[[Go to the Cult of Nyx's hideout->Quest_MQ002_Entrance]]",
onComplete: function()
{
//todo
}
}>>As you explore the never-ending desert of the Barrens, something on the horizon catches your attention.
A lone black structure stands surrounded by dunes.
As you approach, you recognize its shape. Without a doubt, it's the sigil of the Cult of Nyx.
A bright red portal lays at the base of it.
You take a mental note of the path you chose to reach this point.
This is undoubtedly an entrance to the cult's hideout.
<<run $Quest_InProgress.push($Quest_MQ002)>>
You can now travel to the Cult of Nyx's hideout from the Golden Bastion!
[[Continue->Village]]
<<script>>
var i;
for(i = 0; i < State.variables.Explore_Destinations.length; i++)
{
if(State.variables.Explore_Destinations[i] == "Quest_MQ002_Entrance_FirstTime")
{
State.variables.Explore_Destinations.splice(i, 1);
break;
}
}
<</script>>As you step inside the portal, your surroundings suddenly change.
The bright afternoon of the desert instantly flashes away.
You try to take in where you are now.
It seems to be night time, you can barely see beyond a few feet in front of you.
The ground is covered in grass, too healthy-looking to be where you're from. Trees stand tall all around you.
You've never seen anything like it...
[[Continue->Quest_MQ002_Entrance_2]]The dim light of some torches draw your attention. They reveal a massive gate.
\<<if !$CharacterSheet_MQ002_Guard.quest.beaten>>
<<include Quest_MQ002_Entrance_Guard>>
\<<else>>
<<include Quest_MQ002_Entrance_NoGuard>>
\<</if>>A massive armoured figure stands in front of it.
If not for its soft breathing, you would have assumed it was a gigantic statue.
But as you come closer, you realize that it is a <<print setup.getLength(setup.getStatValue($CharacterSheet_MQ002_Guard, "height"))>> minotaur.
His eyes pierce through you as he raises a massive axe threateningly.
It does not seem he'd be willing to reason with you.
\<<set $CharacterSheet_MQ002_Guard.quest.met = true>>
[[Fight Him->FightLogic][$Encounter_Target = $CharacterSheet_MQ002_Guard]]
[[Leave->Village]]The entrance is freed from the minotaur's protection, nothing is stopping you from going inside the gate to the cult's hideout.
[[Open the Gate->Quest_MQ002_MoveInsideGate]]
[[Leave->Village]]
<<run setup.MQ002_LeavingManor($CharacterSheet_Player)>>You stand in the main hall of the strange estate, intricate gold-clad markings course along the cobblestone floor.
They cover the whole room, with them gathering towards a structure in the center of it.
It's a grand golden monolith. Black markings swirl along its surface like water in a river.
\<<set $MQ002_Manor_Destination = "Quest_MQ002_Manor_WestWing">>
\<<set $MQ002_Manor_Source = "Quest_MQ002_Manor_MainHall">>
[[Move to the West Wing->Quest_MQ002_Manor_WestWing_Path]]
[[Examine the Monolith->Quest_MQ002_Manor_MainHall_ExamineMonolith]]
[[Leave the Manor->Quest_MQ002_Entrance_NoGuard]]\<<if $WorldState.cultManor.monolithBroken>>
You approach the grand monolith and look closely.
It is completely clean of the black ink-like substance that once crawled upon its golden surface.
\<<else>>
You approach the grand monolith and look closely.
A black ink-like substance moves along the golden surface.
As you get closer, it crawls and merges until it forms readable letters.
\<span class = "monolith">
\<<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
\<<if $WorldState.cultManor.mainHall.isBroken>>
//"As destructive as you've been, we still welcome you to our halls."//
\<</if>>
//"Break the seal of our realm. We can grant you what you truly seek."//
\<<else>>
\<<if $WorldState.cultManor.mainHall.isBroken>>
//"Your senseless destruction of our halls will be accounted for. We will show no mercy."//
\<<else>>
//"There is nothing for you here. Leave now or your soul will rot in these halls for all eternity."//
\<</if>>
\<</if>>
\</span>
\<<if setup.MQ002_HasBrokenSeal() || setup.MQ002_HasIntactOath()>>
[[Enter Apothus's Realm->Quest_MQ002_ApothusRealm_Entrance]]
\<</if>>
\<</if>>
[[Go Back->Quest_MQ002_Manor_MainHall]]\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
As you walk along the broken hallway, you hear the familiar sound of a portal opening, the same as the one you've heard countless times after being reborn.
Staring down, you see the strange dark light condense further down the hall.
Something heavy pushes through to it, causing the whole structure to shake until it breaks open.
\<<else>>
As you walk along the hallway, something catches your attention.
A thick liquid is dripping from the ceiling.
You look upwards and see a black spot grows and spread; it seems like the whole thing is about to cave in from whatever is up there.
After you quickly step back, it happens. Dust flies everywhere as something falls in front of you.
You can see it slithering behind the dust.
\<</if>>
A featureless, black snake-like body prods through. A large eye stares directly at you from where his head would have been.
It is surrounded by what looks like black dripping leaves, each of them gilstening with the otherworldly glow of Nyx's light.
[[Continue->Quest_MQ002_Manor_WestWing_Path_SeeParasite_2]]<<print setup.displayEncounterImage($CharacterSheet_MQ002_NyxParasite.info.picture)>>
Finally, it crawls until its <<print setup.getLength(setup.getStatValue($CharacterSheet_MQ002_NyxParasite, "height"))>> long body is fully exposed, its attention is completely focused on you...
[[Defend Yourself->FightLogic][$Encounter_Target = $CharacterSheet_MQ002_NyxParasite]]\<<set $CharacterSheet_MQ002_NyxParasite.info.height = setup.getStatValue($CharacterSheet_Player, "cock") * 3>>
\<<if setup.MQ002_Manor_RandomEncounter()>>\
<<include Quest_MQ002_Manor_WestWing_Path_SeeParasite>>
\<<else>>
\<<if $WorldState.cultManor.westWingHallway.isBroken>>
Your destruction is apparent, the previously glamourous hall is now completely destroyed by your gigantic form.
[[Move to the Next Wing->$MQ002_Manor_Destination]]
\<<elseif setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
Your gigantic form cannot be contained by the hallway leading to the next wing.
With every step, stones and wood flies out in a destructive display of sheer size and power.
\<<set $WorldState.cultManor.westWingHallway.isBroken = true>>
[[Barge in->$MQ002_Manor_Destination]]
\<<else>>
The hallway is eerily quiet.
Your footsteps echo along the large corridor until you reach a single door at the end.
[[Open the door->$MQ002_Manor_Destination]]
\<</if>>
\<</if>>The stand of the west wing's living room is impressive. You assume it could host more than two dozen guests.
Yet some things strike you as odd. The room is empty of any sign of being lived-in.
Other than the slow waving of curtains in front of half-open windows, it seems frozen in time.
After some examination, the only thing of interest here is a door leading further west.
[[Enter the Room->Quest_MQ002_Manor_DragonRoom]]
\<<set $MQ002_Manor_Destination = "Quest_MQ002_Manor_MainHall">>
\<<set $MQ002_Manor_Source = "Quest_MQ002_Manor_WestWing">>
[[Go Back to the Main Hall->Quest_MQ002_Manor_WestWing_Path]]\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
From your height, you can see what lies beyond the gate. A vast empty field with no end in sight.
\<<else>>
As you push the massive gate open, something unexpected surprises you.
A strange, dark glow floods out of the doors. It clashes with the light of nearby torches.
You stare <<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>uneasily<<else>>in fascination<</if>> as the black light warps and darken the soft light of the flames.
Every blade of grass that touches the invading glow shakes and grows slightly in size.
Soon they are blacker than the night surrounding you. They flail violently in all directions.
\<</if>>
\<<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
It feels like you are gazing at something from another world. One in which you do not belong...
\<<else>>
Your heart beats like a drum upon seeing the corruption you've just witnessed.
Who knows what it will do to you once you step through the gate?
\<</if>>
[[Fully Open the Gate->Quest_MQ002_MoveInsideGate_2]]
[[Close it and Go Back->Quest_MQ002_Entrance_NoGuard]]The old gate hard grinds along the changing ground.
Deep, cold fog seeps out and cuts your breath short.
The strange light inevitably covers you as you push the gate fully open.
\<<if setup.MQ002_Manor_IsCorruptedInManor($CharacterSheet_Player)>>
Your corrupted body openly welcomes it...
Lust rushes inside you as you open yourself to its dark temptation.
\<<else>>
Warm tingles softly pierce your exposed limbs.
Even with the deep fog dimming it, you feel its influence seeping inside you.
Lustful images slowly appear in your thoughts.
\<</if>>
The heat of warm bodies brushes over your skin.
Wanting moans resound in your mind as your cock throbs with need.
It is calling to you with every contact...
You gain the "Touched by Nyx's Light" ability for as long as you stay in this realm.
\<<run setup.MQ002_GiveNyxLightAbility()>>
\<<if $MQ002_LookedUpwards == undefined>>
[[Look Upwards->Quest_MQ002_MoveInsideGate_LookUpwards]]
\<</if>>
\<<if $MQ002_LookedAround == undefined>>
[[Look Around You->Quest_MQ002_MoveInsideGate_LookAround]]
\<<else>>
[[Go to the Manor->Quest_MQ002_MoveInsideGate_3_GoToManor]]
\<</if>>You look upwards...
You get a glance at what lies above, beyond the deep fog.
A black star burns brightly, reaching everything with its unholy light.
This glimpse is enough to make you grunt in pain, you instinctively close your eyes and look away.
Yet the fierceness of the black sun keeps burning inside your pupils. Like it has imprinted itself in your mind.
You gain 3 points of Corruption.
\<<run setup.applyCorruption($CharacterSheet_Player, 3)>>
\<<set $MQ002_LookedUpwards = true>>
[[Continue->Quest_MQ002_MoveInsideGate_2]]As your eyes burn from the strange black light, you notice a structure standing not far beyond the gate.
You could swear it was not here before...
\<<set $MQ002_LookedAround = true>>
[[Continue->Quest_MQ002_MoveInsideGate_2]]From under the gaze of a black star, you push forward to the large edifice.
[[Continue->Quest_MQ002_Manor_Entrance]]As you approach, it becomes clear that the structure is a large estate.
What is even more striking than its formidable stature is its condition.
It looks like it was built recently, with otherworldly jet black stones more fabulous than any material you've seen in the Barrens.
Golden glyphs and markings curl up and rise along the contour of its silhouette.
\<<if setup.MQ002_Manor_HasBrokenPartOfManor()>>
Yet the previously imposing structure now shows damage beyond repair.
\<</if>>
\<<if $WorldState.cultManor.mainHall.isBroken>>
You walk along an unusually clean cobblestone path to reach the destroyed entrance of the manor.
\<<else>>
You walk along an unusually clean cobblestone path to reach the manor's entrance.
\<</if>>
\<<if setup.MQ002_Manor_IsMassiveInManor($CharacterSheet_Player)>>
<<include Quest_MQ002_Manor_Entrance_Massive>>
\<<else>>
<<include Quest_MQ002_Manor_Entrance_Normal>>
\<</if>>[[Enter the Manor->Quest_MQ002_Manor_MainHall]]
[[Go Back to the Gate->Quest_MQ002_Entrance_NoGuard]]\<<if $WorldState.cultManor.mainHall.isBroken>>
[[Enter the Manor->Quest_MQ002_Manor_MainHall]]
\<<else>>
The door is too small for you to get in.
There's really only one way to get inside with your current size.
[[Barge In->Quest_MQ002_Manor_Entrance_Massive_BargeIn]]
\<</if>>
[[Go Back to the Gate->Quest_MQ002_Entrance_NoGuard]]\<<if setup.getStatValue($CharacterSheet_Player, "corruption") < 50>>
You pull the door off its frame with relative ease, but trying to get by causing as little damage as possible is not so easy.
\<<else>>
You grin and rip the door off its frame like it's nothing. Seeing how small the manor is to you makes your cock throb...
\<</if>>
The whole face of the structure cracks and groans as you lift the roof off like it's a dollhouse.
The foundation of black stones and wood shatters under your might.
[[Enter the Manor->Quest_MQ002_Manor_MainHall]]\<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastFirstTime.available = false>>
\<<if $Level > 5>>
A guard stops you as you try to cross through the eastern gate.
Though his stance relaxes once he recognizes you.
"ha, <<print $CharacterSheet_Player.info.name>>... You're probably the only one who should be allowed here at this point."
He sighs.
"This is where the Lost lie, beasts whose sole goal is to grow and break others into monsters like themselves. Be careful out there."
[[Cross the gate->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]
[[Go back->Village]]
\<<else>>
A guard stops you as you try to cross through the eastern gate.
"Woah there, are you sure you wanna go that way?" He looks you over doubtfully.
"This is where the Lost lie, monsters whose sole goal is to grow and spread their vile corruption."
[[Cross the gate anyway->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]
[[Go back->Village]]
\<</if>>\<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastGrownParasites.available = false>>
Your heart throbs as you reach the eastern gate.
The parasites within ache to be freed, to spread their otherworldly lust to the beasts of the Barrens.
Finally, you're almost free to revel in your lust like the monster that you are. Some guards look at you with hidden interest, the arousal that taints the air seeping into them like a demonic spirit.
The need to corrupt everything is becoming nearly impossible to hide.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastGrownDemonic.available = false>>
The guards of the eastern gate eye you carefully as their hands hold on to their weapons tightly. They have seen countless demons before, have fought them alongside the Lost for as long as they remember.
Your demonic features are disturbing to them, but deep inside, they know that they are entirely powerless to stop you anyway.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastGrownMacro.available = false>>
You walk to the eastern gate, where guards look up to you in awe. They used to open the gate for you, but there is no point in that anymore.
With one step, you walk over the gate, its height proving useless to your gigantic body. The guards hold on to the walls, bracing themselves as your thunderous stomp pass towards the eastern Barrens.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastGrownLordOfLust.available = false>>
You reach the eastern gate only to notice that it is empty of any guards.
None of them dares to look at you in the eyes; no one wants to act as if they had any authority over you.
Nothing stands in the way of a Lord of Lust.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateEast.eastGrownMegaMacro.available = false>>
Upon arriving at the Eastern Gate its hard to imagine this puny fortification could keep out much of anything. \
The Eastern Barrens are supposed to be where the more dangerous corrupted creatures make their home; a few that are even powerful enough to be worth your attention despite your monstrous size.
As you step over the wall like it were nothing more than a piece of debris in your path you fail to lift your foot high enough and one of your toes grazes the top of the wall. You barely feel any resistance but a shower of stone and debris explodes outwards like the fortification had been hit from the inside by a catapult.
A glance down reveals the wall isn’t compromised. It still stands tall and strong enough to keep out invaders, though now it has a big chunk missing out of part of an upper battlement.
It’s becoming hard to process collateral damage when the world around you is so fragile.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(1)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateNorth.northFirstTime.available = false>>
A guard waits for you at the entrance of the eastern gate. His expression is hard to read, a sorrow paved by the routine of a harsh existence.
"I've been informed that you're the new Salvager." He looks you over.
Suddenly he turns to push the sizeable battered gate. It creaks out, leaving a small enough gap for you to squeeze through.
"Be careful out there; we need you in one piece." He mumbles out.
"Both in body and mind."
[[Cross the gate->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(0)]]
[[Go back->Village]]\<<set $CharacterSheet_Player.quest.exploration.villageGateNorth.northGrownMuscular.available = false>>
As usual, a guard waits for you at the entrance of the eastern gate. The gate creaks out as he pushes it open slightly, yet it's nowhere near enough to fit your muscular frame.
You walk to the gate and throw it open further than five men ever could. The loud creaking of the damaged gate pulls all eyes towards you; you stomp towards the northern Barrens.
A voice rises from the guard by the entrance.
"Thank the gods he's on our side."
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(0)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateNorth.northVisibleCorruption.available = false>>
A guard waits for you at the entrance of the eastern gate. You recognize him; he is the same guard who opened the gate for you the first time you stepped out onto the Barrens.
His expression has not changed, his rugged face showing years of fighting to keep the Golden Bastion safe. His eyes squint as he notices the Corruption flowing through your eyes and veins.
He opens the door for you without a word, takes an extra step back to let you through.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(0)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateNorth.northGrownHeight.available = false>>
You reach the northern gate and suddenly stop upon realizing something.
You stand taller than the entrance of the Golden Bastion.
The guards below grunt with effort as they open the gate as far as it could go before looking up to you, unsure of what happens next.
You crouch and squeeze yourself through, carefully managing to keep the walls of the city safe, but this is as big as you can be before this gate becomes too small for you.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(0)]]\<<set $CharacterSheet_Player.quest.exploration.villageGateNorth.northGrownHeightMassive.available = false>>
Once towering over you like an impenetrable barrier, the northern gate now seems little more than a minor inconvenience.
After taking a moment to admire the powerful defensive structure you raise one foot and simply step over it like it were little more than a fallen log in your path.
You’ve already grown far beyond anyone’s imagination; even your own.
[[Explore the Barrens->$Explore_Destination][$Encounter_Target = setup.getRandomEncounter(0)]]This version comes with a new combat system so here is a small guide to explain how it works.
A list of randomized moves are given to you every turn.
You can chain a move if its Link Value (the number in the top right corner) is adjacent to that of the following move.
So a move with a value of 3 can only combo with moves that have a value of 2 or 4!
Here's a little visual guide:
<<print setup.displayEncounterImage("https://sombreve.github.io/Dawn-of-Corruption-Site/Images/combo_guide.png")>>
[[Continue->Village]]<p style="text-align:center">
\<<if State.variables.SecretCheat >= 10>>
<h2>Best boyfriend</h2>
Draco
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/draco.png][http://www.furaffinity.net/user/dracoofzeradaith/]]
\<</if>>
<h2>Directed by</h2>
Sombreve
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/sombreve.png][http://www.furaffinity.net/user/sombreve/]]
<h2>Programming by</h2>
Sombreve
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/sombreve.png][http://www.furaffinity.net/user/sombreve/]]
<h2>Art by</h2>
Rethxus
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/rethxus.gif][http://www.furaffinity.net/user/rethxus/]]
Voidlesky
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/voidlesky.gif][https://www.furaffinity.net/user/voidlesky]]
<h2>Written by</h2>
Sombreve
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/sombreve.png][http://www.furaffinity.net/user/sombreve/]]
Jagaz
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/jagaz.gif][http://www.furaffinity.net/user/jagaz/]]
Delta-Tango
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/delta-tango.gif][https://www.furaffinity.net/user/Delta-Tango]]
Ninjasy2667
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/ninjasy2667.gif][https://www.furaffinity.net/user/ninjasy2667]]
Draco
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/draco.png][http://www.furaffinity.net/user/dracoofzeradaith/]]
Dragonien
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/dragonien.gif][https://www.furaffinity.net/user/dragonien/]]
<h2>UI By</h2>
Ghost
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/ghostboy.gif][https://www.furaffinity.net/user/ghostboy]]
Furyalpha123
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Furyalpha123.jpg][https://www.furaffinity.net/user/Furyalpha123]]
<h2>Testing By</h2>
Vertigo
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/vertigolapse.gif][https://www.furaffinity.net/user/vertigolapse]]
Whiteleo
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/whiteleo.gif][https://www.furaffinity.net/user/whiteleo]]
Shadowlost25
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/shadowlost25.gif][https://www.furaffinity.net/user/shadowlost25]]
Legdim
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/legdim.png][https://twitter.com/BurlyDrake]]
bassman97
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/bassman97.gif][https://www.furaffinity.net/user/bassman97]]
Tomi
Garryn
AizelTheUncultured
MikeLovesPecs
</p><<nobr>>
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/sombreve.png][http://www.furaffinity.net/user/sombreve/]]
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/jagaz.gif][http://www.furaffinity.net/user/jagaz/]]
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/draco.png][http://www.furaffinity.net/user/dracoofzeradaith/]]
<</nobr>>
<<nobr>>
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/delta-tango.gif][https://www.furaffinity.net/user/Delta-Tango]]
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/rethxus.gif][http://www.furaffinity.net/user/rethxus/]]
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/voidlesky.gif][https://www.furaffinity.net/user/voidlesky]]
<</nobr>>
<<nobr>>
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/ninjasy2667.gif][https://www.furaffinity.net/user/ninjasy2667]]
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/ghostboy.gif][https://www.furaffinity.net/user/ghostboy]]
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/Furyalpha123.jpg][https://www.furaffinity.net/user/Furyalpha123]]
<</nobr>>
<<nobr>>
[img[https://sombreve.github.io/Dawn-of-Corruption-Site/Images/dragonien.gif][https://www.furaffinity.net/user/dragonien/]]
<</nobr>><<include Credits>>
[[Return->GameplaySettings_Settings]]<<include Credits>>
[[Main Menu->Main Menu]]\<<set $MQ002_Manor_Source = "Village">>
[[Return to Game->Village]]
[[Learn All Fight Moves->DebugMenu][setup.debug_LearnAllMoves()]]
[[God Stats->DebugMenu][setup.debug_GodStats()]]
[[Get Essence->DebugMenu][setup.debug_GetEssence()]]
[[Get Exp->DebugMenu][setup.debug_GetExp()]]
[[Get Levels->DebugMenu][setup.debug_GetLevels()]]
[[Gain 25 corruption->DebugMenu][setup.debug_GetCorruption()]]
[[Reset Corruption->DebugMenu][setup.debug_ResetCorruption()]]
[[Add Day->DebugMenu][setup.addDays(1)]]
Achievements
[[Test Popup->DebugMenu][setup.notify("Achievement Unlocked: K-I-T-T-Y K-I-T-T-Y. Everybody say 'Hello Kitty!'");]]
Teammate
[[Unset Teammate->DebugMenu][$CharacterSheet_Player.fight.teammate = undefined]]
[[Set Teammate to Imp->DebugMenu][setup.impJoinsPlayer()]]
[[Set Teammate to Torgar->DebugMenu][setup.torgarJoinsPlayer()]]
Abilities
[[Learn Bunch of Abilities->DebugMenu][setup.debug_ApplyBunchOfAbilities()]]
[[Learn Echo Form->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_EchoForm)]]
[[Learn Host of Echo->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_HostOfEcho)]]
[[Learn Mutant->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Mutant)]]
[[Learn Abomination->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Mutant_2)]]
[[Learn Never Ending Growth->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_NeverendingGrowth)]]
[[Learn Unstoppable Expansion->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_UnstoppableExpansion)]]
[[Learn Masochism->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Masochism)]]
[[Learn Herculean Build->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_HerculeanBuild)]]
[[Learn Appetite For Growth->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_AppetiteForGrowth)]]
[[Learn Demonic Corruption->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_DemonicCorruption)]]
[[Learn Vigor of the Endowed->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_VigorOfTheEndowed)]]
[[Learn Parasite Infection->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_NyxParasiteInfection)]]
[[Learn Oathbreaker->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Oathbreaker)]]
[[Learn Oath of Containment->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Oath_Containment)]]
[[Learn Orgasmic Growth->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_OrgasmicGrowth)]]
[[Learn Last Stand->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_LastStand)]]
[[Learn Warrior of Duality->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_WarriorOfDuality)]]
[[Learn Codex's Passion->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_CodexPassion)]]
[[Learn Faith's Reward->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_FaithsReward)]]
[[Learn Essence Hoarder->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_EssenceHoarder)]]
[[Learn Sombreve's Whisper->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_SombrevesWhisper)]]
[[Learn Vampiric Lust->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_VampiricLust)]]
[[Learn Tank->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Tank)]]
[[Learn Berserking->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Berserking)]]
[[Learn Deadly Aim->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_DeadlyAim)]]
[[Learn Kaleth's Fervour->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_KalethsFervour)]]
[[Learn Withering Venom->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_WitheringVenom)]]
[[Learn Piercing Precision->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_PiercingPrecision)]]
[[Learn Channel The Astral Soul->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_ChannelTheAstralSoul)]]
[[Learn Valiant Rush->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_ValiantRush)]]
[[Learn Draco's Omnipotence->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_DracosOmnipotence)]]
[[Learn Buried in Cum->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_BuriedInCum)]]
[[Learn Corrupted Strength->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_CorruptedStrength)]]
[[Learn Focused->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Focused)]]
[[Learn Momentum->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Momentum)]]
[[Learn Incorruptible->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_Incorruptible)]]
[[Learn Servant of Kanathar->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_ServantOfKanathar)]]
[[Learn Empowering Drink->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_EmpoweringDrink)]]
[[Learn Torgar's Bond->DebugMenu][$CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_TorgarsBond)]]
Anotomy
[[Set anatomy to default male->DebugMenu][setup.changeGender($CharacterSheet_Player.info.anatomy, "male")]]
[[Set anatomy to default female->DebugMenu][setup.changeGender($CharacterSheet_Player.info.anatomy, "female")]]
[[Set anatomy to default herm->DebugMenu][setup.changeGender($CharacterSheet_Player.info.anatomy, "herm")]]
[[Cock Growth->DebugMenu][setup.applyGrowth($CharacterSheet_Player, "cock", 3)]]
[[Balls Growth->DebugMenu][setup.applyGrowth($CharacterSheet_Player, "balls", 3)]]
[[Muscles Growth->DebugMenu][setup.applyGrowth($CharacterSheet_Player, "muscles", 3)]]
[[Height Growth->DebugMenu][setup.applyGrowth($CharacterSheet_Player, "height", 3)]]
Size Mods
[[God Size->DebugMenu][setup.debug_GodSize()]]
[[Great Size->DebugMenu][setup.debug_GreatSize()]]
[[Big Size->DebugMenu][setup.debug_BigSize()]]
[[Apply Tiny Growth->DebugMenu][setup.debug_ApplyTinyGrowth()]]
[[Apply Max Growth->DebugMenu][setup.debug_ApplyMaxGrowth()]]
[[Apply Overflow Growth->DebugMenu][setup.debug_ApplyOverflowGrowth()]]
[[Enable Exploration->DebugMenu][setup.debug_SetCanExplore()]]
Multi Mods
Add 1 to \
<<click "Limb">><<replace "#debug_LimbAnatomy">> \
[[cocks->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "cocks", 1, "add")]]
[[balls->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "balls", 1, "add")]]
[[heads->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "heads", 1, "add")]]
[[eyes->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "eyes", 1, "add")]]
[[jaws->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "jaws", 1, "add")]]
[[teeths->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "teeths", 1, "add")]]
[[hands->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "hands", 1, "add")]]
[[horns->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "horns", 1, "add")]]
[[wings->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "wings", 1, "add")]]
[[tongues->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "tongues", 1, "add")]]
[[arms->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "arms", 1, "add")]]
[[pecs->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "pecs", 1, "add")]]
[[abdominals->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "abdominals", 1, "add")]]
[[legs->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "legs", 1, "add")]]
[[tails->DebugMenu][setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "tails", 1, "add")]]
<</replace>><</click>>
<span id="debug_LimbAnatomy"></span>
Race:
(Set overrides limb number and color, Transform doesn't)
Set Player Race to \
<<click "Race">><<replace "#debug_SetPlayerRace">> \
[[Human->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.DEFAULT)]]
[[Werewolf->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.WOLF)]]
[[Minotaur->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.MINOTAUR)]]
[[Dragonborn->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.DRAGONBORN)]]
[[Behemoth->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.BEHEMOTH)]]
[[Half-Orc->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.HALFORC)]]
[[Incubus->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.INCUBUS)]]
[[Lord of Lust->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.LORD_OF_LUST)]]
[[Naga (not implimented)->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.NAGA)]]
[[Symbiote (????)->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.SYMBIOTE)]]
[[Custom->DebugMenu][setup.setRace($CharacterSheet_Player.info.anatomy, setup.RacePool.CUSTOM)]]
<</replace>><</click>>
<span id="debug_SetPlayerRace"></span>
Transform Player Race to \
<<click "Race">><<replace "#debug_TransformPlayerRace">> \
[[Human->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.DEFAULT)]]
[[Werewolf->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.WOLF)]]
[[Minotaur->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.MINOTAUR)]]
[[Dragonborn->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.DRAGONBORN)]]
[[Behemoth->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.BEHEMOTH)]]
[[Half-Orc->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.HALFORC)]]
[[Incubus->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.INCUBUS)]]
[[Lord of Lust->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.LORD_OF_LUST)]]
[[Naga (not implimented)->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.NAGA)]]
[[Symbiote (????)->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.SYMBIOTE)]]
[[Custom->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.CUSTOM)]]
<</replace>><</click>>
<span id="debug_TransformPlayerRace"></span>
Set Symbiote Race to \
<<click "Race">><<replace "#debug_SetSymbioteRace">> \
[[Symbiote->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.SYMBIOTE)]]
[[Human->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.DEFAULT)]]
[[Werewolf->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.WOLF)]]
[[Minotaur->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.MINOTAUR)]]
[[Dragonborn->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.DRAGONBORN)]]
[[Behemoth->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.BEHEMOTH)]]
[[Incubus->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.INCUBUS)]]
[[Lord of Lust->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.LORD_OF_LUST)]]
[[Naga (not implimented)->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.NAGA)]]
[[Custom->DebugMenu][setup.setRace($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.CUSTOM)]]
<</replace>><</click>>
<span id="debug_SetSymbioteRace"></span>
Transform Symbiote Race to \
<<click "Race">><<replace "#debug_TransformSymbioteRace">> \
[[Symbiote->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.SYMBIOTE)]]
[[Human->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.DEFAULT)]]
[[Werewolf->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.WOLF)]]
[[Minotaur->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.MINOTAUR)]]
[[Dragonborn->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.DRAGONBORN)]]
[[Behemoth->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.BEHEMOTH)]]
[[Incubus->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.INCUBUS)]]
[[Lord of Lust->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.LORD_OF_LUST)]]
[[Naga (not implimented)->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.NAGA)]]
[[Custom->DebugMenu][setup.transformEntireAnatomy($CharacterSheet_Player.symbiote.anatomy, setup.RacePool.CUSTOM)]]
<</replace>><</click>>
<span id="debug_TransformSymbioteRace"></span>
Start Encounter
[[Imp->DebugEncounter][$DebugEncounter = "CharacterSheet_Imp"]]
[[Lakkos->DebugEncounter][$DebugEncounter = "CharacterSheet_Lakkos"]]
[[Lost Entity->DebugEncounter][$DebugEncounter = "CharacterSheet_Lost_Entity"]]
[[Lost Swarm->Encounter_Intro_Swarm]]
[[Lost Naga->DebugEncounter][$DebugEncounter = "CharacterSheet_Lost_Naga"]]
[[Nyx Parasite->DebugEncounter][$DebugEncounter = "CharacterSheet_MQ002_NyxParasite"]]
[[Drenth->DebugEncounter][$DebugEncounter = "CharacterSheet_MQ002_DragonMonk"]]
[[Apothus->DebugEncounter][$DebugEncounter = "CharacterSheet_Apothus"]]
[[Apothus 2nd Form->DebugEncounter][$DebugEncounter = "CharacterSheet_Apothus_2nd_Form"]]
[[God-Beast->DebugEncounter][$DebugEncounter = "CharacterSheet_God_Beast"]]
[[Slime->DebugEncounter][$DebugEncounter = "CharacterSheet_Slime"]]
[[Torgar->DebugEncounter][$DebugEncounter = "CharacterSheet_Torgar"]]
<<if setup.getNextNarativeEventPassage($CharacterSheet_Jorm.quest.encounterPassages) != undefined>>
[[Jorm->DebugEncounter][$DebugEncounter = "CharacterSheet_Jorm"]]
<</if>>
Set "Know Encounter"
[[Imp->DebugMenu][$CharacterSheet_Imp.info.known = setup.EncounterKnownState.KNOWN]]
[[Slime->DebugMenu][$CharacterSheet_Slime.info.known = setup.EncounterKnownState.KNOWN]]
[[Torgar->DebugMenu][$CharacterSheet_Torgar.info.known = setup.EncounterKnownState.KNOWN]]
[[Lakkos->DebugMenu][$CharacterSheet_Lakkos.info.known = setup.EncounterKnownState.KNOWN]]
[[Lost Entity->DebugMenu][$CharacterSheet_Lost_Entity.info.known = setup.EncounterKnownState.KNOWN]]
[[Lost Naga->DebugMenu][$CharacterSheet_Lost_Naga.info.known = setup.EncounterKnownState.KNOWN]]
Music
[[Village Theme->DebugMenu][SimpleAudio.select("village").volume($Volume).play();]]
[[Manor Theme->DebugMenu][SimpleAudio.select("manor").volume($Volume).play();]]
[[Heartbeat Loop->DebugMenu][SimpleAudio.select("SFX_heartbeat").volume($Volume).loop(true).play();]]
[[Volume 80%->DebugMenu][$Volume = 0.8; SimpleAudio.select(":playing").volume($Volume);]]
[[Volume 40%->DebugMenu][$Volume = 0.4; SimpleAudio.select(":playing").volume($Volume);]]
[[Stop Music->DebugMenu][SimpleAudio.select(":playing").stop();]]
Debug Starters
[[MQ001->DebugMenu][setup.debug_DebugStarter_MQ001()]]
[[MQ002->DebugMenu][setup.debug_DebugStarter_MQ002()]]
[[MQ002_InsideManor->Quest_MQ002_MoveInsideGate_3_GoToManor][setup.debug_DebugStarter_MQ002()]]
[[MQ002_WestWing->Quest_MQ002_Manor_WestWing][setup.debug_DebugStarter_MQ002()]]
[[MQ002_ApothusRealm->Quest_MQ002_ApothusRealm_Entrance][setup.debug_DebugStarter_MQ002()]]
[[MQ002_JoinedApothus->Quest_MQ002_ApothusRealm_ApothusMenu][setup.debug_DebugStarter_JoinedApothus()]]
[[MQ003_Village->Village][setup.debug_DebugStarter_MQ003()]]
Endings
[[One with Apothus->Quest_MQ002_Apothus_2nd_Form_Encounter_PlayerLoses_07]]
[[Chosen Ascension (Choice to merge with Nyx or Cray)->Feed_The_Chosen_Final]]
Enemy Size Mods
[[Turn Imp Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_Imp, setup.Comparators.SMALLER)]]
[[Turn Imp Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_Imp, setup.Comparators.EQUAL)]]
[[Turn Imp Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_Imp, setup.Comparators.REACHES_WAIST)]]
[[Turn Imp Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_Imp, setup.Comparators.REACHES_KNEES)]]
[[Corrupt Imp->DebugMenu][setup.applyCorruption($CharacterSheet_Imp, 100)]]
[[Turn Lakkos Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lakkos, setup.Comparators.SMALLER)]]
[[Turn Lakkos Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lakkos, setup.Comparators.EQUAL)]]
[[Turn Lakkos Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lakkos, setup.Comparators.REACHES_WAIST)]]
[[Turn Lakkos Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lakkos, setup.Comparators.REACHES_KNEES)]]
[[Turn Torgar Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_Torgar, setup.Comparators.SMALLER)]]
[[Turn Torgar Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_Torgar, setup.Comparators.EQUAL)]]
[[Turn Torgar Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_Torgar, setup.Comparators.REACHES_WAIST)]]
[[Turn Torgar Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_Torgar, setup.Comparators.REACHES_KNEES)]]
[[Grow Torgar Cock->DebugMenu][setup.applyGrowth($CharacterSheet_Torgar, "cock", 999999)]]
[[Set Torgar State to "Infected"->DebugMenu][$CharacterSheet_Torgar.quest.progress = setup.TorgarProgress.INFECTED]]
[[Set Torgar State to "Ascended"->DebugMenu][$CharacterSheet_Torgar.quest.progress = setup.TorgarProgress.ASCENDED]]
[[Set Torgar State to "Lost"->DebugMenu][setup.debug_SetTorgarState(setup.TorgarProgress.LOST)]]
[[Set Torgar Relationship to Mid->DebugMenu][$CharacterSheet_Torgar.quest.relationshipScoring = 4]]
[[Set Torgar Relationship to High->DebugMenu][setup.setTorgarProgressHigh()]]
[[Set Torgar Relationship to Very High->DebugMenu][setup.setTorgarProgressVeryHigh()]]
[[Turn Lost Entity Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Entity, setup.Comparators.SMALLER)]]
[[Turn Lost Entity Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Entity, setup.Comparators.EQUAL)]]
[[Turn Lost Entity Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Entity, setup.Comparators.REACHES_WAIST)]]
[[Turn Lost Entity Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Entity, setup.Comparators.REACHES_KNEES)]]
[[Turn Lost Swarm Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_Swarm, setup.Comparators.SMALLER)]]
[[Turn Lost Swarm Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_Swarm, setup.Comparators.EQUAL)]]
[[Turn Lost Swarm Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_Swarm, setup.Comparators.REACHES_WAIST)]]
[[Turn Lost Swarm Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_Swarm, setup.Comparators.REACHES_KNEES)]]
[[Turn Lost Naga Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Naga, setup.Comparators.SMALLER)]]
[[Turn Lost Naga Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Naga, setup.Comparators.EQUAL)]]
[[Turn Lost Naga Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Naga, setup.Comparators.REACHES_WAIST)]]
[[Turn Lost Naga Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_Lost_Naga, setup.Comparators.REACHES_KNEES)]]
[[Turn Nyx Parasite Small->DebugMenu][setup.debug_SetHeight($CharacterSheet_MQ002_NyxParasite, setup.Comparators.SMALLER)]]
[[Turn Nyx Parasite Human Sized->DebugMenu][setup.debug_SetHeight($CharacterSheet_MQ002_NyxParasite, setup.Comparators.EQUAL)]]
[[Turn Nyx Parasite Massive->DebugMenu][setup.debug_SetHeight($CharacterSheet_MQ002_NyxParasite, setup.Comparators.REACHES_WAIST)]]
[[Turn Nyx Parasite Macro->DebugMenu][setup.debug_SetHeight($CharacterSheet_MQ002_NyxParasite, setup.Comparators.REACHES_KNEES)]]\<<set $Encounter_Target = State.variables[$DebugEncounter]>>
\
\<<print $Encounter_Target.fight.encounterIntroText>>This world has reached the end of its story, cracked under the weight of its own ambitions.
Yet the seed of corruption lives on; In other lands yet untouched by your will to become something more.
[[Be Reborn->Fast_Intro]]
<<include Ending_Reset>>This world has reached the end of its story, cracked under the weight of its own ambitions.
Yet the seed of corruption lives on; In other lands yet untouched by your will to become something more.
[[Be Reborn->Name Setup]]
<<include Ending_Reset>><<silently>>
<<set $CycleBackup = $Cycle +1>>
<<set $NameBackup = $CharacterSheet_Player.info.name>>
<<run setup.backupEndingAbilities()>>
<<include StoryInit_Base>>
<<include StoryInit_FightVariables>>
<<include StoryInit_FightMoves>>
<<include Quest_MQ001>>
<<include Quest_MQ001_EchoFirstEncounter>>
<<include Quest_MQ002>>
<<include StoryInit_QuestVariables>>
<<include StoryInit_Abilities>>
<<include Sheets_Player>>
<<include Sheets_Imp>>
<<include Sheets_Lakkos>>
<<include Sheets_Lost_Entity>>
<<include Sheets_Lost_Harbinger>>
<<include Sheets_Swarm>>
<<include Sheets_Lost_Naga>>
<<include Sheets_Elder>>
<<include Sheets_MQ002_Guard>>
<<include Sheets_MQ002_NyxParasite>>
<<include Sheets_MQ002_DragonMonk>>
<<include Sheets_Apothus>>
<<include Sheets_Apothus_2nd_Form>>
<<include Sheets_God_Beast>>
<<include Sheets_Slime>>
<<include Sheets_Wounded_Lost>>
<<include Sheets_Jorm>>
<<include Sheets_Abel>>
<<include Sheets_Torgar>>
<<include StoryInit_StateDrivenModifiers>>
<<include StoryInit_WorldState>>
<<include StoryInit_RandomEncounters>>
<<run setup.triggerEndingsPostWorldCallbacks()>>
<<set $Cycle = $CycleBackup>>
<<set $CharacterSheet_Player.info.name = $NameBackup>>
<<unset $CycleBackup>>
<<unset $NameBackup>>
<</silently>>(It seems that this save file is from an older version than the current one.)
(Unfortunately, older files are not compatible with this version.)
(This save can still be used to start a new game with all the Essence and XP you've gathered so far.)
[[Do it->Reload_Unsupported]]
[[Go back to the Golden Bastion->Village]]<<set $ExpBackup = $Exp>>
<<set $EssenceBackup = $Essence>>
<<include Ending_Slow>>
<<silently>>
<<include StoryInit>>
<</silently>>
<<set $Exp = $ExpBackup>>
<<set $Essence = $EssenceBackup>>
<<unset $ExpBackup>>
<<unset $EssenceBackup>>Are you sure you want to quit?
All unsaved progress will be lost.
<div class="ExitPopupButtons">
\<<button "Cancel">>
\<<run Dialog.close();>>
\<</button>>
\
\<<button "Exit">>
\<<run window.close();>>
\<</button>>
</div>The Altar of Options glows as you approach.
It is known to shape how the world is seen and felt.
[[Change Gameplay Settings->GameplaySettings_Settings]]
[[Return to the Golden Bastion->Village]]<<include MeasurementSystem>>
[[Credits->CreditsInGame]]
[[Return to the Golden Bastion->Village]]<<nobr>>
<<unset $AbilityOptions>>
<<set $LevelUpParams =
{
point : 2,
hp: {name: "Health", value: $CharacterSheet_Player.fight.hp},
stamina: {name: "Stamina", value: $CharacterSheet_Player.fight.stamina},
strength: {name: "Strength", value: $CharacterSheet_Player.fight.strength},
arousalGain: {name: "Arousal Gain per turn", value: $CharacterSheet_Player.fight.arousalGain},
staminaRecovery: {name: "Stamina Recovery per turn", value: $CharacterSheet_Player.fight.staminaRecovery},
scaling: {
hp: 6,
stamina: 4,
strength: 3,
arousalGain: 2,
staminaRecovery: 1,
},
}>>
<</nobr>>
<h1>With experience, power builds within you.</h1>
You can increase your Stats <span id="LevelUp-Points"><<print $LevelUpParams.point>> </span> times.
<<print setup.displayStatsUp($CharacterSheet_Player, $LevelUpParams)>>
You can acquire a new ability.
<<print setup.displayAbilitiesUp($CharacterSheet_Player)>>
<span class="LevelUpConfirm inactive">[[Apply->Village][setup.levelUp($CharacterSheet_Player, $LevelUpParams, _AbilityChoiceIndex)]]</span>
[[Cancel->Village]]<div class="MainMenu">\
Warning, this game is nsfw 18+ only.
It features male gay characters and fetishes such as:
Muscle Growth, Macro, Hyper, Goo, Transformation, Corruption
If you like the game and wanna see the next versions in advance, check out
Patreon: https://www.patreon.com/sombreve
Gumroad: https://gumroad.com/sombreve
Credits
<<include CreditsAbridged>>
[[Full Credits->CreditsMainMenu]]
<h1>[[Begin->Name Setup]]</h1>
</div>There is only one way to measure the size and scale of magnificent beasts.
<label><<radiobutton '$Measurement' setup.Units.IMPERIAL autocheck>>Imperial</label>
<label><<radiobutton '$Measurement' setup.Units.METRIC autocheck>>Metric</label>\<<if $CorruptSidebar>>
\<<print setup.displayCorruptSidebar(State.variables.CharacterSheet_Player)>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getResetIcon($CharacterSheet_Player)]]>><<script>>setup.restart()<</script>><</link>>
\<<else>>
\<<if $SpecialBuild>>
\ <<if $Debug>>
\<<button "Debug Mode On">> <<script>> setup.toggleDebugMode()<</script>> <</button>>
\ <<else>>
\<<button "Debug Mode Off">> <<script>> setup.toggleDebugMode()<</script>> <</button>>
\ <</if>>
\<</if>>
\<<print setup.displayInfoStats(State.variables.CharacterSheet_Player)>>
\<<print setup.displayFightStats(State.variables.CharacterSheet_Player)>>
\<div class='stat-window-offset'>
\<div class='SidebarIcons'>
\<<link [img[setup.getAchievementIcon($CharacterSheet_Player)]]>><<script>>setup.achievements()<</script>><</link>>
\<<link [img[setup.getSaveIcon($CharacterSheet_Player)]]>><<script>>setup.saves()<</script>><</link>>
\<<link [img[setup.getResetIcon($CharacterSheet_Player)]]>><<script>>setup.restart()<</script>><</link>>
\<img src='https://sombreve.github.io/Dawn-of-Corruption-Site/UI/VoidUI/text_logo/text_logo_color_bg_small.png'>
\</div>
\</div>
\<div class="volume-control-container"><span class="volumeLabel">Volume </span><<volume>></div>
\<div class="VersionNumber">v$VersionStr</div>
\<</if>>You look down at the exhausted demon.
You imagine yourself with some of Lakkos's features and powers. The horns, the massive cock, his control over people's lust and size.
It could all be yours.
You go to the incubus and place your hand upon his head.
He looks at you in confusion when he suddenly feels pure power enter his body. His slitted red eyes suddenly glow red as he shivers.
"What... What is this?" This confirms your suspicion. He could not gather Essence out of people like you could. This was his first taste of pure, concentrated power.
[[Give him Essence->Transformation_Incubus_Level1_2]]His muscles throb with strength as he gets up. He seems fully healed.
In one sudden rush of energy, he moans as strength fills his whole frame.
Then he burst with growth as cum oozes from his cock.
His newfound energy is bringing him to the edge of orgasm.
"Ahhhhh... Oh fuck... This power..."
He suddenly gropes your cock and pecs.
"You made the right choice."
He kisses you deeply.
A dark red sigil suddenly appears around you. The same red as the demon's glowing eyes.
[[Let demonic powers enter you->Transformation_Incubus_Level1_3]]You feel it surround you. An energy that you don't quite understand.
It's fiery and passionate, like a force of nature. It shoots inside your soul and taints it to the core.
You feel your restraints melt away; lust, sex and power slowly become your most significant needs. Two nubs start to push from your forehead.
Lakkos grins as he kneels down to face your cock. You feel his hot mouth taking all <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> of your cock. With every thrust of his head, you felt it pulsate with energy.
The nubs on your forehead suddenly split. You feel horns growing until the reach <<print setup.getHornsSize($CharacterSheet_Player)>>, they curved and rose straight up. Each was almost as thick as your wrists.
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "horns", setup.RacePool.INCUBUS)>>
You feel Lakkos suck you faster and harder. You're so close to the edge.
You look at the demon with your now slitted purple eyes.
"I want more... I want it all!" You declare, showing the incubus your now razor-sharp canines.
[[Complete the transformation->Transformation_Incubus_Level1_4]]\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_DemonicCorruption);>>
\<<run setup.upgradeLakkosStats(1)>>
Seeing your changed form is bringing Lakkos to the edge. He pulls back, freeing your now <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> purple cock.
He moans loudly as he jerks off while gazing at your new demonic body. You feel lust overwhelm you as the sigil burns with hell's fire.
"GRAAAAHHHH"
You both roar and cum all over each other; Your seeds fill both of you with an unholy vitality.
Your bodies grew in size, a reflection of your newfound powers.
<<print setup.getFightReward($CharacterSheet_Lakkos)>>
You keep going, having sex for hours and hours with Lakkos. Yet your hunger is not satisfied, you need more than sex... You have to gain genuine power to fully become a demon.
Lakkos already looks much stronger than at the start of your encounter. Your next fight will be more difficult.
Yet you have a feeling that he could turn you even stronger as well...
(You can equip a new move to your moveset in your home)
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "teeths", setup.RacePool.INCUBUS)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "jaws", setup.RacePool.INCUBUS)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "horns", setup.RacePool.INCUBUS)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "tongues", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "tongues", setup.ColourPool.PURPLE)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PURPLE)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "cocks", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "cocks", setup.ColourPool.PURPLE)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "balls", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "balls", setup.ColourPool.PURPLE)>>
[[Return Home->Village]]Lakkos falls down in exhaustion but grins all the same. He knows you wanted more, no one could resist the appeal of demonic powers.
You rush to him and place your hand on his head once again. He licks your cock out of sheer need as pure power courses through him.
"Hehehe... I can feel some of my old powers coming back..."
His chuckles turn into maniacal laughter.
You notice his pecs and shoulders grow as he gets to his feet. His whole body radiates with a dark red aura.
"I owe you a lot for this..."
His cock shakes and throbs like it's possessed. Thick red veins fill it with power. He grasps the base and pulls his head back.
"Ohhhh... Fuuuuuck..."
Your eyes widen as his cock pushes forward. Pounds upon pounds of thick flesh piles on his already massive tool. He unleashes a maniacal laugh as cum gushes out of his growing dick.
It expands until it gains <<print setup.getLength(7)>>.
\<<set setup.applyGrowth($CharacterSheet_Lakkos, "cock", 7)>>
[[Accept Lakkos's Reward->Transformation_Incubus_Level2_2]]You suddenly notice his hands smoking with black, demonic energy.
"Now, let the powers of hell fully enter your being..."
A circle of pure darkness suddenly forms from under you. You can see movement under the glass-like surface of it.
A shape forms along the surface of the black circle. It throbs, gathering the surrounding darkness to grow outward.
The half-formed tendril waves towards you. You notice a thick purple liquid oozing from the tip.
"Hmmm... Take it. Accept this gift straight from the embodiment of lust itself."
It slowly slithers towards you, you grab it and eagerly suck the tip. The sharp, bitter taste of its seed makes you shiver.
Suddenly, your eyes widen; your cock throbs harder than it ever has. An unholy lust rises within you.
More tendrils emerge from the dark portal. You hear Lakkos release a loud moan as the demon's growth accelerates.
\<<set setup.applyGrowth($CharacterSheet_Lakkos, "cock", 4)>>
His still growing cock reaches <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "cock"))>>.
[[Give in to Lust->Transformation_Incubus_Level2_3]]Some tendrils join the other and crawl to your mouth. Some coil around your cock, jerking it hungrily.
Others reach for your ass. You feel your entrance widen as the oily appendages spread their demonic seed inside you.
The purple liquid entered you from the inside, it fused with your prostate, enhancing it to bring you pleasure beyond what you could ever imagine.
You panted as Lakkos jerks off in front of you, he is completely lost in arousal.
The tendrils suddenly fuck you better than anything could, three of them push deep inside your ass while four massage your cock and balls.
A thin one slowly enters your cock slit, feeding your tool with demonic energy.
"Oh, God... Ahhhhh..."
You cum, but they do not care, they keep pleasuring you in every way they can. Even after cumming, your arousal stays at an all-time high.
It feels like you could chain orgasms forever.
[[Embrace your transformation->Transformation_Incubus_Level2_4]]Something grows over your arms and legs. The skin around them turns darker and darker until it became completely black.
It then grows outward, turning into hard black scales. A bright purple glow emanates between each of them.
You grin and gaze at your arms. Your fingernails extend and warp to become thick black claws.
"Graahhh... Oh, God... Oh, God... Fuuuuck..."
You force yourself down on the tentacles penetrating your ass.
It's too much to bear; you cum again.
More tentacles suddenly rise and massage every inch of your body. Your muscles bask in the sheer lust of this otherworldly beast pleasuring you.
Your form slowly expands bigger as you cum once more.
Your moans could be heard all over the forest. A black forked tail suddenly bursts from behind you; its thickness increases as it pulls out of you. You coil it around your cock as you cum the last remains of your human seed. You drench yourself with your now thick dark purple cum.
As if to react to the last part of your humanity leaving you, the tentacles pull back, and the spell dissipates. Lakkos could now fully see your new body.
\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_DemonicCorruption);>>
You are now a <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>> demon with a <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> cock.
You both share a lustful grin. Your new bodies beg you to go wild on each other.
[[Fuck Lakkos for days->Transformation_Incubus_Level2_5]]After a whole week of passionate sex, you return to the Golden Bastion.
Lakkos has told you that he could change you one last time if you gather enough Essence.
His improved body will prove to be an even bigger challenge though...
<<print setup.getFightReward($CharacterSheet_Lakkos)>>
\<<run setup.upgradeLakkosStats(2)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "arms", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "arms", setup.ColourPool.BLACK)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "hands", setup.RacePool.INCUBUS)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "legs", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "hands", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "legs", setup.ColourPool.BLACK)>>
\<<run setup.changeLimb($CharacterSheet_Player.info.anatomy, "tails", setup.RacePool.INCUBUS)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "tails", setup.ColourPool.BLACK)>>
[[Continue->Village]]Lakkos can't wait any longer. He comes to you and grabs you by the back of the head; he pulls into a deep and hungry kiss.
You both need this more than anything.
He feels his old powers reaching out to him, just a little more essence before he regains his former strength.
You break the kiss and push his head down to suck on your <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> cock. He can barely handle it, yet he forces himself to take you.
He rolls his wet demonic tongue on your cock as you let him feel every inch down his throat. Some Essence of Power rush inside him once he takes the whole thing.
You want to make him work for his powers. With every suck, you allow him to have a little more. His moans turn deeper each time.
You see his shoulder growing wider and filling with strength. His whole body starts to grow.
You feel his head getting larger under your hand. His tongue covering more and more of your cock.
"Ahhhh... Ahhhh... You're getting into it uhhhhAHHHHH" Your moans turn into screams of pleasure as he suddenly sucks harder and faster.
[[Give him more...->Transformation_Incubus_Level3_2]]You weren't ready for this. Lakkos' sucks are beyond godlike. Hundreds of pounds of muscles begin to develop over his demonic body.
"I... I can't... I'm gonna!" You can see him smile as he grabs your waist and sucks you down to your balls.
"AHHHHHHH" You flood him with cum. And with it, your Essence rushes inside him.
His whole body starts to shake. He looks up to you, his eyes are now completely red and glowing with demonic powers. His horns grow further until they reach behind his head.
\<<run setup.applyGrowth($CharacterSheet_Lakkos, "cock", setup.getStatValue($CharacterSheet_Lakkos, "cock") * 4)>>
"Oh, yes... Here it comes..." He moans as his cock grows between his jerking hands. He can barely handle it.
He drools, gazing at his now <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "cock"))>> monster cock.
"Hmmm... Fuck yeah. A real cock for a real beast!" He laughs madly while stroking himself with his hands and tail. The demon's body keeps shaking as power builds inside him.
"I need more... I need to become truly massive to really enjoy this monster..." He grins and looks at his gigantic cock.
"But first... My end of the bargain, <<print $CharacterSheet_Player.info.name>>"
You shudder with excitement as he pierces the ground with his claws. A deep and black rot starts to flow in the earth around you. The few plants around you become warped and corrupted as it spreads for more than <<print setup.getLength(30)>>. The center is jet black, you recognize the black gate to the Embodiment of Lust. But this time it's massive, the otherworldly on the other side eagerly push themself on the glass-like surface.
Lakkos laughs as he focuses his power back on himself. His scales pulsate with red demonic energy.
He grows and grows until his previously <<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "height"))>> body reaches
\<<run setup.applyGrowth($CharacterSheet_Lakkos, "height", setup.getStatValue($CharacterSheet_Lakkos, "height") * 1.5)>>
\<<print setup.getLength(setup.getStatValue($CharacterSheet_Lakkos, "height"))>>.
His laughs become more dominant and more wicked as his changes show no signs of stopping. Thick pre-cum oozes from his cock as he grasps his monster with glee.
[[Embrace the Corruption->Transformation_Incubus_Level3_3]]Suddenly, countless tentacles burst from the depth of the black portal. They feel the unholy lust radiating from both of you.
Some coils around Lakkos's gigantic cock and massage it from every angle. But most of them crawl towards you.
The smell of your black soul, begging to be thoroughly corrupted, drives them mad. They rush up your legs and invade your ass without warning.
Your roars are louder than the giant demon's. Tentacles move along your cock and balls, drenching them with the same demonic liquid that changed you last time.
But now you can take so much more... You force your ass down on the tentacles, inviting them to fill you deeper.
You grasp some of them and jack them off, they drench your body with their corrupting seed.
As if to respond to your mad need for pleasure, countless other black tendrils emerge.
You feel them slither around your legs, completely covering every inch of your scales in a wet and warm embrace.
Once they reach your waist, you unleash a raw scream of manic lust. The tendrils attach to your cock and ball, injecting their demonic seed directly inside them.
You feel them grow and churn with the purple liquid.
"Oh, fuck... Oh fuuuuuck... Moooooore..."
<h1>"FUCK YESSSSS! MOOOOORE!"</h1>
Your cock shoots blanks over and over again. The tendrils crawl up your chest, and a massive tentacle enters your mouth.
You suck it like your life depends on it. You feel it bulge and expand as litres of thick demonic goo erupts from it. You try to take it all.
An unholy energy fills your whole being, you are now fully covered by the loving tendrils of a god from beyond.
[[Become Something More...->Transformation_Incubus_Level3_4]]\<<run $CharacterSheet_Player.applyAbilityRuntimeData(setup.Ability_DemonicCorruption);>>
Lakkos could only stare in amazement, you are entirely covered by so many tentacles, it was like being encased in a black cocoon.
You could feel your muscles filling with power; your silhouette is changing. The cocoon can barely contain your growing form.
Lakkos knows you are turning into more than a demon, you have been chosen. Blessed by lust itself. All you need is one last push.
He would gladly provide it.
He roars as release finally reaches him. His cock explodes like a broken dam. It completely drenches your cocoon; you feel your body feed on its unholy energy.
Scales slowly grow along every surface of your body. Your head throbs as a new set of massive horns emerge from your temples.
They grow to reach behind your head.
\<<run setup.changeLimbNumber($CharacterSheet_Player.info.anatomy, "horns", 2, "add")>>
Your cock is pressing on the walls of your enclosure as it keeps growing bigger and bigger. You could feel your own dam breaking.
The cocoon stretched to reach <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "height"))>>.
The tentacles could not hold you anymore, you slash at the surface of your cocoon with your now thicker claws.
Litres of thick demonic seed flows as you step out.
You are now fully covered in black spiky scales. A purple glow radiates from between each of them.
The purple slit of your eyes are now surrounded by pure black scleras. Your now <<print setup.getLength(setup.getStatValue($CharacterSheet_Player, "cock"))>> cock constantly throbs with need.
Lakkos drools at your new form, your grin at him in response, exposing your new set of sharp, pointed teeth.
Calling you a demon would be an understatement at this point, your total devotion to your arousal has turned you into something more... A true Lord of Lust.
(You can equip a new move to your moveset in your home)
\<<run setup.transformEntireAnatomy($CharacterSheet_Player.info.anatomy, setup.RacePool.LORD_OF_LUST, true)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "pecs", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "heads", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "abdominals", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "tongues", setup.ColourPool.PURPLE)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "eyes", setup.ColourPool.PURPLE)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "cocks", setup.ColourPool.PURPLE)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "balls", setup.ColourPool.PURPLE)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "arms", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "hands", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "legs", setup.ColourPool.BLACK)>>
\<<run setup.colourLimb($CharacterSheet_Player.info.anatomy, "tails", setup.ColourPool.BLACK)>>
[[Fuck Lakkos->Transformation_Incubus_Level3_5]]You jumped at Lakkos. You fucked in every way possible. You kept going for weeks, without any breaks.
His gigantic form was a lot to handle, but you wished you and him were even more enormous. Power and lust drove your every thought.
Weeks turned into months. You fucked and fucked until you finally adjusted to your demonic body.
Lakkos loved every second of it, maybe being banished here wasn't so bad for him after all.
You finally reached the point where you felt a distant memory slowly emerge from your mind. An old duty that was never completed.
You left soon after, your goals and instincts had changed and yet...
You continued your quest.
\<<run setup.upgradeLakkosStats(3)>>
<<print setup.getFightReward($CharacterSheet_Lakkos)>>
[[Continue->Village]]