<<set $activeSlave.career = either("a housewife", "a trophy wife")>>
is an idyllic manse in the countryside of an Old World nation. It's owner is a businessman of some notoriety, but is often away from his expansive estate. A number of servants and maids are in residence, but the primary resident of the manse is his wife. From the sound of things, she is not a young woman but attractive enough in a fake sort of way.
<<elseif $origin == "university professor">>
<<set $activeSlaveOneTimeMinAge = 35>>
<<set $activeSlaveOneTimeMaxAge = 55>>
<<set $one_time_age_overrides_pedo_mode = 1>> /% Not a young woman. %/
is the department offices of a still operational Old World university. The University prides itself on a diverse and capable faculty, often touting its wealth of female professors as a symbol of its progressive agenda. Though they are unlikely to be young, these professors will be educated and quite intelligent. The head of the department is no exception, a woman of considerable academic credentials.
<<elseif $origin == "university student">>
<<set $activeSlaveOneTimeMinAge = 14>>
<<set $activeSlaveOneTimeMaxAge = 22>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.age = random(18,22)>>
<<set $activeSlave.career = "a student">>
<<set $activeSlave.face = random(-20,0)>>
<<set $activeSlave.anus to 0>>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.vagina = 1>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.analSkill = 0>>
...
...
@@ -106,12 +130,22 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
is the residence dormitories of a still operational Old World university. The University prides itself on a diverse and inspired student body, often touting its wealth of female students as a symbol of its progressive agenda. Though they are young, these students will likely have benefited from their education and fairly intelligent. By all accounts the prettiest of them is no exception, a student with a shining academic record.
<<set $activeSlave.career = "a military officer">>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.face = random(15,100)>>
<<set $activeSlave.vagina = 1>>
<<set $activeSlave.oralSkill = 35>>
...
...
@@ -122,19 +156,21 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $activeSlave.intelligence = random(1,2)>>
<<set $activeSlave.intelligenceImplant = 1>>
<<set $activeSlave.teeth = "normal">>
<<set $activeSlave.weight = 0>>
<<set $activeSlave.muscles = 25>>
is a military officer currently traveling to the front of a fresh conflict between rival powers in the Old World. In an attempt to disguise her high rank, she is traveling with only a small escort of soldiers and is a prime target for enslavement. The officer is a graduate of a renowned Old World military college and no stranger to the battlefield, yet has retained her femininity despite her considerable achievements.
@@ -143,15 +179,21 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $activeSlave.preg = 0>>
<<set $activeSlave.dick = random(3,5)>>
<<set $activeSlave.balls = random(2,4)>>
<<set $activeSlave.scrotum = $activeSlave.balls>>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.weight = 0>>
<<set $activeSlave.muscles = 50>>
is a military officer currently traveling to the front of a fresh conflict between rival powers in the Old World. In an attempt to disguise his high rank, he is traveling with only a small escort of soldiers and is a prime target for enslavement. The officer is a graduate of a renowned Old World military college and no stranger to the battlefield.
<<elseif $origin == "military soldier">>
<<if $pedo_mode == 1>>
<<set $activeSlaveOneTimeMinAge = 18>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<else>>
<<set $activeSlaveOneTimeMinAge = 18>>
<<set $activeSlaveOneTimeMaxAge = 25>>
<</if>>
<<include "Generate XX Slave">>
<<set $activeSlave.age = random(18,25)>>
<<set $activeSlave.career = "a soldier">>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.face = random(15,100)>>
<<set $activeSlave.vagina = 1>>
<<set $activeSlave.oralSkill = 35>>
...
...
@@ -161,8 +203,21 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
is the barracks of a local garrison in an Old World town. The majority of the town's young men have already been sent to the front of a new conflict, so the town has conscripted a number of young women to fill the ranks of their garrison. Though the soldiers are likely to be untested, they have still received some measure of combat training. Their sergeant is the nominal leader of the group, though she holds the position due to familial connections rather than any real military seniority.
is a hospital located in an impoverished Old World City. Despite its crime ridden surroundings, the hospital possesses a sterling reputation as a result of its distinguished staff of veteran doctors and nurses. Chief among these medical professionals is a female doctor, an accomplished pioneer in her field.
<<elseif $origin == "nun">>
<<set $activeSlaveOneTimeMaxAge = 70>>
<<include "Generate XX Slave">>
<<set $activeSlave.career to "a nun">>
<<set $activeSlave.anus to 0>>
<<set $activeSlave.vagina to 0>>
<<set $activeSlave.weight to random(-20,-100)>>
<<set $activeSlave.attrXX to random(10,50)>>
<<set $activeSlave.attrXY to random(10,50)>>
<<set $activeSlave.energy to random(5,20)>>
<<set $activeSlave.career = "a nun">>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.vagina = 0>>
<<set $activeSlave.weight = random(-20,-100)>>
<<set $activeSlave.attrXX = random(10,50)>>
<<set $activeSlave.attrXY = random(10,50)>>
<<set $activeSlave.energy = random(5,20)>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.oralSkill = 15>>
<<set $activeSlave.analSkill = 0>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.entertainSkill = 0>>
<<set $activeSlave.age to random(18,$retirementAge-1)>>
<<set $activeSlave.behavioralFlaw to "devout">>
<<set $activeSlave.sexualFlaw to "repressed">>
<<set $activeSlave.behavioralFlaw = "devout">>
<<set $activeSlave.sexualFlaw = "repressed">>
is a reclusive religious community in a mountain range between two current conflict zones. The members of the community have withdrawn from the collapsing social order of the world and established a commune in their mountain retreat, filling their days with peaceful reflection and prayer. Though the nuns have no true leader, one among them has emerged as the most pious of the sisters.
<<elseif $origin == "journalist">>
<<set $activeSlaveOneTimeMinAge = 18>>
<<set $activeSlaveOneTimeMaxAge = 26>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.age = random(18,26)>>
<<set $activeSlave.career = "a journalist">>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.face = random(-20,0)>>
<<set $activeSlave.anus to 0>>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.vagina = 1>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.analSkill = 0>>
<<set $activeSlave.oralSkill = 0>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.entertainSkill = 35>>
<<set $activeSlave.behavioralFlaw to "liberated">>
is the offices of an esteemed Old World newspaper firm. The paper is known for its investigative journalism, particularly as one of the few firms willing to delve into the brave new world of the Free Cities. The rising star of the paper is undoubtedly a young journalist who has been an outspoken critic of slaveholding and other Free Cities traditions.
<<elseif $origin == "local news anchor">>
<<set $activeSlaveOneTimeMinAge = 35>>
<<set $activeSlaveOneTimeMaxAge = 39>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.boobs += 800>>
<<set $activeSlave.boobsImplant += 800>>
...
...
@@ -229,12 +306,12 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $activeSlave.analSkill = 15>>
<<set $activeSlave.whoreSkill = 35>>
<<set $activeSlave.entertainSkill = 35>>
<<set $activeSlave.age = random(35,39)>>
<<set $activeSlave.career = "a local news anchor">>
<<set $activeSlave.weight = random(-40,40)>>
is the recording studio of a sleepy Old World town's local news channel. The news channel itself is unremarkable, a quaint reminder of the tedious life of a small town, save for its news anchor. The anchor stands in stark contrast to her fellow residents by the abundance of her plastic surgery, likely an attempt to cling to youth lest her coveted anchor position be snatched away by a younger woman.
<<elseif $origin == "classical dancer">>
<<set $activeSlaveOneTimeMaxAge = 20>>
<<include "Generate XX Slave">>
<<set $activeSlave.age = random(18,20)>>
<<set $activeSlave.career = "a classical dancer">>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.face = random(-20,0)>>
...
...
@@ -246,12 +323,18 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.entertainSkill = 50>>
<<set $activeSlave.teeth = "normal">>
is the performing arts theater at the heart of an aristocratic Old World city. The theater itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned dance troupe. The jewel of the troupe's cast is a young girl, barely past her majority, whose performance has been said to bring tears to the eyes of audiences the world over.
<<set $activeSlave.weight = random(-100,-10)>>
is the performing arts theater at the heart of an aristocratic Old World city. The theater itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned dance troupe. The jewel of the troupe's cast is a young girl<<if $pedo_mode == 0, barely past her majority,<</if>> whose performance has been said to bring tears to the eyes of audiences the world over.
<<elseif $origin == "law enforcement officer">>
<<if $pedo_mode == 1>>
<<set $activeSlaveOneTimeMinAge = 18>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<else>>
<<set $activeSlaveOneTimeMinAge = 18>>
<<set $activeSlaveOneTimeMaxAge = 25>>
<</if>>
<<include "Generate XX Slave">>
<<set $activeSlave.age = random(18,25)>>
<<set $activeSlave.career = "a law enforcement officer">>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.face = random(15,100)>>
<<set $activeSlave.vagina = 1>>
<<set $activeSlave.oralSkill = 35>>
...
...
@@ -260,27 +343,53 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
is the precinct of a small Old World town's police department. The department is notoriously underfunded and unlikely to be particularly well staffed. Nonetheless, one of the officers is well known in the area for her adherence to the letter of the law despite her small town cop status.
<<elseif $origin == "classical musician">>
<<set $activeSlaveOneTimeMaxAge = 43>>
<<set $one_time_age_overrides_pedo_mode = 1>>
<<include "Generate XX Slave">>
<<set $activeSlave.age = random(36,43)>>
<<set $activeSlave.career = "a classical musician">>
<<set $activeSlave.prestige = 1>>
<<set $activeSlave.prestigeDesc = "She was the pride of renowned orchestra.">>
<<set $activeSlave.face = random(-20,0)>>
<<set $activeSlave.anus to 0>>
<<set $activeSlave.vagina = 1>>
<<set $activeSlave.anus = 0>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.analSkill = 0>>
<<set $activeSlave.oralSkill = 0>>
<<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.entertainSkill = 50>>
<<set $activeSlave.teeth = "normal">>
is the concert hall at the heart of an aristocratic Old World city. The concert hall itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned orchestra. The pride of the orchestra's cast is a mature woman, whose skill with her instrument has been known to move listeners to tears.
is the concert hall at the heart of an aristocratic Old World city. The concert hall itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned orchestra. The pride of the orchestra's cast is a <<if $activeSlave.visualAge < 13>>little girl<<elseif $activeSlave.visualAge <= 18>>teenager<<elseif $activeSlave.visualAge <= 24>>young woman<<elseif $activeSlave.visualAge <= 32>>woman<<else>>mature woman<</if>>, whose skill with her instrument has been known to move listeners to tears.
is a campaign rally for the reelection of an Old World politician. Though the rally will be an extremely public affair, the benefits of capturing a prestigious politician could outweigh the risks.
is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in herself has been a fixture of the landscape for decades, with many speculating that she remains a virgin despite her mature age.
<<set $activeSlave.weight = random(-100,60)>>
is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in herself has been a fixture of the landscape for <<if $activeSlave.visualAge < 13>>only a little while<<elseif $activeSlave.visualAge <= 18>>some time<<elseif $activeSlave.visualAge <= 32>>years<<else>>decades<</if>>, with many speculating that she remains a virgin<<if $activeSlave.visualAge > 32>despite her mature age<</if>>.
@@ -315,12 +435,16 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $activeSlave.whoreSkill = 25>>
<<set $activeSlave.entertainSkill = 25>>
<<set $activeSlave.intelligence = 2>>
<<set $activeSlave.weight = random(-10,120)>>
is a halfway house for vulnerable woman operating in a nearby conflict zone. Far from being a wholesome institution, the proprietor of this halfway house is a notorious procuress who sells her guests into slavery. Raiding the halfway house avoids the procuress' fees on a new shipment of slaves, with the procuress herself as a tempting bonus.
is one of the last remaining business expositions still operating in the Old World. In years past, such expositions were often a showcase for innovation and corporate development but in recent years have become a sad spectacle of industry stagnation. This particular exposition's keynote speaker is a reputable investor with decades of experience, hoping to breathe new life into some valuable yet dying firms.
@@ -343,10 +478,13 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $activeSlave.intelligence = 2>>
<<set $activeSlave.intelligenceImplant = 1>>
<<set $activeSlave.teeth = "normal">>
<<set $activeSlave.weight = random(-50,50)>>
is a research lab operating on the lawless fringe between the Old World and the Free Cities. Here, scientists push the boundaries of the known world without the burden of governmental oversight or moral restrictions. Their defacto leader is a fellow scientist, one of the first to leave the Old World behind in pursuit of knowledge.
is the offices of a law firm operating on the boundary between the Old World and the Free Cities. The lawyers within profit from the shaky legal channels between Old World nations and new Free Cities, largely drawing up contracts or facilitating the transfer of goods, services, and slaves. The sole senior partner of the firm is one of the pioneers of this new field of legal work, having been a staunch corporate advocate for much of her life.
<</if>>
...
...
@@ -365,9 +512,15 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
Their figure ia a catastrophically fat individual, so much so that the raid might be better off laying down speedbumps to thwart her rascal-powered flight.
<<set _hareSpeed -= 5>>
<<elseif $activeSlave.weight > 160>>
Their figure is extremely fat and unlikely to make it far, especially if stairs are involved.
<<set _hareSpeed -= 3>>
<<if $activeSlave.weight > 95>>
They're a catastrophically fat individual, so much so that they might be better off rolling around than walking.
Their figure is quite fat.
<<set $targetEscape -= 2>>
<<elseif $activeSlave.weight > 30>>
Their figure is fairly chubby.
...
...
@@ -392,13 +545,13 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
<<set $targetEscape -= 2>>
<<elseif $activeSlave.height < 150>>
They're short enough that their height makes them difficult to spot.
<<set $targetEscape -= 1>>
<<set $targetEscape += 1>>
<<else>>
They're of an average height.
<</if>>
<<if $activeSlave.boobs >= 2000>>
They have absurdly large breasts.
<<set $targetEscape -= 1>>
<<set $targetEscape -= 3>>
<<elseif $activeSlave.boobs >= 800>>
They have fairly large breasts.
<<set $targetEscape -= 1>>
...
...
@@ -406,6 +559,7 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
They have medium sized breasts.
<<else>>
They're fairly flat chested.
<<set $targetEscape += 1>>
<</if>>
<<if $activeSlave.butt >= 6>>
They have an immense posterior.
...
...
@@ -416,6 +570,7 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
They've got a big butt.
<<else>>
They've got a flat ass.
<<set $targetEscape += 1>>
<</if>>
<<if $activeSlave.dick >= 5>>
Their cock is large enough to slow them down.
...
...
@@ -425,9 +580,15 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
Their balls are likely to hurt while running, enough to slow them down.
<<set $targetEscape -= 1>>
<</if>>
<<if $activeSlave.preg >= 20>>
<<if $activeSlave.preg >= 30>>
Their ripe pregnant belly is very likely to preclude them from escaping without help at all. All it takes is their water breaking to practically doom their flight.
<<set $targetEscape -= 10>>
<<elseif $activeSlave.preg >= 20>>
Their pregnant belly is likely to preclude them from escaping on foot at all.
<<set $targetEscape -= 5>>
<<elseif $activeSlave.preg >= 10>>
Their is a slight roundness to their middle, likely an early pregnancy that will distract them from fleeing.
<<set $targetEscape -= 1>>
<</if>>
<<if $i == 0>>
...
...
@@ -619,11 +780,11 @@ You make your selection and direct your $mercenariesTitle to attack the target.
<</if>>
<<if $origin == "shut-in">>
<<if $targetEscape >= $MercCapture>>
The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems she left only recently. Somehow the crafty old minx must have seen your $mercenariesTitle coming.
The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems she left only recently. Somehow the crafty <<if $activeSlave.visualAge < 13>>little <<elseif $activeSlave.visualAge <= 18>>teen <<elseif $activeSlave.visualAge <= 24>>young <<elseif $activeSlave.visualAge <= 32>><<else>>old <</if>> minx must have seen your $mercenariesTitle coming.
<<elseif _raidescape == 1>>
When the $mercenariesTitle break down the door to the shut-in's shack, they are met with a terrible stench of dust and decay. Judging by the body hanging limply from the banisters, the shut-in took their own life some time ago.
<<else>>
When your $mercenariesTitle break down the door to to the shut-in's shack, they are met with a surprised and somewhat unkempt woman staring at them. Despite their lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
When your $mercenariesTitle break down the door to the shut-in's shack, they are met with a surprised and somewhat unkempt woman staring at them. Despite their lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
The shut-in spends the VTOL ride sitting quietly in their seat. Confused by her silence, your $mercenariesTitle attempt to engage her in conversation but are granted no response.
<<AddSlave $activeSlave>> /* skip New Slave Intro */
<</if>>
...
...
@@ -845,11 +1006,11 @@ You make your selection and direct your $mercenariesTitle to attack the target.
<</if>>
<<if $origin == "shut-in">>
<<if $targetEscape >= $MercCapture>>
The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems she left only recently. Somehow the crafty old minx must have seen your $mercenariesTitle coming.
The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems she left only recently. Somehow the crafty <<if $activeSlave.visualAge < 13>>little <<elseif $activeSlave.visualAge <= 18>>teen <<elseif $activeSlave.visualAge <= 24>>young <<elseif $activeSlave.visualAge <= 32>><<else>>old <</if>> minx must have seen your $mercenariesTitle coming.
<<elseif _raidescape == 1>>
When the $mercenariesTitle break down the door to the shut-in's shack, they are met with a terrible stench of dust and decay. Judging by the body hanging limply from the banisters, the shut-in took their own life some time ago.
<<else>>
When your $mercenariesTitle break down the door to to the shut-in's shack, they are met with a surprised and somewhat unkempt woman staring at them. Despite their lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
When your $mercenariesTitle break down the door to the shut-in's shack, they are met with a surprised and somewhat unkempt woman staring at them. Despite their lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
The shut-in spends the VTOL ride sitting quietly in their seat. Confused by her silence, your $mercenariesTitle attempt to engage her in conversation but are granted no response.
<<AddSlave $activeSlave>> /* skip New Slave Intro */
<</if>>
...
...
@@ -1071,11 +1232,11 @@ You make your selection and direct your $mercenariesTitle to attack the target.
<</if>>
<<if $origin == "shut-in">>
<<if $targetEscape >= $MercCapture>>
The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems she left only recently. Somehow the crafty old minx must have seen your $mercenariesTitle coming.
The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems she left only recently. Somehow the crafty <<if $activeSlave.visualAge < 13>>little <<elseif $activeSlave.visualAge <= 18>>teen <<elseif $activeSlave.visualAge <= 24>>young <<elseif $activeSlave.visualAge <= 32>><<else>>old <</if>> minx must have seen your $mercenariesTitle coming.
<<elseif _raidescape == 1>>
When the $mercenariesTitle break down the door to the shut-in's shack, they are met with a terrible stench of dust and decay. Judging by the body hanging limply from the banisters, the shut-in took their own life some time ago.
<<else>>
When your $mercenariesTitle break down the door to to the shut-in's shack, they are met with a surprised and somewhat unkempt woman staring at them. Despite their lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
When your $mercenariesTitle break down the door to the shut-in's shack, they are met with a surprised and somewhat unkempt woman staring at them. Despite their lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
The shut-in spends the VTOL ride sitting quietly in their seat. Confused by her silence, your $mercenariesTitle attempt to engage her in conversation but are granted no response.
<<AddSlave $activeSlave>> /* skip New Slave Intro */