diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index 5dfdb71242ea6d186e850eec77ba52ff652f9a7e..71875e150c8006b64c25762db5ecc85462a37416 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -137,7 +137,7 @@ <<set $activeSlave.slaveName = $activeSlave.birthName, $archetyped = 0>> <</if>> -<h3>You are customizing this slave:</h3> +<h2>You are customizing this slave:</h2> <<if $activeSlave == 0>> <<StartingGirlsWorkaround>> @@ -1598,7 +1598,10 @@ <<option "size queen" "Size queen">> <<option "romantic" "Romantic">> <</options>> -<br> + +<hr> + +<h2>Add slave</h2> <<set _slaveCost = startingSlaveCost($activeSlave)>> <<if $cash >= _slaveCost>> @@ -1619,125 +1622,164 @@ <<set $activeSlave.boobs = Math.clamp(Math.trunc($activeSlave.boobs/50)*50, 0, 50000) || 200>> <<set $slaveWithoutBonuses = $activeSlave>> <<if $PC.career != "engineer">> - <br> - <<link "Add this slave">> - <<set $returnTo = "Commit Starting Girl", $createRelatedSlave = 0, $applyCareerBonus = 1, $careerBonusApplied = 0>> - <<set _slaveCost = startingSlaveCost($activeSlave)>> - <<run cashX(forceNeg(_slaveCost), "slaveTransfer", $activeSlave)>> - <<goto "RG AS Dump">> - <</link>> - //This will apply your @@.springgreen;career bonus@@ to her: - <<if $PC.career == "capitalist">> - one free level of @@.cyan;prostitution skill.@@ - <<elseif $PC.career == "mercenary">> - @@.mediumaquamarine;+10 trust.@@ - <<elseif $PC.career == "slaver">> - @@.hotpink;+10 devotion.@@ - <<elseif $PC.career == "medicine">> - free @@.lime;basic implants.@@ - <<elseif $PC.career == "celebrity">> - one free level of @@.cyan;entertainment skill.@@ - <<elseif $PC.career == "escort">> - two free levels of @@.cyan;sex skills,@@ one free level of @@.cyan;prostitution skill,@@ and one free level of @@.cyan;entertainment skill.@@ - <<elseif $PC.career == "servant">> - @@.mediumaquamarine;+10 trust@@ and @@.hotpink;+10 devotion.@@ - <<elseif $PC.career == "gang">> - @@.green;+5 health@@ and one free level of @@.cyan;combat skill.@@ - <<elseif $PC.career == "wealth">> - two free levels of @@.cyan;sex skills.@@ - <<elseif $PC.career == "BlackHat">> - one free level of @@.cyan;intelligence.@@ - <<else>> - @@.hotpink;+10 devotion,@@ one free level of @@.cyan;prostitution skill@@ and @@.cyan;entertainment skill,@@ and two free levels of @@.cyan;sex skills.@@ - <</if>>// - <br> - <<link "Add slave without career bonus">> - <<set $returnTo = "Commit Starting Girl", $createRelatedSlave = 0, $applyCareerBonus = 0, $careerBonusApplied = 0>> - <<set _slaveCost = startingSlaveCost($activeSlave)>> - <<run cashX(forceNeg(_slaveCost), "slaveTransfer", $activeSlave)>> - <<goto "RG AS Dump">> - <</link>> + <div class="indent"> + <<link "Add this slave">> + <<set $returnTo = "Commit Starting Girl", $createRelatedSlave = 0, $applyCareerBonus = 1, $careerBonusApplied = 0>> + <<set _slaveCost = startingSlaveCost($activeSlave)>> + <<run cashX(forceNeg(_slaveCost), "slaveTransfer", $activeSlave)>> + <<goto "RG AS Dump">> + <</link>> + <span class="note"> + This will apply your @@.springgreen;career bonus@@ to her: + <<if $PC.career == "capitalist">> + one free level of @@.cyan;prostitution skill.@@ + <<elseif $PC.career == "mercenary">> + @@.mediumaquamarine;+10 trust.@@ + <<elseif $PC.career == "slaver">> + @@.hotpink;+10 devotion.@@ + <<elseif $PC.career == "medicine">> + free @@.lime;basic implants.@@ + <<elseif $PC.career == "celebrity">> + one free level of @@.cyan;entertainment skill.@@ + <<elseif $PC.career == "escort">> + two free levels of @@.cyan;sex skills,@@ one free level of @@.cyan;prostitution skill,@@ and one free level of @@.cyan;entertainment skill.@@ + <<elseif $PC.career == "servant">> + @@.mediumaquamarine;+10 trust@@ and @@.hotpink;+10 devotion.@@ + <<elseif $PC.career == "gang">> + @@.green;+5 health@@ and one free level of @@.cyan;combat skill.@@ + <<elseif $PC.career == "wealth">> + two free levels of @@.cyan;sex skills.@@ + <<elseif $PC.career == "BlackHat">> + one free level of @@.cyan;intelligence.@@ + <<else>> + @@.hotpink;+10 devotion,@@ one free level of @@.cyan;prostitution skill@@ and @@.cyan;entertainment skill,@@ and two free levels of @@.cyan;sex skills.@@ + <</if>> + </span> + </div> + <div class="indent"> + <<link "Add slave without career bonus">> + <<set $returnTo = "Commit Starting Girl", $createRelatedSlave = 0, $applyCareerBonus = 0, $careerBonusApplied = 0>> + <<set _slaveCost = startingSlaveCost($activeSlave)>> + <<run cashX(forceNeg(_slaveCost), "slaveTransfer", $activeSlave)>> + <<goto "RG AS Dump">> + <</link>> + </div> <<else>> - <br> - <<link "Add this slave">> - <<set $returnTo = "Commit Starting Girl", $createRelatedSlave = 0, $applyCareerBonus = 0, $careerBonusApplied = 0>> - <<set _slaveCost = startingSlaveCost($activeSlave)>> - <<run cashX(forceNeg(_slaveCost), "slaveTransfer", $activeSlave)>> - <<goto "RG AS Dump">> - <</link>> - <br> + <div class="indent"> + <<link "Add this slave">> + <<set $returnTo = "Commit Starting Girl", $createRelatedSlave = 0, $applyCareerBonus = 0, $careerBonusApplied = 0>> + <<set _slaveCost = startingSlaveCost($activeSlave)>> + <<run cashX(forceNeg(_slaveCost), "slaveTransfer", $activeSlave)>> + <<goto "RG AS Dump">> + <</link>> + </div> <</if>> <<else>> - <br>//You lack the necessary funds to add this slave.// + <div class="note"> + You lack the necessary funds to add this slave. + </div> <</if>> -<br> -[[Discard this slave and continue|Acquisition]] -<br><br>__Archetypes:__ //Convenient combinations of slave attributes// -<br> -<<link "Irish Rose">> - <<set $archetyped = 1, $activeSlave.nationality = "Irish", $fixedNationality = "Irish">> - <<StartingGirlsWorkaround>> - <<set $activeSlave.race = "white", $activeSlave.eye.origColor = "green", $activeSlave.origSkin = "fair", $activeSlave.origHColor = "red", $activeSlave.markings = "heavily freckled">> - <<goto "Starting Girls">> -<</link>> -//A beautiful flower from the Emerald Isle// -<br> -<<link "Cali Girl">> - <<set $archetyped = 1, $activeSlave.nationality = "American", $fixedNationality = "American">> - <<StartingGirlsWorkaround>> - <<set $activeSlave.eye.origColor = "blue", $activeSlave.skin = "sun tanned", $activeSlave.override_Skin = 1, $activeSlave.origHColor = "blonde", $activeSlave.markings = "none", $activeSlave.face = 95, $activeSlave.muscles = 20, $activeSlave.weight = -20, $activeSlave.height = Math.round(Height.forAge(190, $activeSlave))>> - <<goto "Starting Girls">> -<</link>> -//Tall, taut, and tan// -<br> -<<link "Novice">> - <<StartingGirlsWorkaround>> - <<set $activeSlave.skill.anal = 0, $activeSlave.skill.oral = 0, $activeSlave.skill.vaginal = 0, $activeSlave.skill.whoring = 0, $activeSlave.skill.entertainment = 0, $activeSlave.skill.combat = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0>> - <<goto "Starting Girls">> -<</link>> -//Train your own and save// -<br> -<<link "Head Girl Prospect">> - <<StartingGirlsWorkaround>> - <<set $activeSlave.career = setup.HGCareers.random(), $activeSlave.actualAge = Math.clamp(36, 44, $activeSlave.actualAge), $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.intelligence = 70, $activeSlave.intelligenceImplant = 0>> - <<goto "Starting Girls">> -<</link>> -//Inexpensive potential to become a great right hand woman// -<<if $seeExtreme != 0>> - <br> - <<link "Wellspring">> +<h2>Discard this slave and...</h2> +<h3>Start over by selecting an archetype:</h3> +<div class="note"> + Convenient combinations of slave attributes +</div> +<div class="indent"> + <<link "Irish Rose">> + <<set $archetyped = 1, $activeSlave.nationality = "Irish", $fixedNationality = "Irish">> <<StartingGirlsWorkaround>> - <<set $activeSlave.skill.anal = 0, $activeSlave.skill.oral = 0, $activeSlave.skill.vaginal = 0, $activeSlave.skill.whoring = 0, $activeSlave.skill.entertainment = 0, $activeSlave.skill.combat = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0, $activeSlave.health.condition = 10, $activeSlave.intelligence = -100, $activeSlave.intelligenceImplant = 0, $activeSlave.vagina = 3, $activeSlave.anus = 3, $activeSlave.ovaries = 1, $activeSlave.dick = 5, $activeSlave.balls = 5, $activeSlave.prostate = 1, $activeSlave.lactation = 2, $activeSlave.lactationDuration = 2, $activeSlave.nipples = "huge", $activeSlave.boobs = 10000>> + <<set $activeSlave.race = "white", $activeSlave.eye.origColor = "green", $activeSlave.origSkin = "fair", $activeSlave.origHColor = "red", $activeSlave.markings = "heavily freckled">> <<goto "Starting Girls">> <</link>> - //Capable of producing all kinds of useful fluids// - <br> - <<link "Onahole">> + <span class="note"> + A beautiful flower from the Emerald Isle + </span> +</div> + +<div class="indent"> + <<link "Cali Girl">> + <<set $archetyped = 1, $activeSlave.nationality = "American", $fixedNationality = "American">> <<StartingGirlsWorkaround>> - <<set $activeSlave.skill.anal = 0, $activeSlave.skill.oral = 0, $activeSlave.skill.vaginal = 0, $activeSlave.skill.whoring = 0, $activeSlave.skill.entertainment = 0, $activeSlave.skill.combat = 0, $activeSlave.fetish = "mindbroken", $activeSlave.voice = 0, $activeSlave.hears = 0>> - <<run removeLimbs($activeSlave, "all"), eyeSurgery($activeSlave, "both", "normal")>> + <<set $activeSlave.eye.origColor = "blue", $activeSlave.skin = "sun tanned", $activeSlave.override_Skin = 1, $activeSlave.origHColor = "blonde", $activeSlave.markings = "none", $activeSlave.face = 95, $activeSlave.muscles = 20, $activeSlave.weight = -20, $activeSlave.height = Math.round(Height.forAge(190, $activeSlave))>> <<goto "Starting Girls">> <</link>> - //A living cocksleeve// -<</if>> - -<br><br>__Start over by selecting a nationality:__ + <span class="note"> + Tall, taut, and tan + </span> +</div> -<<for _sg = 0; _sg < setup.baseNationalities.length; _sg++>> - <<set _nation = setup.baseNationalities[_sg]>> +<div class="indent"> + <<link "Novice">> + <<StartingGirlsWorkaround>> + <<set $activeSlave.skill.anal = 0, $activeSlave.skill.oral = 0, $activeSlave.skill.vaginal = 0, $activeSlave.skill.whoring = 0, $activeSlave.skill.entertainment = 0, $activeSlave.skill.combat = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0>> + <<goto "Starting Girls">> + <</link>> + <span class="note"> + Train your own and save + </span> +</div> - <<print " - <<link _nation>> - <<set $fixedNationality = setup.baseNationalities[" + _sg + "]>> +<div class="indent"> + <<link "Head Girl Prospect">> <<StartingGirlsWorkaround>> - <<goto 'Starting Girls'>> - <<SaleDescription>> + <<set $activeSlave.career = setup.HGCareers.random(), $activeSlave.actualAge = Math.clamp(36, 44, $activeSlave.actualAge), $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.intelligence = 70, $activeSlave.intelligenceImplant = 0>> + <<goto "Starting Girls">> <</link>> - ">> - <<if _sg < setup.baseNationalities.length-1>> - | - <</if>> -<</for>> + <span class="note"> + Inexpensive potential to become a great right hand woman + </span> +</div> + +<<if $seeExtreme != 0>> + <div class="indent"> + <<link "Wellspring">> + <<StartingGirlsWorkaround>> + <<set $activeSlave.skill.anal = 0, $activeSlave.skill.oral = 0, $activeSlave.skill.vaginal = 0, $activeSlave.skill.whoring = 0, $activeSlave.skill.entertainment = 0, $activeSlave.skill.combat = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0, $activeSlave.health.condition = 10, $activeSlave.intelligence = -100, $activeSlave.intelligenceImplant = 0, $activeSlave.vagina = 3, $activeSlave.anus = 3, $activeSlave.ovaries = 1, $activeSlave.dick = 5, $activeSlave.balls = 5, $activeSlave.prostate = 1, $activeSlave.lactation = 2, $activeSlave.lactationDuration = 2, $activeSlave.nipples = "huge", $activeSlave.boobs = 10000>> + <<goto "Starting Girls">> + <</link>> + <span class="note"> + Capable of producing all kinds of useful fluids + </span> + </div> + + <div class="indent"> + <<link "Onahole">> + <<StartingGirlsWorkaround>> + <<set $activeSlave.skill.anal = 0, $activeSlave.skill.oral = 0, $activeSlave.skill.vaginal = 0, $activeSlave.skill.whoring = 0, $activeSlave.skill.entertainment = 0, $activeSlave.skill.combat = 0, $activeSlave.fetish = "mindbroken", $activeSlave.voice = 0, $activeSlave.hears = 0>> + <<run removeLimbs($activeSlave, "all"), eyeSurgery($activeSlave, "both", "normal")>> + <<goto "Starting Girls">> + <</link>> + <span class="note"> + A living cocksleeve + </span> + </div> +<</if>> + +<p> + <h3>Start over by selecting a nationality:</h3> + <div> + <<for _sg = 0; _sg < setup.baseNationalities.length; _sg++>> + <<set _nation = setup.baseNationalities[_sg]>> + + <<print " + <<link _nation>> + <<set $fixedNationality = setup.baseNationalities[" + _sg + "]>> + <<StartingGirlsWorkaround>> + <<goto 'Starting Girls'>> + <<SaleDescription>> + <</link>> + ">> + <<if _sg < setup.baseNationalities.length-1>> + | + <</if>> + <</for>> -<<unset $PCCreationSex>> + <<unset $PCCreationSex>> + </div> +</p> + +<h3>Continue:</h3> +<p> + [[Discard this slave and just start the game|Acquisition]] +</p> \ No newline at end of file