Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,This game is designed for ADULTS only and may include pictures and materials that some viewers may find offensive. If you are under the age of 18, if such material offends you or if it is illegal to view such material in your community please exit the game.
This game is entirely ficticious and any connections to anyone or anything in the real world are mere coincidence and should be taken as such. All characters are over 18 years old.
If you agree that you are 18+, then press Enter.
<div >\
<<button "Enter" "Introduction">><</button>>
</div>\
<<set $set.pop to Math.round($set.pop)>>
<<set $raidchance to Math.round($raidchance)>>
<<set $deer to Math.round($deer)>>
<<set $boar to Math.round($boar)>>
<<set $bear to Math.round($bear)>>
<<if tags().includes("pass")>>
<<if $gameTime == "Morning">>
<<set $gameTime = "Noon">>
<<elseif $gameTime == "Noon">>
<<set $gameTime = "Afternoon">>
<<elseif $gameTime == "Afternoon">>
<<set $gameTime = "Evening">>
<<elseif $gameTime == "Evening">>
<<set $gameTime = "Sleep">>
<</if>><</if>>
<<if tags().includes("pass")>>
<<set $you.hun -= 10>>
<<if $you.hun gt 100>><<set $you.hun to 100>><</if>>
<<if $you.hun lte 0>><<goto "Death">><</if>>
<<if $set.pop lte 0>> <<goto "Settlement Destroyed"<</if>><</if>><</if>>
<<if tags().includes("passsl")>>
<<if $gameTime == "Morning">>
<<set $gameTime = "Noon">>
<<elseif $gameTime == "Noon">>
<<set $gameTime = "Afternoon">>
<<elseif $gameTime == "Afternoon">>
<<set $gameTime = "Evening">>
<<elseif $gameTime == "Evening">>
<<set $gameTime = "Sleep">>
<</if>><</if>>
<<if tags().includes("passsl")>>
<<if $you.hun gt 100>><<set $you.hun to 100>><</if>>
<<if $you.hun lte 0>><<goto "Death">><</if>>
<<if $set.pop lte 0>> <<goto "Settlement Destroyed"<</if>><</if>><</if>>
<<if tags().includes("passe")>>
<<if $gameTime == "Morning">>
<<set $gameTime = "Noon">>
<<elseif $gameTime == "Noon">>
<<set $gameTime = "Afternoon">>
<<elseif $gameTime == "Afternoon">>
<<set $gameTime = "Evening">>
<<elseif $gameTime == "Evening">>
<<set $gameTime = "Sleep">>
<</if>><</if>>
<<if tags().includes("passe")>>
<<set $you.gol -= 2>>
<<set $you.hun += 50>>
<<if $you.hun gt 100>><<set $you.hun to 100>><</if>>
<<if $you.hun lte 0>><<goto "Death">><</if>>
<<if $set.pop lte 0>> <<goto "Settlement Destroyed"<</if>><</if>><</if>><<set $gameTime = "Morning">>
<<set $gameDay = 1>>
<<set $magic = 0>>
<<set $you={
color: "tan",
weapon: "Fists",
heac: 10,
hea: 10,
hun: 100,
inf: 0,
gol: 10,
stac: 3,
sta: 3,
str: 1,
int: 1,
agi: 1,
cha: 1,
gender: 'male',
name: 'Abdu',
status: 'Outcast'
}>>
<<set $enemy={
color: "red",
hea: 10,
sta: 3,
str: 1,
gender: 'male'
}>>
<<set $set={
pop: 20,
gol: 10,
foo: 10,
fai: 0,
lum: 0,
iro: 0,
status: "Tribe",
race: "Noire",
rival: "Blanc"
}>>
<<set $dev={
color: "gold",
name: 'MadKingCinema'
}>>
<<set $hilda={
color: "yellow",
name: 'hilda'
}>>
<<set $people={
color: "bisque",
name: 'Tribals'
}>>
<<set $placeholder={
color: "red",
name: 'Tribals'
}>>
<<set $Blanc={
color: "yellow",
pop: 20,
gol: 10,
foo: 10,
fai: 0,
lum: 0,
iro: 0,
status: "Tribe"
}>>
<<set $Sun={
color: "pink",
pop: 10,
gol: 10,
foo: 30,
fai: 0,
lum: 0,
iro: 0,
status: "Tribe"
}>>
<<set $stick to 0>>
<<set $capture={
num: 0,
Blanc: 0,
Noire: 0,
Sun: 0,
Ochre: 0
}>><<alert>>
Day: $gameDay
$gameTime
$set.race $set.status
$you.name
Weapon: $you.weapon
<img @src="'pics/items/'+$you.weapon+'.jpg'" class="left">
$you.status
Health: $you.hea/$you.heac
Stamina: $you.sta/$you.stac
Fullness: $you.hun
Influence: $you.inf
Gold: $you.gol
Strength: $you.str
Intelligence: $you.int
<<silently>>Agility: $you.agi
Charisma: $you.cha<</silently>>
<<if $betatest eq true>>[[Cheat]]<<else>><div >\
<<button "Support Development">>
<<script>>window.open('https://subscribestar.adult/mad-king-cinema')<</script>><</button>></div>\
<</if>>\
<div >\
<<button "Inventory" "Inventory">><</button>>\
</div>\
<div >\
<<button "Hints" "Hints">><</button>>\
</div>\
<<silently>><<if $you.status eq "Chief">>
Population: $set.pop
Resources
Food: $set.foo
Treasury: $set.gol
<<else>> You need to be the leader of your settlement in order to view Management.<</if>> <</silently>>Gather sticks to build a spear
Gain Stamina by raping women on explorations or hunting strong beasts.
Give away your kill in a few hunts or perform some rituals to get some influence.
Your settlement is in a decline do what you can to help, even if you are not the chief.
Remember you can eat whatever you hunt.
If you perform enough rituals you might gain insight into the universe.
Need 50 influence for warrior
Need 100 influence for Aristocrat No Content
Need 200 influence for Chief No Content
During fights
Heavy strikes beat guards
Quick Stikes beat Heavy Strikes
Guard beats quick strike
Each action takes up stamina
Damage is based off your strength stat
<<return>>
[[Changelog]] You Died<<widget "settlement">><div >\
<<button "Settlement" "Settlement">><</button>>
</div>\
<</widget>>Settlement Destroyed
Population reached zero<<linkreplace "Full">><<set $you.hun to 100>><<set $you.thi to 100>>You are full.<</linkreplace>>
<<linkreplace "Ruler">><<set $you.inf to 1000>>You are now extremely influencial.<</linkreplace>>
<<linkreplace "Wealth">><<set $you.gol to 1000>>You are now extremely wealthy.<</linkreplace>>
<<linkreplace "Buff">><<set $you.str to 1000>>You are now extremely Strong.<</linkreplace>>
<<linkreplace "Lots of people">><<set $set.pop to 1000>>Settlement grew a lot<</linkreplace>>
<<linkreplace "Feeding Frenzy">><<set $set.food to 1000>>Got a lot of food<</linkreplace>>
<<return>><<widget "alert">><<if $you.hun lte 20>><span style="color:red"> You need to eat!!!</span><</if>><<if $set.pop lte 10>><span style="color:red"> Population is low!!!</span><</if>><</widget>>
<<widget "eat">><<if $you.gol gte 20>>[[Eat]]<<else>>Not enough gold to eat.<</if>><</widget>>
<<widget "fight">>Seek out a rival female warrior.
<div >\
<<if $set.race neq "Blanc">><span class="Blanc2"><<button "Blanc">><<set $target to "Blanc">><<goto "Fight">><</button>></span><</if>><<if $set.race neq "Noire">><span class="Noire2"><<button "Noire">><<set $target to "Noire">><<goto "Fight">><</button>></span><</if>><span class="Sun2"><<button "Sun">><<set $target to "Sun">><<goto "Fight">><</button>></span><span class="Ochre2"><<button "Ochre">><<set $target to "Ochre">><<goto "Fight">><</button>></span>\
</div>\<</widget>>
<<widget "hunt">>Select hunt target Health
Deer: 3 Boar: 6 Bear: 9
<div >\
<span class="Deer"><<button "Deer">><<set $target to "Deer">><<goto "Hunt">><</button>></span><span class="Boar"><<button "Boar">><<set $target to "Boar">><<goto "Hunt">><</button>></span><span class="Bear"><<button "Bear">><<set $target to "Bear">><<goto "Hunt">><</button>></span>\
</div>\<</widget>>
<<widget "spear">><<if $you.weapon neq "Spear">><<if $stick eq 2>>
<div >\
<span class="Spear"><<button "Build Spear" "Build Spear">><</button>></span></div><<else>>
<div >\
<span class="Stick"><<button "Gather Sticks" "Gather Sticks">><</button>></span></div><</if>><<else>> You already have a Spear.<</if>><</widget>><<widget "choicehunt">>What do you do with it <<listbox "$choice" autoselect>>
<<option "Sell">>
<<option "Give away">>
<<option "Eat">>
<</listbox>><<linkreplace "Choose">><<if $choice eq "Sell">>
<<set $you.gol += $random>> Sold for $random Gold<</if>><<if $choice eq "Give away">>
<<set $set.foo += $random>> Settlement gain $random Food
<<set $you.inf += $random>> Gain $random Influence<</if>><<if $choice eq "Eat">> <<if $target eq "Deer">> +50 Fullness
<<set $you.hun += 50>><<elseif $target eq "Boar">> +75 Fullness
<<set $you.hun += 75>><<elseif $target eq "Bear">> +100 Fullness
<<set $you.hun += 100>><</if>><</if>><</linkreplace>><</widget>>
<<widget "beast">><<if $target eq "Deer">>\
<<set $enemy.hea to random(1, 3)>>\
<<set $enemy.str to 1>>\
<<elseif $target eq "Boar">>\
<<set $enemy.hea to random(3, 6)>>\
<<set $enemy.str to random(1, 2)>>\
<<elseif $target eq "Bear">>\
<<set $enemy.hea to random(6, 9)>>\
<<set $enemy.str to random(1, 3)>><</if>><</widget>>\$dev.name: <<dev "Hello. I know you're a bit confused. You are being born into a primitive existence right now. Unfortunately for now you only have access to the Noire & Blanc Tribes until I can source more images for the other races. You will only have access to the Tribal stages for now. You'll have to work your way into chiefhood. Good luck.">>
<<button "Load Game">>\
<<script>>UI.saves()<</script>>\
<</button>>\
<div >
<span class="Noire1"><<button "Noire <br> Male" "Noire">><</button>></span><span class="Blanc1"><<button "Blanc <br> Male" "Blanc">><</button>></span></div>\<<widget "you">>
\<<= '<span style="color:' + $you.color + '">' + $args.raw + '</span>'>>
\<</widget>>
<<widget "blanc">>
\<<= '<span style="color:' + $Blanc.color + '">' + $args.raw + '</span>'>>
\<</widget>>
<<widget "sun">>
\<<= '<span style="color:' + $Sun.color + '">' + $args.raw + '</span>'>>
\<</widget>>
<<widget "dev">>
\<<= '<span style="color:' + $dev.color + '">' + $args.raw + '</span>'>>
\<</widget>>
<<widget "people">>
\<<= '<span style="color:' + $people.color + '">Someone shouts: ' + $args.raw + '</span>'>>
\<</widget>>
<<widget "placeholder">>
\<<= '<span style="color:' + $placeholder.color + '">Image Placeholder:' + $args.raw + '</span>'>>
\<</widget>>[[Support Development->https://subscribestar.adult/mad-king-cinema]]
<<return>><img @src="'pics/people/Noire1.jpg'" class="left"> Your father was a warrior of the Noire Tribe. <div ><<set $set.race to "Noire">>
<<button "Skip intro" "Settlement">><</button>>
</div>\
<img @src="'pics/people/Blanc1.jpg'" class="right">He trained you well until his death at the hands of your tribe's rival, the Blancs.They style themselves as the superior race. You will have to remind them of the truth.
<img @src="'pics/people/weak.jpg'" class="left"> Unfortunately, your remaining kin could not provide much for you, leaving you malnourished, and your tribe as all but abandoned you both.
You have had to steal in order to survive, so many look at you as though you were a wretch.
You are a man now and all of your family is gone. Go out and make your mark on history.
<div >\
<<button "$set.status" "Settlement">><</button>>
</div>\You are one of the $you.status<<silently>><</silently>>s of the $set.race. You are at the Tribal Camp. <<if $you.status eq "Outcast">>Many of your clansmen sneer at you and the women balk at you. <<people "Aye boy! Best keep your hands to yourself!">><<elseif $you.status eq "Warrior">>The men look at you with some respect and few girls swoon at your approach.END OF CONTENT V.041<<elseif $you.status eq "Aristocrat">> Many men pay you respect and the woman hope to catch your eye. Some look with hungry eyes. You had best keep a close eye on your gold.<<elseif $you.status eq "Chief">> The men step back at your approach and you can have any woman you want. <<people "Hail the Chief!">><</if>>
\
<<if $you.gol gte 2>>\
<div >\
<span class="Eat"><<button "Eat" "Eat">><</button>></span></div><<else>> Too poor to eat.<</if>>
<<if $gameTime neq "Evening">>\
<<if $set.race eq "Noire">><<if $you.status neq "Outcast">> Select target <<listbox "$set.rival" autoselect>>\
<<option "Blanc">>
<<option "Sun">>
<<option "Ochre">>
<</listbox>><div >\
<span class="Raid"><<button "Participate in Raid">><<goto "Raid">></div><</button>></span></div><<else>>You are not respected enough to be allowed on raids.<</if>><</if>>\
<<if $set.race eq "Blanc">><<if $you.status neq "Outcast">> Select target <<listbox "$set.rival" autoselect>>\
<<option "Noire">>
<<option "Sun">>
<<option "Ochre">>
<</listbox>><div >\
<span class="Raid"><<button "Participate in Raid">><<goto "Raid">></div><</button>></span></div><<else>>You are not respected enough to be allowed on raids.<</if>><</if>>\
<<hunt>>\
<<fight>>\
<<spear>>
<<if $capture.num gt 0>>\
<span class="Cave"><<button "Cave" "Cave">><</button>></span><<else>> There is an empty cave nearby<</if>><<if $set.race eq "Noire">><div >
<span class="Hunt"><<button "Explore" "Explore">><</button>></span></div><</if>><<if $you.inf gte 50>>
<span class="End"><<button "Rite of Passage" "Rite of Passage">><</button>></span><<else>>\<</if>>
<div ><<button "Pass Time" "Pass Time">><</button>></div>
<<else>><div >\
<span class="Ritual"><<button "Ritual" "Ritual">><</button>></span></div><</if>><div >\
<span class="Sleep"><<button "Sleep" "Sleep">><</button>></span></div>
<<if $gameTime eq "Sleep">><<goto "Sleep">><</if>>
<<set $battlestart to false>>
<<set $battlechance to 0>>
<<set $battlechoice to 0>><span style="color:red"><<if $huntfail eq true>>You fail the hunt.<</if>>\
<<if $you.hea lte 0>> You fainted.<<if $you.weapon eq "Spear">> Your Spear was broken. -1 Strength.<<set $you.str -=1>> <<set $you.weapon to "Fists">><</if>>
<<elseif $you.sta lte 0>> You fainted.<<if $you.weapon eq "Spear">> Your Spear was broken. -1 Strength.<<set $you.str -=1>><<set $you.weapon to "Fists">><</if>><</if>></span>\
<<if $set.foo lt 0>><<set $set.foo to 0>><</if>>
<<set $foodpro = (80 / 100) * $set.pop>><<set $set.foo += $foodpro>> Food Produced: $foodpro
Food Consumed: $set.pop <<set $set.foo -= $set.pop>>
<<set $set.pop += $set.foo>>New population: $set.pop <<if $set.foo lt 0>><<set $set.foo to 0>><</if>>
Stored Food: $set.foo
<div >\
<<button "Settlement" "Settlement">><</button>>
</div>\
<<set $you.sta to $you.stac>>
<<set $you.hea to $you.heac>>
<<set $gameTime to "Morning">>
<<set $huntfail to false>>
<<set $battlestart to false>>
<<set $battlechance to 0>>
<<set $battlechoice to 0>><<if $battlestart neq true>><<beast>><</if>>You encounter a $target.
<img @src="'pics/beast/'+$target+'.jpg'" width="400px" height="200px">
<<Battle>>
\
<<if $enemy.hea lte 0>><<if $you.stac lte 5>><<stamina>><<else>> You cant get anymore Stamina from this.<</if>>
<<choicehunt>><</if>>
\
<<settlement>>
<<if $you.hea lte 0>><<set $huntfail to true>><<goto "Sleep">>
<<elseif $you.sta lte 0>><<set $huntfail to true>><<goto "Sleep">><</if>>You see some usefull sticks
+1 stick
<img @src="'pics/items/Stick.jpg'" class="small">
<<settlement>>
<<set $stick += 1>>You ate
+$you.stac Stamina
-2 Personal Gold
+50 Fullness +50 Hydration
<<settlement>>
<<set $you.sta = $you.stac>><<set $chance to random(1, 3)>> +$chance Influence
<<if $you.int lte 10>> You gain +1 Intellect.<<set $you.int += 1>><<else>> You can't gain anymore intellect doing this.<</if>>
<<if $set.race eq "Noir">><<ritualfuck>><</if>>
<<settlement>>
<<set $you.inf += $chance>>Strength +1
You gain a Spear.
-2 Sticks
<<set $you.str += 1>>
<<set $you.weapon to "Spear">>
<<set $stick to 0>>
<img @src="'pics/items/Spear.jpg'" class="small">
<<settlement>><<widget "stamina">> You gain +1 Stamina.<<set $you.stac += 1>><</widget>>
<<widget "intellect">><<if $you.int lte 9>> You gain +1 Intellect.<<set $you.int += 1>><<else>> You can't get any smarter from this.<</if>><</widget>><<widget "hildaexplore">>You run into a small hut. There is a lone naked Blanc girl inside.
<video @src="'pics/Noire/Blanc/Hilda/entrance.webm'" autoplay loop></video>
<<blanc "Who are you?">> She seems dazed seeming to have woken up from a deep slumber.
<<you "I am a Noire Tribe $you.status">>
As though your words had smacked her in the face, her eyes lit up. She must of realized the situation she was in. <<blanc "Please leave me alone.">>
<<linkreplace "Rape her">>
<<you "I will have you for a time and then i will leave you.">>
<<blanc "No. Please no...">> you ignore her whimpers as you force her down and begin fucking her. <<blanc "It's too big...">>
<video @src="'pics/Noire/Blanc/Hilda/rape.webm'" autoplay loop></video>
<<you "What is your name? I may use you again.">>
She can hardly parse her thoughts so she mutters out her name. <<blanc "H..Hi..Hilda.">><<set $hildamet to true>>
<<if $you.stac lte 5>><<stamina>><<else>> You cant get anymore Stamina from this.<</if>>
<</linkreplace>>
Return to <<settlement>><</widget>>
<<widget "hildamet">> You return to Hilda's hut.
<video @src="'pics/Noire/Blanc/Hilda/entrance.webm'" autoplay loop></video>
<<blanc "Again?">> She's pretty much accepted your visits as routine
<<you "Yes. Again.">>
You begin fucking her, reliving your first night with her.
<video @src="'pics/Noire/Blanc/Hilda/rape.webm'" autoplay loop></video>
You finish up with her.
<<if $you.stac lte 5>><<stamina>><<else>> You cant get anymore Stamina from this.<</if>>
Return to <<settlement>><</widget>>
<<if $set.race eq "Noire">><<if $hildamet neq true>><<hildaexplore>><<else>><<hildamet>><</if>><</if>>Your participate in a raid of the $set.rival tribe. Their women are used and their supplies are stolen.
Your tribe uses them as they please.
<video @src="'pics/'+$set.race+'/'+$set.rival+'/gangbang/1.webm'" autoplay loop></video>
<video @src="'pics/'+$set.race+'/'+$set.rival+'/gangbang/2.webm'" autoplay loop></video>
<video @src="'pics/'+$set.race+'/'+$set.rival+'/gangbang/3.webm'" autoplay loop></video>
<<settlement>>Weapon: $you.weapon
<img @src="'pics/items/'+$you.weapon+'.jpg'" class="small">
Sticks: $sticks
<img @src="'pics/items/Stick.jpg'" class="small">
<<return>><<if $set.race neq "Blanc">><<if $capture.Blanc gte 1>>Blanc Girl
<<linkreplace "Use Her">><<set $chance to random(1, 2)>><<if $chance eq 1>>
You begin with her mouth.
<video @src="'pics/Noire/Blanc/captured/1.webm'" autoplay loop></video>
You enjoy her pussy.
<video @src="'pics/Noire/Blanc/captured/2.webm'" autoplay loop></video>
Accepting her new purpose in life, she rides you with vigor.
<video @src="'pics/Noire/Blanc/captured/3.webm'" autoplay loop></video>
You finish with her.
<<else>>
You have her dance for you.
<video @src="'pics/Noire/Blanc/stripper/1.webm'" autoplay loop></video>
You begin to join in the dance.
<video @src="'pics/Noire/Blanc/stripper/2.webm'" autoplay loop></video>
<video @src="'pics/Noire/Blanc/stripper/3.webm'" autoplay loop></video>
<video @src="'pics/Noire/Blanc/stripper/4.webm'" autoplay loop></video>
You fuck her while she holds herself up.
<video @src="'pics/Noire/Blanc/stripper/5.webm'" autoplay loop></video>
You put her on all fours and buck into her.
<video @src="'pics/Noire/Blanc/stripper/6.webm'" autoplay loop></video>
You finish with her.<</if>>
<</linkreplace>><<else>> No Blanc girls Captured.<</if>><</if>>
<<if $capture.Sun gte 1>>Sun Girl
<<linkreplace "Use Her">>
You begin with her mouth.
<<set $current to random(1, 4)>>
<video @src="'pics/'+$set.race+'/Sun/blowjob/'+$current+'.webm'" autoplay loop></video>
You enjoy her pussy.
<<set $current to random(1, 4)>>
<video @src="'pics/'+$set.race+'/Sun/fuck/'+$current+'.webm'" autoplay loop></video>
<</linkreplace>><<else>> No Sun girls Captured.<</if>>
<<if $set.race neq "Noire">><<if $capture.Noire gte 1>>Noire Girl
<<linkreplace "Use Her">>
You begin with her mouth.
<<set $current to random(1, 4)>>
<video @src="'pics/'+$set.race+'/Noire/blowjob/'+$current+'.webm'" autoplay loop></video>
You enjoy her pussy.
<<set $current to random(1, 4)>>
<video @src="'pics/'+$set.race+'/Noire/fuck/'+$current+'.webm'" autoplay loop></video>
<</linkreplace>><<else>> No Noire girls Captured.<</if>><</if>>
<<if $capture.Ochre gte 1>>Ochre Girl
<<linkreplace "Use Her">>
You begin with her mouth.
<<set $current to random(1, 4)>>
<video @src="'pics/'+$set.race+'/Ochre/blowjob/'+$current+'.webm'" autoplay loop></video>
You enjoy her pussy.
<<set $current to random(1, 4)>>
<video @src="'pics/'+$set.race+'/Ochre/fuck/'+$current+'.webm'" autoplay loop></video>
<</linkreplace>><<else>> No Ochre girls Captured.<</if>>
<<settlement>>V.05.
*Introducing Blanc Gameplay
*Introducing Ochre female warrior to fight.
*Introducing Noire Female Warrior fight.Prove yourself by defeating $set.race Warrior.<<set $target to "$set.race Warrior">><<if $battlestart neq true>><<set $enemy.hea to 12>><<set $enemy.str to 3>><</if>>
<img @src="'pics/people/'+$set.race+'1.jpg'" width="300px" height="200px">
<<Battle>>
<<if $enemy.hea lte 0>><<set $you.status to "Warrior">>You have been recognized as a warrior now.<</if>>
<<settlement>>
<<if $you.hea lte 0>><<goto "Sleep">>
<<elseif $you.sta lte 0>><<goto "Sleep">><</if>><<widget "Time">><<if $gameTime == "Morning">>
<<set $gameTime = "Noon">>
<<elseif $gameTime == "Noon">>
<<set $gameTime = "Afternoon">>
<<elseif $gameTime == "Afternoon">>
<<set $gameTime = "Evening">>
<<elseif $gameTime == "Evening">>
<<set $gameTime = "Sleep">>
<</if>><<set $you.hun -= 10>>
<<if $you.hun gt 100>><<set $you.hun to 100>><</if>>
<<if $you.hun lte 0>><<goto "Death">><</if>>
<<if $set.pop lte 0>> <<goto "Settlement Destroyed">><</if>><</widget>>
<<widget "intellectcheck">><<set $Icheck to random(1, 10)>><<if $battlechance == 1>><<set $OAttack to "Heavy Strike">><<elseif $battlechance == 2>><<set $OAttack to "Quick Strike">><<elseif $battlechance == 3>><<set $OAttack to "Guard">><</if>><<if $you.int gte $Icheck>> You notice your opponent is ready to $OAttack.<<else>> You fail to predict the attack.<</if>>
<</widget>>
<<widget "Battle">><<if $battlestart neq true>><<set $random = $enemy.hea>><<Time>><<set $battlestart to true>><</if>>\
<<if $you.hea lte 1>><span style="color:red"> Low Health.</span><</if>>\
<<if $you.sta lte 1>><span style="color:red"> Low Stamina.</span><</if>>
<<if $battlechance eq 1>>\
<<if $battlechoice eq "Heavy Strike">>\
<<set $heavy = $you.str * 2>><<set $heavye = $enemy.str * 2>>\
You deal $heavy Damage. <<set $enemy.hea -= $heavy>>
$target deals $heavye Damage. <<set $you.hea -= $heavye>>
<<elseif $battlechoice eq "Quick Strike">>\
You deal $you.str Damage
before $target can hit. <<set $enemy.hea -= $you.str>>
<<elseif $battlechoice eq "Guard">>\
$target breaks through your guard,
and deals $enemy.str Damage.<<set $you.hea -= $enemy.str>> <</if>>\
<<elseif $battlechance eq 2>>\
<<if $battlechoice eq "Heavy Strike">>\
$target deals $enemy.str Damage before you hit. <<set $you.hea -= $enemy.str>>
<<elseif $battlechoice eq "Quick Strike">>\
You deal $you.str Damage. <<set $enemy.hea -= $you.str>>
$target deals $enemy.hea Damage. <<set $you.hea -= $enemy.str>>
<<elseif $battlechoice eq "Guard">>\
You block the attack.<</if>>
<<elseif $battlechance eq 3>>
<<if $battlechoice eq "Heavy Strike">>
$target guards, but you break through it,
and deal $you.str Damage.<<set $enemy.hea -= $you.str>>
<<elseif $battlechoice eq "Quick Strike">>
$target blocks your strike.
<<elseif $battlechoice eq "Guard">>
You both Guard<</if>>
<</if>>\
Your Health: $you.hea Enemy Health: $enemy.hea
<<if $enemy.hea gt 0>>
<<set $battlechance to random(1, 3)>><<intellectcheck>><div >
<<button "Heavy Strike">><<set $battlechoice to "Heavy Strike">><<set $you.sta -= 1>><<goto `passage()`>><</button>><<button "Quick Strike">><<set $battlechoice to "Quick Strike">><<set $you.sta -= 1>><<goto `passage()`>><</button>><<button "Guard">><<set $battlechoice to "Guard">><<set $you.sta -= 1>><<goto `passage()`>><</button>>
</div><</if>><</widget>><<if $battlestart neq true>><<woman>><</if>> You begin to fight a $target woman.
<img @src="'pics/people/'+$target+'2.jpg'" width="300px" height="200px">
<<Battle>>
\
<<if $enemy.hea lte 0>>Gain +6 influence.
<<set $you.inf += 6>><<choicefight>><</if>>
\
<<settlement>>
<<if $you.hea lte 0>><<set $huntfail to true>><<goto "Sleep">>
<<elseif $you.sta lte 0>><<set $huntfail to true>><<goto "Sleep">><</if>><<widget "woman">>\
<<set $enemy.hea to random(3, 6)>>\
<<set $enemy.str to 1>>\<</widget>>\
<<widget "choicefight">>What do you do with her <<listbox "$choice" autoselect>>
<<option "Sell her">>
<<option "Rape her">>
<<option "Capture her">>
<</listbox>><<linkreplace "Choose">><<if $choice eq "Sell her">>
<<set $you.gol += $random>> Sold for $random Gold<</if>><<if $choice eq "Rape her">>
<<rape>><</if>><<if $choice eq "Capture her">> You capture her.<<set $capture.num += 1>> <<if $target eq "Blanc">><<set $capture.Blanc += 1>>
<<elseif $target eq "Sun">><<set $capture.Sun += 1>><<elseif $target eq "Noire">><<set $capture.Noire += 1>><<elseif $target eq "Ochre">><<set $capture.Ochre += 1>><</if>><</if>><</linkreplace>><</widget>>
<<widget "rape">>\
You play with her a bit before using her body.
<<set $current to random(1, 4)>>\
<video @src="'pics/'+$set.race+'/'+$target+'/blowjob/'+$current+'.webm'" autoplay loop></video>
You rough fuck her and enjoy the tightness only a warrior woman could have.
<video @src="'pics/'+$set.race+'/'+$target+'/fuck/'+$current+'.webm'" autoplay loop></video>
You finish with her.
<<if $you.stac lte 8>><<stamina>><<else>> You cant get anymore Stamina from this.<</if>>
<</widget>>\<<widget "ritualfuck">><<if $capture.Blanc gte 1>>\
<<linkreplace "Use one of your captured Blanc Girls">><<set $current to random(1, 2)>>\
<<blanc "You called master?">>
<<you "Yes. Come help me with my ritual.">>
She nods and begins pleasuring your cock.
<video @src="'pics/Noire/Blanc/ritual/pleasure/'+$current+'.webm'" autoplay loop></video>
As she gets you sufficiently hard, she begins to devour your cock.
<video @src="'pics/Noire/Blanc/ritual/blowjob/'+$current+'.webm'" autoplay loop></video>
You play with your loyal servants cunt.
<video @src="'pics/Noire/Blanc/ritual/cun/'+$current+'.webm'" autoplay loop></video>
Her body is ready for you and you take no rest before enjoying her.
<video @src="'pics/Noire/Blanc/ritual/fuck/'+$current+'.webm'" autoplay loop></video>
You finish with her.<<intellect>><</linkreplace>><</if>>
<<if $capture.Blanc gte 2>>\
<<linkreplace "Call both of your captured Blanc Girls">><<set $current to 3>>\
<<blanc "You called master?">>
<<you "Yes. Come help me with my ritual.">>
They nod and begin making out in front of you
<video @src="'pics/Noire/Blanc/ritual/pleasure/'+$current+'.webm'" autoplay loop></video>
They take turns servicing your cock.
<video @src="'pics/Noire/Blanc/ritual/blowjob/'+$current+'.webm'" autoplay loop></video>
You switch between licking each of their pussies and fingering the other.
<video @src="'pics/Noire/Blanc/ritual/cun/'+$current+'.webm'" autoplay loop></video>
You begin to fuck them as they ride you
<video @src="'pics/Noire/Blanc/ritual/fuck/'+$current+'.webm'" autoplay loop></video>
You lay one down to fuck as they other rubs against you.
<video @src="'pics/Noire/Blanc/ritual/fuck/4.webm'" autoplay loop></video>
You finish with them.<<intellect>><</linkreplace>><</if>><</widget>><img @src="'pics/people/Blanc1.jpg'" class="left">You were once an aristocrat of the tribe until you were defeated and lost your lands to the Noire.<div ><<set $set.race to "Blanc">><<set $you.name to "Dale">>
<<button "Skip intro" "Settlement">><</button>>
</div>\
<img @src="'pics/people/Noire1.jpg'" class="right"> The Noire have taken much from you, leaving you an outcast.
<div >\
<<button "$set.status" "Settlement">><</button>>
</div>\You pass time.
<<settlement>>