Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
You're in a camp of your own making, it being situated not too far out of the great city of Polaris. It's a fairly small, but relaxed location. Thanks to the crystal bonfire at the center of your camp, you know very well that a barrier protects the site, not allowing those lost to the black fogs from beyond through it. of course, you have your basic essentials. A tent you had purchased from a shop in Polaris, keeping you well-sheltered from any rains or intense winds that occasionally rip through the plains.
[[PlaceA]]There isn't too much to see here, but you're certain something will happen soon.
[[Outpost Camp]]
<u>Unnamed Text Game</u><br><sup>By Zenixgrin</sup>
Click 'New Game' to begin a new game.
[[New Game|CharaInitialize]]
$player.cocks[0].cockLengthYou wake up beside a strange structure, not knowing how you got here. An unusual structure sits near you, laid in a stone bowl. It looked to be some sort of fire pit, filled with small pebbles that shone like rainbow opals. Three larger crystals stand firm in the center of the bowl, each about the size of an average log, leaning against eachother as flames of white and blue swirl around them. It gives you a sense of calm as you look upon it...
While your clearing doesn't hold anything else that catches your attention, its what lies beyond that concerns you. There was a visible line in which a layer of greyish-black fog can't seem to get past, held back by an unseen force.
What is your gender?
<<link "Male" "GenderSelected">><<set $gender to 0>><</link>>
<<link "Female" "GenderSelected">><<set $gender to 1>><</link>>
Double-click this passage to edit it.Double-click this passage to edit it.Stat Bars
<<set $XPT to 100>> /*EXP*/
<<set $XP to 0>>
<<set $XPD to 0>>
<<set $HPT to 100>> /*HP*/
<<set $HP to 100>>
<<set $HPD to 0>>
<<set $lustT to 100>> /*Lust*/
<<set $lust to 0>>
<<set $lustD to 0>>
<<set $corT to 100>> /*Corruption*/
<<set $cor to 0>>
<<set $corD to 0>>
Core Stats
<<set $strT = 100>>
<<set $str = 0>>
<<set $strD = 0>>
<<set $touT = 100>>
<<set $tou = 0>>
<<set $touD = 0>>
<<set $speT = 100>>
<<set $spe = 0>>
<<set $speD = 0>>
<<set $intT = 100>>
<<set $int = 0>>
<<set $intD = 0>>
<<set $senT = 100>>
<<set $sen = 0>>
<<set $senD = 0>>
<<set $libT = 100>>
<<set $lib = 0>>
<<set $libD = 0>>
Default Player Stats
<<set $player to {
"name": "",
"str": 15,
"tou": 15,
"spe": 15,
"int": 15,
"sen": 15,
"lib": 15,
"cor": 5,
"xp": 0,
"level": 1,
"HP": $HP,
"crys": 0,
"hairLength": 5,
"height": 0,
"cocks": [],
"balls": 0,
"ballSize": 0,
"breastRow": 1,
"gender": 0,
"build": "average"
}>>
<<createCock>>Name: $player.name
Exp: <span id="EXP">$XP</span> / $XPT\
<<if $XPD neq 0>>\
<<repeat 0.1s>><<replace "#EXP">>$XP<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "EXP-bar" "$XPT" "$XP" "$XPD">>\
<<if $XP lt 0>>\
<<set $XP to 0>>\
<</if>><hr>\
\
\
\
Health: <span id="HP">$HP</span> / $HPT\
<<if $HPD neq 0>>\
<<repeat 0.1s>><<replace "#HP">>$HP<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "HP-bar" "$HPT" "$HP" "$HPD">>\
<<if $HP lt 0>>\
<<set $HP to 0>>\
<</if>>\
<<if $HP gt $HPT>>\
<<set $HP to $HPT>>\
<</if>>\
\
\
Lust: <span id="LP">$lust</span> / $lustT\
<<if $lustD neq 0>>\
<<repeat 0.1s>><<replace "#LP">>$lust<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Lust-bar" "$lustT" "$lust" "$lustD">>\
<<if $lust lt 0>>\
<<set $lust to 0>>\
<</if>>\
<<if $lust gt $lustT>>\
<<set $lust to $lustT>>\
<</if>>\
\
\
Corruption: <span id="CP">$cor</span> / $corT\
<<if $corD neq 0>>\
<<repeat 0.1s>><<replace "#CP">>$cor<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Corruption-bar" "$corT" "$cor" "$corD">>\
<<if $cor lt 0>>\
<<set $cor to 0>>\
<</if>>\
<<if $cor gt $corT>>\
<<set $cor to $corT>>\
<</if>>\
<hr>\
\
\
\
Strength: <span id="str">$str</span>\
<<if $strD neq 0>>\
<<repeat 0.1s>><<replace "#str">>$str<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Strength-bar" "$strT" "$str" "$strD">>\
<<if $str lt 0>>\
<<set $str to 0>>\
<</if>>\
<<if $str gt $strT>>\
<<set $str to $strT>>\
<</if>>\
\
\
Toughness: <span id="tou">$tou</span>\
<<if $touD neq 0>>\
<<repeat 0.1s>><<replace "#tou">>$tou<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Toughness-bar" "$touT" "$tou" "$touD">>\
<<if $tou lt 0>>\
<<set $tou to 0>>\
<</if>>\
<<if $tou gt $touT>>\
<<set $tou to $touT>>\
<</if>>\
\
\
Speed: <span id="spe">$spe</span>\
<<if $speD neq 0>>\
<<repeat 0.1s>><<replace "#spe">>$tou<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Speed-bar" "$speT" "$spe" "$speD">>\
<<if $spe lt 0>>\
<<set $spe to 0>>\
<</if>>\
<<if $tou gt $speT>>\
<<set $spe to $speT>>\
<</if>>\
\
\
Intelligence: <span id="int">$int</span>\
<<if $intD neq 0>>\
<<repeat 0.1s>><<replace "#int">>$int<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Intelligence-bar" "$intT" "$int" "$intD">>\
<<if $int lt 0>>\
<<set $int to 0>>\
<</if>>\
<<if $int gt $intT>>\
<<set $int to $intT>>\
<</if>>\
\
\
Sensitivity: <span id="sen">$sen</span>\
<<if $senD neq 0>>\
<<repeat 0.1s>><<replace "#sen">>$sen<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Sensitivity-bar" "$senT" "$sen" "$senD">>\
<<if $sen lt 0>>\
<<set $sen to 0>>\
<</if>>\
<<if $sen gt $senT>>\
<<set $sen to $senT>>\
<</if>>\
\
\
Libido: <span id="lib">$lib</span>\
<<if $libD neq 0>>\
<<repeat 0.1s>><<replace "#lib">>$lib<</replace>><<stop>><</repeat>>\
<</if>>\
<<statusbar "Libido-bar" "$libT" "$lib" "$libD">>\
<<if $lib lt 0>>\
<<set $lib to 0>>\
<</if>>\
<<if $lib gt $libT>>\
<<set $lib to $libT>>\
<</if>>\
\$gender
$name<span id="prompt">What's your name?
<<textbox "$player.name" "">></span>
<<link "Next">>
<<if $player.name is "">>
<<replace "#prompt">>Seriously, what's your name?
<<textbox "$player.name" "">>\
<</replace>>
<<else>>
<<goto NameConfirm>>
<</if>>
<</link>>
<<if $sl is 1>>[[NameConfirm]]<</if>>So your name is $player.name?
<<link "Yes">>
<<goto GenderSelect>>
<</link>>
<<link "No">>
<<goto NewName>>
<</link>>
<<if $sl is 1>>[[GenderSelect]]<</if>>What are you?
A man or a woman?
<<link "Man">>
<<set $gender to 0>>
<<goto Build>>
[[Build]]
<</link>>
<<link "Woman">>
<<set $gender to 1>>
<<goto Build>>
<</link>><<if $gender is 0>> You have selected male.<<else>>You have selected female.<</if>>
What type of build do you have?
<<link "Slender">><</link>>
<<link "Lithe">><</link>>
<<link "Average">><</link>>
<<link "Thick">><</link>>
<<link "Curvy">><</link>>
<<link "Feminine">><</link>>
<<link "Masculine">><</link>>Double-click this passage to edit it.Initialize New Character:
Stat Bars
<<set $XPT to 100>> /*EXP*/
<<set $XP to 0>>
<<set $XPD to 0>>
<<set $HPT to 100>> /*HP*/
<<set $HP to 1>>
<<set $HPD to -100>>
<<set $lustT to 100>> /*Lust*/
<<set $lust to 0>>
<<set $lustD to -5>>
<<set $corT to 100>> /*Corruption*/
<<set $cor to 0>>
<<set $corD to -5>>
Core Stats
<<set $strT = 100>>
<<set $str = 0>>
<<set $strD = -15>>
<<set $touT = 100>>
<<set $tou = 0>>
<<set $touD = -15>>
<<set $speT = 100>>
<<set $spe = 0>>
<<set $speD = -15>>
<<set $intT = 100>>
<<set $int = 0>>
<<set $intD = -15>>
<<set $senT = 100>>
<<set $sen = 0>>
<<set $senD = -15>>
<<set $libT = 100>>
<<set $lib = 0>>
<<set $libD = -15>>
Flags
<<set $player.gender to 0>> /*0 is male, 1 is female*/
<<set $player.build to "average">>
Player Stats
<<set $player.name = "">>
<<goto NewName>>
$player.gender<<widget "createCock">>
<<silently>>
<<set $newCock to {cockLength: 5.5,
cockThickness: 1,
cockType: 0,
knotMultiplier: 1}>>
<<if $player.cocks.length < 2>><<set $player.cocks.push($newCock)>><</if>>
<</silently>>
<</widget>>