diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index fc2e6456b9f073fde448e40c57be3fb0ddb9c057..60bccc1646d81295b74dd7183c387ec31f225ba1 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -206,6 +206,39 @@ <<set $args[0].pubertyXY = 0>> <</if>> <</if>> +<<if ndef $args[0].skillHG>> + <<set $args[0].skillHG = 0>> +<</if>> +<<if ndef $args[0].skillRC>> + <<set $args[0].skillRC = 0>> +<</if>> +<<if ndef $args[0].skillBG>> + <<set $args[0].skillBG = 0>> +<</if>> +<<if ndef $args[0].skillMD>> + <<set $args[0].skillMD = 0>> +<</if>> +<<if ndef $args[0].skillDJ>> + <<set $args[0].skillDJ = 0>> +<</if>> +<<if ndef $args[0].skillNU>> + <<set $args[0].skillNU = 0>> +<</if>> +<<if ndef $args[0].skillTE>> + <<set $args[0].skillTE = 0>> +<</if>> +<<if ndef $args[0].skillAT>> + <<set $args[0].skillAT = 0>> +<</if>> +<<if ndef $args[0].skillST>> + <<set $args[0].skillST = 0>> +<</if>> +<<if ndef $args[0].skillMM>> + <<set $args[0].skillMM = 0>> +<</if>> +<<if ndef $args[0].skillWA>> + <<set $args[0].skillWA = 0>> +<</if>> <</widget>> <<widget "AgeImplantAdjustment">> diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index c3cac6e23090e117e3cd4d783722ad958e176a3f..861acbf4fa79a96a713aed4e5389e364bf472f25 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -79,9 +79,6 @@ She has experience from her life before she was a slave that helps her in the seedy business of selling other people's bodies for sex. <<set $madamCashBonus += 0.05>> <<else>> - <<if ndef $slaves[_FLs].skillMD>> - <<set $slaves[_FLs].skillMD = 0>> - <</if>> <<if $slaves[_FLs].skillMD >= 200>> She has experience from working for you that helps her in the seedy business of selling other people's bodies for sex. <<set $madamCashBonus += 0.05>> diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw index ed85f4be742e742971a9196a8e6ff326da111d4d..e91b606da6ec34be9a2da095edf8358431bf5a53 100644 --- a/src/uncategorized/cellblockReport.tw +++ b/src/uncategorized/cellblockReport.tw @@ -58,9 +58,6 @@ <<set _devBonus++, _trustMalus++, _idleBonus++>> She has experience with detecting security issues and grinding down potential miscreants from her life before she was a slave, making her more effective. <<else>> - <<if ndef $slaves[_FLs].skillWA>> - <<set $slaves[_FLs].skillWA = 0>> - <</if>> <<if $slaves[_FLs].skillWA >= 200>> <<set _devBonus++, _trustMalus++, _idleBonus++>> She has experience with detecting security issues and grinding down potential miscreants from working for you, making her more effective. diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index 237b12be71b1a8b8b8fe7143673b1aecb0c7d6ac..7dc5927f2a1313f6c1e9f4e4e2021749597732b8 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -49,9 +49,6 @@ She has experience with medicine from her life before she was a slave, and can often recognize conditions before even the medical scanners can. <<set _idleBonus++, _healthBonus++>> <<else>> - <<if ndef $slaves[_FLs].skillNU>> - <<set $slaves[_FLs].skillNU = 0>> - <</if>> <<if $slaves[_FLs].skillNU >= 200>> She has experience with medicine from working for you, and can often recognize conditions before even the medical scanners can. <<set _idleBonus++, _healthBonus++>> diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index 77802370fee01b7920be574624b93307d5078e02..67647afe4e45d0955d9ffe8b51d36177ddd52d8c 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -88,9 +88,6 @@ She has musical experience from her life before she was a slave, a grounding that gives her tracks actual depth. <<set $DJRepBonus += 0.05>> <<else>> - <<if ndef $slaves[_FLs].skillDJ>> - <<set $slaves[_FLs].skillDJ = 0>> - <</if>> <<if $slaves[_FLs].skillDJ >= 200>> She has musical experience from working for you, giving her tracks actual depth. <<set $DJRepBonus += 0.05>> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index 993f4bd6d37ca7b273156b5af6c66291ce6416ca..451d11e93452dfb4ff408314113b208c5271cf72 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -155,9 +155,6 @@ <<set $milkmaidHealthBonus++>> She has career experience dealing with milk animals. <<else>> - <<if ndef $slaves[_FLs].skillMM>> - <<set $slaves[_FLs].skillMM = 0>> - <</if>> <<if $slaves[_FLs].skillMM >= 200>> <<set $milkmaidHealthBonus++>> She has experience dealing with milk animals from working for you. diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw index bfbf5e716fd1961a2a3f4c1a4b2a83a1dddc5374..8447d79d6b3a069de78e2333cebf4dd288ba516d 100644 --- a/src/uncategorized/hgApplication.tw +++ b/src/uncategorized/hgApplication.tw @@ -50,9 +50,6 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i She was used to giving commands and being obeyed in her life before she was a slave, experience she can call on now. <<set _effectiveness += 5>> <<else>> - <<if ndef $slaves[$i].skillHG>> - <<set $slaves[$i].skillHG = 0>> - <</if>> <<if $slaves[$i].skillHG >= 200>> She is used to giving commands and being obeyed because of her experience being your Head Girl, making her more effective. <<set _effectiveness += 5>> diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index c6e29375cdc17949563993868992a229e795398f..a2595ff1268990d70aae4d29b05b7216722c26d7 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -1259,80 +1259,80 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower <</if>> <<set _anyCareer = 0>> -<<if (def $activeSlave.skillHG && $activeSlave.skillHG >= 200) || (def $activeSlave.skillRC && $activeSlave.skillRC >= 200) || (def $activeSlave.skillBG && $activeSlave.skillBG >= 200) || (def $activeSlave.skillMD && $activeSlave.skillMD >= 200) || (def $activeSlave.skillDJ && $activeSlave.skillDJ >= 200) || (def $activeSlave.skillNU && $activeSlave.skillNU >= 200) || (def $activeSlave.skillTE && $activeSlave.skillTE >= 200) || (def $activeSlave.skillAT && $activeSlave.skillAT >= 200) || (def $activeSlave.skillST && $activeSlave.skillST >= 200) || (def $activeSlave.skillMM && $activeSlave.skillMM >= 200) || (def $activeSlave.skillWA && $activeSlave.skillWA >= 200)>> +<<if ($activeSlave.skillHG >= 200) || ($activeSlave.skillRC >= 200) || ($activeSlave.skillBG >= 200) || ($activeSlave.skillMD >= 200) || ($activeSlave.skillDJ >= 200) || ($activeSlave.skillNU >= 200) || ($activeSlave.skillTE >= 200) || ($activeSlave.skillAT >= 200) || ($activeSlave.skillST >= 200) || ($activeSlave.skillMM >= 200) || ($activeSlave.skillWA >= 200)>> <<set _anyCareer = 1>> <</if> <<if _anyCareer == 1>> She has working experience as a <<set _commaNeeded = 0>> - <<if def $activeSlave.skillHG && $activeSlave.skillHG >= 200>> + <<if $activeSlave.skillHG >= 200>> Head Girl <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillRC && $activeSlave.skillRC >= 200>> + <<if $activeSlave.skillRC >= 200>> <<if _commaNeeded == 1>> , <</if>> Recruiter <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillBG && $activeSlave.skillBG >= 200>> + <<if $activeSlave.skillBG >= 200>> <<if _commaNeeded == 1>> , <</if>> BodyGuard <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillMD && $activeSlave.skillMD >= 200>> + <<if $activeSlave.skillMD >= 200>> <<if _commaNeeded == 1>> , <</if>> Madam <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillDJ && $activeSlave.skillDJ >= 200>> + <<if $activeSlave.skillDJ >= 200>> <<if _commaNeeded == 1>> , <</if>> DJ <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillNU && $activeSlave.skillNU >= 200>> + <<if $activeSlave.skillNU >= 200>> <<if _commaNeeded == 1>> , <</if>> Nurse <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillTE && $activeSlave.skillTE >= 200>> + <<if $activeSlave.skillTE >= 200>> <<if _commaNeeded == 1>> , <</if>> Schoolteacher <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillAT && $activeSlave.skillAT >= 200>> + <<if $activeSlave.skillAT >= 200>> <<if _commaNeeded == 1>> , <</if>> Attendant <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillST && $activeSlave.skillST >= 200>> + <<if $activeSlave.skillST >= 200>> <<if _commaNeeded == 1>> , <</if>> Stewardess <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillMM && $activeSlave.skillMM >= 200>> + <<if $activeSlave.skillMM >= 200>> <<if _commaNeeded == 1>> , <</if>> Milkmaid <<set _commaNeeded = 1>> <</if>> - <<if def $activeSlave.skillWA && $activeSlave.skillWA >= 200>> + <<if $activeSlave.skillWA >= 200>> <<if _commaNeeded == 1>> , <</if>> diff --git a/src/uncategorized/saBeYourHeadGirl.tw b/src/uncategorized/saBeYourHeadGirl.tw index ae7d3861daec29d0fb2cf74b2825c27db6bef40d..8aa7fd3d694589459b6ca41de96222c072f1d9a4 100644 --- a/src/uncategorized/saBeYourHeadGirl.tw +++ b/src/uncategorized/saBeYourHeadGirl.tw @@ -171,8 +171,5 @@ <</if>> <<if !setup.HGCareers.includes($slaves[$i].career)>> - <<if ndef $slaves[$i].skillHG>> - <<set $slaves[$i].skillHG = 0>> - <</if>> <<set $slaves[$i].skillHG += random(1,($slaves[$i].intelligence+4)*2)>> <</if>> diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw index 2114c572093b05df282cfb36f492c4fc919fb746..456d4991ab2b126d6ddc5327e4c3ac8f5f8f9091 100644 --- a/src/uncategorized/saGuardsYou.tw +++ b/src/uncategorized/saGuardsYou.tw @@ -11,9 +11,6 @@ carries arms in your defense. <<if setup.bodyguardCareers.includes($Bodyguard.career)>> She has experience in personal defense from before she was a slave. <<else>> - <<if ndef $slaves[$i].skillBG>> - <<set $slaves[$i].skillBG = 0>> - <</if>> <<if $slaves[$i].skillBG >= 200>> She has experience in personal defense from working for you. <</if>> diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index 6b416c8faf5d63a6043135f8ec315226887945dc..ac32ff150af8e5f5faf61ef4b769e75855ce44a2 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -265,9 +265,6 @@ uses your online resources and some @@.yellowgreen;modest funds@@ to convince $r She has experience in recruitment from before she was a slave. <<set $recruiterProgress += 2>> <<else>> - <<if ndef $slaves[$i].skillRC>> - <<set $slaves[$i].skillRC = 0>> - <</if>> <<if $slaves[$i].skillRC >= 200>> She has experience in recruitment from working for you. <<set $recruiterProgress += 2>> diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw index 122b302f9de0740fa8e9e793b218e0f9bbcf5ce5..cfa972a174a5a0c7fc16efed3e5fbee224379960 100644 --- a/src/uncategorized/schoolroomReport.tw +++ b/src/uncategorized/schoolroomReport.tw @@ -50,9 +50,6 @@ <<if setup.schoolteacherCareers.includes($Schoolteacher.career)>> She has experience with students and learning from her life before she was a slave, making her more effective. <<else>> - <<if ndef $slaves[_FLs].skillTE>> - <<set $slaves[_FLs].skillTE = 0>> - <</if>> <<if $slaves[_FLs].skillTE >= 200>> She has experience with students and learning from working for you, making her more effective. <</if>> diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw index 9f00e73b73dc12eacc142207a1d1eac84b6735e1..88bd3e5cd99463077da495d95268e51a49045d06 100644 --- a/src/uncategorized/servantsQuartersReport.tw +++ b/src/uncategorized/servantsQuartersReport.tw @@ -84,9 +84,6 @@ <<set $stewardessBonus += 25>> She has applicable experience with daily sums and organizational trifles from her life before she was a slave. <<else>> - <<if ndef $slaves[_FLs].skillST>> - <<set $slaves[_FLs].skillST = 0>> - <</if>> <<if $slaves[_FLs].skillST >= 200>> <<set $stewardessBonus += 25>> She has applicable experience with daily sums and organizational trifles from working for you. diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index 3988dd86ebd45d0cec38f60b21ba6a6f85a02af4..137b94ee475fd47cc26dab7933625a0c334a52f9 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -646,7 +646,7 @@ will <<case "Main">> <<continue>> <<case "HG Select">> - <<if setup.HGCareers.includes(_Slave.career) || (def _Slave.skillHG && _Slave.skillHG >= 200)>> + <<if setup.HGCareers.includes(_Slave.career) || (_Slave.skillHG >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Head Girl Suite">> @@ -658,11 +658,11 @@ will <<break>> <</if>> <<case "Recruiter Select">> - <<if setup.recruiterCareers.includes(_Slave.career) || (def _Slave.skillRC && _Slave.skillRC >= 200)>> + <<if setup.recruiterCareers.includes(_Slave.career) || (_Slave.skillRC >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "BG Select">> - <<if setup.bodyguardCareers.includes(_Slave.career) || (def _Slave.skillBG && _Slave.skillBG >= 200)>> + <<if setup.bodyguardCareers.includes(_Slave.career) || (_Slave.skillBG >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Spa">> @@ -676,7 +676,7 @@ will <<break>> <</if>> <<case "Attendant Select">> - <<if setup.attendantCareers.includes(_Slave.career) || (def _Slave.skillAT && _Slave.skillAT >= 200)>> + <<if setup.attendantCareers.includes(_Slave.career) || (_Slave.skillAT >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Brothel">> @@ -690,7 +690,7 @@ will <<break>> <</if>> <<case "Madam Select">> - <<if setup.madamCareers.includes(_Slave.career) || (def _Slave.skillMD && _Slave.skillMD >= 200)>> + <<if setup.madamCareers.includes(_Slave.career) || (_Slave.skillMD >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Club">> @@ -711,7 +711,7 @@ will [[Release her from the Arcade|Retrieve][$i = _ssi]] <</if>> <<case "DJ Select">> - <<if setup.DJCareers.includes(_Slave.career) || (def _Slave.skillDJ && _Slave.skillDJ >= 200)>> + <<if setup.DJCareers.includes(_Slave.career) || (_Slave.skillDJ >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Clinic">> @@ -728,7 +728,7 @@ will <<break>> <</if>> <<case "Nurse Select">> - <<if setup.nurseCareers.includes(_Slave.career) || (def _Slave.skillNU && _Slave.skillNU >= 200)>> + <<if setup.nurseCareers.includes(_Slave.career) || (_Slave.skillNU >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Schoolroom">> @@ -742,7 +742,7 @@ will <<break>> <</if>> <<case "Schoolteacher Select">> - <<if setup.schoolteacherCareers.includes(_Slave.career) || (def _Slave.skillTE && _Slave.skillTE >= 200)>> + <<if setup.schoolteacherCareers.includes(_Slave.career) || (_Slave.skillTE >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Dairy">> @@ -756,7 +756,7 @@ will <<break>> <</if>> <<case "Milkmaid Select">> - <<if setup.milkmaidCareers.includes(_Slave.career) || (def _Slave.skillMM && _Slave.skillMM >= 200)>> + <<if setup.milkmaidCareers.includes(_Slave.career) || (_Slave.skillMM >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Servants' Quarters">> @@ -770,7 +770,7 @@ will <<break>> <</if>> <<case "Stewardess Select">> - <<if setup.stewardessCareers.includes(_Slave.career) || (def _Slave.skillST && _Slave.skillST >= 200)>> + <<if setup.stewardessCareers.includes(_Slave.career) || (_Slave.skillST >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "Master Suite">> @@ -794,7 +794,7 @@ will <<break>> <</if>> <<case "Wardeness Select">> - <<if setup.wardenessCareers.includes(_Slave.career) || (def _Slave.skillWA && _Slave.skillWA >= 200)>> + <<if setup.wardenessCareers.includes(_Slave.career) || (_Slave.skillWA >= 200)>> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>>@@.lime;Has applicable career experience.@@ <</if>> <<case "New Game Plus">> diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw index fa12e4dd281ebb6edd022f75cf9fd423fae716a8..5263f26b576743db89ecd83df39562263cdef92d 100644 --- a/src/uncategorized/spaReport.tw +++ b/src/uncategorized/spaReport.tw @@ -48,9 +48,6 @@ She has experience with counseling from her life before she was a slave, making her better at building a rapport with troubled slaves, and giving her a better chance of softening flaws into beneficial quirks. <<set _bonusToggle = 1, _idleBonus++>> <<else>> - <<if ndef $slaves[_FLs].skillAT>> - <<set $slaves[_FLs].skillAT = 0>> - <</if>> <<if $slaves[_FLs].skillAT >= 200>> She has experience with counseling from working for you, making her better at building a rapport with troubled slaves, and giving her a better chance of softening flaws into beneficial quirks. <<set _bonusToggle = 1, _idleBonus++>> diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw index ea293257d490dae49fcf59d32153ced6678cc11c..a1261c579128d5346a83cde4ee4ac9a9f493d0b5 100644 --- a/src/utility/assayWidgets.tw +++ b/src/utility/assayWidgets.tw @@ -1430,9 +1430,6 @@ <<if setup.bodyguardCareers.includes($Bodyguard.career)>> <<set $deadliness += 1>> <<else>> - <<if ndef $Bodyguard.skillBG>> - <<set $Bodyguard.skillBG = 0>> - <</if>> <<if $Bodyguard.skillBG >= 200>> <<set $deadliness += 1>> <</if>> diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 878fba4229374142ead3591b041923722a709059..83ddf63c3ea63f4a4a7bee91d18686756f84824f 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -6,7 +6,7 @@ Called from Gen XX, Gen XY, CheatMode DB, InitNationalities. %/ <<widget "BaseSlave">> - <<set $activeSlave = {slaveName: "blank", slaveSurname: 0, birthName: "blank", birthSurname: 0, genes: "XX", weekAcquired: 0, origin: 0, career: 0, ID: 0, prestige: 0, pornFame: 0, pornFameSpending: 0, prestigeDesc: 0, recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, father: 0, mother: 0, daughters: 0, sisters: 0, canRecruit: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), actualAge: 18, visualAge: 18, physicalAge: 18, ovaryAge: 18, ageImplant: 0, health: 0, minorInjury: 0, trust: 0, oldTrust: 0, devotion: 0, oldDevotion: 0, weight: 0, muscles: 0, height: 170, heightImplant: 0, nationality: "slave", race: "white", markings: "none", eyes: 1, eyeColor: "brown", origEye: "brown", eyewear: "none", origHColor: "brown", hColor: "brown", pubicHColor: "brown", skin: "light", hLength: 60, hStyle: "short", pubicHStyle: "neat", waist: 0, corsetPiercing: 0, PLimb: 0, amp: 0, heels:0, voice: 2, voiceImplant: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, boobsImplant: 0, boobsImplantType: 0, boobShape: "normal", nipples: "cute", nipplesPiercing: 0, areolae: 0, areolaePiercing: 0, boobsTat: 0, lactation: 0, lactationAdaptation: 0, milk: 0, cum: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, buttImplantType: 0, buttTat: 0, face: 0, faceImplant: 0, faceShape: "normal", lips: 15, lipsImplant: 0, lipsPiercing: 0, lipsTat: 0, teeth: "normal", tonguePiercing: 0, vagina: 0, vaginaLube: 0, vaginaPiercing: 0, vaginaTat: 0, preg: -1, pregSource: 0, pregType: 0, labor: 0, births: 0, cSec: 0, bellyAccessory: "none", labia: 0, clit: 0, clitPiercing: 0, clitSetting: "vanilla", foreskin: 0, anus: 0, dick: 0, analArea: 1, dickPiercing: 0, dickTat: 0, prostate: 0, balls: 0, scrotum: 0, ovaries: 0, anusPiercing: 0, anusTat: 0, makeup: 0, nails: 0, brand: 0, brandLocation: 0, earPiercing: 0, nosePiercing: 0, eyebrowPiercing: 0, navelPiercing: 0, shouldersTat: 0, armsTat: 0, legsTat: 0, backTat: 0, stampTat: 0, vaginalSkill: 0, oralSkill: 0, analSkill: 0, whoreSkill: 0, entertainSkill: 0, combatSkill: 0, livingRules: "spare", speechRules: "restrictive", releaseRules: "restrictive", relationshipRules: "restrictive", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "healthy", dietCum: 0, dietMilk: 0, tired: 0, hormones: 0, drugs: "no drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: 0, fuckdoll: 0, choosesOwnClothes: 0, clothes: "no clothing", collar: "none", shoes: "none", vaginalAccessory: "none", dickAccessory: "none", buttplug: "none", buttplugAttachment: "none", intelligence: 0, intelligenceImplant: 0, energy: 50, need: 0, attrXX: 0, attrXY: 0, attrKnown: 0, fetish: "none", fetishStrength: 70, fetishKnown: 0, behavioralFlaw: "none", behavioralQuirk: "none", sexualFlaw: "none", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, publicCount: 0, pitKills: 0, customTat: "", customLabel: "", customDesc: "", customTitle: "", customTitleLisp: "", rudeTitle: 0, customImage: 0, currentRules: [], bellyTat: 0, induce: 0, mpreg: 0, inflation: 0, inflationType: "none", inflationMethod: 0, milkSource: 0, cumSource: 0, burst: 0, pregKnown: 0, pregWeek: 0, belly: 0, bellyPreg: 0, bellyFluid: 0, bellyImplant: -1, bellySag: 0, bellySagPreg: 0, bellyPain: 0, cervixImplant: 0, birthsTotal: 0, pubertyAgeXX: 13, pubertyAgeXY: 13, scars: 0, breedingMark: 0, underArmHStyle: "waxed", bodySwap: 0, HGExclude: 0, ballType: "human", eggType: "human", reservedChildren: 0, choosesOwnChastity: 0, pregControl: "none", readyLimbs: [], ageAdjust: 0, bald: 0, origBodyOwner: "", death: "", hormoneBalance: 0, onDiet: 0, breastMesh: 0, slavesFathered: 0, PCChildrenFathered: 0, slavesKnockedUp: 0, PCKnockedUp: 0, origSkin: "white", vasectomy: 0, haircuts: 0, newGamePlus: 0}>> + <<set $activeSlave = {slaveName: "blank", slaveSurname: 0, birthName: "blank", birthSurname: 0, genes: "XX", weekAcquired: 0, origin: 0, career: 0, ID: 0, prestige: 0, pornFame: 0, pornFameSpending: 0, prestigeDesc: 0, recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, father: 0, mother: 0, daughters: 0, sisters: 0, canRecruit: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), actualAge: 18, visualAge: 18, physicalAge: 18, ovaryAge: 18, ageImplant: 0, health: 0, minorInjury: 0, trust: 0, oldTrust: 0, devotion: 0, oldDevotion: 0, weight: 0, muscles: 0, height: 170, heightImplant: 0, nationality: "slave", race: "white", markings: "none", eyes: 1, eyeColor: "brown", origEye: "brown", eyewear: "none", origHColor: "brown", hColor: "brown", pubicHColor: "brown", skin: "light", hLength: 60, hStyle: "short", pubicHStyle: "neat", waist: 0, corsetPiercing: 0, PLimb: 0, amp: 0, heels:0, voice: 2, voiceImplant: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, boobsImplant: 0, boobsImplantType: 0, boobShape: "normal", nipples: "cute", nipplesPiercing: 0, areolae: 0, areolaePiercing: 0, boobsTat: 0, lactation: 0, lactationAdaptation: 0, milk: 0, cum: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, buttImplantType: 0, buttTat: 0, face: 0, faceImplant: 0, faceShape: "normal", lips: 15, lipsImplant: 0, lipsPiercing: 0, lipsTat: 0, teeth: "normal", tonguePiercing: 0, vagina: 0, vaginaLube: 0, vaginaPiercing: 0, vaginaTat: 0, preg: -1, pregSource: 0, pregType: 0, labor: 0, births: 0, cSec: 0, bellyAccessory: "none", labia: 0, clit: 0, clitPiercing: 0, clitSetting: "vanilla", foreskin: 0, anus: 0, dick: 0, analArea: 1, dickPiercing: 0, dickTat: 0, prostate: 0, balls: 0, scrotum: 0, ovaries: 0, anusPiercing: 0, anusTat: 0, makeup: 0, nails: 0, brand: 0, brandLocation: 0, earPiercing: 0, nosePiercing: 0, eyebrowPiercing: 0, navelPiercing: 0, shouldersTat: 0, armsTat: 0, legsTat: 0, backTat: 0, stampTat: 0, vaginalSkill: 0, oralSkill: 0, analSkill: 0, whoreSkill: 0, entertainSkill: 0, combatSkill: 0, livingRules: "spare", speechRules: "restrictive", releaseRules: "restrictive", relationshipRules: "restrictive", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "healthy", dietCum: 0, dietMilk: 0, tired: 0, hormones: 0, drugs: "no drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: 0, fuckdoll: 0, choosesOwnClothes: 0, clothes: "no clothing", collar: "none", shoes: "none", vaginalAccessory: "none", dickAccessory: "none", buttplug: "none", buttplugAttachment: "none", intelligence: 0, intelligenceImplant: 0, energy: 50, need: 0, attrXX: 0, attrXY: 0, attrKnown: 0, fetish: "none", fetishStrength: 70, fetishKnown: 0, behavioralFlaw: "none", behavioralQuirk: "none", sexualFlaw: "none", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, publicCount: 0, pitKills: 0, customTat: "", customLabel: "", customDesc: "", customTitle: "", customTitleLisp: "", rudeTitle: 0, customImage: 0, currentRules: [], bellyTat: 0, induce: 0, mpreg: 0, inflation: 0, inflationType: "none", inflationMethod: 0, milkSource: 0, cumSource: 0, burst: 0, pregKnown: 0, pregWeek: 0, belly: 0, bellyPreg: 0, bellyFluid: 0, bellyImplant: -1, bellySag: 0, bellySagPreg: 0, bellyPain: 0, cervixImplant: 0, birthsTotal: 0, pubertyAgeXX: 13, pubertyAgeXY: 13, scars: 0, breedingMark: 0, underArmHStyle: "waxed", bodySwap: 0, HGExclude: 0, ballType: "human", eggType: "human", reservedChildren: 0, choosesOwnChastity: 0, pregControl: "none", readyLimbs: [], ageAdjust: 0, bald: 0, origBodyOwner: "", death: "", hormoneBalance: 0, onDiet: 0, breastMesh: 0, slavesFathered: 0, PCChildrenFathered: 0, slavesKnockedUp: 0, PCKnockedUp: 0, origSkin: "white", vasectomy: 0, haircuts: 0, newGamePlus: 0, skillHG: 0, skillRC: 0, skillBG: 0, skillMD: 0, skillDJ: 0, skillNU: 0, skillTE: 0, skillAT: 0, skillST: 0, skillMM: 0, skillWA: 0,}>> <</widget>> /%