Skip to content
Snippets Groups Projects
Commit 548d7268 authored by mweggen's avatar mweggen
Browse files

Refresh starting girls after setting specific properties. Added refresh for...

Refresh starting girls after setting specific properties. Added refresh for headgirl. Make cali girl height scale with age
parent 774a453c
No related branches found
No related tags found
1 merge request!2670Starting girl fixes
...@@ -1544,8 +1544,8 @@ Her nationality is $activeSlave.nationality. ...@@ -1544,8 +1544,8 @@ Her nationality is $activeSlave.nationality.
<<link "Irish Rose">> <<link "Irish Rose">>
<<set $archetyped = 1, $activeSlave.nationality = "Irish", $fixedNationality = "Irish">> <<set $archetyped = 1, $activeSlave.nationality = "Irish", $fixedNationality = "Irish">>
<<StartingGirlsWorkaround>> <<StartingGirlsWorkaround>>
<<StartingGirlsRefresh>>
<<set $activeSlave.race = "white", $activeSlave.eyeColor = "green", $activeSlave.skin = "fair", $activeSlave.hColor = "red", $activeSlave.pubicHColor = "red", $activeSlave.markings = "heavily freckled">> <<set $activeSlave.race = "white", $activeSlave.eyeColor = "green", $activeSlave.skin = "fair", $activeSlave.hColor = "red", $activeSlave.pubicHColor = "red", $activeSlave.markings = "heavily freckled">>
<<StartingGirlsRefresh>>
<<SaleDescription>> <<SaleDescription>>
<<StartingGirlsCost>> <<StartingGirlsCost>>
<</link>> <</link>>
...@@ -1554,8 +1554,8 @@ Her nationality is $activeSlave.nationality. ...@@ -1554,8 +1554,8 @@ Her nationality is $activeSlave.nationality.
<<link "Cali Girl">> <<link "Cali Girl">>
<<set $archetyped = 1, $activeSlave.nationality = "American", $fixedNationality = "American">> <<set $archetyped = 1, $activeSlave.nationality = "American", $fixedNationality = "American">>
<<StartingGirlsWorkaround>> <<StartingGirlsWorkaround>>
<<set $activeSlave.eyeColor = "blue", $activeSlave.skin = "tanned", $activeSlave.hColor = "blonde", $activeSlave.pubicHColor = "blonde", $activeSlave.markings = "none", $activeSlave.face = 95, $activeSlave.muscles = 20, $activeSlave.weight = -20, $activeSlave.height = Math.round(Height.forAge(190, $activeSlave))>>
<<StartingGirlsRefresh>> <<StartingGirlsRefresh>>
<<set $activeSlave.eyeColor = "blue", $activeSlave.skin = "tanned", $activeSlave.hColor = "blonde", $activeSlave.pubicHColor = "blonde", $activeSlave.markings = "none", $activeSlave.height = 190, $activeSlave.face = 95, $activeSlave.muscles = 20, $activeSlave.weight = -20>>
<<SaleDescription>> <<SaleDescription>>
<<StartingGirlsCost>> <<StartingGirlsCost>>
<</link>> <</link>>
...@@ -1563,8 +1563,8 @@ Her nationality is $activeSlave.nationality. ...@@ -1563,8 +1563,8 @@ Her nationality is $activeSlave.nationality.
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Novice">> <<link "Novice">>
<<StartingGirlsWorkaround>> <<StartingGirlsWorkaround>>
<<StartingGirlsRefresh>>
<<set $activeSlave.analSkill = 0, $activeSlave.oralSkill = 0, $activeSlave.vaginalSkill = 0, $activeSlave.whoreSkill = 0, $activeSlave.entertainSkill = 0, $activeSlave.combatSkill = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0>> <<set $activeSlave.analSkill = 0, $activeSlave.oralSkill = 0, $activeSlave.vaginalSkill = 0, $activeSlave.whoreSkill = 0, $activeSlave.entertainSkill = 0, $activeSlave.combatSkill = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0>>
<<StartingGirlsRefresh>>
<<SaleDescription>> <<SaleDescription>>
<<StartingGirlsCost>> <<StartingGirlsCost>>
<</link>> <</link>>
...@@ -1573,6 +1573,7 @@ Her nationality is $activeSlave.nationality. ...@@ -1573,6 +1573,7 @@ Her nationality is $activeSlave.nationality.
<<link "Head Girl Prospect">> <<link "Head Girl Prospect">>
<<StartingGirlsWorkaround>> <<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 = 2, $activeSlave.intelligenceImplant = 0>> <<set $activeSlave.career = setup.HGCareers.random(), $activeSlave.actualAge = Math.clamp(36, 44, $activeSlave.actualAge), $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.intelligence = 2, $activeSlave.intelligenceImplant = 0>>
<<StartingGirlsRefresh>>
<<SaleDescription>> <<SaleDescription>>
<<StartingGirlsCost>> <<StartingGirlsCost>>
<</link>> <</link>>
...@@ -1581,8 +1582,8 @@ Her nationality is $activeSlave.nationality. ...@@ -1581,8 +1582,8 @@ Her nationality is $activeSlave.nationality.
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Wellspring">> <<link "Wellspring">>
<<StartingGirlsWorkaround>> <<StartingGirlsWorkaround>>
<<StartingGirlsRefresh>>
<<set $activeSlave.analSkill = 0, $activeSlave.oralSkill = 0, $activeSlave.vaginalSkill = 0, $activeSlave.whoreSkill = 0, $activeSlave.entertainSkill = 0, $activeSlave.combatSkill = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0, $activeSlave.health = 10, $activeSlave.intelligence = -3, $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.nipples = "huge", $activeSlave.boobs = 10000>> <<set $activeSlave.analSkill = 0, $activeSlave.oralSkill = 0, $activeSlave.vaginalSkill = 0, $activeSlave.whoreSkill = 0, $activeSlave.entertainSkill = 0, $activeSlave.combatSkill = 0, $activeSlave.actualAge = 18, $activeSlave.visualAge = 18, $activeSlave.physicalAge = 18, $activeSlave.fetishKnown = 0, $activeSlave.attrKnown = 0, $activeSlave.health = 10, $activeSlave.intelligence = -3, $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.nipples = "huge", $activeSlave.boobs = 10000>>
<<StartingGirlsRefresh>>
<<SaleDescription>> <<SaleDescription>>
<<StartingGirlsCost>> <<StartingGirlsCost>>
<</link>> <</link>>
...@@ -1590,8 +1591,8 @@ Her nationality is $activeSlave.nationality. ...@@ -1590,8 +1591,8 @@ Her nationality is $activeSlave.nationality.
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Onahole">> <<link "Onahole">>
<<StartingGirlsWorkaround>> <<StartingGirlsWorkaround>>
<<StartingGirlsRefresh>>
<<set $activeSlave.analSkill = 0, $activeSlave.oralSkill = 0, $activeSlave.vaginalSkill = 0, $activeSlave.whoreSkill = 0, $activeSlave.entertainSkill = 0, $activeSlave.combatSkill = 0, $activeSlave.fetish = "mindbroken", $activeSlave.amp = 1, $activeSlave.voice = 0, $activeSlave.eyes = 1, $activeSlave.hears = 0>> <<set $activeSlave.analSkill = 0, $activeSlave.oralSkill = 0, $activeSlave.vaginalSkill = 0, $activeSlave.whoreSkill = 0, $activeSlave.entertainSkill = 0, $activeSlave.combatSkill = 0, $activeSlave.fetish = "mindbroken", $activeSlave.amp = 1, $activeSlave.voice = 0, $activeSlave.eyes = 1, $activeSlave.hears = 0>>
<<StartingGirlsRefresh>>
<<SaleDescription>> <<SaleDescription>>
<<StartingGirlsCost>> <<StartingGirlsCost>>
<</link>> <</link>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment