From 30800817ff1d4fcd59eb331052478f3bf80af40f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 22 Jun 2017 02:05:54 -0400 Subject: [PATCH] HD's clothing and anon's cheatmode revamp. --- slave variables documentation - Pregmod.txt | 1 + .../mod_EditSlaveCheatDatatypeCleanupNew.tw | 460 ++ src/cheats/mod_editSlaveCheatNew.tw | 5731 +++++++++-------- src/npc/fAbuse.tw | 2 + src/uncategorized/PESS.tw | 2 +- src/uncategorized/RESS.tw | 2 + src/uncategorized/pRivalryActions.tw | 4 +- src/uncategorized/peConcubineInterview.tw | 2 +- src/uncategorized/rulesAssistant.tw | 4 +- src/uncategorized/slaveInteract.tw | 2 +- src/uncategorized/slaveSummary.tw | 2 +- src/uncategorized/toychest.tw | 2 + src/uncategorized/useGuard.tw | 2 + src/uncategorized/walkPast.tw | 20 + src/utility/birthWidgets.tw | 18 +- src/utility/descriptionWidgets.tw | 301 +- 16 files changed, 3855 insertions(+), 2700 deletions(-) create mode 100644 src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 9bf5ec77cbf..d6520545cc9 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -1764,6 +1764,7 @@ may accept strings, use at own risk "a succubus outfit" "attractive lingerie for a pregnant woman" "a maternity dress" +"stretch pants and a crop-top" collar: diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw new file mode 100644 index 00000000000..fb29951fe03 --- /dev/null +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw @@ -0,0 +1,460 @@ +:: MOD_Edit Slave Cheat Datatype Cleanup New [nobr] + +<<set $nextButton = "Continue", $nextLink = "Slave Interact">> +/* Cancel Option Check */ +<<if $tempSlave == "unset">> + <<unset $tempSlave>> + <<goto "Slave Interact">> +<</if>> +<<set $rep = Number($rep) || 0>> +<<set $cash = Number($cash) || 0>> +<<set $week = Number($week) || 1>> + +<<set $tempSlave.indenture = Number($tempSlave.indenture) || 0>> +<<set $tempSlave.indentureRestrictions = Number($tempSlave.indentureRestrictions) || 0>> +<<set $tempSlave.weekAcquired = Number($tempSlave.weekAcquired) || 0>> + +<<if $familyTesting == 0 >> + <<set $tempSlave.relationTarget = Number($tempSlave.relationTarget) || 0>> +<<else>> + <<set $tempSlave.mother = Number($tempSlave.mother) || 0>> + <<set $tempSlave.father = Number($tempSlave.father) || 0>> +<</if>> +<<set $tempSlave.relationship = Number($tempSlave.relationship) || 0>> +<<set $tempSlave.relationshipTarget = Number($tempSlave.relationshipTarget) || 0>> +<<set $tempSlave.rivalry = Number($tempSlave.rivalry) || 0>> +<<set $tempSlave.rivalryTarget = Number($tempSlave.rivalryTarget) || 0>> +<<set $tempSlave.actualAge = Number($tempSlave.actualAge)>> +<<set $tempSlave.visualAge = Number($tempSlave.visualAge) || 18>> +<<set $tempSlave.physicalAge = Number($tempSlave.physicalAge) || 18>> +<<set $tempSlave.ageImplant = Number($tempSlave.ageImplant) || 0>> +<<set $tempSlave.birthWeek = Number($tempSlave.birthWeek) || 0>> +<<set $tempSlave.health = Number($tempSlave.health) || 0>> +<<set $tempSlave.chem = Number($tempSlave.chem) || 0>> +<<set $tempSlave.addict = Number($tempSlave.addict) || 0>> +<<set $tempSlave.devotion = Number($tempSlave.devotion) || 0>> +<<set $tempSlave.oldDevotion = Number($tempSlave.oldDevotion) || 0>> +<<set $tempSlave.trust = Number($tempSlave.trust) || 0>> +<<set $tempSlave.oldTrust = Number($tempSlave.oldTrust) || 0>> +<<set $tempSlave.face = Number($tempSlave.face) || 0>> +<<set $tempSlave.faceImplant = Number($tempSlave.faceImplant) || 0>> +<<set $tempSlave.bald = Number($tempSlave.bald) || 0>> +<<set $tempSlave.hLength = Number($tempSlave.hLength) || 0>> +<<set $tempSlave.lips = Number($tempSlave.lips) || 0>> +<<set $tempSlave.lipsImplant = Number($tempSlave.lipsImplant) || 0>> +<<set $tempSlave.voiceImplant = Number($tempSlave.voiceImplant) || 0>> +<<set $tempSlave.voice = Number($tempSlave.voice) || 0>> +<<set $tempSlave.accent = Number($tempSlave.accent) || 0>> +<<set $tempSlave.amp = Number($tempSlave.amp) || 0>> +<<set $tempSlave.fuckdoll = Number($tempSlave.fuckdoll) || 0>> +<<set $tempSlave.muscles = Number($tempSlave.muscles) || 0>> +<<set $tempSlave.weight = Number($tempSlave.weight) || 0>> +<<set $tempSlave.waist = Number($tempSlave.waist) || 0>> +<<set $tempSlave.height = Number($tempSlave.height) || 0>> +<<set $tempSlave.heightImplant = Number($tempSlave.heightImplant) || 0>> +<<set $tempSlave.bellyImplant = Number($tempSlave.bellyImplant) || 0>> +<<set $tempSlave.bellySag = Number($tempSlave.bellySag) || 0>> +<<set $tempSlave.boobs = Number($tempSlave.boobs) || 200>> +<<set $tempSlave.boobsImplant = Number($tempSlave.boobsImplant) || 0>> +<<set $tempSlave.lactation = Number($tempSlave.lactation) || 0>> +<<set $tempSlave.areolae = Number($tempSlave.areolae) || 0>> +<<set $tempSlave.butt = Number($tempSlave.butt) || 0>> +<<set $tempSlave.buttImplant = Number($tempSlave.buttImplant) || 0>> +<<set $tempSlave.anus = Number($tempSlave.anus) || 0>> +<<set $tempSlave.vagina = Number($tempSlave.vagina) || 0>> +<<set $tempSlave.vaginaLube = Number($tempSlave.vaginaLube) || 0>> +<<set $tempSlave.pubertyAgeXX = Number($tempSlave.pubertyAgeXX) || 13>> +<<set $tempSlave.preg = Number($tempSlave.preg) || 0>> +<<set $tempSlave.pregType = Number($tempSlave.pregType) || 0>> +<<set $tempSlave.pregSource = Number($tempSlave.pregSource) || 0>> +<<set $tempSlave.dick = Number($tempSlave.dick) || 0>> +<<set $tempSlave.balls = Number($tempSlave.balls) || 0>> +<<set $tempSlave.foreskin = Number($tempSlave.foreskin) || 0>> +<<set $tempSlave.scrotum = Number($tempSlave.scrotum) || 0>> +<<set $tempSlave.pubertyAgeXY = Number($tempSlave.pubertyAgeXY) || 13>> +<<set $tempSlave.oralSkill = Number($tempSlave.oralSkill) || 0>> +<<set $tempSlave.vaginalSkill = Number($tempSlave.vaginalSkill) || 0>> +<<set $tempSlave.analSkill = Number($tempSlave.analSkill) || 0>> +<<set $tempSlave.whoreSkill = Number($tempSlave.whoreSkill) || 0>> +<<set $tempSlave.entertainSkill = Number($tempSlave.entertainSkill) || 0>> +<<set $tempSlave.intelligence = Number($tempSlave.intelligence) || 0>> +<<set $tempSlave.fetishStrength = Number($tempSlave.fetishStrength) || 0>> +<<set $tempSlave.attrXY = Number($tempSlave.attrXY) || 0>> +<<set $tempSlave.attrXX = Number($tempSlave.attrXX) || 0>> +<<set $tempSlave.energy = Number($tempSlave.energy) || 0>> +<<set $tempSlave.penetrativeCount = Number($tempSlave.penetrativeCount) || 0>> +<<set $tempSlave.oralCount = Number($tempSlave.oralCount) || 0>> +<<set $tempSlave.vaginalCount = Number($tempSlave.vaginalCount) || 0>> +<<set $tempSlave.analCount = Number($tempSlave.analCount) || 0>> +<<set $tempSlave.publicCount = Number($tempSlave.publicCount) || 0>> +<<set $tempSlave.mammaryCount = Number($tempSlave.mammaryCount) || 0>> +<<set $tempSlave.birthsTotal = Number($tempSlave.birthsTotal) || 0>> +<<set $tempSlave.pitKills = Number($tempSlave.pitKills) || 0>> +<<set $tempSlave.prestige = Number($tempSlave.prestige) || 0>> + +/* Dependency Check */ +<br> +<<if $tempSlave.indenture == -1>> + <<set $tempSlave.indentureRestrictions = 0>> +<<elseif $tempSlave.indenture < -1>> + <<set $tempSlave.indenture = -1>> + <<print "Indenture was smaller than -1 reset to Fulltime Slave">><br> +<<elseif $tempSlave.indentureRestrictions < 0>> + <<set $tempSlave.indentureRestrictions = 0>> + <<print "Indenture Restriction was smaller than 0 reset to No Restrictions">><br> +<<elseif $tempSlave.indentureRestrictions > 2>> + <<set $tempSlave.indentureRestrictions = 2>> + <<print "Indenture Restrictions was bigger than 2 reset to Full Restrictions">><br> +<</if>> +<<if $tempSlave.weekAcquired < 0>><<set $tempSlave.weekAcquired = 0>><<print "Week Acquired was negativ reset to 0">><br><</if>> +<<if ($tempSlave.relationshipTarget == $tempSlave.ID) && ($tempSlave.relationship > 0)>> + <<set $tempSlave.relationshipTarget = 0>> + <<set $tempSlave.relationship = -1>> + <<print "The Slave was in a relation with herself reset to emotional Slut">><br> +<</if>> +<<if ($tempSlave.rivalryTarget == $tempSlave.ID) && ($tempSlave.rivalry > 0)>> + <<set $tempSlave.rivalryTarget = 0>> + <<set $tempSlave.rivalry = 0>> + <<print "The Slave was her own Rival reset to No Rivalry">><br> +<</if>> +<<if $tempSlave.actualAge < 0>> + <<print "Slave actual Age is set to low reset to Arcology Minimum Age">><br> + <<set $tempSlave.actualAge = $minimumSlaveAge>> +<</if>> +<<if $tempSlave.physicalAge < 0>> + <<print "Slave physical Age is set to low reset to Arcology Minimum Age">><br> + <<set $tempSlave.physicalAge = $minimumSlaveAge>> +<</if>> +<<if $tempSlave.visualAge < 0>> + <<print "Slave visual Age is set to low reset to Arcology Minimum Age">><br> + <<set $tempSlave.visualAge = $minimumSlaveAge>> +<</if>> +<<if ($tempSlave.ageImplant == 1) && ($tempSlave.visualAge < 25)>> + <<print "Slaves Visual Age is smaller than 25 reset to no lifting">><br> + <<set $tempSlave.ageImplant = 0>> +<</if>> +<<if $tempSlave.chem < 0>> + <<print "Slaves DNA Error is set to low reset to 0">><br> + <<set $tempSlave.chem = 0>> +<</if>> +<<if $tempSlave.face < -100>> + <<print "Face Beauty was set to low reset to -100">><br> + <<set $tempSlave.face = -100>> +<<elseif $tempSlave.face > 100>> + <<print "Face Beauty was set to high reset to 100">><br> + <<set $tempSlave.face = 100>> +<</if>> +<<if $tempSlave.hLength < 0>> + <<print "Slaves Hair length was set to low reset to 0">><br> + <<set $tempSlave.hLength = 0>> +<</if>> +<<if $tempSlave.lips < 0>> + <<print "Lips size to small reset to 0">><br> + <<set $tempSlave.lips = 0>> +<<elseif $tempSlave.lips > 100>> + <<print "Lips size to big reset to 100">><br> + <<set $tempSlave.lips = 100>> +<</if>> +<<if ($tempSlave.voice == 0) && ($tempSlave.voiceImplant == 1)>> + <<print "Slave is mute Voice Surgery resetted" >><br> + <<set $tempSlave.voiceImplant = 0>> +<</if>> +<<if $tempSlave.amp <-5>> + <<print "Amputation Value to low reset to -5 (Cybernetic limbs)">><br> + <<set $tempSlave.amp = -5>> +<<elseif $tempSlave.amp > 1>> + <<print "Amputation Value to high reset to 1 (Amputated)">><br> + <<set $tempSlave.amp = 1>> +<</if>> +<<if ($tempSlave.amp == 0) && ($tempSlave.PLimb > 0)>> + <<print "Slave has Normal Limbs, Limb Interface reset to 0 (No Interface)">><br> + <<set $tempSlave.PLimb = 0>> +<</if>> +<<if ($tempSlave.amp != 0)>> + <<set $tempSlave.heightImplant = 0>> + <<set $tempSlave.legsTat = 0>> + <<set $tempSlave.armsTat = 0>> + <<set $tempSlave.nails = 0>> + <<set $tempSlave.heels = 0>> + <<if $tempSlave.brand != 0>> + <<if ($tempSlave.brandLocation == "left upper arm") || ($tempSlave.brandLocation == "right upper arm") || ($tempSlave.brandLocation == "upper arms")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left lower arm") || ($tempSlave.brandLocation == "right lower arm") || ($tempSlave.brandLocation == "lower arms")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left wrist") || ($tempSlave.brandLocation == "right wrist") || ($tempSlave.brandLocation == "wrists")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left hand") || ($tempSlave.brandLocation == "right hand") || ($tempSlave.brandLocation == "hands")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left tight") || ($tempSlave.brandLocation == "right tight") || ($tempSlave.brandLocation == "tights")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left calf") || ($tempSlave.brandLocation == "right calf") || ($tempSlave.brandLocation == "calfs")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left ankle") || ($tempSlave.brandLocation == "right ankle") || ($tempSlave.brandLocation == "ankles")>> + <<set $tempSlave.brand = 0>> + <<elseif ($tempSlave.brandLocation == "left foot") || ($tempSlave.brandLocation == "right foot") || ($tempSlave.brandLocation == "feet")>> + <<set $tempSlave.brand = 0>> + <</if>> + <</if>> +<</if>> +<<if ($tempSlave.PLimb == 0) && ($tempSlave.amp != 0)>> + <<print "Slave has no Prostetic limb Interface, limbs reset to 1 (Amputated)">> + <<set $tempSlave.amp = 1>> +<</if>> +<<if $tempSlave.fuckdoll < 0>> + <<print "Fuckdoll Value to low reset to 0 (Not a Fuckdoll)">><br> + <<set $tempSlave.fuckdoll = 0>> +<<elseif $tempSlave.fuckdoll > 100>> + <<print "Fuckdoll Value to high reset to 100 (Total Fuckdoll)">><br> + <<set $tempSlave.fuckdoll = 100>> +<</if>> +<<if $tempSlave.muscles < -100>> + <<print "Muscle Value to low reset to -100 (Frail)">><br> + <<set $tempSlave.muscles = 0>> +<<elseif $tempSlave.muscles > 100>> + <<print "Muscle Value to high reset to 100 (Hugely Muscular)">><br> + <<set $tempSlave.muscles = 100>> +<</if>> +<<if $tempSlave.weight < -100>> + <<print "Weight Value to low reset to -100 (Emaciated)">><br> + <<set $tempSlave.weight = -100>> +<<elseif $tempSlave.weight > 200 >> + <<print "Weight Value to high reset to 200 (Extremely Obese)">><br> + <<set $tempSlave.weight = 200>> +<</if>> +<<if $tempSlave.waist < -100>> + <<print "Waist Value to low reset to -100 (Absurd)">><br> + <<set $tempSlave.waist = -100>> +<<elseif $tempSlave.waist > 100>> + <<print "Waist Value to high reset to 100 (Masculine)">><br> + <<set $tempSlave.waist = 100>> +<</if>> +<<if $tempSlave.height < 1>> + <<print "Height Value to low reset to 140 (Seriously its still a Human Being)">><br> + <<set $tempSlave.height = 140>> +<</if>> +<<if $tempSlave.heightImplant < -1>> + <<print "heightImplant Value to low reset to -1 (Artificially Shortened)">><br> + <<set $tempSlave.heightImplant = -1>> +<<elseif $tempSlave.heightImplant > 1>> + <<print "heightImplant Value to high reset to 1 (Artificially Lengthened)">><br> +<</if>> +<<if $tempSlave.bellyImplant < 0>> + <<print "Belly Implant Value to low reset 0 (no Implant)">><br> + <<set $tempSlave.bellyImplant = 0>> +<</if>> +<<if $tempSlave.bellySag < 0>> + <<print "Bellysag Value to low reset 0">><br> + <<set $tempSlave.bellySag = 0>> +<</if>> +<<if $tempSlave.boobs < 0>> + <<print "Breasts Value to low reset to 200">><br> + <<set $tempSlave.boobs = 200>> +<</if>> +<<if $tempSlave.boobsImplant < 0>> + <<print "Breast Implant Value to low reset to 0">><br> + <<set $tempSlave.boobsImplant = 0>> +<</if>> +<<if $tempSlave.butt < 1 >> + <<print "Butt Value to low reset to 1">><br> + <<set $tempSlave.butt = 1>> +<</if>> +<<if (ndef $tempSlave.pubertyAgeXX) || ($tempSlave.pubertyAgeXX < 0)>> + <<print "Puberty Age was not set or set to low reset to Arcology fertility age">><br> + <<set $tempSlave.pubertyAgeXX = $fertilityAge>> +<</if>> +<<if (ndef $tempSlave.pubertyXX) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXX)>> + <<set $tempSlave.pubertyXX = 1>> +<<elseif (ndef $tempSlave.pubertyXX) && ($tempSlave.physicalAge < $tempSlave.pubertyAgeXX)>> + <<set $tempSlave.pubertyXX = 0>> +<</if>> +<<if $tempSlave.dick < 0>> + <<print "Slave Dick Value set to low reset to 0 (No Dick)" >><br> + <<set $tempSlave.dick = 0>> +<<elseif $tempSlave.dick > 10>> + <<print "Slave Dick Value set to high reset to 10 (Bigest Possible)" >><br> + <<set $tempSlave.dick = 10>> +<</if>> +<<if $tempSlave.dick == 0>> + <<set $tempSlave.dickTat = 0>> +<</if>> +<<if ($tempSlave.vagina == -1) >> + <<set $tempSlave.labia = 0>> + <<set $tempSlave.clit = 0>> + <<set $tempSlave.cervixImplant = 0>> + <<set $tempSlave.ovaries = 0>> +<</if>> +<<if ($tempSlave.cervixImplant == 1) && ($tempSlave.ovaries == 0)>> + <<print "Slave has no Ovaries Cervix Implant reset to 0 (Not Implanted)" >><br> + <<set $tempSlave.cervixImplant = 0>> +<</if>> +<<if ($tempSlave.cervixImplant == 1) && ($tempSlave.preg == -2)>> + <<print "Slave is Sterile, Cervix Implant reset to 0 (Not Implanted)">><br> + <<set $tempSlave.cervixImplant = 0>> +<</if>> +<<if ($tempSlave.clit > 0) && ($tempSlave.dick > 0 )>> + <<print "No Giant Clit when Dick is present, reset Clit to 0 (Normal)" >><br> + <<set $tempSlave.clit = 0>> +<</if>> +<<if ($tempSlave.ovaries == 0) && ($tempSlave.mpreg == 0) && ($tempSlave.preg >0)>> + <<print "Slave has no Ovaries and no Analwomb, Pregnancy reset to 0">><br> + <<set $tempSlave.preg = 0>> + <<set $tempSlave.pregType = 0>> + <<set $tempSlave.pregSource = 0>> +<</if>> +<<if ($tempSlave.pubertyXX == 0) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXX)>> + <<print "Slaves physical Age is equal or higher than female Puberty Age, Puberty set to 1 (Post Puberty)" >><br> + <<set $tempSlave.pubertyXX = 1>> +<</if>> +<<if ($tempSlave.ovaries == 1) && ($tempSlave.mpreg == 1)>> + <<print "Slave has a working Vagina, Analwomb got removed" >><br> + <<set $tempSlave.mpreg = 0>> +<</if>> +<<if ($tempSlave.pubertyXX == 0) && ($tempSlave.preg > 0)>> + <<print "Slave is not fertile (Pre-Puberty) and has no Anal Womb, pregnancy aborted !">><br> + <<set $tempSlave.preg = 0>> + <<set $tempSlave.pregType = 0>> + <<set $tempSlave.pregSource = 0>> +<</if>> +<<if $tempSlave.balls < 0>> + <<print "Slave Balls Value set to low reset to 0 (No Balls)">><br> + <<set $tempSlave.balls = 0>> +<<elseif $tempSlave.balls > 6>> + <<print "Slave balls Value set to high reset to 6 (Titanic)">><br> + <<set $tempSlave.balls = 6>> +<</if>> +<<if $tempSlave.foreskin < 0>> + <<print "Slave Foreskin Value set to low reset to 0 (None)">><br> + <<set $tempSlave.foreskin = 0>> +<<elseif $tempSlave.foreskin >10>> + <<print Slave "Foreskin Value set to high reset to 10 (Big McLargeHuge)">><br> + <<set $tempSlave.foreskin = 10>> +<</if>> +<<if $tempSlave.scrotum < 0>> + <<print "Slave Scrotum Value set to low reset to 0 (No Scrotum)">><br> + <<set $tempSlave.scrotum = 0>> +<<elseif $tempSlave.scrotum > 8>> + <<print "Slave Scrotum Value set to high reset to 8 (Monstrous)" >><br> + <<set $tempSlave.scrotum = 8>> +<</if>> +<<if (ndef $tempSlave.pubertyAgeXY) || ($tempSlave.pubertyAgeXY < 0)>> + <<print "XY Puberty Age was not set or set to low reset to Arcology Puberty Age">><br> + <<set $tempSlave.pubertyAgeXY = $potencyAge>> +<</if>> +<<if (ndef $tempSlave.pubertyXY) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXY)>> + <<set $tempSlave.pubertyXY = 1>> +<<elseif (ndef $tempSlave.pubertyXY) && ($tempSlave.physicalAge < $tempSlave.pubertyAgeXY)>> + <<set $tempSlave.pubertyXY = 0>> +<</if>> +<<if ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXY) && ($tempSlave.pubertyXY == 0)>> + <<print "Slaves physical Age is equal or higher than male Puberty Age, Puberty set to 1 (Post Puberty)" >><br> + <<set $tempSlave.pubertyXY = 1>> +<</if>> +<<if $tempSlave.oralSkill < 0>> + <<print "Oral Skill Value set to low reset to 0">><br> + <<set $tempSlave.oralSkill = 0>> +<<elseif $tempSlave.oralSkill > 100>> + <<print "Oral Skill Value set to high reset to 100">><br> + <<set $tempSlave.oralSkill = 100>> +<</if>> +<<if $tempSlave.vaginalSkill < 0>> + <<print "Vaginal Skill Value to low reset to 0">><br> + <<set $tempSlave.vaginalSkill = 0>> +<<elseif $tempSlave.vaginalSkill > 100>> + <<print "Vaginal Skill Value to high reset to 100">><br> + <<set $tempSlave.vaginalSkill = 100>> +<</if>> +<<if $tempSlave.analSkill < 0>> + <<print "Anal Skill Value set to low reset to 0">><br> + <<set $tempSlave.analSkill = 0>> +<<elseif $tempSlave.analSkill > 100>> + <<print "Anal Skill Value set to high reset to 100">><br> + <<set $tempSlave.analSkill = 100>> +<</if>> +<<if $tempSlave.whoreSkill < 0>> + <<print "Whoring Skill Value set to low reset to 0">><br> + <<set $tempSlave.whoreSkill = 0>> +<<elseif $tempSlave.whoreSkill > 100>> + <<print "Whoring Skill Value set to high reset to 100">><br> + <<set $tempSlave.whoreSkill = 100>> +<</if>> +<<if $tempSlave.entertainSkill < 0>> + <<print "Entertainment Skill Value set to low reset to 0">><br> + <<set $tempSlave.entertainSkill = 0>> +<<elseif $tempSlave.entertainSkill > 100>> + <<print "Entertainment Skill Value set to high reset to 100">><br> + <<set $tempSlave.entertainSkill = 100>> +<</if>> +<<if $tempSlave.intelligence < -3>> + <<print "Slave Intelligence Value set to low reset to -3">><br> + <<set $tempSlave.intelligence = -3>> +<<elseif $tempSlave.intelligence > 3>> + <<pritn "Slave Intelligence Value set to high reset to 3">><br> + <<set $tempSlave.intelligence = 3>> +<</if>> +<<if $tempSlave.fetishStrength < 0>> + <<print "Fetish Strength set to low reset to 0">><br> + <<set $tempSlave.fetishStrength = 0>> +<<elseif $tempSlave.fetishStrength > 100>> + <<print "Fetish Strength set to high reset to 100">><br> + <<set $tempSlave.fetishStrength = 100>> +<</if>> +<<if $tempSlave.energy < 0>> + <<print "Sex Drive was set to low reset to 0">><br> + <<set $tempSlave.energy = 0>> +<<elseif $tempSlave.energy > 100>> + <<print "Sex Drive was set to high reset to 100">><br> + <<set $tempSlave.energy =100>> +<</if>> +<<if $tempSlave.penetrativeCount < 0>> + <<print "Penetrative sex Count was set to low reset to 0">><br> + <<set $tempSlave.penetrativeCount = 0>> +<</if>> +<<if $tempSlave.oralCount < 0>> + <<print "Oral sex Count set to low reset to 0">><br> + <<set $tempSlave.oralCount = 0>> +<</if>> +<<if $tempSlave.vaginalCount < 0>> + <<print "Vaginal sex Count set to reset to 0">><br> + <<set $tempSlave.vaginalCount = 0>> +<</if>> +<<if $tempSlave.analCount < 0>> + <<print "Anal sex Count set to low reset to 0">><br> + <<set $tempSlave.analCount = 0>> +<</if>> +<<if $tempSlave.publicCount < 0>> + <<print "Public sex Count set to low reset 0">><br> + <<set $tempSlave.publicCount = 0>> +<</if>> +<<if $tempSlave.mammaryCount < 0>> + <<print "Titjobs Count set to low reset to 0">><br> + <<set $tempSlave.mammaryCount = 0>> +<</if>> +<<if $tempSlave.birthsTotal < 0>> + <<print "Total birth Count set to low reset to 0">><br> + <<set $tempSlave.birthsTotal = 0>> +<</if>> +<<if $tempSlave.pitKills < 0>> + <<print "Pit Kills Count set to low reset to 0">><br> + <<set $tempSlave.pitKills = 0>> +<</if>> +<<if $tempSlave.prestige < 0>> + <<print "Prestige set to low reset to 0">><br> + <<set $tempSlave.prestige = 0>> +<<elseif $tempSlave.prestige > 3>> + <<print "Prestige set to high reset to 3">><br> + <<set $tempSlave.prestige = 3>> +<</if>> + +<br> +You perform the dark rituals, pray to the dark gods and sold your soul for the power to change and mold slaves to your will. + +<br><br>This slave has been changed forever and you have lost a bit of your soul, YOU CHEATER! + +<<set $activeSlave = clone($tempSlave)>> +<<unset $tempSlave>> +<<for $i = 0; $i < $slaves.length; $i++>> + <<if $activeSlave.ID == $slaves[$i].ID>> + <<set $slaves[$i] = clone($activeSlave)>> + <<break>> + <</if>> +<</for>> \ No newline at end of file diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index c9f5affc488..34dadf021cd 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -1,1348 +1,2951 @@ :: MOD_Edit Slave Cheat New [nobr] <<set $nextButton = "Continue">> -<<set $nextLink = "MOD_Edit Slave Cheat Datatype Cleanup">> - -''Cheat Edit Slave'' [[ [Cancel] |Slave Interact]] -<br><br> -<<link "__Show All__">> -<<if (ndef _sAllR) || (_sAllR == 0) >> - <<replace "#spot">> - <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> - <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> - <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR =1>> - <br>''Legal status: (-1: slave, 0 or more: indentured for x weeks)''<br> - <<textbox "$activeSlave.indenture" $activeSlave.indenture>><br> - <br>''Birth name:''<br> - <<textbox "$activeSlave.birthName" $activeSlave.birthName>> - <<textbox "$activeSlave.birthSurname" $activeSlave.birthSurname>><br> - ''Current Name:''<br> - <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> - <<textbox "$activeSlave.slaveSurname" $activeSlave.slaveSurname>> - <br> - <br> - <<if $familyTesting == 1>> - ''Enter the IDs for this slaves parents(-2 or 0:random and untracked by system, -1:PC, all others are applicable):'' - <br> - ''mother ID'' - <<textbox "$activeSlave.mother" $activeSlave.mother>> - <br> - ''father ID'' - <<textbox "$activeSlave.father" $activeSlave.father>> - <<else>> - ''Slave Blood Relations (twin, sister, mother, daughter):'' - <<textbox "$activeSlave.relation" $activeSlave.relation>> - ''Blood Relations Target ID:'' - <<textbox "$activeSlave.relationTarget" $activeSlave.relationTarget>> - <</if>> - - <br><br> - ''Relationship (-3:married to you, -2:relationship, -1:emotional slut, 0:none, 1:like, 2:friend, 3:sex friend, 4:lover, 5:married): $activeSlave.relationship |'' - <br> - <<radiobutton "$activeSlave.relationship" -3>> Married to You - <<radiobutton "$activeSlave.relationship" -2>> In Relationship with You - <<radiobutton "$activeSlave.relationship" -1>> Emotional Slut - <<radiobutton "$activeSlave.relationship" 0>> None - <<radiobutton "$activeSlave.relationship" 1>> Like - <<radiobutton "$activeSlave.relationship" 2>> Friend - <<radiobutton "$activeSlave.relationship" 3>> Sex Friend - <<radiobutton "$activeSlave.relationship" 4>> Lover - <<radiobutton "$activeSlave.relationship" 5>> Married - <br> - ''Relationship Target ID:'' <<textbox "$activeSlave.relationshipTarget" $activeSlave.relationshipTarget>> - - <br> - ''Rival (0:none, 1:dislike, 2:Rival, 3:bitter Rival ): $activeSlave.rivalry |'' - <br> - <<radiobutton "$activeSlave.rivalry" 0>> None - <<radiobutton "$activeSlave.rivalry" 1>> Dislike - <<radiobutton "$activeSlave.rivalry" 2>> Rival - <<radiobutton "$activeSlave.rivalry" 3>> Bitter Rival - <br> - ''Rivals Target ID:'' <<textbox "$activeSlave.rivalryTarget" $activeSlave.rivalryTarget>> - <br> - <br> - ''Career ($activeSlave.career)'' - <<textbox "$activeSlave.career" $activeSlave.career>> //Slave variables documentation is your friend. Will tell you exactly what to put here// - - <br> - ''Origin ($activeSlave.origin)'' - <<textbox "$activeSlave.origin" $activeSlave.origin>> - - <br> - ''Fuckdoll: (0-100)'' - <<textbox "$activeSlave.fuckdoll" $activeSlave.fuckdoll>> - <br> - <<radiobutton "$activeSlave.fuckdoll" 0>> Not a fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 15>> Barely a fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 25>> Slight fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 45>> Basic fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 65>> Intermediate fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 85>> Advanced fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 100>> Total fuckdoll - - <br> - ''Nationality: ($activeSlave.nationality)'' - <<textbox "$activeSlave.nationality" $activeSlave.nationality>> - //This will not alter name or race// - - <br> - ''Race: ($activeSlave.race)'' - <<textbox "$activeSlave.race" $activeSlave.race>> - <br> - <<radiobutton "$activeSlave.race" "white">> White - <<radiobutton "$activeSlave.race" "asian">> Asian - <<radiobutton "$activeSlave.race" "latina">> Latina - <<radiobutton "$activeSlave.race" "middle eastern">> Middle eastern - <<radiobutton "$activeSlave.race" "black">> Black - <<radiobutton "$activeSlave.race" "semitic">> Semitic - <<radiobutton "$activeSlave.race" "southern european">> Southern European - <<radiobutton "$activeSlave.race" "indo-aryan">> Indo-aryan - <<radiobutton "$activeSlave.race" "amerindian">> Amerindian - <<radiobutton "$activeSlave.race" "pacific islander">> Pacific Islander - <<radiobutton "$activeSlave.race" "malay">> Malay - <<radiobutton "$activeSlave.race" "mixed race">> Mixed race - - <br> - ''Skin color: ($activeSlave.skin)'' - <<textbox "$activeSlave.skin" $activeSlave.skin>> - <br> - <<radiobutton "$activeSlave.skin" "white">> White - <<radiobutton "$activeSlave.skin" "fair">> Fair - <<radiobutton "$activeSlave.skin" "tanned">> Tanned - <<radiobutton "$activeSlave.skin" "olive">> Olive - <<radiobutton "$activeSlave.skin" "light brown">> Light brown - <<radiobutton "$activeSlave.skin" "brown">> Brown - <<radiobutton "$activeSlave.skin" "black">> Black - <<radiobutton "$activeSlave.skin" "pale">> Pale - <<radiobutton "$activeSlave.skin" "dark">> Dark - <<radiobutton "$activeSlave.skin" "light">> Light - <<radiobutton "$activeSlave.skin" "extremely pale">> Extremely pale - <br> - <br> - ''Age - Actual:'' - <<textbox "$activeSlave.actualAge" $activeSlave.actualAge>> - - <br> - ''Age - Physical:'' - <<textbox "$activeSlave.physicalAge" $activeSlave.physicalAge>> - - <br> - ''Age - Visual:'' - <<textbox "$activeSlave.visualAge" $activeSlave.visualAge>> - - <br> - ''Birth week:'' - <<textbox "$activeSlave.birthWeek" $activeSlave.birthWeek>> - - <br> - ''Health (-99 to 100, -100 is death):'' - <<textbox "$activeSlave.health" $activeSlave.health>> - <br> - ''Addiction:'' - <<textbox "$activeSlave.addict" $activeSlave.addict>> - <br> - <br> - ''Legal status: (-1: slave, 0 or more: indentured for x weeks)''<br> - <<textbox "$activeSlave.indenture" $activeSlave.indenture>> - <br>''Birth name:''<br> - <<textbox "$activeSlave.birthName" $activeSlave.birthName>> - <<textbox "$activeSlave.birthSurname" $activeSlave.birthSurname>><br> - ''Slave Name:''<br> - <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> - <<textbox "$activeSlave.slaveSurname" $activeSlave.slaveSurname>> - <br> - <br> - ''Face (-100 to 100): $activeSlave.face |'' - <<textbox "$activeSlave.face" $activeSlave.face>> - <br> - <<radiobutton "$activeSlave.face" -100>> Very ugly - <<radiobutton "$activeSlave.face" -55>> Ugly - <<radiobutton "$activeSlave.face" -15>> Unattractive - <<radiobutton "$activeSlave.face" 0>> Pretty - <<radiobutton "$activeSlave.face" 15>> Attractive - <<radiobutton "$activeSlave.face" 55>> Beautiful - <<radiobutton "$activeSlave.face" 100>> Very beautiful - <br> - - ''Face Shape: $activeSlave.faceShape |'' - <<textbox "$activeSlave.faceShape" $activeSlave.faceShape>> - <br> - <<radiobutton "$activeSlave.faceShape" masculine>> Masculine - <<radiobutton "$activeSlave.faceShape" androgynous>> Androgynous - <<radiobutton "$activeSlave.faceShape" normal>> Normal - <<radiobutton "$activeSlave.faceShape" cute>> Cute - <<radiobutton "$activeSlave.faceShape" sensual>> Sensual - <<radiobutton "$activeSlave.faceShape" exotic>> Exotic - - <br> - - ''Face Implant (0 to 2): $activeSlave.faceImplant |'' - <<radiobutton "$activeSlave.faceImplant" 0>> None - <<radiobutton "$activeSlave.faceImplant" 1>> Some Work - <<radiobutton "$activeSlave.faceImplant" 2>> Totally Reworked - - <br> - - ''Natural Skin Distinctiveness: $activeSlave.markings |'' - <<textbox "$activeSlave.markings" $activeSlave.markings>> - <br> - <<radiobutton "$activeSlave.markings" none>> None - <<radiobutton "$activeSlave.markings" freckles>> Freckles - <<radiobutton "$activeSlave.markings" heavily freckled>> Heavy Freckles - <<radiobutton "$activeSlave.markings" beauty mark>> Beauty Mark - <<radiobutton "$activeSlave.markings" birthmark>> Birth Mark - <br> - <br> - <<switch $activeSlave.hStyle>> - <<case "tails" "dreadlocks" "curls" "cornrows">> - ''Her hair is in $activeSlave.hStyle'' - <<case "ponytail">> - ''Her hair is in a $activeSlave.hStyle'' - <<default>> - ''Her hair is $activeSlave.hStyle'' - <</switch>> - Custom hair description: <<textbox "$activeSlave.hStyle" $activeSlave.hStyle>> - <br> - //For best results, use a short, uncapitalized and unpunctuated description; for example: 'back in a ponytail'// - - <br> - ''Hair length: $activeSlave.hLength'' - Custom hair length: <<textbox "$activeSlave.hLength" $activeSlave.hLength>> - - <br> - ''Her hair is $activeSlave.hColor in color'' - Custom hair color: <<textbox "$activeSlave.hColor" $activeSlave.hColor>> - <br> - //For best results, use a short, uncapitalized and unpunctuated description; for example: 'black with purple highlights'// - - <br> - ''Her pubic hair is $activeSlave.pubicHColor in color'' - Custom pubic hair color: <<textbox "$activeSlave.pubicHColor" $activeSlave.pubicHColor>> - - <br> - ''Pubic Hair Style: ($activeSlave.pubicHStyle)'' - <<radiobutton "$activeSlave.pubicHStyle" "neat">> Neat - <<radiobutton "$activeSlave.pubicHStyle" "waxed">> Waxed - <<radiobutton "$activeSlave.pubicHStyle" "in a strip">> Strip - <<radiobutton "$activeSlave.pubicHStyle" "bushy">> Bushy - <<radiobutton "$activeSlave.pubicHStyle" "hairless">> Hairless - <br> - <br> - ''Her eyes are $activeSlave.eyeColor in color'' - Custom eye color: <<textbox "$activeSlave.eyeColor" $activeSlave.eyeColor>> - <br> - ''Her vision is (-1: nearsighted, 1: normal): $activeSlave.eyes'' - <br>Eyes: <<textbox "$activeSlave.eyes" $activeSlave.eyes>> - <<radiobutton "$activeSlave.eyes" 1>> Normal - <<radiobutton "$activeSlave.eyes" -1>> Nearsighted - <br> - <br> - ''Lips (0 to 100): $activeSlave.lips |'' - <<textbox "$activeSlave.lips" $activeSlave.lips>> - <br> - <<radiobutton "$activeSlave.lips" 0>> Thin - <<radiobutton "$activeSlave.lips" 15>> Normal - <<radiobutton "$activeSlave.lips" 35>> Plush - <<radiobutton "$activeSlave.lips" 65>> Big - <<radiobutton "$activeSlave.lips" 85>> Huge - <<radiobutton "$activeSlave.lips" 100>> Enormous facepussy - <br> - ''Lip Implants (0 to 30): $activeSlave.lipsImplant |'' - <<radiobutton "$activeSlave.lipsImplant" 0>> None - <<radiobutton "$activeSlave.lipsImplant" 10>> Normal - <<radiobutton "$activeSlave.lipsImplant" 20>> Large - <<radiobutton "$activeSlave.lipsImplant" 30>> Enormous - - <br> - ''Teeth: $activeSlave.teeth |'' - <<textbox "$activeSlave.teeth" $activeSlave.teeth>> - <br> - <<radiobutton "$activeSlave.teeth" normal>> Normal - <<radiobutton "$activeSlave.teeth" pointy>> Pointy - <<radiobutton "$activeSlave.teeth" crooked>> Crooked - <<radiobutton "$activeSlave.teeth" straightening braces>> Straightening Braces - <<radiobutton "$activeSlave.teeth" cosmetic braces>> Cosmetic Braces - <<radiobutton "$activeSlave.teeth" removable>> Removable - - <br> - ''Voice (0,1,2,3): $activeSlave.voice |'' - <<textbox "$activeSlave.voice" $activeSlave.voice>> - <br> - <<radiobutton "$activeSlave.voice" 0>> Mute - <<radiobutton "$activeSlave.voice" 1>> Deep - <<radiobutton "$activeSlave.voice" 2>> Normal - <<radiobutton "$activeSlave.voice" 3>> High - - <br> - ''Accent: ($activeSlave.accent)'' - <<textbox "$activeSlave.accent" $activeSlave.accent>> - <br> - <<radiobutton "$activeSlave.accent" 0>> None - <<radiobutton "$activeSlave.accent" 1>> Distinctive - <<radiobutton "$activeSlave.accent" 2>> Thick - <<radiobutton "$activeSlave.accent" 3>> Barely Understands Language - <br> - <br> - ''Genes (XX:female, XY:male):'' @@.yellow;$activeSlave.genes@@ - <<radiobutton "$activeSlave.genes" "XX">> Female - <<radiobutton "$activeSlave.genes" "XY">> Male - - <br> - ''Amputated (0:normal, 1: amputated, -1 to -5 prosthetic limbs):'' @@.yellow;$activeSlave.amp@@ - <<textbox "$activeSlave.amp" $activeSlave.amp>> - <br> - <<radiobutton "$activeSlave.amp" 0>> Normal - <<radiobutton "$activeSlave.amp" 1>> Amputated - <<radiobutton "$activeSlave.amp" -1>> Basic prosthetic limbs - <<radiobutton "$activeSlave.amp" -2>> Sexy prosthetic limbs - <<radiobutton "$activeSlave.amp" -3>> Beauty prosthetic limbs - <<radiobutton "$activeSlave.amp" -4>> Combat prosthetic limbs - <<radiobutton "$activeSlave.amp" -5>> Cybernetic limbs - - <br><br> - ''Muscles (0 to 100): @@.yellow;$activeSlave.muscles@@ |'' - <<textbox "$activeSlave.muscles" $activeSlave.muscles>> - <br> - <<radiobutton "$activeSlave.muscles" 0>> None - <<radiobutton "$activeSlave.muscles" 20>> Tone - <<radiobutton "$activeSlave.muscles" 50>> Muscular - <<radiobutton "$activeSlave.muscles" 100>> Hugely Muscular - - <br> - ''Weight (-100 to 100):'' - <<if $activeSlave.weight < -95>> - @@.red;Emaciated.@@ - <<elseif $activeSlave.weight < -30>> - @@.red;Skinny.@@ - <<elseif $activeSlave.weight < -10>> - Thin. - <<elseif $activeSlave.weight <= 10 >> - Average. - <<elseif $activeSlave.weight <= 30>> - Plush. - <<elseif $activeSlave.weight <= 95>> - @@.red;Chubby.@@ - <<else>> - @@.red;Fat.@@ - <</if>> - <<textbox "$activeSlave.weight" $activeSlave.weight>> - <br> - <<radiobutton "$activeSlave.weight" -100>> Emaciated - <<radiobutton "$activeSlave.weight" -50>> Skinny - <<radiobutton "$activeSlave.weight" -20>> Thin - <<radiobutton "$activeSlave.weight" 0>> Average - <<radiobutton "$activeSlave.weight" 20>> Plush - <<radiobutton "$activeSlave.weight" 50>> Chubby - <<radiobutton "$activeSlave.weight" 100>> Fat - - <br> - ''Waist (Masculine:100 | Ugly:55 | Unattractive:15 | Average:0 | Feminine:-15 | hourglass:-55 | Absurd:-100): @@.yellow;$activeSlave.waist@@ |'' - <<textbox "$activeSlave.waist" $activeSlave.waist>> - <br> - <<radiobutton "$activeSlave.waist" 100>> Masculine - <<radiobutton "$activeSlave.waist" 55>> Ugly - <<radiobutton "$activeSlave.waist" 15>> Unattractive - <<radiobutton "$activeSlave.waist" 0>> Average - <<radiobutton "$activeSlave.waist" -15>> Feminine - <<radiobutton "$activeSlave.waist" -55>> Hourglass - <<radiobutton "$activeSlave.waist" -100>> Absurd - - <br><br> - ''Height: @@.yellow;$activeSlave.height@@ |'' - <<textbox "$activeSlave.height" $activeSlave.height>> - <br> - (149 or lower: Petite, 150-159: Short, 160-169: Average, 170-184: Tall, 185 or higher: Very Tall) - - <br> - - ''Height Implant (-1 to 1): @@.yellow;$activeSlave.heightImplant@@|'' - <<textbox "$activeSlave.heightImplant" $activeSlave.heightImplant>> - <br> - <<radiobutton "$activeSlave.heightImplant" -1>> Artificially Shortened - <<radiobutton "$activeSlave.heightImplant" 0>> Normal - <<radiobutton "$activeSlave.heightImplant" 1>> Artificially Lengthened - - <br><br> - ''Shoulders (-2 to 2): @@.yellow;$activeSlave.shoulders@@ |'' - <<radiobutton "$activeSlave.shoulders" -2>> Very narrow - <<radiobutton "$activeSlave.shoulders" -1>> Narrow - <<radiobutton "$activeSlave.shoulders" -0>> Normal - <<radiobutton "$activeSlave.shoulders" 1>> Broad - <<radiobutton "$activeSlave.shoulders" 2>> Very broad - - <br> - ''Shoulder Surgery (-2 to 2): @@.yellow;$activeSlave.shouldersImplant@@ |'' - <<radiobutton "$activeSlave.shouldersImplant" -2>> Adv. Narrowed - <<radiobutton "$activeSlave.shouldersImplant" -1>> Narrowed - <<radiobutton "$activeSlave.shouldersImplant" -0>> None - <<radiobutton "$activeSlave.shouldersImplant" 1>> Broadened - <<radiobutton "$activeSlave.shouldersImplant" 2>> Adv. Broadened - - <br> - ''Hips (-2 to 2): @@.yellow;$activeSlave.hips@@ |'' - <<radiobutton "$activeSlave.hips" -2>> Very narrow - <<radiobutton "$activeSlave.hips" -1>> Narrow - <<radiobutton "$activeSlave.hips" -0>> Normal - <<radiobutton "$activeSlave.hips" 1>> Broad - <<radiobutton "$activeSlave.hips" 2>> Very broad - - <br> - ''Hip Surgery(-2 to 2): @@.yellow;$activeSlave.hipsImplant@@ |'' - <<radiobutton "$activeSlave.hipsImplant" -2>> Adv. Narrowed - <<radiobutton "$activeSlave.hipsImplant" -1>> Narrowed - <<radiobutton "$activeSlave.hipsImplant" -0>> None - <<radiobutton "$activeSlave.hipsImplant" 1>> Broadened - <<radiobutton "$activeSlave.hipsImplant" 2>> Adv. Broadened - <br> - <br> - ''Breasts (200 to 24000):'' - <<textbox "$activeSlave.boobs" $activeSlave.boobs>> - <br> - ''Breast Implants:'' - <<textbox "$activeSlave.boobsImplant" $activeSlave.boobsImplant>> - <br> - ''Breast String Implants (no:0 | yes:1):'' - <<textbox "$activeSlave.boobsImplantType" $activeSlave.boobsImplantType>> - <<radiobutton "$activeSlave.boobsImplantType" 0>> No - <<radiobutton "$activeSlave.boobsImplantType" 1>> Yes - <br> - - ''Lactation (none:0 | natural:1 | artificial:2): $activeSlave.lactation |'' - <<textbox "$activeSlave.lactation" $activeSlave.lactation>> - <br> - <<radiobutton "$activeSlave.lactation" 0>> None - <<radiobutton "$activeSlave.lactation" 1>> Natural - <<radiobutton "$activeSlave.lactation" 2>> Artificial - - <br><br> - - ''Breast Shape: $activeSlave.boobShape |'' - <<textbox "$activeSlave.boobShape" $activeSlave.boobShape>> - <br> - <<radiobutton "$activeSlave.boobShape" "normal">> normal - <<radiobutton "$activeSlave.boobShape" "perky">> perky - <<radiobutton "$activeSlave.boobShape" "torpedo-shaped">> torpedo-shaped - <<radiobutton "$activeSlave.boobShape" "wide-set">> wide-set - <<radiobutton "$activeSlave.boobShape" "downward-facing">> downward-facing - <<radiobutton "$activeSlave.boobShape" "saggy">> saggy - - <br> - - ''Nipples: $activeSlave.nipples |'' - <<radiobutton "$activeSlave.nipples" "tiny">> Tiny - <<radiobutton "$activeSlave.nipples" "cute">> Cute - <<radiobutton "$activeSlave.nipples" "puffy">> Puffy - <<radiobutton "$activeSlave.nipples" "inverted">> Inverted - <<radiobutton "$activeSlave.nipples" "huge">> Huge - - <br> - - ''Areolae (Normal:0 to Huge:3): $activeSlave.areolae |'' - <<textbox "$activeSlave.areolae" $activeSlave.areolae>> - <br> - <<radiobutton "$activeSlave.areolae" 0>> Normal - <<radiobutton "$activeSlave.areolae" 1>> Large - <<radiobutton "$activeSlave.areolae" 2>> Wide - <<radiobutton "$activeSlave.areolae" 3>> Huge - <br> - <br> - ''Butt Size (1 to 7): '' - <<textbox "$activeSlave.butt" $activeSlave.butt>> - <br> - ''Butt Implants (0,1,2,3): $activeSlave.buttImplant'' | - <<radiobutton "$activeSlave.buttImplant" 0>> None - <<radiobutton "$activeSlave.buttImplant" 1>> Normal - <<radiobutton "$activeSlave.buttImplant" 2>> Large - <<radiobutton "$activeSlave.buttImplant" 3>> Huge - <br> - ''Butt String Implants (no:0 | yes:1):'' - <<textbox "$activeSlave.buttImplantType" $activeSlave.boobsImplantType>> - <<radiobutton "$activeSlave.buttImplantType" 0>> No - <<radiobutton "$activeSlave.buttImplantType" 1>> Yes - <br> - ''Anus Size:'' - <<if $activeSlave.anus == 0>>@@.lime;Virgin.@@ - <<elseif $activeSlave.anus == 1>>Normal. - <<elseif $activeSlave.anus == 2>>Veteran. - <<else>>Gaping. - <</if>> - <br> - <<radiobutton "$activeSlave.anus" 0>> Virgin - <<radiobutton "$activeSlave.anus" 1>> Normal - <<radiobutton "$activeSlave.anus" 2>> Veteran - <<radiobutton "$activeSlave.anus" 3>> Gaping - <br> - <br> - ''Vagina (no vagina:-1,0,1,2,3):'' - <<if $activeSlave.vagina == -1>> - //No vagina.// - <<elseif $activeSlave.vagina == 0>> - @@.lime;Virgin.@@ - <<elseif $activeSlave.vagina == 1>> - Normal. - <<elseif $activeSlave.vagina == 2>> - Veteran. - <<else>> - Gaping. - <</if>> - <<textbox "$activeSlave.vagina" $activeSlave.vagina>> - <br> - <<radiobutton "$activeSlave.vagina" -1>> No vagina - <<radiobutton "$activeSlave.vagina" 0>> Virgin - <<radiobutton "$activeSlave.vagina" 1>> Normal - <<radiobutton "$activeSlave.vagina" 2>> Veteran - <<radiobutton "$activeSlave.vagina" 3>> Gaping - - <br> - - ''Vagina Wetness (0,1,2):'' - <<if $activeSlave.vaginaLube == 0>> - Dry. - <<elseif $activeSlave.vaginaLube == 1>> - Normal. - <<else>> - Excessive. - <</if>> - <<textbox "$activeSlave.vaginaLube" $activeSlave.vaginaLube>> - <br> - <<radiobutton "$activeSlave.vaginaLube" 0>> Dry - <<radiobutton "$activeSlave.vaginaLube" 1>> Normal - <<radiobutton "$activeSlave.vaginaLube" 2>> Excessive - - <br> - - ''Ovaries (none: 0 | exist: 1): $activeSlave.ovaries'' - <<if $activeSlave.ovaries == 1>> - <<checkbox "$activeSlave.ovaries" 0 1 checked>> - <<else>> - <<checkbox "$activeSlave.ovaries" 0 1>> - <</if>> - - <br> - - ''Puberty (pre: 0 | post: 1): $activeSlave.pubertyXX'' - <<if $activeSlave.pubertyXX == 1>> - <<checkbox "$activeSlave.pubertyXX" 0 1 checked>> - <<else>> - <<checkbox "$activeSlave.pubertyXX" 0 1>> - <</if>> - - <br> - - ''Clit:'' - <<if $activeSlave.clit == 0>> - Normal. | - <<elseif $activeSlave.clit == 1>> - Big. | - <<elseif $activeSlave.clit == 2>> - Huge. | - <<else>> - Enormous. | - <</if>> - <<radiobutton "$activeSlave.clit" 0>> Normal - <<radiobutton "$activeSlave.clit" 1>> Large - <<radiobutton "$activeSlave.clit" 2>> Huge - <<radiobutton "$activeSlave.clit" 3>> Enormous - - - <br> - - ''Labia:'' - <<if $activeSlave.labia == 0>> - Minimal. | - <<elseif $activeSlave.labia == 1>> - Normal. | - <<elseif $activeSlave.labia == 2>> - Large. | - <<else>> - Huge. | - <</if>> - <<radiobutton "$activeSlave.labia" 0>> Minimal - <<radiobutton "$activeSlave.labia" 1>> Normal - <<radiobutton "$activeSlave.labia" 2>> Large - <<radiobutton "$activeSlave.labia" 3>> Huge - - <br> - ''Pregnancy Level (-2: sterile, -1: contraceptives, 0: not pregnant, 1 to 25: pregnant):'' - <<if $activeSlave.preg > 20>> - Advanced. - <<elseif $activeSlave.preg > 5>> - Early. - <<elseif $activeSlave.preg == 0>> - None. - <<elseif $activeSlave.preg == -1>> - Using contraceptives. - <<else>> - Sterile. - <</if>> - <<textbox "$activeSlave.preg" $activeSlave.preg>> - - <br> - ''Number of babies (0: none, 1 - 5):'' - <<if $activeSlave.pregType == 1>> - A single baby. - <<elseif $activeSlave.pregType == 2>> - Twins. - <<elseif $activeSlave.pregType == 3>> - Triples. - <<elseif $activeSlave.pregType == 4>> - Quadruplets. - <<elseif $activeSlave.pregType > 4>> - Quintuplets. - <<else>> - None. - <</if>> - <<textbox "$activeSlave.pregType" $activeSlave.pregType>> - <br> - <<radiobutton "$activeSlave.pregType" 0>> None - <<radiobutton "$activeSlave.pregType" 1>> Single - <<radiobutton "$activeSlave.pregType" 2>> Twins - <<radiobutton "$activeSlave.pregType" 3>> Triplets - <<radiobutton "$activeSlave.pregType" 4>> Quadruplets - <<radiobutton "$activeSlave.pregType" 5>> Quintuplets - - <br> - ''Father (0: none, -1: you, -2: unknown, slave ID):'' - <<textbox "$activeSlave.pregSource" $activeSlave.pregSource>> - <br> - <br> - ''Penis (none:0, 1 to 10):'' - <<if $activeSlave.dick == 0>> - None. - <<elseif $activeSlave.dick == 1>> - Tiny. - <<elseif $activeSlave.dick == 2>> - Small. - <<elseif $activeSlave.dick == 3>> - Normal. - <<elseif $activeSlave.dick == 4>> - Large. - <<elseif $activeSlave.dick == 5>> - Massive. - <<elseif $activeSlave.dick == 6>> - Huger - <<elseif $activeSlave.dick == 7>> - Still huge. - <<elseif $activeSlave.dick == 8>> - Enormous. - <<else>> - Monstrous. - <</if>> - <<textbox "$activeSlave.dick" $activeSlave.dick>> - <br> - <<radiobutton "$activeSlave.dick" 0>> None - <<radiobutton "$activeSlave.dick" 1>> Tiny - <<radiobutton "$activeSlave.dick" 2>> Small - <<radiobutton "$activeSlave.dick" 3>> Normal - <<radiobutton "$activeSlave.dick" 4>> Large - <<radiobutton "$activeSlave.dick" 5>> Massive - <<radiobutton "$activeSlave.dick" 6>> Huge - <<radiobutton "$activeSlave.dick" 7>> More Huge - <<radiobutton "$activeSlave.dick" 8>> Enormous - <<radiobutton "$activeSlave.dick" 9>> Monstrous - <<radiobutton "$activeSlave.dick" 10>> Big McLargeHuge? I don't know. How many sizes are there?!?!?! - - <br> - ''Foreskin (0 to 5):'' - <<if $activeSlave.foreskin == 0>> None. - <<elseif $activeSlave.foreskin == 1>> Tiny. - <<elseif $activeSlave.foreskin == 2>> Small. - <<elseif $activeSlave.foreskin == 3>> Normal. - <<elseif $activeSlave.foreskin == 4>> Large. - <<else>>Massive.<</if>> - <<textbox "$activeSlave.foreskin" $activeSlave.foreskin>> - <br> - <<radiobutton "$activeSlave.foreskin" 0>> None - <<radiobutton "$activeSlave.foreskin" 1>> Vestigial - <<radiobutton "$activeSlave.foreskin" 2>> Small - <<radiobutton "$activeSlave.foreskin" 3>> Normal - <<radiobutton "$activeSlave.foreskin" 4>> Large - <<radiobutton "$activeSlave.foreskin" 5>> Massive - - <br> - ''Testicles (0 to 6):'' - <<if $activeSlave.balls == 0>> - None. - <<elseif $activeSlave.balls == 1>> - Vestigial. - <<elseif $activeSlave.balls == 2>> - Small. - <<elseif $activeSlave.balls == 3>> - Normal. - <<elseif $activeSlave.balls == 4>> - Large. - <<elseif $activeSlave.balls == 5>> - Huge. - <<else>> - Titanic. - <</if>> - <<textbox "$activeSlave.balls" $activeSlave.balls>> - <br> - <<radiobutton "$activeSlave.balls" 0>> None / Invisible - <<radiobutton "$activeSlave.balls" 1>> Vestigial - <<radiobutton "$activeSlave.balls" 2>> Small - <<radiobutton "$activeSlave.balls" 3>> Normal - <<radiobutton "$activeSlave.balls" 4>> Large - <<radiobutton "$activeSlave.balls" 5>> Huge - <<radiobutton "$activeSlave.balls" 6>> Titanic - - <br> - ''Ballsack (0 to 8):'' - <<if $activeSlave.scrotum == 0>> - None. - <<elseif $activeSlave.scrotum == 1>> - Vestigial. - <<elseif $activeSlave.scrotum == 2>> - Small. - <<elseif $activeSlave.scrotum == 3>> - Normal. - <<elseif $activeSlave.scrotum == 4>> - Large. - <<elseif $activeSlave.scrotum == 5>> - Huge. - <<elseif $activeSlave.scrotum == 6>> - Massive. - <<elseif $activeSlave.scrotum == 7>> - Enormous. - <<else>> - Monstrous. - <</if>> - <<textbox "$activeSlave.scrotum" $activeSlave.scrotum>> - <br> - <<radiobutton "$activeSlave.scrotum" 0>> None - <<radiobutton "$activeSlave.scrotum" 1>> Vestigial - <<radiobutton "$activeSlave.scrotum" 2>> Small - <<radiobutton "$activeSlave.scrotum" 3>> Normal - <<radiobutton "$activeSlave.scrotum" 4>> Large - <<radiobutton "$activeSlave.scrotum" 5>> Huge - <<radiobutton "$activeSlave.scrotum" 6>> Massive - <<radiobutton "$activeSlave.scrotum" 7>> Enormous - <<radiobutton "$activeSlave.scrotum" 8>> Monstrous - - <br> - ''Prostate (0: no prostate, 1:prostate, 2:hyperactive, 3:hyperactive-modified):'' $activeSlave.prostate - <br> - <<radiobutton "$activeSlave.prostate" 0>> No prostate - <<radiobutton "$activeSlave.prostate" 1>> Prostate - <<radiobutton "$activeSlave.prostate" 2>> Hyperactive prostate - <<radiobutton "$activeSlave.prostate" 3>> Hyperactive modified prostate - - <br> - ''Puberty (pre: 0 | post: 1): $activeSlave.pubertyXY'' - <<if $activeSlave.pubertyXY == 1>> - <<checkbox "$activeSlave.pubertyXY" 0 1 checked>> - <<else>> - <<checkbox "$activeSlave.pubertyXY" 0 1>> - <</if>> - <br> - <br> - ''Oral sex (0 to 100):'' - <<if $activeSlave.oralSkill <= 10>> - Unskilled. - <<elseif $activeSlave.oralSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.oralSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.oralSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.oralSkill" $activeSlave.oralSkill>> - <br> - <<radiobutton "$activeSlave.oralSkill" 0>> Unskilled - <<radiobutton "$activeSlave.oralSkill" 15>> Basic - <<radiobutton "$activeSlave.oralSkill" 35>> Skilled - <<radiobutton "$activeSlave.oralSkill" 65>> Expert - <<radiobutton "$activeSlave.oralSkill" 100>> Masterful - <<if $activeSlave.vagina > -1>> - - <br> - ''Vaginal sex (0 to 100):'' - <<if $activeSlave.vaginalSkill <= 10>> - Unskilled. - <<elseif $activeSlave.vaginalSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.vaginalSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.vaginalSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.vaginalSkill" $activeSlave.vaginalSkill>> - <br> - <<radiobutton "$activeSlave.vaginalSkill" 0>> Unskilled - <<radiobutton "$activeSlave.vaginalSkill" 15>> Basic - <<radiobutton "$activeSlave.vaginalSkill" 35>> Skilled - <<radiobutton "$activeSlave.vaginalSkill" 65>> Expert - <<radiobutton "$activeSlave.vaginalSkill" 100>> Masterful - <</if>> - - <br> - - ''Anal sex (0 to 100):'' - <<if $activeSlave.analSkill <= 10>> - Unskilled. - <<elseif $activeSlave.analSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.analSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.analSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.analSkill" $activeSlave.analSkill>> - <br> - <<radiobutton "$activeSlave.analSkill" 0>> Unskilled - <<radiobutton "$activeSlave.analSkill" 15>> Basic - <<radiobutton "$activeSlave.analSkill" 35>> Skilled - <<radiobutton "$activeSlave.analSkill" 65>> Expert - <<radiobutton "$activeSlave.analSkill" 100>> Masterful - <br> - ''Prostitution (0 to 100):'' - <<if $activeSlave.whoreSkill <= 10>> - Unskilled. - <<elseif $activeSlave.whoreSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.whoreSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.whoreSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.whoreSkill" $activeSlave.whoreSkill>> - <br> - <<radiobutton "$activeSlave.whoreSkill" 0>> Unskilled - <<radiobutton "$activeSlave.whoreSkill" 15>> Basic - <<radiobutton "$activeSlave.whoreSkill" 35>> Skilled - <<radiobutton "$activeSlave.whoreSkill" 65>> Expert - <<radiobutton "$activeSlave.whoreSkill" 100>> Masterful - - <br> - - ''Entertainment (0 to 100):'' - <<if $activeSlave.entertainSkill <= 10>> - Unskilled. - <<elseif $activeSlave.entertainSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.entertainSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.entertainSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.entertainSkill" $activeSlave.entertainSkill>> - <br> - <<radiobutton "$activeSlave.entertainSkill" 0>> Unskilled - <<radiobutton "$activeSlave.entertainSkill" 15>> Basic - <<radiobutton "$activeSlave.entertainSkill" 35>> Skilled - <<radiobutton "$activeSlave.entertainSkill" 65>> Expert - <<radiobutton "$activeSlave.entertainSkill" 100>> Masterful - - <br> - - ''Combat (0,1):'' - <<if $activeSlave.combatSkill == 0>> - Unskilled. - <<else>> - @@.cyan;Skilled.@@ - <</if>> - <<radiobutton "$activeSlave.combatSkill" 0>> Unskilled - <<radiobutton "$activeSlave.combatSkill" 1>> Skilled - <br> - <br> - ''Intelligence (-3 to 3):'' - <<if $activeSlave.intelligence == 3>> - @@.deepskyblue;Brilliant.@@ - <<elseif $activeSlave.intelligence == 2>> - @@.deepskyblue;Very Smart.@@ - <<elseif $activeSlave.intelligence == 1>> - @@.deepskyblue;Smart.@@ - <<elseif $activeSlave.intelligence == 0>> - Average. - <<elseif $activeSlave.intelligence == -1>> - @@.orangered;Stupid.@@ - <<elseif $activeSlave.intelligence == -2>> - @@.orangered;Very Stupid.@@ - <<else>> - @@.orangered;Moronic.@@ - <</if>> - <<textbox "$activeSlave.intelligence" $activeSlave.intelligence>> - <br> - <<radiobutton "$activeSlave.intelligence" -3>> Moronic - <<radiobutton "$activeSlave.intelligence" -2>> Very Stupid - <<radiobutton "$activeSlave.intelligence" -1>> Stupid - <<radiobutton "$activeSlave.intelligence" 0>> Average - <<radiobutton "$activeSlave.intelligence" 1>> Smart - <<radiobutton "$activeSlave.intelligence" 2>> Very Smart - <<radiobutton "$activeSlave.intelligence" 3>> Brilliant - <br> - ''Education (0,1):'' - <<if $activeSlave.intelligenceImplant == 1>> - @@.deepskyblue;Educated.@@ - <<else>> - Uneducated. - <</if>> - <<radiobutton "$activeSlave.intelligenceImplant" 0>> Uneducated - <<radiobutton "$activeSlave.intelligenceImplant" 1>> Educated - <br> - <br> - ''Fetish Known (Unknown:0 | Known:1): $activeSlave.fetishKnown |'' - <<radiobutton "$activeSlave.fetishKnown" 0>> Unknown - <<radiobutton "$activeSlave.fetishKnown" 1>> Known - - <br> - - <<if $activeSlave.fetish == "none">> - ''Fetish:'' @@.pink;$activeSlave.fetish.@@ - <<else>> - ''Fetish:'' @@.lightcoral;$activeSlave.fetish.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.fetish" "none">> None - <<radiobutton "$activeSlave.fetish" "submissive">> Submissive - <<radiobutton "$activeSlave.fetish" "dom">> Dom - <<radiobutton "$activeSlave.fetish" "cumslut">> Cumslut - <<radiobutton "$activeSlave.fetish" "humiliation">> Humiliation - <<radiobutton "$activeSlave.fetish" "buttslut">> Buttslut - <<radiobutton "$activeSlave.fetish" "boobs">> Boobs - <<radiobutton "$activeSlave.fetish" "pregnancy">> Pregnancy - <<radiobutton "$activeSlave.fetish" "sadist">> Sadist - <<radiobutton "$activeSlave.fetish" "masochist">> Masochist - - <br> - - ''Fetish strength (0 to 100):'' - <<if $activeSlave.fetishStrength > 95>> - @@.lightcoral;High.@@ - <<elseif $activeSlave.fetishStrength <= 60>> - @@.pink;Low.@@ - <<else>> - @@.hotpink;Normal.@@ - <</if>> - <<textbox "$activeSlave.fetishStrength" $activeSlave.fetishStrength>> - <br> - <<radiobutton "$activeSlave.fetishStrength" 0>> Low - <<radiobutton "$activeSlave.fetishStrength" 70>> Normal - <<radiobutton "$activeSlave.fetishStrength" 100>> High - ''Sexuality (unknown:0 | known:1):'' $activeSlave.attrKnown - <<radiobutton "$activeSlave.attrKnown" 0>> Unknown - <<radiobutton "$activeSlave.attrKnown" 1>> Known - - <br> - ''Male Attraction (0 - 100):'' - <<if $activeSlave.attrXY <= 5>> - @@.red;Disgusted by guys,@@ - <<elseif $activeSlave.attrXY <= 15>> - @@.red;Turned off by guys,@@ - <<elseif $activeSlave.attrXY <= 35>> - @@.red;Not attracted to guys,@@ - <<elseif $activeSlave.attrXY <= 65>> - Indifferent to guys, - <<elseif $activeSlave.attrXY <= 85>> - @@.green;Attracted to guys,@@ - <<elseif $activeSlave.attrXY <= 95>> - @@.green;Aroused by guys,@@ - <<else>> - @@.green;Passionate about guys,@@ - <</if>> - <<textbox "$activeSlave.attrXY" $activeSlave.attrXY>> - <br> - <<radiobutton "$activeSlave.attrXY" 0>> Disgusted by guys - <<radiobutton "$activeSlave.attrXY" 10>> Turned off by guys - <<radiobutton "$activeSlave.attrXY" 20>> Not attracted to guys - <<radiobutton "$activeSlave.attrXY" 50>> Indifferent to guys - <<radiobutton "$activeSlave.attrXY" 80>> Attracted to guys - <<radiobutton "$activeSlave.attrXY" 90>> Aroused by guys - <<radiobutton "$activeSlave.attrXY" 100>> Passionate about guys - - <br> - ''Female Attraction (0 - 100):'' - <<if $activeSlave.attrXX <= 5>> - @@.red;disgusted by girls.@@ - <<elseif $activeSlave.attrXX <= 15>> - @@.red;turned off by girls.@@ - <<elseif $activeSlave.attrXX <= 35>> - @@.red;not attracted to girls.@@ - <<elseif $activeSlave.attrXX <= 65>> - indifferent to girls. - <<elseif $activeSlave.attrXX <= 85>> - @@.green;attracted to girls.@@ - <<elseif $activeSlave.attrXX <= 95>> - @@.green;aroused by girls.@@ - <<else>> - @@.green;passionate about girls.@@ - <</if>> - <<textbox "$activeSlave.attrXX" $activeSlave.attrXX>> - <br> - <<radiobutton "$activeSlave.attrXX" 0>> Disgusted by girls - <<radiobutton "$activeSlave.attrXX" 10>> Turned off by girls - <<radiobutton "$activeSlave.attrXX" 20>> Not attracted to girls - <<radiobutton "$activeSlave.attrXX" 50>> Indifferent to girls - <<radiobutton "$activeSlave.attrXX" 80>> Attracted to girls - <<radiobutton "$activeSlave.attrXX" 90>> Aroused by girls - <<radiobutton "$activeSlave.attrXX" 100>> Passionate about girls - - <br> - ''Sex drive (0 - 100):'' - <<if $activeSlave.energy == 100>> - @@.green;Nympho!@@ - <<elseif $activeSlave.energy > 80>> - @@.green;Sex addict.@@ - <<elseif $activeSlave.energy > 60>> - @@.green;Powerful.@@ - <<elseif $activeSlave.energy > 40>> - @@.yellow;Average.@@ - <<elseif $activeSlave.energy > 20>> - @@.red;Poor.@@ - <<else>> - @@.red;Frigid.@@ - <</if>> - <<textbox "$activeSlave.energy" $activeSlave.energy>> - <br> - <br> - ''Behavioral Flaw:'' - <<if $activeSlave.behavioralFlaw == "none">> - //$activeSlave.behavioralFlaw.// - <<else>> - @@.red;$activeSlave.behavioralFlaw.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.behavioralFlaw" "none">> None - <<radiobutton "$activeSlave.behavioralFlaw" "arrogant">> Arrogant - <<radiobutton "$activeSlave.behavioralFlaw" "bitchy">> Bitchy - <<radiobutton "$activeSlave.behavioralFlaw" "odd">> Odd - <<radiobutton "$activeSlave.behavioralFlaw" "hates men">> Men - <<radiobutton "$activeSlave.behavioralFlaw" "hates women">> Women - <<radiobutton "$activeSlave.behavioralFlaw" "anorexic">> Anorexic - <<radiobutton "$activeSlave.behavioralFlaw" "gluttonous">> Gluttonous - <<radiobutton "$activeSlave.behavioralFlaw" "devout">> Devout - <<radiobutton "$activeSlave.behavioralFlaw" "liberated">> Liberated - - <br><br> - - ''Behavioral Quirk:'' - <<if $activeSlave.behavioralQuirk == "none">> - //$activeSlave.behavioralQuirk.// - <<else>> - @@.green;$activeSlave.behavioralQuirk.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.behavioralQuirk" "none">> None - <<radiobutton "$activeSlave.behavioralQuirk" "confident">> Confident - <<radiobutton "$activeSlave.behavioralQuirk" "cutting">> Cutting - <<radiobutton "$activeSlave.behavioralQuirk" "funny">> Funny - <<radiobutton "$activeSlave.behavioralQuirk" "adores women">> Adores Women - <<radiobutton "$activeSlave.behavioralQuirk" "adores men">> Adores Men - <<radiobutton "$activeSlave.behavioralQuirk" "insecure">> Insecure - <<radiobutton "$activeSlave.behavioralQuirk" "fitness">> Fitness - <<radiobutton "$activeSlave.behavioralQuirk" "sinful">> Sinful - <<radiobutton "$activeSlave.behavioralQuirk" "advocate">> Advocate - <<if $activeSlave.behavioralQuirk != "none">> - <<set $activeSlave.behavioralFlaw = "none">> - <</if>> - - <br><br> - - ''Sexual Flaw / Paraphilias:'' - <<if $activeSlave.sexualFlaw == "none">> - //$activeSlave.sexualFlaw.// - <<else>> - @@.red;$activeSlave.sexualFlaw.@@ - <</if>> - <br> - Flaws: - <<radiobutton "$activeSlave.sexualFlaw" "none">> None - <<radiobutton "$activeSlave.sexualFlaw" "hates oral">> Oral - <<radiobutton "$activeSlave.sexualFlaw" "hates anal">> Anal - <<radiobutton "$activeSlave.sexualFlaw" "hates penetration">> Penetration - <<radiobutton "$activeSlave.sexualFlaw" "repressed">> Repressed - <<radiobutton "$activeSlave.sexualFlaw" "shamefast">> Shamefast - <<radiobutton "$activeSlave.sexualFlaw" "apathetic">> Apathetic - <<radiobutton "$activeSlave.sexualFlaw" "idealistic">> Sexually Idealistic - <<radiobutton "$activeSlave.sexualFlaw" "crude">> Crude - <<radiobutton "$activeSlave.sexualFlaw" "judgemental">> Judgemental - - <br> - Paraphilias: - <<radiobutton "$activeSlave.sexualFlaw" "cum addict">> Cum addict - <<radiobutton "$activeSlave.sexualFlaw" "anal addict">> Anal addict - <<radiobutton "$activeSlave.sexualFlaw" "attention whore">> Attention whore - <<radiobutton "$activeSlave.sexualFlaw" "breast growth">> Breast obsession - <<radiobutton "$activeSlave.sexualFlaw" "abusive">> Abusive - <<radiobutton "$activeSlave.sexualFlaw" "malicious">> Malicious - <<radiobutton "$activeSlave.sexualFlaw" "self hating">> Self hatred - <<radiobutton "$activeSlave.sexualFlaw" "neglectful">> Self neglect - <<radiobutton "$activeSlave.sexualFlaw" "breeder">> Breeding obsession - - <br><br> - - ''Sexual Quirk:'' - <<if $activeSlave.sexualQuirk == "none">> - //$activeSlave.sexualQuirk.// - <<else>> - @@.green;$activeSlave.sexualQuirk.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.sexualQuirk" "none">> None - <<radiobutton "$activeSlave.sexualQuirk" "gagfuck queen">> Gagfuck Queen - <<radiobutton "$activeSlave.sexualQuirk" "painal queen">> Painal Queen - <<radiobutton "$activeSlave.sexualQuirk" "strugglefuck queen">> Strugglefuck Queen - <<radiobutton "$activeSlave.sexualQuirk" "perverted">> Perverted - <<radiobutton "$activeSlave.sexualQuirk" "tease">> Tease - <<radiobutton "$activeSlave.sexualQuirk" "caring">> Caring - <<radiobutton "$activeSlave.sexualQuirk" "romantic">> Romantic - <<radiobutton "$activeSlave.sexualQuirk" "unflinching">> Unflinching - <<radiobutton "$activeSlave.sexualQuirk" "size queen">> Size Queen - <<if $activeSlave.sexualQuirk != "none">> - <<if ($activeSlave.sexualFlaw != "cum addict") && ($activeSlave.sexualFlaw != "anal addict") && ($activeSlave.sexualFlaw != "attention whore") && ($activeSlave.sexualFlaw != "breast growth") && ($activeSlave.sexualFlaw != "abusive") && ($activeSlave.sexualFlaw != "malicious") && ($activeSlave.sexualFlaw != "self hating") && ($activeSlave.sexualFlaw != "neglectful") && ($activeSlave.sexualFlaw != "breeder")>> - <<set $activeSlave.sexualFlaw = "none">> - <</if>> - <</if>> - <br> - <br> - ''Change her custom tattoo:'' <<textbox "$activeSlave.customTat" $activeSlave.customTat>> - <br> - //For best results, use complete, capitalized and punctuated sentences; for example: 'She has blue stars tattooed along her cheekbones, and a blue arrow down each arm.'// - - <br> - ''Change her custom description:'' <<textbox "$activeSlave.customDesc" $activeSlave.customDesc>> - <br> - //For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'// - - <br> - ''Change her custom label:'' <<textbox "$activeSlave.customLabel" $activeSlave.customLabel>> - <br> - //For best results, use a short phrase; for example: 'Breeder.'// - <br> - - ''Prestige:'' - <<textbox "$activeSlave.prestige" $activeSlave.prestige>> - <<radiobutton "$activeSlave.prestige" 0>> 0 - <<radiobutton "$activeSlave.prestige" 1>> 1 - <<radiobutton "$activeSlave.prestige" 2>> 2 - <<radiobutton "$activeSlave.prestige" 3>> 3 - - <br> - ''Prestige description:'' - <<textbox "$activeSlave.prestigeDesc" $activeSlave.prestigeDesc>> - <br> - <br> - ''Lips Tattoo ($activeSlave.lipsTat)'' - <<textbox "$activeSlave.lipsTat" $activeSlave.lipsTat>> - <br> - ''Shoulders Tattoo ($activeSlave.shouldersTat)'' - <<textbox "$activeSlave.shouldersTat" $activeSlave.shouldersTat>> - <br> - ''Arms Tattoo ($activeSlave.armsTat)'' - <<textbox "$activeSlave.armsTat" $activeSlave.armsTat>> - <br> - ''Legs Tattoo ($activeSlave.legsTat)'' - <<textbox "$activeSlave.legsTat" $activeSlave.legsTat>> - <br> - ''Boobs Tattoo ($activeSlave.boobsTat)'' - <<textbox "$activeSlave.boobsTat" $activeSlave.boobsTat>> - <br> - ''Butt Tattoo ($activeSlave.buttTat)'' - <<textbox "$activeSlave.buttTat" $activeSlave.buttTat>> - <br> - ''Vagina Tattoo ($activeSlave.vaginaTat)'' - <<textbox "$activeSlave.vaginaTat" $activeSlave.vaginaTat>> - <br> - ''Anus Tattoo ($activeSlave.anusTat)'' - <<textbox "$activeSlave.anusTat" $activeSlave.anusTat>> - <br> - ''Tramp Stamp Tattoo ($activeSlave.stampTat)'' - <<textbox "$activeSlave.stampTat" $activeSlave.stampTat>> - <br> - <br> - ''Lips piercings (0-2): $activeSlave.lipsPiercing'' - | - <<radiobutton "$activeSlave.lipsPiercing" 0>> None - <<radiobutton "$activeSlave.lipsPiercing" 1>> Standard - <<radiobutton "$activeSlave.lipsPiercing" 2>> Heavy - - <br> - ''Tongue piercings (0-2): $activeSlave.tonguePiercing'' - | - <<radiobutton "$activeSlave.tonguePiercing" 0>> None - <<radiobutton "$activeSlave.tonguePiercing" 1>> Standard - <<radiobutton "$activeSlave.tonguePiercing" 2>> Heavy - - <br> - ''Ear piercings (0-2): $activeSlave.earPiercing'' - | - <<radiobutton "$activeSlave.earPiercing" 0>> None - <<radiobutton "$activeSlave.earPiercing" 1>> Standard - <<radiobutton "$activeSlave.earPiercing" 2>> Heavy - - <br> - ''Nose piercings (0-2): $activeSlave.nosePiercing'' - | - <<radiobutton "$activeSlave.nosePiercing" 0>> None - <<radiobutton "$activeSlave.nosePiercing" 1>> Standard - <<radiobutton "$activeSlave.nosePiercing" 2>> Heavy - - <br> - ''Eyebrow piercings (0-2): $activeSlave.eyebrowPiercing'' - | - <<radiobutton "$activeSlave.eyebrowPiercing" 0>> None - <<radiobutton "$activeSlave.eyebrowPiercing" 1>> Standard - <<radiobutton "$activeSlave.eyebrowPiercing" 2>> Heavy - - <br> - ''Navel piercings (0-2): $activeSlave.navelPiercing'' - | - <<radiobutton "$activeSlave.navelPiercing" 0>> None - <<radiobutton "$activeSlave.navelPiercing" 1>> Standard - <<radiobutton "$activeSlave.navelPiercing" 2>> Heavy - - <br> - ''Corset piercings (0-1): $activeSlave.corsetPiercing'' - | - <<radiobutton "$activeSlave.corsetPiercing" 0>> None - <<radiobutton "$activeSlave.corsetPiercing" 1>> Pierced - - <br> - ''Nipples piercings (0-2): $activeSlave.nipplesPiercing'' - | - <<radiobutton "$activeSlave.nipplesPiercing" 0>> None - <<radiobutton "$activeSlave.nipplesPiercing" 1>> Standard - <<radiobutton "$activeSlave.nipplesPiercing" 2>> Heavy - - <br> - ''Areolae piercings (0-2): $activeSlave.areolaePiercing'' - | - <<radiobutton "$activeSlave.areolaePiercing" 0>> None - <<radiobutton "$activeSlave.areolaePiercing" 1>> Standard - <<radiobutton "$activeSlave.areolaePiercing" 2>> Heavy - - <br> - ''Clit/frenulum piercing (0-3): $activeSlave.clitPiercing'' - | - <<radiobutton "$activeSlave.clitPiercing" 0>> None - <<radiobutton "$activeSlave.clitPiercing" 1>> Standard - <<radiobutton "$activeSlave.clitPiercing" 2>> Big - <<radiobutton "$activeSlave.clitPiercing" 3>> Smart piercing - - <br> - ''Pussylips piercings (0-2): $activeSlave.vaginaPiercing'' - | - <<radiobutton "$activeSlave.vaginaPiercing" 0>> None - <<radiobutton "$activeSlave.vaginaPiercing" 1>> Standard - <<radiobutton "$activeSlave.vaginaPiercing" 2>> Heavy - - <br> - ''Anus piercing (0-2): $activeSlave.anusPiercing'' - | - <<radiobutton "$activeSlave.anusPiercing" 0>> None - <<radiobutton "$activeSlave.anusPiercing" 1>> Standard - <<radiobutton "$activeSlave.anusPiercing" 2>> Heavy - - <br> - ''Shaft piercings (0-2): $activeSlave.dickPiercing'' - | - <<radiobutton "$activeSlave.dickPiercing" 0>> None - <<radiobutton "$activeSlave.dickPiercing" 1>> Standard - <<radiobutton "$activeSlave.dickPiercing" 2>> Heavy - <br> - <br> - ''Lips piercings (0-2): $activeSlave.lipsPiercing'' - | - <<radiobutton "$activeSlave.lipsPiercing" 0>> None - <<radiobutton "$activeSlave.lipsPiercing" 1>> Standard - <<radiobutton "$activeSlave.lipsPiercing" 2>> Heavy - - <br> - ''Tongue piercings (0-2): $activeSlave.tonguePiercing'' - | - <<radiobutton "$activeSlave.tonguePiercing" 0>> None - <<radiobutton "$activeSlave.tonguePiercing" 1>> Standard - <<radiobutton "$activeSlave.tonguePiercing" 2>> Heavy - - <br> - ''Ear piercings (0-2): $activeSlave.earPiercing'' - | - <<radiobutton "$activeSlave.earPiercing" 0>> None - <<radiobutton "$activeSlave.earPiercing" 1>> Standard - <<radiobutton "$activeSlave.earPiercing" 2>> Heavy - - <br> - ''Nose piercings (0-2): $activeSlave.nosePiercing'' - | - <<radiobutton "$activeSlave.nosePiercing" 0>> None - <<radiobutton "$activeSlave.nosePiercing" 1>> Standard - <<radiobutton "$activeSlave.nosePiercing" 2>> Heavy - - <br> - ''Eyebrow piercings (0-2): $activeSlave.eyebrowPiercing'' - | - <<radiobutton "$activeSlave.eyebrowPiercing" 0>> None - <<radiobutton "$activeSlave.eyebrowPiercing" 1>> Standard - <<radiobutton "$activeSlave.eyebrowPiercing" 2>> Heavy - - <br> - ''Navel piercings (0-2): $activeSlave.navelPiercing'' - | - <<radiobutton "$activeSlave.navelPiercing" 0>> None - <<radiobutton "$activeSlave.navelPiercing" 1>> Standard - <<radiobutton "$activeSlave.navelPiercing" 2>> Heavy - - <br> - ''Corset piercings (0-1): $activeSlave.corsetPiercing'' - | - <<radiobutton "$activeSlave.corsetPiercing" 0>> None - <<radiobutton "$activeSlave.corsetPiercing" 1>> Pierced - - <br> - ''Nipples piercings (0-2): $activeSlave.nipplesPiercing'' - | - <<radiobutton "$activeSlave.nipplesPiercing" 0>> None - <<radiobutton "$activeSlave.nipplesPiercing" 1>> Standard - <<radiobutton "$activeSlave.nipplesPiercing" 2>> Heavy - - <br> - ''Areolae piercings (0-2): $activeSlave.areolaePiercing'' - | - <<radiobutton "$activeSlave.areolaePiercing" 0>> None - <<radiobutton "$activeSlave.areolaePiercing" 1>> Standard - <<radiobutton "$activeSlave.areolaePiercing" 2>> Heavy - - <br> - ''Clit/frenulum piercing (0-3): $activeSlave.clitPiercing'' - | - <<radiobutton "$activeSlave.clitPiercing" 0>> None - <<radiobutton "$activeSlave.clitPiercing" 1>> Standard - <<radiobutton "$activeSlave.clitPiercing" 2>> Big - <<radiobutton "$activeSlave.clitPiercing" 3>> Smart piercing - - <br> - ''Pussylips piercings (0-2): $activeSlave.vaginaPiercing'' - | - <<radiobutton "$activeSlave.vaginaPiercing" 0>> None - <<radiobutton "$activeSlave.vaginaPiercing" 1>> Standard - <<radiobutton "$activeSlave.vaginaPiercing" 2>> Heavy - - <br> - ''Anus piercing (0-2): $activeSlave.anusPiercing'' - | - <<radiobutton "$activeSlave.anusPiercing" 0>> None - <<radiobutton "$activeSlave.anusPiercing" 1>> Standard - <<radiobutton "$activeSlave.anusPiercing" 2>> Heavy - - <br> - ''Shaft piercings (0-2): $activeSlave.dickPiercing'' - | - <<radiobutton "$activeSlave.dickPiercing" 0>> None - <<radiobutton "$activeSlave.dickPiercing" 1>> Standard - <<radiobutton "$activeSlave.dickPiercing" 2>> Heavy - <br> +<<set $nextLink = "MOD_Edit Slave Cheat Datatype Cleanup New">> +<<set $tempSlave = clone($activeSlave)>> + +<<widget COptions>> + <<link "[$args[0]]">> + <<replace #career>> + <<set $tempSlave.career = $args[0]>> + <<set _carR = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget NOptions>> + <<link "[$args[0]]">> + <<replace #nation>> + <<set $tempSlave.nationality = $args[0]>> + <<set _natR = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget H1Options>> + <<link "[$args[0]]">> + <<replace #hcol1>> + <<set $tempSlave.hColor = $args[0]>> + <<set _hcol1R = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget H2Options>> + <<link "[$args[0]]">> + <<replace #hcol2>> + <<set $tempSlave.origHColor = $args[0]>> + <<set _hcol2R = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget H3Options>> + <<link "[$args[0]]">> + <<replace #hcol3>> + <<set $tempSlave.pubicHColor = $args[0]>> + <<set _hcol3R = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget H4Options>> + <<link "[$args[0]]">> + <<replace #hcol4>> + <<set $tempSlave.underArmHColor = $args[0]>> + <<set _hcol4R = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget E1Options>> + <<link "[$args[0]]">> + <<replace #ecol1>> + <<set $tempSlave.eyeColor = $args[0]>> + <<set _ecol1R = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget E2Options>> + <<link "[$args[0]]">> + <<replace #ecol2>> + <<set $tempSlave.origEye = $args[0]>> + <<set _ecol2R = 0>> + <</replace>> + <</link>> +<</widget>> + +<<widget NameTab>> + <br>''Legal status:''<br> + <<if $tempSlave.indenture == -1>> + @@.green;Fulltime Slave@@ + <<else>> + @@<<print Number($tempSlave.indenture)>>@@ Weeks left + <</if>><br> + <<link "[Full Slave]">> + <<set $tempSlave.indenture = -1>> + <<set $tempSlave.indentureRestrictions = 0>> + <<replace "#indstat">> + <</replace>> + <</link>> + <<print " | ">> + <<link "[Indenture]">> + <<replace "#indstat">> + <br> + ''Weeks left (Must be 0 or bigger)''<<textbox "$tempSlave.indenture" $tempSlave.indenture>><br> + ''Indenture Restriction(0: no protection, 1: some protection, 2: full protection): @@.green;$tempSlave.indentureRestrictions@@<br> + <<textbox "$tempSlave.indentureRestrictions" $tempSlave.indentureRestrictions>><br> + <</replace>> + <</link>> + <span id="indstat"></span><br> + <br>''She is your Slave since Week @@.yellow;$tempSlave.weekAcquired@@ ''<br> + <<textbox "$tempSlave.weekAcquired" $tempSlave.weekAcquired>> + <br> + <br>''Birth name:( [first Name] [Surname] 0 for no Surname)''<br> + <<textbox "$tempSlave.birthName" $tempSlave.birthName>> + <<textbox "$tempSlave.birthSurname" $tempSlave.birthSurname>><br> + ''Current Name:( [first Name] [Surname] 0 for no Surname)''<br> + <<textbox "$tempSlave.slaveName" $tempSlave.slaveName>> + <<textbox "$tempSlave.slaveSurname" $tempSlave.slaveSurname>> + <br> +<</widget>> + +<<widget FamilyTab>> + <br> + ''Active Slaves ID : @@.yellow;$tempSlave.ID@@'' + <br><br> + <<if $familyTesting == 1>> + ''Enter the IDs for this slaves parents(-2 or 0:random and untracked by system, -1:PC, all others are applicable):'' + <br> + ''mother ID'' + <<textbox "$tempSlave.mother" $tempSlave.mother>> + <br> + ''father ID'' + <<textbox "$tempSlave.father" $tempSlave.father>> + <<else>> + ''Slave Blood Relations (twin, sister, mother, daughter):'' + <<textbox "$tempSlave.relation" $tempSlave.relation>> + ''Blood Relations Target ID:'' + <<textbox "$tempSlave.relationTarget" $tempSlave.relationTarget>> + <</if>> + + <br><br> + ''Relationship (-3:married to you, -2:relationship, -1:emotional slut, 0:none, 1:like, 2:friend, 3:sex friend, 4:lover, 5:married):'' + <br> + <<switch $tempSlave.relationship>> + <<case -3>> + @@.green;Married to you@@ + <<case -2>> + @@.lightgreen;Emotional bound to you@@ + <<case -1>> + @@.hotpink;Emotional Slut@@ + <<case 0>> + No Relation + <<case 1>> + @@.yellow;Likes SlaveID $tempSlave.relationshipTarget@@ + <<case 2>> + @@.lightgreen;Friends with SlaveID $tempSlave.relationshipTarget@@ + <<case 3>> + @@.lightpink;Sex Friend with SlaveID $tempSlave.relationshipTarget@@ + <<case 4>> + @@.hotpink;Lover with SlaveID $tempSlave.relationshipTarget@@ + <<case 5>> + @@.green;Married to SlaveID $tempSlave.relationshipTarget@@ + <</switch>> + <br> + + <<radiobutton "$tempSlave.relationship" -3>> Married to You + <<radiobutton "$tempSlave.relationship" -2>> In Relationship with You + <<radiobutton "$tempSlave.relationship" -1>> Emotional Slut + <<radiobutton "$tempSlave.relationship" 0>> None + <<radiobutton "$tempSlave.relationship" 1>> Like + <<radiobutton "$tempSlave.relationship" 2>> Friend + <<radiobutton "$tempSlave.relationship" 3>> Sex Friend + <<radiobutton "$tempSlave.relationship" 4>> Lover + <<radiobutton "$tempSlave.relationship" 5>> Married + <br> + ''Relationship Target ID:'' <<textbox "$tempSlave.relationshipTarget" $tempSlave.relationshipTarget>> + <br> + <br> + ''Rival (0:none, 1:dislike, 2:Rival, 3:bitter Rival ): '' + <br> + <<switch $tempSlave.rivalry>> + <<case 0>> + @@.yellow;No Rival@@ + <<case 1>> + @@.lightpink;Dislikes SlaveID $tempSlave.rivalryTarget@@ + <<case 2>> + @@.red;Rival of SlaveID $tempSlave.rivalryTarget@@ + <<case 3>> + @@.red;Bitter rivalry with SlaveID $tempSlave.rivalryTarget@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.rivalry" 0>> None + <<radiobutton "$tempSlave.rivalry" 1>> Dislike + <<radiobutton "$tempSlave.rivalry" 2>> Rival + <<radiobutton "$tempSlave.rivalry" 3>> Bitter Rival + <br> + ''Rivals Target ID:'' <<textbox "$tempSlave.rivalryTarget" $tempSlave.rivalryTarget>> + <br> +<</widget>> + +<<widget NationalTab>> + <br> + ''Origin: (@@.yellow;$tempSlave.origin@@)''<br> + <<textbox "$tempSlave.origin" $tempSlave.origin>> + <br><br> + <<link "Career:">> + <<if (ndef _carR) || (_carR == 0) >> + <<replace "#career">> + <<set _carR = 1>> + <br>''Current Career: (@@.yellow;$tempSlave.career@@)''<br> + + <br>Grateful Careers<br> + <<COptions "unemployed" >> + <<print " | ">> + <<COptions "a prisoner" >> + <<print " | ">> + <<COptions "a refugee" >> + <<print " | ">> + <<COptions "homeless" >> + <<print " | ">> + <<COptions "a street urchin" >> + <<print " | ">> + <<COptions "a sweatshop worker" >> + <<print " | ">> + <<COptions "an orphan" >> + <br> + <<COptions "a student from a boarding school" >> + <<print " | ">> + <<COptions "a beggar" >> + <<print " | ">> + <<COptions "a pick-pocket" >> + <<print " | ">> + <<COptions "from a lower class family" >> + <<print " | ">> + <<COptions "a shut-in" >> + <br> + + <br>Menial Careers<br> + <<COptions "an athlete" >> + <<print " | ">> + <<COptions "an apprentice" >> + <<print " | ">> + <<COptions "a courier" >> + <<print " | ">> + <<COptions "an engineer" >> + <<print " | ">> + <<COptions "a mechanic" >> + <<print " | ">> + <<COptions "a pilot" >> + <<print " | ">> + <<COptions "a ride attendant" >> + <br> + <<COptions "a dropout" >> + <<print " | ">> + <<COptions "a mail carrier" >> + <<print " | ">> + <<COptions "a student from a private school" >> + <<print " | ">> + <<COptions "a fisherwoman" >> + <<print " | ">> + <<COptions "a truck driver" >> + <br> + <<COptions "a factory worker" >> + <<print " | ">> + <<COptions "a farm laborer" >> + <<print " | ">> + <<COptions "a cook" >> + <<print " | ">> + <<COptions "a service worker" >> + <<print " | ">> + <<COptions "a paper girl" >> + <<print " | ">> + <<COptions "an arcade attendant" >> + <br> + <<COptions "a part-time farm laborer" >> + <<print " | ">> + <<COptions "a maid" >> + <<print " | ">> + <<COptions "a housewife" >> + <<print " | ">> + <<COptions "a student" >> + <<print " | ">> + <<COptions "from an upper class family" >> + <<print " | ">> + <<COptions "a programmer" >> + <br> + <<COptions "a student from a public school" >> + <<print " | ">> + <<COptions "a student from a public school" >> + <<print " | ">> + <<COptions "from a middle class family" >> + <<print " | ">> + <<COptions "a nun" >> + <br> + <<COptions "being homeschooled by her parents" >> + <<print " | ">> + <<COptions "a housesitter" >> + <<print " | ">> + <<COptions "a babysitter" >> + <<print " | ">> + <<COptions "a handmaiden" >> + <br> + + <br>Entertainment Careers<br> + <<COptions "a party girl" >> + <<print " | ">> + <<COptions "a racing driver" >> + <<print " | ">> + <<COptions "a child actress" >> + <<print " | ">> + <<COptions "a camgirl" >> + <<print " | ">> + <<COptions "an actress" >> + <br> + <<COptions "a journalist" >> + <<print " | ">> + <<COptions "a writer" >> + <<print " | ">> + <<COptions "a local news anchor" >> + <<print " | ">> + <<COptions "a weathergirl" >> + <<print " | ">> + <<COptions "a camwhore" >> + <br> + <<COptions "a cocktail waitress" >> + <<print " | ">> + <<COptions "a cheerleader" >> + <<print " | ">> + <<COptions "a waitress" >> + <br> + + <br>Whore Careers<br> + <<COptions "a prostitute" >> + <<print " | ">> + <<COptions "a child prostitute" >> + <<print " | ">> + <<COptions "a stripper" >> + <<print " | ">> + <<COptions "a saleswoman" >> + <<print " | ">> + <<COptions "a criminal" >> + <<print " | ">> + <<COptions "a porn star" >> + <<print " | ">> + <<COptions "a trophy wife" >> + <br> + <<COptions "a Futanari Sister" >> + <<print " | ">> + <<COptions "a model" >> + <<print " | ">> + <<COptions "a juvenile delinquent" >> + <<print " | ">> + <<COptions "a mistress" >> + <<print " | ">> + <<COptions "a serial divorcee" >> + <<print " | ">> + <<COptions "a pageant star" >> + <br> + + <br>HeadGirl Careers<br> + <<COptions "a lawyer" >> + <<print " | ">> + <<COptions "a military officer" >> + <<print " | ">> + <<COptions "a politician" >> + <<print " | ">> + <<COptions "a model-UN star" >> + <br> + <<COptions "a student council president" >> + <<print " | ">> + <<COptions "a leading arcology citizen" >> + <br> + + <br>Recruiter Careers<br> + <<COptions "a military recruiter" >> + <<print " | ">> + <<COptions "a club recruiter" >> + <<print " | ">> + <<COptions "a college scout" >> + <<print " | ">> + <<COptions "a girl scout" >> + <br> + + <br>Madam Careers<br> + <<COptions "a procuress" >> + <<print " | ">> + <<COptions "a pimp" >> + <<print " | ">> + <<COptions "a business owner" >> + <<print " | ">> + <<COptions "a manager" >> + <br> + + <br>DJ Careers<br> + <<COptions "a dancer" >> + <<print " | ">> + <<COptions "a musician" >> + <<print " | ">> + <<COptions "a classical dancer" >> + <<print " | ">> + <<COptions "a classical musician" >> + <<print " | ">> + <<COptions "a house DJ" >> + <<print " | ">> + <<COptions "an aspiring pop star" >> + <br> + + <br>Bodyguard Careers<br> + <<COptions "a soldier" >> + <<print " | ">> + <<COptions "an assassin" >> + <<print " | ">> + <<COptions "a transporter" >> + <<print " | ">> + <<COptions "an MS pilot" >> + <<print " | ">> + <<COptions "a bodyguard" >> + <<print " | ">> + <<COptions "a law enforcement officer" >> + <<print " | ">> + <<COptions "a child soldier" >> + <br> + <<COptions "in a militia" >> + <<print " | ">> + <<COptions "a revolutionary" >> + <<print " | ">> + <<COptions "a military brat" >> + <<print " | ">> + <<COptions "captain of the kendo club" >> + <<print " | ">> + <<COptions "an assassin" >> + <br> + + <br>Wardeness Careers<br> + <<COptions "a security guard" >> + <<print " | ">> + <<COptions "a mercenary" >> + <<print " | ">> + <<COptions "an enforcer" >> + <<print " | ">> + <<COptions "a private detective" >> + <<print " | ">> + <<COptions "a bouncer" >> + <br> + <<COptions "a prison guard" >> + <<print " | ">> + <<COptions "an enforcer" >> + <<print " | ">> + <<COptions "a street thug" >> + <<print " | ">> + <<COptions "a gang member" >> + <br> + + <br>Nurse Careers<br> + <<COptions "a nurse" >> + <<print " | ">> + <<COptions "a medic" >> + <<print " | ">> + <<COptions "a paramedic" >> + <<print " | ">> + <<COptions "a medical student" >> + <br> + + <br>Attendant Careers<br> + <<COptions "a masseuse" >> + <<print " | ">> + <<COptions "a dispatch officer" >> + <<print " | ">> + <<COptions "a counselor" >> + <<print " | ">> + <<COptions "a lifeguard" >> + <<print " | ">> + <<COptions "a therapist" >> + <<print " | ">> + <<COptions "a psychologist" >> + <br> + + <br>Milkmaid Careers<br> + <<COptions "a dairy worker" >> + <<print " | ">> + <<COptions "a rancher" >> + <<print " | ">> + <<COptions "a veterinarian" >> + <<print " | ">> + <<COptions "a farmer's daughter" >> + <br> + + <br>Stewardess Careers<br> + <<COptions "a secretary" >> + <<print " | ">> + <<COptions "a barista" >> + <<print " | ">> + <<COptions "a bartender" >> + <<print " | ">> + <<COptions "an air hostess" >> + <<print " | ">> + <<COptions "a professional bartender" >> + <<print " | ">> + <<COptions "an office worker" >> + <<print " | ">> + <<COptions "an office worker" >> + <br> + <<COptions "a charity worker" >> + <<print " | ">> + <<COptions "a caregiver" >> + <<print " | ">> + <<COptions "a wedding planner" >> + <<print " | ">> + <<COptions "an estate agent" >> + <br> + + <br>Schoolteacher Careers<br> + <<COptions "a principal" >> + <<print " | ">> + <<COptions "a teacher" >> + <<print " | ">> + <<COptions "a scientist" >> + <<print " | ">> + <<COptions "a professor" >> + <<print " | ">> + <<COptions "a teaching assistant" >> + <<print " | ">> + <<COptions "a private instructor" >> + <<print " | ">> + <<COptions "a librarian" >> + <<print " | ">> + <<COptions "a scholar" >> + <br> + + <br>Others<br> + <<COptions "a breeder" >> + <<print " | ">> + <<COptions "a Futanari Sister" >> + <<print " | ">> + <<COptions "a fuckdoll" >> + <<print " | ">> + <<COptions "a bioreactor" >> + <<print " | ">> + <<COptions "a slave" >> + <br> + <</replace>> + <<else>> + <<replace "#career">> + <<set _carR = 0>> + <</replace>> + <</if>> + <</link>> + <span id="career"></span><br> + ''Current Career:(@@.yellow;$tempSlave.career@@)'' + <<textbox "$tempSlave.career" $tempSlave.career>> //Slave variables documentation is your friend. Will tell you exactly what to put here// + + <br><br> + + <<link "Nationality:">> + <<if (ndef _natR) || (_natR == 0) >> + <<replace "#nation">> + <<set _natR =1>> + <br>Current Nationality : @@.yellow;$tempSlave.nationality@@ <br> + <br>Non-Nations<br> + <<NOptions "Stateless" >> + <<print " | ">> + <<NOptions "Slave" >> + <br> + + <br>North America<br> + <<NOptions "American" >> + <<print " | ">> + <<NOptions "Canadian" >> + <<print " | ">> + <<NOptions "Cuban" >> + <<print " | ">> + <<NOptions "Dominican" >> + <<print " | ">> + <<NOptions "Haitian" >> + <<print " | ">> + <<NOptions "Jamaican" >> + <<print " | ">> + <<NOptions "Mexican" >> + <<print " | ">> + <<NOptions "Puerto Rican" >> + <br> + + <br>South America<br> + <<NOptions "Argentinian" >> + <<print " | ">> + <<NOptions "Bolivian" >> + <<print " | ">> + <<NOptions "Brazilian" >> + <<print " | ">> + <<NOptions "Chilean" >> + <<print " | ">> + <<NOptions "Colombian" >> + <<print " | ">> + <<NOptions "Guatemalan" >> + <<print " | ">> + <<NOptions "Peruvian" >> + <<print " | ">> + <<NOptions "Venezuelan" >> + <br> + + <br>Europe<br> + <<NOptions "Austrian" >> + <<print " | ">> + <<NOptions "Belarusian" >> + <<print " | ">> + <<NOptions "Belgian" >> + <<print " | ">> + <<NOptions "British" >> + <<print " | ">> + <<NOptions "Czech" >> + <<print " | ">> + <<NOptions "Danish" >> + <<print " | ">> + <<NOptions "Dutch" >> + <<print " | ">> + <<NOptions "Estonian" >> + <<print " | ">> + <<NOptions "Finnish" >> + <<print " | ">> + <<NOptions "French" >> + <br> + <<NOptions "German" >> + <<print " | ">> + <<NOptions "Greek" >> + <<print " | ">> + <<NOptions "Hungarian" >> + <<print " | ">> + <<NOptions "Icelandic" >> + <<print " | ">> + <<NOptions "Irish" >> + <<print " | ">> + <<NOptions "Italian" >> + <<print " | ">> + <<NOptions "Lithuanian" >> + <<print " | ">> + <<NOptions "Norwegian" >> + <<print " | ">> + <<NOptions "Polish" >> + <br> + <<NOptions "Portuguese" >> + <<print " | ">> + <<NOptions "Romanian" >> + <<print " | ">> + <<NOptions "Russian" >> + <<print " | ">> + <<NOptions "Scottish" >> + <<print " | ">> + <<NOptions "Serbian" >> + <<print " | ">> + <<NOptions "Slovak" >> + <<print " | ">> + <<NOptions "Spanish" >> + <<print " | ">> + <<NOptions "Swedish" >> + <<print " | ">> + <<NOptions "Swiss" >> + <<print " | ">> + <<NOptions "Ukrainian" >> + <br> + + <br>Asia<br> + <<NOptions "Bangladeshi" >> + <<print " | ">> + <<NOptions "Burmese" >> + <<print " | ">> + <<NOptions "Chinese" >> + <<print " | ">> + <<NOptions "Filipina" >> + <<print " | ">> + <<NOptions "Indian" >> + <<print " | ">> + <<NOptions "Indonesian" >> + <<print " | ">> + <<NOptions "Japanese" >> + <<print " | ">> + <<NOptions "Kazakh" >> + <br> + <<NOptions "Korean" >> + <<print " | ">> + <<NOptions "Malaysian" >> + <<print " | ">> + <<NOptions "Nepalese" >> + <<print " | ">> + <<NOptions "Pakistani" >> + <<print " | ">> + <<NOptions "Thai" >> + <<print " | ">> + <<NOptions "Uzbek" >> + <<print " | ">> + <<NOptions "Vietnamese" >> + <br> + + <br> Middle East<br> + <<NOptions "Afghan" >> + <<print " | ">> + <<NOptions "Armenian" >> + <<print " | ">> + <<NOptions "Egyptian" >> + <<print " | ">> + <<NOptions "Emirati" >> + <<print " | ">> + <<NOptions "Iranian" >> + <<print " | ">> + <<NOptions "Iraqi" >> + <<print " | ">> + <<NOptions "Israeli" >> + <<print " | ">> + <<NOptions "Jordanian" >> + <<print " | ">> + <<NOptions "Lebanese" >> + <<print " | ">> + <<NOptions "Omani" >> + <<print " | ">> + <<NOptions "Saudi" >> + <<print " | ">> + <<NOptions "Turkish" >> + <<print " | ">> + <<NOptions "Yemeni" >> + <br> + + <br>Africa<br> + <<NOptions "Algerian" >> + <<print " | ">> + <<NOptions "Congolese" >> + <<print " | ">> + <<NOptions "Ethiopian" >> + <<print " | ">> + <<NOptions "Ghanan" >> + <<print " | ">> + <<NOptions "Kenyan" >> + <<print " | ">> + <<NOptions "Libyan" >> + <<print " | ">> + <<NOptions "Malian" >> + <<print " | ">> + <<NOptions "Moroccan" >> + <br> + <<NOptions "Nigerian" >> + <<print " | ">> + <<NOptions "South African" >> + <<print " | ">> + <<NOptions "Sudanese" >> + <<print " | ">> + <<NOptions "Tanzanian" >> + <<print " | ">> + <<NOptions "Tunisian" >> + <<print " | ">> + <<NOptions "Ugandan" >> + <<print " | ">> + <<NOptions "Zimbabwean" >> + <br> + + <br>Australia<br> + <<NOptions "Australian" >> + <<print " | ">> + <<NOptions "a New Zealander" >> + <br> + <</replace>> + <<else>> + <<replace "#nation">> + <<set _natR = 0>> + <</replace>> + <</if>> + <</link>> + <span id="nation"></span><br> + Custom Nation: <<textbox "$tempSlave.nationality" $tempSlave.nationality>> + //This will not alter name or race//<br> + <br><br> + + ''Race: (@@.yellow;$tempSlave.race@@)'' + <<textbox "$tempSlave.race" $tempSlave.race>> + <br> + <<radiobutton "$tempSlave.race" "white">> White + <<radiobutton "$tempSlave.race" "asian">> Asian + <<radiobutton "$tempSlave.race" "latina">> Latina + <<radiobutton "$tempSlave.race" "middle eastern">> Middle eastern + <<radiobutton "$tempSlave.race" "black">> Black + <<radiobutton "$tempSlave.race" "semitic">> Semitic + <<radiobutton "$tempSlave.race" "southern european">> Southern European + <<radiobutton "$tempSlave.race" "indo-aryan">> Indo-aryan + <<radiobutton "$tempSlave.race" "amerindian">> Amerindian + <<radiobutton "$tempSlave.race" "pacific islander">> Pacific Islander + <<radiobutton "$tempSlave.race" "malay">> Malay + <<radiobutton "$tempSlave.race" "mixed race">> Mixed race + + <br> + + ''Skin color: (@@.yellow;$tempSlave.skin@@)'' + <<textbox "$tempSlave.skin" $tempSlave.skin>> + <br> + <<radiobutton "$tempSlave.skin" "white">> White + <<radiobutton "$tempSlave.skin" "fair">> Fair + <<radiobutton "$tempSlave.skin" "tanned">> Tanned + <<radiobutton "$tempSlave.skin" "olive">> Olive + <<radiobutton "$tempSlave.skin" "light brown">> Light brown + <<radiobutton "$tempSlave.skin" "brown">> Brown + <<radiobutton "$tempSlave.skin" "black">> Black + <<radiobutton "$tempSlave.skin" "pale">> Pale + <<radiobutton "$tempSlave.skin" "dark">> Dark + <<radiobutton "$tempSlave.skin" "light">> Light + <<radiobutton "$tempSlave.skin" "extremely pale">> Extremely pale + <br> +<</widget>> + +<<widget AgeTab>> + <br> + ''Age - Actual:'' + <<textbox "$tempSlave.actualAge" $tempSlave.actualAge>> + <br> + ''Age - Physical:'' + <<textbox "$tempSlave.physicalAge" $tempSlave.physicalAge>> + <br> + ''Age - Visual:'' + <<textbox "$tempSlave.visualAge" $tempSlave.visualAge>> + <br> + ''Age lifting: '' + <<if $tempSlave.ageImplant == 1>> + @@.yellow;true@@ + <<checkbox "$tempSlave.ageImplant" 0 1 checked>> + <<else>> + @@.yellow;false@@ + <<checkbox "$tempSlave.ageImplant" 0 1>> + <</if>> + <br> + ''Birth week:'' + <<textbox "$tempSlave.birthWeek" $tempSlave.birthWeek>> + <br><br> + ''Health (-99 to 100, -100 is death):'' + <<textbox "$tempSlave.health" $tempSlave.health>> + <br> + ''DNA Errors (0 to 990):'' + <<textbox "$tempSlave.chem" $tempSlave.chem>> + <br> + ''Addiction:'' + <<textbox "$tempSlave.addict" $tempSlave.addict>> + <br> +<</widget>> + +<<widget DevoTab>> + <br> + //Don't set devotion too far away from old devotion otherwise it won't stick// + <br> + ''Devotion (-100 to 100):'' + <<textbox "$tempSlave.devotion" $tempSlave.devotion>> + <br> + ''Old Devotion (-100 to 100):'' + <<textbox "$tempSlave.oldDevotion" $tempSlave.oldDevotion>> + <br> + <br> + //Don't set trust too far away from old trust otherwise it won't stick// + <br> + ''Trust (-100 to 100):'' + <<textbox "$tempSlave.trust" $tempSlave.trust>> + <br> + ''Old Trust (-100 to 100):'' + <<textbox "$tempSlave.oldTrust" $tempSlave.oldTrust>> + <br> +<</widget>> + +<<widget FaceTab>> + <br> + ''Face (-100 to 100): '' + <<if $tempSlave.face >= 100>>@@.yellow;Very beautiful @@ + <<elseif $tempSlave.face >= 55>>@@.yellow;Beautiful @@ + <<elseif $tempSlave.face >= 15>>@@.yellow;Attractive @@ + <<elseif $tempSlave.face >= 0>>@@.yellow;Pretty @@ + <<elseif $tempSlave.face >= -15>>@@.yellow;Unattractive @@ + <<elseif $tempSlave.face >= -55>>@@.yellow;Ugly @@ + <<else>>@@.yellow;Very ugly @@ + <</if>> + <<textbox "$tempSlave.face" $tempSlave.face>> + <br> + <<radiobutton "$tempSlave.face" -100>> Very ugly + <<radiobutton "$tempSlave.face" -55>> Ugly + <<radiobutton "$tempSlave.face" -15>> Unattractive + <<radiobutton "$tempSlave.face" 0>> Pretty + <<radiobutton "$tempSlave.face" 15>> Attractive + <<radiobutton "$tempSlave.face" 55>> Beautiful + <<radiobutton "$tempSlave.face" 100>> Very beautiful + <br><br> + + ''Face Shape: @@.yellow;$tempSlave.faceShape@@ '' + <br> + <<radiobutton "$tempSlave.faceShape" masculine>> Masculine + <<radiobutton "$tempSlave.faceShape" androgynous>> Androgynous + <<radiobutton "$tempSlave.faceShape" normal>> Normal + <<radiobutton "$tempSlave.faceShape" cute>> Cute + <<radiobutton "$tempSlave.faceShape" sensual>> Sensual + <<radiobutton "$tempSlave.faceShape" exotic>> Exotic + <br><br> + + ''Face Implant (0 to 2):'' + <<switch $tempSlave.faceImplant>> + <<case 0>> @@.yellow;None@@ + <<case 1>> @@.yellow;Some work@@ + <<case 2>> @@.yellow;Totally reworked@@ + <</switch>> + <<radiobutton "$tempSlave.faceImplant" 0>> None + <<radiobutton "$tempSlave.faceImplant" 1>> Some work + <<radiobutton "$tempSlave.faceImplant" 2>> Totally reworked + <br><br> + + ''Natural Skin Distinctiveness: @@.yellow;$tempSlave.markings@@ '' + <br> + <<radiobutton "$tempSlave.markings" none>> None + <<radiobutton "$tempSlave.markings" freckles>> Freckles + <<radiobutton "$tempSlave.markings" heavily freckled>> Heavy Freckles + <<radiobutton "$tempSlave.markings" beauty mark>> Beauty Mark + <<radiobutton "$tempSlave.markings" birthmark>> Birth Mark + <br> +<</widget>> + +<<widget HairTab>> + <br> + ''Can grow hair on the head:'' + <<if $tempSlave.bald == 0>> + ''@@.yellow;true@@'' + <<checkbox "$tempSlave.bald" 0 1>> + <<else>> + ''@@.yellow;false@@'' + <<checkbox "$tempSlave.bald" 0 1 checked>> + <</if>> + <br> + ''Hair length: @@.yellow;$tempSlave.hLength@@'' + Custom hair length: <<textbox "$tempSlave.hLength" $tempSlave.hLength>> + <br> + <<switch $tempSlave.hStyle>> + <<case "tails" "dreadlocks" "curls" "cornrows">> + ''Her hair is in @@.yellow;$tempSlave.hStyle@@'' + <<case "ponytail">> + ''Her hair is in a @@.yellow;$tempSlave.hStyle@@'' + <<default>> + ''Her hair is @@.yellow;$tempSlave.hStyle@@'' + <</switch>> + Custom hair description: <<textbox "$tempSlave.hStyle" $tempSlave.hStyle>> + <br> + //For best results, use a short, uncapitalized and unpunctuated description; for example: 'back in a ponytail'// + <br> + <<radiobutton "$tempSlave.hStyle" "neat">>neat + <<radiobutton "$tempSlave.hStyle" "shaved">>shaved + <<radiobutton "$tempSlave.hStyle" "trimmed">>trimmed + <<radiobutton "$tempSlave.hStyle" "buzzcut">>buzzcut + <<radiobutton "$tempSlave.hStyle" "up">>up + <<radiobutton "$tempSlave.hStyle" "ponytail">>ponytail + <<radiobutton "$tempSlave.hStyle" "bun">>bun + <<radiobutton "$tempSlave.hStyle" "curls">>curls + <br> + <<radiobutton "$tempSlave.hStyle" "permed">>permed + <<radiobutton "$tempSlave.hStyle" "luxurious">>luxurious + <<radiobutton "$tempSlave.hStyle" "dreadlocks">>dreadlocks + <<radiobutton "$tempSlave.hStyle" "cornrows">>cornrows + <<radiobutton "$tempSlave.hStyle" "braided">>braided + <<radiobutton "$tempSlave.hStyle" "tails">>tails + <<radiobutton "$tempSlave.hStyle" "afro">>afro + <<radiobutton "$tempSlave.hStyle" "strip">>strip + + <br><br> + Her hair is currently ''@@.yellow;$tempSlave.hColor@@'' in color + <<link "Hair Colors">> + <<if (ndef _hcol1R) || (_hcol1R == 0) >> + <<replace "#hcol1">> + <<set _hcol1R = 1>> + <br> + <<H1Options "blonde" >> + <<H1Options "golden" >> + <<H1Options "platinum blonde" >> + <<H1Options "strawberry-blonde" >> + <<H1Options "copper" >> + <<H1Options "ginger" >> + <<H1Options "red" >> + <<H1Options "green" >> + <<H1Options "pink" >> + <<H1Options "dark brown" >> + <br> + <<H1Options "brown" >> + <<H1Options "auburn" >> + <<H1Options "burgundy" >> + <<H1Options "chocolate brown" >> + <<H1Options "chestnut" >> + <<H1Options "hazel" >> + <<H1Options "black" >> + <<H1Options "grey" >> + <<H1Options "silver" >> + <<H1Options "white" >> + <br> + <</replace>> + <<else>> + <<replace "#hcol1">> + <<set _hcol1R = 0>> + <</replace>> + <</if>> + <</link>> + <span id=hcol1></span> + <br>Custom hair color: <<textbox "$tempSlave.hColor" $tempSlave.hColor>> + <br> + //For best results, use a short, uncapitalized and unpunctuated description; for example: 'black with purple highlights'// + <br> + ''Her original haircolor is @@.yellow;$tempSlave.origHColor@@'' + <<link "Hair Colors">> + <<if (ndef _hcol2R) || (_hcol2R == 0) >> + <<replace "#hcol2">> + <<set _hcol2R = 1>> + <br> + <<H2Options "blonde" >> + <<H2Options "golden" >> + <<H2Options "platinum blonde" >> + <<H2Options "strawberry-blonde" >> + <<H2Options "copper" >> + <<H2Options "ginger" >> + <<H2Options "red" >> + <<H2Options "green" >> + <<H2Options "pink" >> + <<H2Options "dark brown" >> + <br> + <<H2Options "brown" >> + <<H2Options "auburn" >> + <<H2Options "burgundy" >> + <<H2Options "chocolate brown" >> + <<H2Options "chestnut" >> + <<H2Options "hazel" >> + <<H2Options "black" >> + <<H2Options "grey" >> + <<H2Options "silver" >> + <<H2Options "white" >> + <br> + <</replace>> + <<else>> + <<replace "#hcol2">> + <<set _hcol2R = 0>> + <</replace>> + <</if>> + <</link>> + <span id=hcol2></span> + <br>Custom hair color: <<textbox "$tempSlave.origHColor" $tempSlave.origHColor>> + <br><br> + ''Her pubic hair is @@.yellow;$tempSlave.pubicHColor@@ in color'' + <<link "Hair Colors">> + <<if (ndef _hcol3R) || (_hcol3R == 0) >> + <<replace "#hcol3">> + <<set _hcol3R = 1>> + <br> + <<H3Options "blonde" >> + <<H3Options "golden" >> + <<H3Options "platinum blonde" >> + <<H3Options "strawberry-blonde" >> + <<H3Options "copper" >> + <<H3Options "ginger" >> + <<H3Options "red" >> + <<H3Options "green" >> + <<H3Options "pink" >> + <<H3Options "dark brown" >> + <br> + <<H3Options "brown" >> + <<H3Options "auburn" >> + <<H3Options "burgundy" >> + <<H3Options "chocolate brown" >> + <<H3Options "chestnut" >> + <<H3Options "hazel" >> + <<H3Options "black" >> + <<H3Options "grey" >> + <<H3Options "silver" >> + <<H3Options "white" >> + <br> + <</replace>> + <<else>> + <<replace "#hcol3">> + <<set _hcol3R = 0>> + <</replace>> + <</if>> + <</link>> + <span id=hcol3></span> + <br>Custom pubic hair color: <<textbox "$tempSlave.pubicHColor" $tempSlave.pubicHColor>> + <br> + ''Pubic Hair Style: (@@.yellow;$tempSlave.pubicHStyle@@)'' + <<radiobutton "$tempSlave.pubicHStyle" "bald">> Not able to grow + <<radiobutton "$tempSlave.pubicHStyle" "hairless">> Hairless + <<radiobutton "$tempSlave.pubicHStyle" "waxed">> Waxed + <<radiobutton "$tempSlave.pubicHStyle" "in a strip">> Strip + <<radiobutton "$tempSlave.pubicHStyle" "neat">> Neat + <<radiobutton "$tempSlave.pubicHStyle" "bushy">> Bushy + <br> + ''Her underarm hair is @@.yellow;$tempSlave.underArmHColor@@ in color'' + <<link "Hair Colors">> + <<if (ndef _hcol4R) || (_hcol4R == 0) >> + <<replace "#hcol4">> + <<set _hcol4R = 1>> + <br> + <<H4Options "blonde" >> + <<H4Options "golden" >> + <<H4Options "platinum blonde" >> + <<H4Options "strawberry-blonde" >> + <<H4Options "copper" >> + <<H4Options "ginger" >> + <<H4Options "red" >> + <<H4Options "green" >> + <<H4Options "pink" >> + <<H4Options "dark brown" >> + <br> + <<H4Options "brown" >> + <<H4Options "auburn" >> + <<H4Options "burgundy" >> + <<H4Options "chocolate brown" >> + <<H4Options "chestnut" >> + <<H4Options "hazel" >> + <<H4Options "black" >> + <<H4Options "grey" >> + <<H4Options "silver" >> + <<H4Options "white" >> + <br> + <</replace>> + <<else>> + <<replace "#hcol4">> + <<set _hcol4R = 0>> + <</replace>> + <</if>> + <</link>> + <span id=hcol4></span> + <br>Custom pubic hair color: <<textbox "$tempSlave.underArmHStyle" $tempSlave.underArmHStyle>> + <br> + ''Underarm Hairstyle: (@@.yellow;$tempSlave.underArmHStyle@@)'' + <<radiobutton "$tempSlave.underArmHStyle" "bald">> Not able to grow + <<radiobutton "$tempSlave.underArmHStyle" "hairless">> Hairless + <<radiobutton "$tempSlave.underArmHStyle" "waxed">> Waxed + <<radiobutton "$tempSlave.underArmHStyle" "in a strip">> Strip + <<radiobutton "$tempSlave.underArmHStyle" "neat">> Neat + <<radiobutton "$tempSlave.underArmHStyle" "bushy">> Bushy + <br> +<</widget>> + +<<widget EyesTab>> + <br> + ''Her eyes are currently @@.yellow;$tempSlave.eyeColor@@ in color'' + <<link "Eye Colors">> + <<if (ndef _ecol1R) || (_ecol1R == 0) >> + <<replace "#ecol1">> + <<set _ecol1R = 1>> + <br> + <<E1Options "blue" >> + <<E1Options "black" >> + <<E1Options "brown" >> + <<E1Options "green" >> + <<E1Options "turquoise" >> + <<E1Options "sky-blue" >> + <<E1Options "pale-grey" >> + <<E1Options "white" >> + <<E1Options "pink" >> + <<E1Options "amber" >> + <br> + <<E1Options "red" >> + <<E1Options "catlike" >> + <<E1Options "serpent-like" >> + <<E1Options "devilish" >> + <<E1Options "demonic" >> + <<E1Options "hypnotic" >> + <<E1Options "heart-shaped" >> + <br> + <</replace>> + <<else>> + <<replace "#ecol1">> + <<set _ecol1R = 0>> + <</replace>> + <</if>> + <</link>> + <span id=ecol1></span> + <br>Custom eye color: <<textbox "$tempSlave.eyeColor" $tempSlave.eyeColor>> + <br><br> + ''Her original eyecolor is @@.yellow;$tempSlave.origEye@@'' + <<link "Eye Colors">> + <<if (ndef _ecol2R) || (_ecol2R == 0) >> + <<replace "#ecol2">> + <<set _ecol2R = 1>> + <br> + <<E2Options "blue" #ecol2 _ecol2R >> + <<E2Options "black" #ecol2 _ecol2R >> + <<E2Options "brown" #ecol2 _ecol2R >> + <<E2Options "green" #ecol2 _ecol2R >> + <<E2Options "turquoise" #ecol2 _ecol2R >> + <<E2Options "sky-blue" #ecol2 _ecol2R >> + <<E2Options "pale-grey" #ecol2 _ecol2R >> + <<E2Options "white" #ecol2 _ecol2R >> + <<E2Options "pink" #ecol2 _ecol2R >> + <<E2Options "amber" #ecol2 _ecol2R >> + <br> + <<E2Options "red" #ecol2 _ecol2R >> + <<E2Options "catlike" #ecol2 _ecol2R >> + <<E2Options "serpent-like" #ecol2 _ecol2R >> + <<E2Options "devilish" #ecol2 _ecol2R >> + <<E2Options "demonic" #ecol2 _ecol2R >> + <<E2Options "hypnotic" #ecol2 _ecol2R >> + <<E2Options "heart-shaped" #ecol2 _ecol2R >> + <br> + <</replace>> + <<else>> + <<replace "#ecol2">> + <<set _ecol2R = 0>> + <</replace>> + <</if>> + <</link>> + <span id=ecol2></span> + <br>Custom eye color: <<textbox "$tempSlave.origEye" $tempSlave.origEye>> + <<radiobutton "$tempSlave.origEye" "implant">>Artificial Eyes + <br><br> + ''Her vision is :'' + <<switch $tempSlave.eyes>> + <<case -2>>@@.yellow;Blind@@ + <<case -1>>@@.yellow;Nearsighted@@ + <<case 1>>@@.yellow;Normal@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.eyes" 1>> Normal + <<radiobutton "$tempSlave.eyes" -1>> Nearsighted + <<radiobutton "$tempSlave.eyes" -2>> Blind + <br> +<</widget>> + +<<widget MouthTab>> + <br> + ''Lips (0 to 100): '' + <<if $tempSlave.lips >= 100>> @@.yellow;Enormous facepussy@@ + <<elseif $tempSlave.lips >= 85 >>@@.yellow;Huge@@ + <<elseif $tempSlave.lips >= 65 >>@@.yellow;Big@@ + <<elseif $tempSlave.lips >= 35 >>@@.yellow;Plush@@ + <<elseif $tempSlave.lips >= 15 >>@@.yellow;Normal@@ + <<else>>@@.yellow;Thin@@ + <</if>> + <<textbox "$tempSlave.lips" $tempSlave.lips>> + <br> + <<radiobutton "$tempSlave.lips" 0>> Thin + <<radiobutton "$tempSlave.lips" 15>> Normal + <<radiobutton "$tempSlave.lips" 35>> Plush + <<radiobutton "$tempSlave.lips" 65>> Big + <<radiobutton "$tempSlave.lips" 85>> Huge + <<radiobutton "$tempSlave.lips" 100>> Enormous facepussy + <br> + ''Lip Implants (0 to 30): '' + <<switch $tempSlave.lipsImplant >> + <<case 0>> @@.yellow;None@@ | + <<case 10>>@@.yellow;Normal@@ | + <<case 20>>@@.yellow;Large@@ | + <<case 30>>@@.yellow;Enormous@@ | + <</switch>> + <<radiobutton "$tempSlave.lipsImplant" 0>> None + <<radiobutton "$tempSlave.lipsImplant" 10>> Normal + <<radiobutton "$tempSlave.lipsImplant" 20>> Large + <<radiobutton "$tempSlave.lipsImplant" 30>> Enormous + + <br><br> + ''Teeth: @@.yellow;$tempSlave.teeth@@ '' + <br> + <<radiobutton "$tempSlave.teeth" normal>> Normal + <<radiobutton "$tempSlave.teeth" pointy>> Pointy + <<radiobutton "$tempSlave.teeth" crooked>> Crooked + <<radiobutton "$tempSlave.teeth" straightening braces>> Straightening Braces + <<radiobutton "$tempSlave.teeth" cosmetic braces>> Cosmetic Braces + <<radiobutton "$tempSlave.teeth" removable>> Removable + + <br><br> + ''Voice OP: '' + <<if $tempSlave.voiceImplant == 0>> + ''@@.yellow;false@@'' + <<checkbox "$tempSlave.voiceImplant" 0 1>> + <<else>> + ''@@.yellow;true@@'' + <<checkbox "$tempSlave.voiceImplant" 0 1 checked>> + <</if>> + <br> + + ''Voice : '' + <<switch $tempSlave.voice>> + <<case 0>>@@.yellow;Mute@@ + <<case 1>>@@.yellow;Deep@@ + <<case 2>>@@.yellow;Normal@@ + <<case 3>>@@.yellow;High@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.voice" 0>> Mute + <<radiobutton "$tempSlave.voice" 1>> Deep + <<radiobutton "$tempSlave.voice" 2>> Normal + <<radiobutton "$tempSlave.voice" 3>> High + <br> + + ''Accent: '' + <<if $tempSlave.accent == 0>>@@.yellow;None@@ + <<elseif $tempSlave.accent == 1>>@@.yellow;Distinctive@@ + <<elseif $tempSlave.accent == 2>>@@.yellow;Thick@@ + <<else>>@@.yellow;Barely Understands Language@@<</if>> + <br> + <<radiobutton "$tempSlave.accent" 0>> None + <<radiobutton "$tempSlave.accent" 1>> Distinctive + <<radiobutton "$tempSlave.accent" 2>> Thick + <<radiobutton "$tempSlave.accent" 3>> Barely Understands Language + <br> +<</widget>> + +<<widget BodyTab>> + <br> + ''Genes (XX:female, XY:male):'' @@.yellow;$tempSlave.genes@@ + <<radiobutton "$tempSlave.genes" "XX">> Female + <<radiobutton "$tempSlave.genes" "XY">> Male + + <br> + ''Amputated: '' + <<switch $tempSlave.amp>> + <<case 1>>@@.yellow;Amputated@@ + <<case 0>>@@.yellow;Healthy Human Limbs@@ + <<case -1>>@@.yellow;Basic prosthetic limbs@@ + <<case -2>>@@.yellow;Sexy prosthetic limbs@@ + <<case -3>>@@.yellow;Beauty prosthetic limbs@@ + <<case -4>>@@.yellow;Combat prosthetic limbs@@ + <<case -5>>@@.yellow;Cybernetic limbs@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.amp" 0>> Normal + <<radiobutton "$tempSlave.amp" 1>> Amputated + <<radiobutton "$tempSlave.amp" -1>> Basic prosthetic limbs + <<radiobutton "$tempSlave.amp" -2>> Sexy prosthetic limbs + <<radiobutton "$tempSlave.amp" -3>> Beauty prosthetic limbs + <<radiobutton "$tempSlave.amp" -4>> Combat prosthetic limbs + <<radiobutton "$tempSlave.amp" -5>> Cybernetic limbs + + <br> + ''Prostetic limb Interface:'' + <<if $tempSlave.PLimb == 0>>@@.yellow;No Interface@@ + <<elseif $tempSlave.PLimb == 1>>@@.yellow;Basic Interface@@ + <<else>>@@.yellow;Advanced Interface@@<</if>> + <br> + <<radiobutton "$tempSlave.PLimb" 0>> No Interface + <<radiobutton "$tempSlave.PLimb" 1>> Basic Interface + <<radiobutton "$tempSlave.PLimb" 2>> Advanced Interface + + <br><br> + ''Fuckdoll: (0-100)'' + <<if $tempSlave.fuckdoll < 15>>@@.yellow;Not a fuckdoll@@ + <<elseif $tempSlave.fuckdoll < 25>>@@.yellow;Barely a fuckdoll@@ + <<elseif $tempSlave.fuckdoll < 45>>@@.yellow;Slight fuckdoll@@ + <<elseif $tempSlave.fuckdoll < 65>>@@.yellow;Basic fuckdoll@@ + <<elseif $tempSlave.fuckdoll < 85>>@@.yellow;Intermediate fuckdoll@@ + <<elseif $tempSlave.fuckdoll < 100>>@@.yellow;Advanced fuckdoll@@ + <<else>>@@.yellow;Total fuckdoll@@<</if>> + <<textbox "$tempSlave.fuckdoll" $tempSlave.fuckdoll>> + <br> + <<radiobutton "$tempSlave.fuckdoll" 0>> Not a fuckdoll + <<radiobutton "$tempSlave.fuckdoll" 15>> Barely a fuckdoll + <<radiobutton "$tempSlave.fuckdoll" 25>> Slight fuckdoll + <<radiobutton "$tempSlave.fuckdoll" 45>> Basic fuckdoll + <<radiobutton "$tempSlave.fuckdoll" 65>> Intermediate fuckdoll + <<radiobutton "$tempSlave.fuckdoll" 85>> Advanced fuckdoll + <<radiobutton "$tempSlave.fuckdoll" 100>> Total fuckdoll + + <br><br> + ''Muscles (-100 to 100):'' + <<if $tempSlave.muscles <= -96>>@@.yellow;Frail@@ + <<elseif $tempSlave.muscles <= -31>>@@.yellow;very weak@@ + <<elseif $tempSlave.muscles <= -6>>@@.yellow;rather weak@@ + <<elseif $tempSlave.muscles <= 5>>@@.yellow;soft@@ + <<elseif $tempSlave.muscles <= 30>>@@.yellow;well built@@ + <<elseif $tempSlave.muscles <= 95>>@@.yellow;quite muscular@@ + <<else>>@@.yellow;extremely Muscular@@ <</if>> + <<textbox "$tempSlave.muscles" $tempSlave.muscles>> + <br> + <<radiobutton "$tempSlave.muscles" -98>> Frail + <<radiobutton "$tempSlave.muscles" -63>> very weak + <<radiobutton "$tempSlave.muscles" -18>> rather weak + <<radiobutton "$tempSlave.muscles" 0>> soft + <<radiobutton "$tempSlave.muscles" 17>> well built + <<radiobutton "$tempSlave.muscles" 62>> quite muscular + <<radiobutton "$tempSlave.muscles" 97>> extremely muscular + <br><br> + + ''Weight (-100 to 200):'' + <<if $tempSlave.weight > 190 >> + @@.red;extremely obese@@ + <<elseif $tempSlave.weight > 160 >> + @@.red;very obese@@ + <<elseif $tempSlave.weight > 130 >> + @@.red;obese@@ + <<elseif $tempSlave.weight > 95>> + @@.red;overweight@@ + <<elseif $tempSlave.weight > 30>> + @@.red;chubby@@ + <<elseif $tempSlave.weight > 10 >> + @@.yellow;pleasingly curvy@@ + <<elseif $tempSlave.weight >= -10>> + @@.yellow;neither too fat nor too skinny@@ + <<elseif $tempSlave.weight >= -30>> + @@.yellow;pleasingly thin@@ + <<elseif $tempSlave.weight >= -95>> + @@.red;too skinny@@ + <<else>> + @@.red;emaciated@@ + <</if>> + <<textbox "$tempSlave.weight" $tempSlave.weight>> + <br> + <<radiobutton "$tempSlave.weight" -100>> Emaciated + <<radiobutton "$tempSlave.weight" -50>> Skinny + <<radiobutton "$tempSlave.weight" -20>> Thin + <<radiobutton "$tempSlave.weight" 0>> Average + <<radiobutton "$tempSlave.weight" 20>> Curvy + <<radiobutton "$tempSlave.weight" 60>> Chubby + <<radiobutton "$tempSlave.weight" 115>> Overweight + <<radiobutton "$tempSlave.weight" 145>> Obese + <<radiobutton "$tempSlave.weight" 175>> very Obese + <<radiobutton "$tempSlave.weight" 200>> extremely Obese + + <br> + ''Waist (Masculine:100 | Ugly:55 | Unattractive:15 | Average:0 | Feminine:-15 | hourglass:-55 | Absurd:-100): '' + <<if $tempSlave.waist > 95 >> + @@.red;Masculine@@ | + <<elseif $tempSlave.waist > 40 >> + @@.red;Ugly@@ | + <<elseif $tempSlave.waist > 10 >> + @@.red;Unattractive@@ | + <<elseif $tempSlave.waist >= -10>> + @@.yellow;Average@@ | + <<elseif $tempSlave.waist >= -40>> + @@.pink;Feminine@@ | + <<elseif $tempSlave.waist >= -95 >> + @@.pink;Hourglass@@ | + <<else>> + @@.pink;Absurd@@ | + <</if>> + <<textbox "$tempSlave.waist" $tempSlave.waist>> + <br> + <<radiobutton "$tempSlave.waist" 100>> Masculine + <<radiobutton "$tempSlave.waist" 55>> Ugly + <<radiobutton "$tempSlave.waist" 15>> Unattractive + <<radiobutton "$tempSlave.waist" 0>> Average + <<radiobutton "$tempSlave.waist" -15>> Feminine + <<radiobutton "$tempSlave.waist" -55>> Hourglass + <<radiobutton "$tempSlave.waist" -100>> Absurd + + <br><br> + ''Height:'' + <<if $tempSlave.height <= 149>>@@.yellow;Petite@@ + <<elseif $tempSlave.height <= 159>>@@.yellow;Short@@ + <<elseif $tempSlave.height <= 169>>@@.yellow;Average@@ + <<elseif $tempSlave.height <= 184>>@@.yellow;Tall@@ + <<else>>@@.yellow;very Tall@@ <</if>> + <<textbox "$tempSlave.height" $tempSlave.height>> + <br> + (149 or lower: Petite, 150-159: Short, 160-169: Average, 170-184: Tall, 185 or higher: Very Tall) + + <br> + + ''Height Implant (-1 to 1):'' + <<if $tempSlave.heightImplant == -1>>@@.yellow;Artificially Shortened@@ + <<elseif $tempSlave.heightImplant == 0>>@@.yellow;Normal@@ + <<else>>@@.yellow;Artificially Lengthened@@<</if>> + <br> + <<radiobutton "$tempSlave.heightImplant" -1>> Artificially Shortened + <<radiobutton "$tempSlave.heightImplant" 0>> Normal + <<radiobutton "$tempSlave.heightImplant" 1>> Artificially Lengthened + <br> + ''Shorten tendons:'' + <<if $tempSlave.heels == 0>> + ''@@.yellow;false@@'' + <<checkbox "$tempSlave.heels" 0 1>> + <<else>> + ''@@.yellow;true@@'' + <<checkbox "$tempSlave.heels" 0 1 checked>> + <</if>> + + <br><br> + ''Shoulders (-2 to 2): '' + <<switch $tempSlave.shoulders>> + <<case -2>>@@.yellow;Very narrow@@ + <<case -1>>@@.yellow;Narrow@@ + <<case -0>>@@.yellow;Normal@@ + <<case 1>>@@.yellow;Broad@@ + <<case 2>>@@.yellow;Very broad@@ + <</switch>> + <<radiobutton "$tempSlave.shoulders" -2>> Very narrow + <<radiobutton "$tempSlave.shoulders" -1>> Narrow + <<radiobutton "$tempSlave.shoulders" -0>> Normal + <<radiobutton "$tempSlave.shoulders" 1>> Broad + <<radiobutton "$tempSlave.shoulders" 2>> Very broad + + <br> + ''Shoulder Surgery (-2 to 2): '' + <<switch $tempSlave.shouldersImplant>> + <<case -2>>@@.yellow;Adv. Narrowed@@ + <<case -1>>@@.yellow;Narrowed@@ + <<case 0>>@@.yellow;None@@ + <<case 1>>@@.yellow;Broadened@@ + <<case 2>>@@.yellow;Adv. Broadened@@ + <</switch>> + <<radiobutton "$tempSlave.shouldersImplant" -2>> Adv. Narrowed + <<radiobutton "$tempSlave.shouldersImplant" -1>> Narrowed + <<radiobutton "$tempSlave.shouldersImplant" -0>> None + <<radiobutton "$tempSlave.shouldersImplant" 1>> Broadened + <<radiobutton "$tempSlave.shouldersImplant" 2>> Adv. Broadened + + <br> + ''Hips (-2 to 2): '' + <<switch $tempSlave.hips>> + <<case -2>>@@.yellow;Very narrow@@ + <<case -1>>@@.yellow;Narrow@@ + <<case -0>>@@.yellow;Normal@@ + <<case 1>>@@.yellow;Broad@@ + <<case 2>>@@.yellow;Very broad@@ + <</switch>> + <<radiobutton "$tempSlave.hips" -2>> Very narrow + <<radiobutton "$tempSlave.hips" -1>> Narrow + <<radiobutton "$tempSlave.hips" -0>> Normal + <<radiobutton "$tempSlave.hips" 1>> Broad + <<radiobutton "$tempSlave.hips" 2>> Very broad + + <br> + ''Hip Surgery(-2 to 2): '' + <<switch $tempSlave.hipsImplant>> + <<case -2>>@@.yellow;Adv. Narrowed@@ + <<case -1>>@@.yellow;Narrowed@@ + <<case 0>>@@.yellow;None@@ + <<case 1>>@@.yellow;Broadened@@ + <<case 2>>@@.yellow;Adv. Broadened@@ + <</switch>> + <<radiobutton "$tempSlave.hipsImplant" -2>> Adv. Narrowed + <<radiobutton "$tempSlave.hipsImplant" -1>> Narrowed + <<radiobutton "$tempSlave.hipsImplant" -0>> None + <<radiobutton "$tempSlave.hipsImplant" 1>> Broadened + <<radiobutton "$tempSlave.hipsImplant" 2>> Adv. Broadened + <br> +<</widget>> + +<<widget BellyTab>> + <br><br> + ''Belly Implant( 0= No Implant, 1-35000 = Capacity of the Implant ):'' + <<if $tempSlave.bellyImplant >= 32000>> @@.yellow;hyperpregnant 2@@ + <<elseif $tempSlave.bellyImplant >= 16000>> @@.yellow;hyperpregnant 1@@ + <<elseif $tempSlave.bellyImplant >= 8000>> @@.yellow;looks full term@@ + <<elseif $tempSlave.bellyImplant >= 4000>> @@.yellow;looks pregnant@@ + <<elseif $tempSlave.bellyImplant >= 2000>> @@.yellow;looks like early pregnancy@@ + <<elseif $tempSlave.bellyImplant >= 1 >> @@.yellow;Implanted@@ + <<elseif $tempSlave.bellyImplant == 0 >> @@.yellow;No Implant@@ + <</if>> + <br> + <<textbox "$tempSlave.bellyImplant" $tempSlave.bellyImplant>> + <br><br> + ''Belly sagging:''@@.yellow;$tempSlave.bellySag@@ <br> + <<textbox "$tempSlave.bellySag" $tempSlave.bellySag>> + <br> + ''Ruptured Internals:'' + <<if $tempSlave.burst == 0>> + @@.yellow;false@@ + <<checkbox "$tempSlave.burst" 0 1>> + <<else>> + @@.yellow;true@@ + <<checkbox "$tempSlave.burst" 0 1 checked>> + <</if>> + <br><br> +<</widget>> + +<<widget BreastsTab>> + <br> + ''Breasts (200 to 24000):'' + <<textbox "$tempSlave.boobs" $tempSlave.boobs>> + <br> + ''Breast Implants:'' + <<textbox "$tempSlave.boobsImplant" $tempSlave.boobsImplant>> + <br> + ''Breast String Implants:'' + <<if $tempSlave.boobsImplantType == 0>>@@.yellow;No@@ | + <<else>>@@.yellow;Yes@@ | <</if>> + <<radiobutton "$tempSlave.boobsImplantType" 0>> No + <<radiobutton "$tempSlave.boobsImplantType" 1>> Yes + <br> + + ''Lactation (none:0 | natural:1 | artificial:2):'' + <<switch $tempSlave.lactation>> + <<case 0>>@@.yellow;None@@ + <<case 1>>@@.yellow;Natural@@ + <<case 2>>@@.yellow;Artificial@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.lactation" 0>> None + <<radiobutton "$tempSlave.lactation" 1>> Natural + <<radiobutton "$tempSlave.lactation" 2>> Artificial + + <br><br> + + ''Breast Shape: @@.yellow;$tempSlave.boobShape@@'' + <br> + <<radiobutton "$tempSlave.boobShape" "normal">> normal + <<radiobutton "$tempSlave.boobShape" "perky">> perky + <<radiobutton "$tempSlave.boobShape" "torpedo-shaped">> torpedo-shaped + <<radiobutton "$tempSlave.boobShape" "wide-set">> wide-set + <<radiobutton "$tempSlave.boobShape" "downward-facing">> downward-facing + <<radiobutton "$tempSlave.boobShape" "saggy">> saggy + + <br> + + ''Nipples: @@.yellow;$tempSlave.nipples@@ |'' + <<radiobutton "$tempSlave.nipples" "tiny">> Tiny + <<radiobutton "$tempSlave.nipples" "cute">> Cute + <<radiobutton "$tempSlave.nipples" "puffy">> Puffy + <<radiobutton "$tempSlave.nipples" "inverted">> Inverted + <<radiobutton "$tempSlave.nipples" "huge">> Huge + + <br> + + ''Areolae (Normal:0 to Huge:3): '' + <<switch $tempSlave.areolae>> + <<case 0>>@@.yellow;Normal@@ + <<case 1>>@@.yellow;Large@@ + <<case 2>>@@.yellow;Wide@@ + <<case 3>>@@.yellow;Huge@@ + <<case 4>>@@.yellow;Heart-shaped@@ + <<case 5>>@@.yellow;Star-shaped@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.areolae" 0>> Normal + <<radiobutton "$tempSlave.areolae" 1>> Large + <<radiobutton "$tempSlave.areolae" 2>> Wide + <<radiobutton "$tempSlave.areolae" 3>> Huge + <<radiobutton "$tempSlave.areolae" 4>> Heart-shaped + <<radiobutton "$tempSlave.areolae" 5>> Star-shaped + <br> +<</widget>> + +<<widget ButtTab>> + <br> + ''Butt Size (1 to 7): '' + <<textbox "$tempSlave.butt" $tempSlave.butt>> + <br> + ''Butt Implants (0,1,2,3): | + <<switch $tempSlave.buttImplant>> + <<case 0>>@@.yellow;None@@ + <<case 1>>@@.yellow;Normal@@ + <<case 2>>@@.yellow;Large@@ + <<case 3>>@@.yellow;Huge@@ + <</switch>> + <<radiobutton "$tempSlave.buttImplant" 0>> None + <<radiobutton "$tempSlave.buttImplant" 1>> Normal + <<radiobutton "$tempSlave.buttImplant" 2>> Large + <<radiobutton "$tempSlave.buttImplant" 3>> Huge + <br> + ''Butt String Implants: '' + <<if $tempSlave.buttImplantType == 0>> + @@.yellow;No@@ + <<checkbox "$tempSlave.buttImplantType" 0 1>> + <<else>> + @@.yellow;Yes@@ + <<checkbox "$tempSlave.buttImplantType" 0 1 checked>> + <</if>> + <br><br> + ''Anus Size:'' + <<if $tempSlave.anus == 0>>@@.lime;Virgin.@@ + <<elseif $tempSlave.anus == 1>>@@.yellow;Normal@@. + <<elseif $tempSlave.anus == 2>>@@.yellow;Veteran@@. + <<else>>@@.yellow;Gaping@@. + <</if>> + <br> + <<radiobutton "$tempSlave.anus" 0>> Virgin + <<radiobutton "$tempSlave.anus" 1>> Normal + <<radiobutton "$tempSlave.anus" 2>> Veteran + <<radiobutton "$tempSlave.anus" 3>> Gaping + <br> +<</widget>> + +<<widget VagTab>> + <br> + ''Vagina (no vagina:-1,0,1,2,3):'' + <<if $tempSlave.vagina == -1>> + //No vagina.// + <<elseif $tempSlave.vagina == 0>> + @@.lime;Virgin@@. + <<elseif $tempSlave.vagina == 1>> + @@.yellow;Normal@@. + <<elseif $tempSlave.vagina == 2>> + @@.yellow;Veteran@@. + <<else>> + @@.yellow;Gaping@@. + <</if>> + <br> + <<radiobutton "$tempSlave.vagina" -1>> No vagina + <<radiobutton "$tempSlave.vagina" 0>> Virgin + <<radiobutton "$tempSlave.vagina" 1>> Normal + <<radiobutton "$tempSlave.vagina" 2>> Veteran + <<radiobutton "$tempSlave.vagina" 3>> Gaping + + <br> + + ''Vagina Wetness (0,1,2):'' + <<if $tempSlave.vaginaLube == 0>> + @@.yellow;Dry@@. + <<elseif $tempSlave.vaginaLube == 1>> + @@.yellow;Normal@@. + <<else>> + @@.yellow;Excessive@@. + <</if>> + <br> + <<radiobutton "$tempSlave.vaginaLube" 0>> Dry + <<radiobutton "$tempSlave.vaginaLube" 1>> Normal + <<radiobutton "$tempSlave.vaginaLube" 2>> Excessive + + <br> + + ''Clit:'' + <<if $tempSlave.clit == 0>> + @@.yellow;Normal@@. | + <<elseif $tempSlave.clit == 1>> + @@.yellow;Big@@. | + <<elseif $tempSlave.clit == 2>> + @@.yellow;Huge@@. | + <<else>> + @@.yellow;Enormous@@. | + <</if>> + <<radiobutton "$tempSlave.clit" 0>> Normal + <<radiobutton "$tempSlave.clit" 1>> Large + <<radiobutton "$tempSlave.clit" 2>> Huge + <<radiobutton "$tempSlave.clit" 3>> Enormous + + + <br> + + ''Labia:'' + <<if $tempSlave.labia == 0>> + @@.yellow;Minimal@@. | + <<elseif $tempSlave.labia == 1>> + @@.yellow;Normal@@. | + <<elseif $tempSlave.labia == 2>> + @@.yellow;Large@@. | + <<else>> + @@.yellow;Huge@@. | + <</if>> + <<radiobutton "$tempSlave.labia" 0>> Minimal + <<radiobutton "$tempSlave.labia" 1>> Normal + <<radiobutton "$tempSlave.labia" 2>> Large + <<radiobutton "$tempSlave.labia" 3>> Huge + + <br><br> + + ''Puberty (pre: 0 | post: 1):'' + <<if ($tempSlave.pubertyXX == 1)||(ndef $tempSlave.pubertyXX)>> + @@.yellow;Post puberty@@ + <<checkbox "$tempSlave.pubertyXX" 0 1 checked>> + <<else>> + @@.yellow;Pre puberty@@ + <<checkbox "$tempSlave.pubertyXX" 0 1>> + <</if>> + + <br> + + ''Puberty Age:'' @@.yellow;$tempSlave.pubertyAgeXX@@ + <<textbox "$tempSlave.pubertyAgeXX" $tempSlave.pubertyAgeXX>> + <br> + + ''Cervix Implant:'' + <<if $tempSlave.cervixImplant == 0>> + @@.yellow;None@@ + <<checkbox "$tempSlave.cervixImplant" 0 1>> + <<else>> + @@.yellow;Implanted@@ + <<checkbox "$tempSlave.cervixImplant" 0 1 checked>> + <</if>> + + <br> + + ''C-Section scar:'' + <<if $tempSlave.cSec == 0>> + @@.yellow;false@@ + <<checkbox "$tempSlave.cSec" 0 1>> + <<else>> + @@.yellow;false@@ + <<checkbox "$tempSlave.cSec" 0 1 checked>> + <</if>> + + <br> + + ''Breeding mark (only for Eugenic Societies): + <<if $tempSlave.breedingMark == 1>> + @@.yellow;true@@ + <<checkbox "$tempSlave.breedingMark" 0 1 checked>> + <<else>> + @@.yellow;false@@ + <<checkbox "$tempSlave.breedingMark" 0 1>> + <</if>> + + <br><br> + ''Ovaries (none: 0 | exist: 1):'' + <<if $tempSlave.ovaries == 1>> + @@.yellow;exist@@ + <<checkbox "$tempSlave.ovaries" 0 1 checked>> + <<else>> + @@.yellow;none@@ + <<checkbox "$tempSlave.ovaries" 0 1>> + <</if>> + + <br> + ''Analwomb:'' + <<if $tempSlave.mpreg == 0>> + @@.yellow;not implanted@@ + <<checkbox "$tempSlave.mpreg" 0 1>> + <<else>> + @@.yellow;Implanted@@ + <<checkbox "$tempSlave.mpreg" 0 1 checked>> + <</if>> + <br> + + ''Pregnancy Level (-2: sterile, -1: contraceptives, 0: not pregnant, 1 to 25: pregnant):'' + <<if $tempSlave.preg > 20>> + @@.yellow;Advanced@@. + <<elseif $tempSlave.preg > 5>> + @@.yellow;Early@@. + <<elseif $tempSlave.preg == 0>> + @@.yellow;None@@. + <<elseif $tempSlave.preg == -1>> + @@.yellow;Using contraceptives@@. + <<else>> + @@.yellow;Sterile@@. + <</if>> + <<textbox "$tempSlave.preg" $tempSlave.preg>> + + <br> + ''Number of babies (0: none, 1 - 5):'' + <<if $tempSlave.pregType == 1>> + @@.yellow;A single baby@@. + <<elseif $tempSlave.pregType == 2>> + @@.yellow;Twins@@. + <<elseif $tempSlave.pregType == 3>> + @@.yellow;Triples@@. + <<elseif $tempSlave.pregType == 4>> + @@.yellow;Quadruplets@@. + <<elseif $tempSlave.pregType > 4>> + @@.yellow;Quintuplets@@. + <<else>> + @@.yellow;None@@. + <</if>> + <<textbox "$tempSlave.pregType" $tempSlave.pregType>> + <br> + <<radiobutton "$tempSlave.pregType" 0>> None + <<radiobutton "$tempSlave.pregType" 1>> Single + <<radiobutton "$tempSlave.pregType" 2>> Twins + <<radiobutton "$tempSlave.pregType" 3>> Triplets + <<radiobutton "$tempSlave.pregType" 4>> Quadruplets + <<radiobutton "$tempSlave.pregType" 5>> Quintuplets + + <br> + ''Father (0: none, -1: you, -2: unknown, slave ID):'' + <<textbox "$tempSlave.pregSource" $tempSlave.pregSource>> + <br> +<</widget>> + +<<widget PenisTab>> + <br> + ''Penis (none:0, 1 to 10):'' + <<if $tempSlave.dick == 0>> + @@.yellow;None@@. + <<elseif $tempSlave.dick == 1>> + @@.yellow;Tiny@@. + <<elseif $tempSlave.dick == 2>> + @@.yellow;Small@@. + <<elseif $tempSlave.dick == 3>> + @@.yellow;Normal@@. + <<elseif $tempSlave.dick == 4>> + @@.yellow;Large@@. + <<elseif $tempSlave.dick == 5>> + @@.yellow;Massive@@. + <<elseif $tempSlave.dick == 6>> + @@.yellow;Huger@@ + <<elseif $tempSlave.dick == 7>> + @@.yellow;Still huge@@. + <<elseif $tempSlave.dick == 8>> + @@.yellow;Enormous@@. + <<elseif $tempSlave.dick == 9>> + @@.yellow;Monstrous@@. + <<else>> + @@.yellow;Big McLargeHuge@@. + <</if>> + <<textbox "$tempSlave.dick" $tempSlave.dick>> + <br> + <<radiobutton "$tempSlave.dick" 0>> None + <<radiobutton "$tempSlave.dick" 1>> Tiny + <<radiobutton "$tempSlave.dick" 2>> Small + <<radiobutton "$tempSlave.dick" 3>> Normal + <<radiobutton "$tempSlave.dick" 4>> Large + <<radiobutton "$tempSlave.dick" 5>> Massive + <<radiobutton "$tempSlave.dick" 6>> Huge + <<radiobutton "$tempSlave.dick" 7>> More Huge + <<radiobutton "$tempSlave.dick" 8>> Enormous + <<radiobutton "$tempSlave.dick" 9>> Monstrous + <<radiobutton "$tempSlave.dick" 10>> Big McLargeHuge + + <br> + ''Foreskin also Clithood if there is no Dick (0 to 10):'' + <<if $tempSlave.foreskin == 0>> @@.yellow;None@@. + <<elseif $tempSlave.foreskin == 1>> @@.yellow;Tiny@@. + <<elseif $tempSlave.foreskin == 2>> @@.yellow;Small@@. + <<elseif $tempSlave.foreskin == 3>> @@.yellow;Normal@@. + <<elseif $tempSlave.foreskin == 4>> @@.yellow;Large@@. + <<elseif $tempSlave.foreskin == 5>> @@.yellow;Massive@@. + <<elseif $tempSlave.foreskin == 6>> @@.yellow;Huger@@ + <<elseif $tempSlave.foreskin == 7>> @@.yellow;Still huge@@. + <<elseif $tempSlave.foreskin == 8>> @@.yellow;Enormous@@. + <<elseif $tempSlave.foreskin == 9>> @@.yellow;Monstrous@@. + <<else>> @@.yellow;Big McLargeHuge@@. + <</if>> + <<textbox "$tempSlave.foreskin" $tempSlave.foreskin>> + <br> + <<radiobutton "$tempSlave.foreskin" 0>> None + <<radiobutton "$tempSlave.foreskin" 1>> Vestigial + <<radiobutton "$tempSlave.foreskin" 2>> Small + <<radiobutton "$tempSlave.foreskin" 3>> Normal + <<radiobutton "$tempSlave.foreskin" 4>> Large + <<radiobutton "$tempSlave.foreskin" 5>> Massive + <<radiobutton "$tempSlave.foreskin" 6>> Huge + <<radiobutton "$tempSlave.foreskin" 7>> More Huge + <<radiobutton "$tempSlave.foreskin" 8>> Enormous + <<radiobutton "$tempSlave.foreskin" 9>> Monstrous + <<radiobutton "$tempSlave.foreskin" 10>> Big McLargeHuge + + <br><br> + + ''Testicles (0 to 6):'' + <<if $tempSlave.balls == 0>> + @@.yellow;None@@. + <<elseif $tempSlave.balls == 1>> + @@.yellow;Vestigial@@. + <<elseif $tempSlave.balls == 2>> + @@.yellow;Small@@. + <<elseif $tempSlave.balls == 3>> + @@.yellow;Normal@@. + <<elseif $tempSlave.balls == 4>> + @@.yellow;Large@@. + <<elseif $tempSlave.balls == 5>> + @@.yellow;Huge@@. + <<else>> + @@.yellow;Titanic@@. + <</if>> + <<textbox "$tempSlave.balls" $tempSlave.balls>> + <br> + <<radiobutton "$tempSlave.balls" 0>> None / Invisible + <<radiobutton "$tempSlave.balls" 1>> Vestigial + <<radiobutton "$tempSlave.balls" 2>> Small + <<radiobutton "$tempSlave.balls" 3>> Normal + <<radiobutton "$tempSlave.balls" 4>> Large + <<radiobutton "$tempSlave.balls" 5>> Huge + <<radiobutton "$tempSlave.balls" 6>> Titanic + + <br> + + ''Ballsack (0 to 8):'' + <<if $tempSlave.scrotum == 0>> + @@.yellow;None@@. + <<elseif $tempSlave.scrotum == 1>> + @@.yellow;Vestigial@@. + <<elseif $tempSlave.scrotum == 2>> + @@.yellow;Small@@. + <<elseif $tempSlave.scrotum == 3>> + @@.yellow;Normal@@. + <<elseif $tempSlave.scrotum == 4>> + @@.yellow;Large@@. + <<elseif $tempSlave.scrotum == 5>> + @@.yellow;Huge@@. + <<elseif $tempSlave.scrotum == 6>> + @@.yellow;Massive@@. + <<elseif $tempSlave.scrotum == 7>> + @@.yellow;Enormous@@. + <<else>> + @@.yellow;Monstrous@@. + <</if>> + <<textbox "$tempSlave.scrotum" $tempSlave.scrotum>> + <br> + <<radiobutton "$tempSlave.scrotum" 0>> None + <<radiobutton "$tempSlave.scrotum" 1>> Vestigial + <<radiobutton "$tempSlave.scrotum" 2>> Small + <<radiobutton "$tempSlave.scrotum" 3>> Normal + <<radiobutton "$tempSlave.scrotum" 4>> Large + <<radiobutton "$tempSlave.scrotum" 5>> Huge + <<radiobutton "$tempSlave.scrotum" 6>> Massive + <<radiobutton "$tempSlave.scrotum" 7>> Enormous + <<radiobutton "$tempSlave.scrotum" 8>> Monstrous + + <br><br> + + ''Prostate (0: no prostate, 1:prostate, 2:hyperactive, 3:hyperactive-modified):'' + <<switch $tempSlave.prostate>> + <<case 0>> @@.yellow;No prostate@@ + <<case 1>> @@.yellow;Prostate@@ + <<case 2>> @@.yellow;Hyperactive prostate@@ + <<case 3>> @@.yellow;Hyperactive modified prostate@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.prostate" 0>> No prostate + <<radiobutton "$tempSlave.prostate" 1>> Prostate + <<radiobutton "$tempSlave.prostate" 2>> Hyperactive prostate + <<radiobutton "$tempSlave.prostate" 3>> Hyperactive modified prostate + <br> + + ''Puberty (pre: 0 | post: 1):'' + <<if ($tempSlave.pubertyXY == 1)||(ndef $tempSlave.pubertyXY)>> + @@.yellow;Post puberty@@ + <<checkbox "$tempSlave.pubertyXY" 0 1 checked>> + <<else>> + @@.yellow;Pre puberty@@ + <<checkbox "$tempSlave.pubertyXY" 0 1>> + <</if>> + + <br> + ''Puberty Age:'' @@.yellow;$tempSlave.pubertyAgeXY@@ + <<textbox "$tempSlave.pubertyAgeXY" $tempSlave.pubertyAgeXY>> + <br> +<</widget>> + +<<widget SkillsTab>> + <br> + ''Oral sex (0 to 100):'' + <<if $tempSlave.oralSkill <= 10>> + @@.yellow;Unskilled@@. + <<elseif $tempSlave.oralSkill <= 30>> + @@.cyan;Basic.@@ + <<elseif $tempSlave.oralSkill <= 60>> + @@.cyan;Skilled.@@ + <<elseif $tempSlave.oralSkill < 100>> + @@.cyan;Expert.@@ + <<else>> + @@.cyan;Masterful.@@ + <</if>> + <<textbox "$tempSlave.oralSkill" $tempSlave.oralSkill>> + <br> + <<radiobutton "$tempSlave.oralSkill" 0>> Unskilled + <<radiobutton "$tempSlave.oralSkill" 15>> Basic + <<radiobutton "$tempSlave.oralSkill" 35>> Skilled + <<radiobutton "$tempSlave.oralSkill" 65>> Expert + <<radiobutton "$tempSlave.oralSkill" 100>> Masterful + + <<if $tempSlave.vagina > -1>> + <br> + + ''Vaginal sex (0 to 100):'' + <<if $tempSlave.vaginalSkill <= 10>> + @@.yellow;Unskilled@@. + <<elseif $tempSlave.vaginalSkill <= 30>> + @@.cyan;Basic.@@ + <<elseif $tempSlave.vaginalSkill <= 60>> + @@.cyan;Skilled.@@ + <<elseif $tempSlave.vaginalSkill < 100>> + @@.cyan;Expert.@@ + <<else>> + @@.cyan;Masterful.@@ + <</if>> + <<textbox "$tempSlave.vaginalSkill" $tempSlave.vaginalSkill>> + <br> + <<radiobutton "$tempSlave.vaginalSkill" 0>> Unskilled + <<radiobutton "$tempSlave.vaginalSkill" 15>> Basic + <<radiobutton "$tempSlave.vaginalSkill" 35>> Skilled + <<radiobutton "$tempSlave.vaginalSkill" 65>> Expert + <<radiobutton "$tempSlave.vaginalSkill" 100>> Masterful + <</if>> + + <br> + + ''Anal sex (0 to 100):'' + <<if $tempSlave.analSkill <= 10>> + @@.yellow;Unskilled@@. + <<elseif $tempSlave.analSkill <= 30>> + @@.cyan;Basic.@@ + <<elseif $tempSlave.analSkill <= 60>> + @@.cyan;Skilled.@@ + <<elseif $tempSlave.analSkill < 100>> + @@.cyan;Expert.@@ + <<else>> + @@.cyan;Masterful.@@ + <</if>> + <<textbox "$tempSlave.analSkill" $tempSlave.analSkill>> + <br> + <<radiobutton "$tempSlave.analSkill" 0>> Unskilled + <<radiobutton "$tempSlave.analSkill" 15>> Basic + <<radiobutton "$tempSlave.analSkill" 35>> Skilled + <<radiobutton "$tempSlave.analSkill" 65>> Expert + <<radiobutton "$tempSlave.analSkill" 100>> Masterful + <br> + ''Prostitution (0 to 100):'' + <<if $tempSlave.whoreSkill <= 10>> + @@.yellow;Unskilled@@. + <<elseif $tempSlave.whoreSkill <= 30>> + @@.cyan;Basic.@@ + <<elseif $tempSlave.whoreSkill <= 60>> + @@.cyan;Skilled.@@ + <<elseif $tempSlave.whoreSkill < 100>> + @@.cyan;Expert.@@ + <<else>> + @@.cyan;Masterful.@@ + <</if>> + <<textbox "$tempSlave.whoreSkill" $tempSlave.whoreSkill>> + <br> + <<radiobutton "$tempSlave.whoreSkill" 0>> Unskilled + <<radiobutton "$tempSlave.whoreSkill" 15>> Basic + <<radiobutton "$tempSlave.whoreSkill" 35>> Skilled + <<radiobutton "$tempSlave.whoreSkill" 65>> Expert + <<radiobutton "$tempSlave.whoreSkill" 100>> Masterful + + <br> + + ''Entertainment (0 to 100):'' + <<if $tempSlave.entertainSkill <= 10>> + @@.yellow;Unskilled@@. + <<elseif $tempSlave.entertainSkill <= 30>> + @@.cyan;Basic.@@ + <<elseif $tempSlave.entertainSkill <= 60>> + @@.cyan;Skilled.@@ + <<elseif $tempSlave.entertainSkill < 100>> + @@.cyan;Expert.@@ + <<else>> + @@.cyan;Masterful.@@ + <</if>> + <<textbox "$tempSlave.entertainSkill" $tempSlave.entertainSkill>> + <br> + <<radiobutton "$tempSlave.entertainSkill" 0>> Unskilled + <<radiobutton "$tempSlave.entertainSkill" 15>> Basic + <<radiobutton "$tempSlave.entertainSkill" 35>> Skilled + <<radiobutton "$tempSlave.entertainSkill" 65>> Expert + <<radiobutton "$tempSlave.entertainSkill" 100>> Masterful + + <br> + + ''Combat (0,1):'' + <<if $tempSlave.combatSkill == 0>> + @@.yellow;Unskilled@@. + <<else>> + @@.cyan;Skilled.@@ + <</if>> + <<radiobutton "$tempSlave.combatSkill" 0>> Unskilled + <<radiobutton "$tempSlave.combatSkill" 1>> Skilled + <br> +<</widget>> + +<<widget InteliTab>> + <br> + ''Intelligence (-3 to 3):'' + <<if $tempSlave.intelligence == 3>> + @@.deepskyblue;Brilliant.@@ + <<elseif $tempSlave.intelligence == 2>> + @@.deepskyblue;Very Smart.@@ + <<elseif $tempSlave.intelligence == 1>> + @@.deepskyblue;Smart.@@ + <<elseif $tempSlave.intelligence == 0>> + @@.yellow;Average@@. + <<elseif $tempSlave.intelligence == -1>> + @@.orangered;Stupid.@@ + <<elseif $tempSlave.intelligence == -2>> + @@.orangered;Very Stupid.@@ + <<else>> + @@.orangered;Moronic.@@ + <</if>> + <br> + <<radiobutton "$tempSlave.intelligence" -3>> Moronic + <<radiobutton "$tempSlave.intelligence" -2>> Very Stupid + <<radiobutton "$tempSlave.intelligence" -1>> Stupid + <<radiobutton "$tempSlave.intelligence" 0>> Average + <<radiobutton "$tempSlave.intelligence" 1>> Smart + <<radiobutton "$tempSlave.intelligence" 2>> Very Smart + <<radiobutton "$tempSlave.intelligence" 3>> Brilliant + <br> + ''Education (0,1):'' + <<if $tempSlave.intelligenceImplant == 1>> + @@.deepskyblue;Educated.@@ + <<else>> + @@.yellow;Uneducated@@. + <</if>> + <<radiobutton "$tempSlave.intelligenceImplant" 0>> Uneducated + <<radiobutton "$tempSlave.intelligenceImplant" 1>> Educated + <br> +<</widget>> + +<<widget FetSexTab>> + <br> + ''Fetish Known: '' + <<if $tempSlave.fetishKnown == 0>> + @@.yellow;Unknown@@ + <<checkbox "$tempSlave.fetishKnown" 0 1>> + <<else>> + @@.yellow;Known@@ + <<checkbox "$tempSlave.fetishKnown" 0 1 checked>> + <</if>> + + <br> + + <<if $tempSlave.fetish == "none">> + ''Fetish:'' @@.pink;$tempSlave.fetish.@@ + <<else>> + ''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@ + <</if>> + <br> + <<radiobutton "$tempSlave.fetish" "none">> None + <<radiobutton "$tempSlave.fetish" "submissive">> Submissive + <<radiobutton "$tempSlave.fetish" "dom">> Dom + <<radiobutton "$tempSlave.fetish" "cumslut">> Cumslut + <<radiobutton "$tempSlave.fetish" "humiliation">> Humiliation + <<radiobutton "$tempSlave.fetish" "buttslut">> Buttslut + <<radiobutton "$tempSlave.fetish" "boobs">> Boobs + <<radiobutton "$tempSlave.fetish" "pregnancy">> Pregnancy + <<radiobutton "$tempSlave.fetish" "sadist">> Sadist + <<radiobutton "$tempSlave.fetish" "masochist">> Masochist + + <br> + + ''Fetish strength (0 to 100):'' + <<if $tempSlave.fetishStrength > 95>> + @@.lightcoral;High.@@ + <<elseif $tempSlave.fetishStrength <= 60>> + @@.pink;Low.@@ + <<else>> + @@.hotpink;Normal.@@ + <</if>> + <<textbox "$tempSlave.fetishStrength" $tempSlave.fetishStrength>> + <br> + <<radiobutton "$tempSlave.fetishStrength" 0>> Low + <<radiobutton "$tempSlave.fetishStrength" 70>> Normal + <<radiobutton "$tempSlave.fetishStrength" 100>> High + <br><br> + ''Sexuality (unknown:0 | known:1): '' + <<if $tempSlave.attrKnown == 0>> + @@.yellow;Unknown@@ + <<checkbox "$tempSlave.attrKnown" 0 1>> + <<else>> + @@.yellow;Known@@ + <<checkbox "$tempSlave.attrKnown" 0 1 checked>> + <</if>> + + <br> + ''Male Attraction (0 - 100):'' + <<if $tempSlave.attrXY <= 5>> + @@.red;Disgusted by guys,@@ + <<elseif $tempSlave.attrXY <= 15>> + @@.red;Turned off by guys,@@ + <<elseif $tempSlave.attrXY <= 35>> + @@.red;Not attracted to guys,@@ + <<elseif $tempSlave.attrXY <= 65>> + Indifferent to guys, + <<elseif $tempSlave.attrXY <= 85>> + @@.green;Attracted to guys,@@ + <<elseif $tempSlave.attrXY <= 95>> + @@.green;Aroused by guys,@@ + <<else>> + @@.green;Passionate about guys,@@ + <</if>> + <<textbox "$tempSlave.attrXY" $tempSlave.attrXY>> + <br> + <<radiobutton "$tempSlave.attrXY" 0>> Disgusted by guys + <<radiobutton "$tempSlave.attrXY" 10>> Turned off by guys + <<radiobutton "$tempSlave.attrXY" 20>> Not attracted to guys + <<radiobutton "$tempSlave.attrXY" 50>> Indifferent to guys + <<radiobutton "$tempSlave.attrXY" 80>> Attracted to guys + <<radiobutton "$tempSlave.attrXY" 90>> Aroused by guys + <<radiobutton "$tempSlave.attrXY" 100>> Passionate about guys + + <br> + ''Female Attraction (0 - 100):'' + <<if $tempSlave.attrXX <= 5>> + @@.red;disgusted by girls.@@ + <<elseif $tempSlave.attrXX <= 15>> + @@.red;turned off by girls.@@ + <<elseif $tempSlave.attrXX <= 35>> + @@.red;not attracted to girls.@@ + <<elseif $tempSlave.attrXX <= 65>> + indifferent to girls. + <<elseif $tempSlave.attrXX <= 85>> + @@.green;attracted to girls.@@ + <<elseif $tempSlave.attrXX <= 95>> + @@.green;aroused by girls.@@ + <<else>> + @@.green;passionate about girls.@@ + <</if>> + <<textbox "$tempSlave.attrXX" $tempSlave.attrXX>> + <br> + <<radiobutton "$tempSlave.attrXX" 0>> Disgusted by girls + <<radiobutton "$tempSlave.attrXX" 10>> Turned off by girls + <<radiobutton "$tempSlave.attrXX" 20>> Not attracted to girls + <<radiobutton "$tempSlave.attrXX" 50>> Indifferent to girls + <<radiobutton "$tempSlave.attrXX" 80>> Attracted to girls + <<radiobutton "$tempSlave.attrXX" 90>> Aroused by girls + <<radiobutton "$tempSlave.attrXX" 100>> Passionate about girls + + <br> + ''Sex drive (0 - 100):'' + <<if $tempSlave.energy == 100>> + @@.green;Nympho!@@ + <<elseif $tempSlave.energy > 80>> + @@.green;Sex addict.@@ + <<elseif $tempSlave.energy > 60>> + @@.green;Powerful.@@ + <<elseif $tempSlave.energy > 40>> + @@.yellow;Average.@@ + <<elseif $tempSlave.energy > 20>> + @@.red;Poor.@@ + <<else>> + @@.red;Frigid.@@ + <</if>> + <<textbox "$tempSlave.energy" $tempSlave.energy>> + <br> +<</widget>> + +<<widget StatisticTab>> + <br> + ''Penetrative Sex: ''@@.yellow;$tempSlave.penetrativeCount@@ | + <<textbox "$tempSlave.penetrativeCount" $tempSlave.penetrativeCount>><br> + ''Oral Sex: ''@@.yellow;$tempSlave.oralCount@@ | + <<textbox "$tempSlave.oralCount" $tempSlave.oralCount>><br> + ''Vaginal Sex: ''@@.yellow;$tempSlave.vaginalCount@@ | + <<textbox "$tempSlave.vaginalCount" $tempSlave.vaginalCount>><br> + ''Anal Sex: ''@@.yellow;$tempSlave.analCount@@ | + <<textbox "$tempSlave.analCount" $tempSlave.analCount>><br> + ''Public Sex: ''@@.yellow;$tempSlave.publicCount@@ | + <<textbox "$tempSlave.publicCount" $tempSlave.publicCount>><br> + ''Titjobs: ''@@.yellow;$tempSlave.mammaryCount@@ | + <<textbox "$tempSlave.mammaryCount" $tempSlave.mammaryCount>><br> + <br> + ''Total Births: ''@@.yellow;$tempSlave.birthsTotal@@ | + <<textbox "$tempSlave.birthsTotal" $tempSlave.birthsTotal>><br> + ''Kills in the Pit: ''@@.yellow;$tempSlave.pitKills@@ | + <<textbox "$tempSlave.pitKills" $tempSlave.pitKills>><br> +<</widget>> + +<<widget FlaQuiTab>> + <br> + ''Behavioral Flaw:'' + <<if $tempSlave.behavioralFlaw == "none">> + //$tempSlave.behavioralFlaw.// + <<else>> + @@.red;$tempSlave.behavioralFlaw.@@ + <</if>> + <br> + <<radiobutton "$tempSlave.behavioralFlaw" "none">> None + <<radiobutton "$tempSlave.behavioralFlaw" "arrogant">> Arrogant + <<radiobutton "$tempSlave.behavioralFlaw" "bitchy">> Bitchy + <<radiobutton "$tempSlave.behavioralFlaw" "odd">> Odd + <<radiobutton "$tempSlave.behavioralFlaw" "hates men">> Men + <<radiobutton "$tempSlave.behavioralFlaw" "hates women">> Women + <<radiobutton "$tempSlave.behavioralFlaw" "anorexic">> Anorexic + <<radiobutton "$tempSlave.behavioralFlaw" "gluttonous">> Gluttonous + <<radiobutton "$tempSlave.behavioralFlaw" "devout">> Devout + <<radiobutton "$tempSlave.behavioralFlaw" "liberated">> Liberated + + <br><br> + + ''Behavioral Quirk:'' + <<if $tempSlave.behavioralQuirk == "none">> + //$tempSlave.behavioralQuirk.// + <<else>> + @@.green;$tempSlave.behavioralQuirk.@@ + <</if>> + <br> + <<radiobutton "$tempSlave.behavioralQuirk" "none">> None + <<radiobutton "$tempSlave.behavioralQuirk" "confident">> Confident + <<radiobutton "$tempSlave.behavioralQuirk" "cutting">> Cutting + <<radiobutton "$tempSlave.behavioralQuirk" "funny">> Funny + <<radiobutton "$tempSlave.behavioralQuirk" "adores women">> Adores Women + <<radiobutton "$tempSlave.behavioralQuirk" "adores men">> Adores Men + <<radiobutton "$tempSlave.behavioralQuirk" "insecure">> Insecure + <<radiobutton "$tempSlave.behavioralQuirk" "fitness">> Fitness + <<radiobutton "$tempSlave.behavioralQuirk" "sinful">> Sinful + <<radiobutton "$tempSlave.behavioralQuirk" "advocate">> Advocate + <<if $tempSlave.behavioralQuirk != "none">> + <<set $tempSlave.behavioralFlaw = "none">> + <</if>> + + <br><br> + + ''Sexual Flaw / Paraphilias:'' + <<if $tempSlave.sexualFlaw == "none">> + //$tempSlave.sexualFlaw.// + <<else>> + @@.red;$tempSlave.sexualFlaw.@@ + <</if>> + <br> + Flaws: + <<radiobutton "$tempSlave.sexualFlaw" "none">> None + <<radiobutton "$tempSlave.sexualFlaw" "hates oral">> Oral + <<radiobutton "$tempSlave.sexualFlaw" "hates anal">> Anal + <<radiobutton "$tempSlave.sexualFlaw" "hates penetration">> Penetration + <<radiobutton "$tempSlave.sexualFlaw" "repressed">> Repressed + <<radiobutton "$tempSlave.sexualFlaw" "shamefast">> Shamefast + <<radiobutton "$tempSlave.sexualFlaw" "apathetic">> Apathetic + <<radiobutton "$tempSlave.sexualFlaw" "idealistic">> Sexually Idealistic + <<radiobutton "$tempSlave.sexualFlaw" "crude">> Crude + <<radiobutton "$tempSlave.sexualFlaw" "judgemental">> Judgemental + + <br> + Paraphilias: + <<radiobutton "$tempSlave.sexualFlaw" "cum addict">> Cum addict + <<radiobutton "$tempSlave.sexualFlaw" "anal addict">> Anal addict + <<radiobutton "$tempSlave.sexualFlaw" "attention whore">> Attention whore + <<radiobutton "$tempSlave.sexualFlaw" "breast growth">> Breast obsession + <<radiobutton "$tempSlave.sexualFlaw" "abusive">> Abusive + <<radiobutton "$tempSlave.sexualFlaw" "malicious">> Malicious + <<radiobutton "$tempSlave.sexualFlaw" "self hating">> Self hatred + <<radiobutton "$tempSlave.sexualFlaw" "neglectful">> Self neglect + <<radiobutton "$tempSlave.sexualFlaw" "breeder">> Breeding obsession + + <br><br> + + ''Sexual Quirk:'' + <<if $tempSlave.sexualQuirk == "none">> + //$tempSlave.sexualQuirk.// + <<else>> + @@.green;$tempSlave.sexualQuirk.@@ + <</if>> + <br> + <<radiobutton "$tempSlave.sexualQuirk" "none">> None + <<radiobutton "$tempSlave.sexualQuirk" "gagfuck queen">> Gagfuck Queen + <<radiobutton "$tempSlave.sexualQuirk" "painal queen">> Painal Queen + <<radiobutton "$tempSlave.sexualQuirk" "strugglefuck queen">> Strugglefuck Queen + <<radiobutton "$tempSlave.sexualQuirk" "perverted">> Perverted + <<radiobutton "$tempSlave.sexualQuirk" "tease">> Tease + <<radiobutton "$tempSlave.sexualQuirk" "caring">> Caring + <<radiobutton "$tempSlave.sexualQuirk" "romantic">> Romantic + <<radiobutton "$tempSlave.sexualQuirk" "unflinching">> Unflinching + <<radiobutton "$tempSlave.sexualQuirk" "size queen">> Size Queen + <<if $tempSlave.sexualQuirk != "none">> + <<if ($tempSlave.sexualFlaw != "cum addict") && ($tempSlave.sexualFlaw != "anal addict") && ($tempSlave.sexualFlaw != "attention whore") && ($tempSlave.sexualFlaw != "breast growth") && ($tempSlave.sexualFlaw != "abusive") && ($tempSlave.sexualFlaw != "malicious") && ($tempSlave.sexualFlaw != "self hating") && ($tempSlave.sexualFlaw != "neglectful") && ($tempSlave.sexualFlaw != "breeder")>> + <<set $tempSlave.sexualFlaw = "none">> + <</if>> + <</if>> + <br> +<</widget>> + +<<widget PrestTab>> + ''Change her custom tattoo:'' <<textbox "$tempSlave.customTat" $tempSlave.customTat>> + <br> + //For best results, use complete, capitalized and punctuated sentences; for example: 'She has blue stars tattooed along her cheekbones, and a blue arrow down each arm.'// + + <br> + ''Change her custom description:'' <<textbox "$tempSlave.customDesc" $tempSlave.customDesc>> + <br> + //For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'// + + <br> + ''Change her custom label:'' <<textbox "$tempSlave.customLabel" $tempSlave.customLabel>> + <br> + //For best results, use a short phrase; for example: 'Breeder.'// + <br> + + ''Prestige:'' + <<textbox "$tempSlave.prestige" $tempSlave.prestige>> + <<radiobutton "$tempSlave.prestige" 0>> 0 + <<radiobutton "$tempSlave.prestige" 1>> 1 + <<radiobutton "$tempSlave.prestige" 2>> 2 + <<radiobutton "$tempSlave.prestige" 3>> 3 + + <br> + ''Prestige description:'' + <<textbox "$tempSlave.prestigeDesc" $tempSlave.prestigeDesc>> + <br> +<</widget>> + +<<widget TattoTab>> + <br> + ''Full-body Tattoos:''<br> + <<link "[Tribal patterns]">> + <<set $tempSlave.boobsTat = "tribal patterns">><<set $tempSlave.buttTat = "tribal patterns">><<set $tempSlave.vaginaTat = "tribal patterns">> + <<set $tempSlave.dickTat = "tribal patterns">><<set $tempSlave.lipsTat = "tribal patterns">><<set $tempSlave.anusTat = "tribal patterns">> + <<set $tempSlave.shouldersTat = "tribal patterns">><<set $tempSlave.backTat = "tribal patterns">><<set $tempSlave.armsTat = "tribal patterns">> + <<set $tempSlave.legsTat = "tribal patterns">><<set $tempSlave.stampTat = "tribal patterns">> + <</link>> + <<print " | ">> + <<link "[Flowers]">> + <<set $tempSlave.boobsTat = "flowers">><<set $tempSlave.buttTat = "flowers">><<set $tempSlave.vaginaTat = "flowers">> + <<set $tempSlave.dickTat = "flowers">><<set $tempSlave.lipsTat = "flowers">><<set $tempSlave.anusTat = "flowers">> + <<set $tempSlave.shouldersTat = "flowers">><<set $tempSlave.backTat = "flowers">><<set $tempSlave.armsTat = "flowers">> + <<set $tempSlave.legsTat = "flowers">><<set $tempSlave.stampTat = "flowers">> + <</link>> + <<print " | ">> + <<link "[Scenes]">> + <<set $tempSlave.boobsTat = "scenes">><<set $tempSlave.buttTat = "scenes">><<set $tempSlave.vaginaTat = "scenes">> + <<set $tempSlave.dickTat = "scenes">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">> + <<set $tempSlave.shouldersTat = "scenes">><<set $tempSlave.backTat = "scenes">><<set $tempSlave.armsTat = "scenes">> + <<set $tempSlave.legsTat = "scenes">><<set $tempSlave.stampTat = "scenes">> + <</link>> + <<print " | ">> + <<link "[Asian art]">> + <<set $tempSlave.boobsTat = "Asian art">><<set $tempSlave.buttTat = "Asian art">><<set $tempSlave.vaginaTat = "Asian art">> + <<set $tempSlave.dickTat = "Asian art">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">> + <<set $tempSlave.shouldersTat = "Asian art">><<set $tempSlave.backTat = "Asian art">><<set $tempSlave.armsTat = "Asian art">> + <<set $tempSlave.legsTat = "Asian art">><<set $tempSlave.stampTat = "Asian art">> + <</link>> + <<print " | ">> + <<link "[Degradation]">> + <<set $tempSlave.boobsTat = "degradation">><<set $tempSlave.buttTat = "degradation">><<set $tempSlave.vaginaTat = "degradation">> + <<set $tempSlave.dickTat = "degradation">><<set $tempSlave.lipsTat = "degradation">><<set $tempSlave.anusTat = "degradation">> + <<set $tempSlave.shouldersTat = "degradation">><<set $tempSlave.backTat = "degradation">><<set $tempSlave.armsTat = "degradation">> + <<set $tempSlave.legsTat = "degradation">><<set $tempSlave.stampTat = "degradation">> + <</link>> + <<print " | ">> + <<link "[Counting]">> + <<set $tempSlave.boobsTat = "counting">><<set $tempSlave.buttTat = "counting">><<set $tempSlave.vaginaTat = "counting">> + <<set $tempSlave.dickTat = "counting">><<set $tempSlave.lipsTat = "counting">><<set $tempSlave.anusTat = "counting">> + <<set $tempSlave.shouldersTat = "counting">><<set $tempSlave.backTat = "counting">><<set $tempSlave.armsTat = "counting">> + <<set $tempSlave.legsTat = "counting">><<set $tempSlave.stampTat = "counting">> + <</link>> + <<print " | ">> + <<link "[Advertisements]">> + <<set $tempSlave.boobsTat = "advertisements">><<set $tempSlave.buttTat = "advertisements">><<set $tempSlave.vaginaTat = "advertisements">> + <<set $tempSlave.dickTat = "advertisements">><<set $tempSlave.lipsTat = "advertisements">><<set $tempSlave.anusTat = "advertisements">> + <<set $tempSlave.shouldersTat = "advertisements">><<set $tempSlave.backTat = "advertisements">><<set $tempSlave.armsTat = "advertisements">> + <<set $tempSlave.legsTat = "advertisements">><<set $tempSlave.stampTat = "advertisements">> + <</link>> + <<print " | ">> + <<link "[Rude Words]">> + <<set $tempSlave.boobsTat = "rude words">><<set $tempSlave.buttTat = "rude words">><<set $tempSlave.vaginaTat = "rude words">> + <<set $tempSlave.dickTat = "rude words">><<set $tempSlave.lipsTat = "rude words">><<set $tempSlave.anusTat = "rude words">> + <<set $tempSlave.shouldersTat = "rude words">><<set $tempSlave.backTat = "rude words">><<set $tempSlave.armsTat = "rude words">> + <<set $tempSlave.legsTat = "rude words">><<set $tempSlave.stampTat = "rude words">> + <</link>> + <<print " | ">> + <<link "[Cow Pattern]">> + <<set $tempSlave.boobsTat = "bovine patterns">><<set $tempSlave.buttTat = "bovine patterns">><<set $tempSlave.vaginaTat = "bovine patterns">> + <<set $tempSlave.dickTat = "bovine patterns">><<set $tempSlave.lipsTat = "bovine patterns">><<set $tempSlave.anusTat = "bovine patterns">> + <<set $tempSlave.shouldersTat = "bovine patterns">><<set $tempSlave.backTat = "bovine patterns">><<set $tempSlave.armsTat = "bovine patterns">> + <<set $tempSlave.legsTat = "bovine patterns">><<set $tempSlave.stampTat = "bovine patterns">> + <</link>> + <<print " | ">> + <<link "[No Tattoos]">> + <<set $tempSlave.boobsTat = 0>><<set $tempSlave.buttTat = 0>><<set $tempSlave.vaginaTat = 0>> + <<set $tempSlave.dickTat = 0>><<set $tempSlave.lipsTat = 0>><<set $tempSlave.anusTat = 0>> + <<set $tempSlave.shouldersTat = 0>><<set $tempSlave.backTat = 0>><<set $tempSlave.armsTat = 0>> + <<set $tempSlave.legsTat = 0>><<set $tempSlave.stampTat = 0>><<set $tempSlave.bellyTat = 0>> + <</link>> + + <br><br> + ''__Lips Tattoo__ ( + <<if $tempSlave.lipsTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.lipsTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.lipsTat" 0>>None + <<radiobutton "$tempSlave.lipsTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.lipsTat" "flowers">>Flowers + <<radiobutton "$tempSlave.lipsTat" "permanent makeup">>Permanent Makeup + <<radiobutton "$tempSlave.lipsTat" "degradation">>Degradation + <<radiobutton "$tempSlave.lipsTat" "counting">>Counting + <<radiobutton "$tempSlave.lipsTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.lipsTat" "rude words">>Rude words + <br> + ''__Shoulders Tattoo__ ( + <<if $tempSlave.shouldersTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.shouldersTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.shouldersTat" 0>>None + <<radiobutton "$tempSlave.shouldersTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.shouldersTat" "flowers">>Flowers + <<radiobutton "$tempSlave.shouldersTat" "scenes">>Scenes + <<radiobutton "$tempSlave.shouldersTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.shouldersTat" "degradation">>Degradation + <<radiobutton "$tempSlave.shouldersTat" "counting">>Counting + <<radiobutton "$tempSlave.shouldersTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.shouldersTat" "rude words">>Rude words + <br> + ''__Back Tattoo__ ( + <<if $tempSlave.backTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.backTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.backTat" 0>>None + <<radiobutton "$tempSlave.backTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.backTat" "flowers">>Flowers + <<radiobutton "$tempSlave.backTat" "scenes">>Scenes + <<radiobutton "$tempSlave.backTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.backTat" "degradation">>Degradation + <<radiobutton "$tempSlave.backTat" "counting">>Counting + <<radiobutton "$tempSlave.backTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.backTat" "rude words">>Rude words + <br> + ''__Belly Tattoo__ ( + <<if $tempSlave.bellyTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.bellyTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.bellyTat" 0>>None + <<radiobutton "$tempSlave.bellyTat" "a heart">>Heart + <<radiobutton "$tempSlave.bellyTat" "a star">>Star + <<radiobutton "$tempSlave.bellyTat" "a butterfly">>Butterfly + <br> + ''__Arms Tattoo__ ( + <<if $tempSlave.armsTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.armsTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.armsTat" 0>>None + <<radiobutton "$tempSlave.armsTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.armsTat" "flowers">>Flowers + <<radiobutton "$tempSlave.armsTat" "scenes">>Scenes + <<radiobutton "$tempSlave.armsTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.armsTat" "degradation">>Degradation + <<radiobutton "$tempSlave.armsTat" "counting">>Counting + <<radiobutton "$tempSlave.armsTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.armsTat" "rude words">>Rude words + <br> + ''__Legs Tattoo__ ( + <<if $tempSlave.legsTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.legsTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.legsTat" 0>>None + <<radiobutton "$tempSlave.legsTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.legsTat" "flowers">>Flowers + <<radiobutton "$tempSlave.legsTat" "scenes">>Scenes + <<radiobutton "$tempSlave.legsTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.legsTat" "degradation">>Degradation + <<radiobutton "$tempSlave.legsTat" "counting">>Counting + <<radiobutton "$tempSlave.legsTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.legsTat" "rude words">>Rude words + <br> + ''__Boobs Tattoo__ ( + <<if $tempSlave.boobsTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.boobsTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.boobsTat" 0>>None + <<radiobutton "$tempSlave.boobsTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.boobsTat" "flowers">>Flowers + <<radiobutton "$tempSlave.boobsTat" "scenes">>Scenes + <<radiobutton "$tempSlave.boobsTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.boobsTat" "degradation">>Degradation + <<radiobutton "$tempSlave.boobsTat" "counting">>Counting + <<radiobutton "$tempSlave.boobsTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.boobsTat" "rude words">>Rude words + <br> + ''__Butt Tattoo__ ( + <<if $tempSlave.buttTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.buttTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.buttTat" 0>>None + <<radiobutton "$tempSlave.buttTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.buttTat" "flowers">>Flowers + <<radiobutton "$tempSlave.buttTat" "scenes">>Scenes + <<radiobutton "$tempSlave.buttTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.buttTat" "degradation">>Degradation + <<radiobutton "$tempSlave.buttTat" "counting">>Counting + <<radiobutton "$tempSlave.buttTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.buttTat" "rude words">>Rude words + <br> + ''__Vagina Tattoo__ ( + <<if $tempSlave.vaginaTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.vaginaTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.vaginaTat" 0>>None + <<radiobutton "$tempSlave.vaginaTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.vaginaTat" "flowers">>Flowers + <<radiobutton "$tempSlave.vaginaTat" "scenes">>Scenes + <<radiobutton "$tempSlave.vaginaTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.vaginaTat" "degradation">>Degradation + <<radiobutton "$tempSlave.vaginaTat" "counting">>Counting + <<radiobutton "$tempSlave.vaginaTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.vaginaTat" "rude words">>Rude words + <br> + ''__Anus Tattoo__ ( + <<if $tempSlave.anusTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.anusTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.anusTat" 0>>None + <<radiobutton "$tempSlave.anusTat" "bleached">>Bleached + <<radiobutton "$tempSlave.anusTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.anusTat" "flowers">>Flowers + <<radiobutton "$tempSlave.anusTat" "degradation">>Degradation + <<radiobutton "$tempSlave.anusTat" "counting">>Counting + <<radiobutton "$tempSlave.anusTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.anusTat" "rude words">>Rude words + <br> + ''__Dick Tattoo__ ( + <<if $tempSlave.dickTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.dickTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.dickTat" 0>>None + <<radiobutton "$tempSlave.dickTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.dickTat" "flowers">>Flowers + <<radiobutton "$tempSlave.dickTat" "degradation">>Degradation + <<radiobutton "$tempSlave.dickTat" "counting">>Counting + <<radiobutton "$tempSlave.dickTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.dickTat" "rude words">>Rude words + <br> + ''__Tramp Stamp Tattoo__ ( + <<if $tempSlave.stampTat == 0>>@@.yellow;None@@ + <<else>>@@.yellow;$tempSlave.stampTat@@<</if>> + )'' + <br> + <<radiobutton "$tempSlave.stampTat" 0>>None + <<radiobutton "$tempSlave.stampTat" "tribal patterns">>Tribal patterns + <<radiobutton "$tempSlave.stampTat" "flowers">>Flowers + <<radiobutton "$tempSlave.stampTat" "scenes">>Scenes + <<radiobutton "$tempSlave.stampTat" "Asian art">>Asian art + <<radiobutton "$tempSlave.stampTat" "degradation">>Degradation + <<radiobutton "$tempSlave.stampTat" "counting">>Counting + <<radiobutton "$tempSlave.stampTat" "advertisements">>Advertisements + <<radiobutton "$tempSlave.stampTat" "rude words">>Rude words + <br> +<</widget>> + +<<widget BrandTab>> + <br> + ''Branding: ''<<link "[No Branding]">><<set $tempSlave.brand =0>><<set $tempSlave.brandLocation = 0>><</link>> + <br> + <<if $tempSlave.brand == 0>> + ''She has no Branding'' + <<else>> + ''@@.yellow;She has $tempSlave.brand branded onto her <<if $tempSlave.brandLocation == 0>>@@.red;[NEEDS TO BE SET]<<else>> $tempSlave.brandLocation @@<</if>>'' + <</if>> + <br><br> + ''Branding Location:'' + <br> + <<radiobutton "$tempSlave.brandLocation" "neck">> Neck + <<radiobutton "$tempSlave.brandLocation" "chest">> Chest + <<radiobutton "$tempSlave.brandLocation" "pubic mound">> Pubic mound + <<radiobutton "$tempSlave.brandLocation" "back">> on the back + <br> + ''Ears:'' + <<radiobutton "$tempSlave.brandLocation" "left ear">> left ear + <<radiobutton "$tempSlave.brandLocation" "right ear">> right ear + <<radiobutton "$tempSlave.brandLocation" "ears">> both ears + <br> + ''Cheeks:'' + <<radiobutton "$tempSlave.brandLocation" "left cheek">> left cheek + <<radiobutton "$tempSlave.brandLocation" "right cheek">> right cheek + <<radiobutton "$tempSlave.brandLocation" "cheeks">> both cheeks + <br> + ''Shoulders:'' + <<radiobutton "$tempSlave.brandLocation" "left shoulder">> left shoulder + <<radiobutton "$tempSlave.brandLocation" "right shoulder">> right shoulder + <<radiobutton "$tempSlave.brandLocation" "shoulders">> both shoulders + <br> + ''Breasts:'' + <<radiobutton "$tempSlave.brandLocation" "left shoulder">> left shoulder + <<radiobutton "$tempSlave.brandLocation" "right shoulder">> right shoulder + <<radiobutton "$tempSlave.brandLocation" "shoulders">> both shoulders + <br> + ''upper Arms:'' + <<radiobutton "$tempSlave.brandLocation" "left upper arm">> left upper arm + <<radiobutton "$tempSlave.brandLocation" "right upper arm">> right upper arm + <<radiobutton "$tempSlave.brandLocation" "upper arms">> both upper arms + <br> + ''lower Arms:'' + <<radiobutton "$tempSlave.brandLocation" "left lower arm">> left lower arm + <<radiobutton "$tempSlave.brandLocation" "right lower arm">> right lower arm + <<radiobutton "$tempSlave.brandLocation" "lower arms">> both lower arms + <br> + ''Wrist:'' + <<radiobutton "$tempSlave.brandLocation" "left wrist">> left wrist + <<radiobutton "$tempSlave.brandLocation" "right wrist">> right wrist + <<radiobutton "$tempSlave.brandLocation" "wrists">> both wrists + <br> + ''Hand:'' + <<radiobutton "$tempSlave.brandLocation" "left hand">> left hand + <<radiobutton "$tempSlave.brandLocation" "right hand">> right hand + <<radiobutton "$tempSlave.brandLocation" "hands">> both hands + <br> + ''Buttocks:'' + <<radiobutton "$tempSlave.brandLocation" "left buttock">> left buttock + <<radiobutton "$tempSlave.brandLocation" "right buttock">> right buttock + <<radiobutton "$tempSlave.brandLocation" "buttocks">> both buttocks + <br> + ''Tights:'' + <<radiobutton "$tempSlave.brandLocation" "left tight">> left tight + <<radiobutton "$tempSlave.brandLocation" "right tight">> right tight + <<radiobutton "$tempSlave.brandLocation" "tights">> both tights + <br> + ''Calfs:'' + <<radiobutton "$tempSlave.brandLocation" "left calf">> left calf + <<radiobutton "$tempSlave.brandLocation" "right calf">> right calf + <<radiobutton "$tempSlave.brandLocation" "calfs">> both calfs + <br> + ''Ankles:'' + <<radiobutton "$tempSlave.brandLocation" "left ankle">> left ankle + <<radiobutton "$tempSlave.brandLocation" "right ankle">> right ankle + <<radiobutton "$tempSlave.brandLocation" "ankles">> both ankles + <br> + ''Feet:'' + <<radiobutton "$tempSlave.brandLocation" "left foot">> left foot + <<radiobutton "$tempSlave.brandLocation" "right foot">> right foot + <<radiobutton "$tempSlave.brandLocation" "feet">> both feet + <br><br> + ''Brand Design:'' + <br> + <<link "[your personal symbol]">><<set $tempSlave.brand = "your personal symbol">><</link>><<print " | ">> + <<link "[SLUT]">><<set $tempSlave.brand = "SLUT">><</link>><<print " | ">> + <<link "[WHORE]">><<set $tempSlave.brand = "WHORE">><</link>><<print " | ">> + <<link "[SLAVE]">><<set $tempSlave.brand = "SLAVE">><</link>><<print " | ">> + <<link "[COW]">><<set $tempSlave.brand = "COW">><</link>> + <br> + <<link "[MEAT]">><<set $tempSlave.brand = "MEAT">><</link>><<print " | ">> + <<link "[CUMDUMP]">><<set $tempSlave.brand = "CUMDUMP">><</link>><<print " | ">> + <<link "[LOVER]">><<set $tempSlave.brand = "LOVER">><</link>><<print " | ">> + <<link "[a pussy symbol]">><<set $tempSlave.brand = "a pussy symbol">><</link>><<print " | ">> + <<link "[an anus symbol]">><<set $tempSlave.brand = "an anus symbol">><</link>> + <br> + <<link "[a penis symbol]">><<set $tempSlave.brand = "a penis symbol">><</link>><<print " | ">> + <<link "[a lady silhouette]">><<set $tempSlave.brand = "a lady silhouette">><</link>><<print " | ">> + <<link "[a princess silhouette]">><<set $tempSlave.brand = "a princess silhouette">><</link>><<print " | ">> + <<link "[a queen silhouette]">><<set $tempSlave.brand = "a queen silhouette">><</link>><<print " | ">> + <<link "[an angel silhouette]">><<set $tempSlave.brand = "an angel silhouette">><</link>> + <br> + <<link "[a devil silhouette]">><<set $tempSlave.brand = "a devil silhouette">><</link>><<print " | ">> + <<link "[a racial slur]">><<set $tempSlave.brand = "a racial slur">><</link>><<print " | ">> + <<link "[the number of children she has birthed]">><<set $tempSlave.brand = "the number of children "+$pronoun+" has birthed">><</link>><<print " | ">> + <<link "[a gender symbol]">><<set $tempSlave.brand = "a gender symbol">><</link>><<print " | ">> + <<link "[her own personal symbol]">><<set $tempSlave.brand = $possessive+" own personal symbol">><</link>><<print " | ">> + <br> + <<link "[a chain symbol]">><<set $tempSlave.brand = "a chain symbol">><</link>><<print " | ">> + <<link "[a Vitruvian man]">><<set $tempSlave.brand = "a Vitruvian man">><</link>><<print " | ">> + <<link "[a scalpel]">><<set $tempSlave.brand = "a scalpel">><</link>><<print " | ">> + <<link "[her virginity status]">><<set $tempSlave.brand = $possessive+" virginity status">><</link>><<print " | ">> + <<link "[her sexual skills]">><<set $tempSlave.brand = $possessive+" sexual skills">><</link>> + <br> + <<link "[her absolute minimum breast size]">><<set $tempSlave.brand = $possessive+" absolute minimum breast size">><</link>><<print " | ">> + <<link "[her absolute maximum breast size]">><<set $tempSlave.brand = $possessive+" absolute maximum breast size">><</link>><<print " | ">> + <<link "[her highest weigh-in]">><<set $tempSlave.brand = $possessive+" highest weigh-in">><</link>><<print " | ">> + <<link "[a big helping of your personal refreshment]">><<set $tempSlave.brand = "a big helping of "+$PC.refreshment >><</link>><<print " | ">> + <<link "[her body product quality]">><<set $tempSlave.brand = $possessive+" body product quality">><</link>> + <br> + <<link "[her deadlift record]">><<set $tempSlave.brand = $possessive+" deadlift record">><</link>><<print " | ">> + <<link "[a religious symbol]">><<set $tempSlave.brand = "a religious symbol">><</link>><<print " | ">> + <<link "[the crest of your Republic]">><<set $tempSlave.brand = "the crest of your Republic">><</link>><<print " | ">> + <<link "[the symbol of the Aztec gods]">><<set $tempSlave.brand = "the symbol of the Aztec gods">><</link>><<print " | ">> + <<link "[the sigil of your Dynasty]">><<set $tempSlave.brand = "the sigil of your Dynasty">><</link>> + <br> + <<link "[the Shogunate's mon]">><<set $tempSlave.brand = "the Shogunate's mon">><</link>><<print " | ">> + <<link "[a symbol of the Caliphate]">><<set $tempSlave.brand = "a symbol of the Caliphate">><</link>><<print " | ">> + <<link "[your Imperial Seal]">><<set $tempSlave.brand = "your Imperial Seal">><</link>> + <br>''Custom brand design:'' <<textbox "$tempSlave.brand" $tempSlave.brand>> + <br> +<</widget>> + +<<widget PiercTab>> + <br> + ''Lips piercings (0-2): @@.yellow;$tempSlave.lipsPiercing@@'' + | + <<radiobutton "$tempSlave.lipsPiercing" 0>> None + <<radiobutton "$tempSlave.lipsPiercing" 1>> Standard + <<radiobutton "$tempSlave.lipsPiercing" 2>> Heavy + + <br> + ''Tongue piercings (0-2): @@.yellow;$tempSlave.tonguePiercing@@'' + | + <<radiobutton "$tempSlave.tonguePiercing" 0>> None + <<radiobutton "$tempSlave.tonguePiercing" 1>> Standard + <<radiobutton "$tempSlave.tonguePiercing" 2>> Heavy + + <br> + ''Ear piercings (0-2): @@.yellow;$tempSlave.earPiercing@@'' + | + <<radiobutton "$tempSlave.earPiercing" 0>> None + <<radiobutton "$tempSlave.earPiercing" 1>> Standard + <<radiobutton "$tempSlave.earPiercing" 2>> Heavy + + <br> + ''Nose piercings (0-2): @@.yellow;$tempSlave.nosePiercing@@'' + | + <<radiobutton "$tempSlave.nosePiercing" 0>> None + <<radiobutton "$tempSlave.nosePiercing" 1>> Standard + <<radiobutton "$tempSlave.nosePiercing" 2>> Heavy + + <br> + ''Eyebrow piercings (0-2): @@.yellow;$tempSlave.eyebrowPiercing@@'' + | + <<radiobutton "$tempSlave.eyebrowPiercing" 0>> None + <<radiobutton "$tempSlave.eyebrowPiercing" 1>> Standard + <<radiobutton "$tempSlave.eyebrowPiercing" 2>> Heavy + + <br> + ''Navel piercings (0-2): @@.yellow;$tempSlave.navelPiercing@@'' + | + <<radiobutton "$tempSlave.navelPiercing" 0>> None + <<radiobutton "$tempSlave.navelPiercing" 1>> Standard + <<radiobutton "$tempSlave.navelPiercing" 2>> Heavy + + <br> + ''Corset piercings (0-1): @@.yellow;$tempSlave.corsetPiercing@@'' + | + <<radiobutton "$tempSlave.corsetPiercing" 0>> None + <<radiobutton "$tempSlave.corsetPiercing" 1>> Pierced + + <br> + ''Nipples piercings (0-2): @@.yellow;$tempSlave.nipplesPiercing@@'' + | + <<radiobutton "$tempSlave.nipplesPiercing" 0>> None + <<radiobutton "$tempSlave.nipplesPiercing" 1>> Standard + <<radiobutton "$tempSlave.nipplesPiercing" 2>> Heavy + + <br> + ''Areolae piercings (0-2): @@.yellow;$tempSlave.areolaePiercing@@'' + | + <<radiobutton "$tempSlave.areolaePiercing" 0>> None + <<radiobutton "$tempSlave.areolaePiercing" 1>> Standard + <<radiobutton "$tempSlave.areolaePiercing" 2>> Heavy + + <br> + ''Clit/frenulum piercing (0-3): @@.yellow;$tempSlave.clitPiercing@@'' + | + <<radiobutton "$tempSlave.clitPiercing" 0>> None + <<radiobutton "$tempSlave.clitPiercing" 1>> Standard + <<radiobutton "$tempSlave.clitPiercing" 2>> Big + <<radiobutton "$tempSlave.clitPiercing" 3>> Smart piercing + + <br> + ''Pussylips piercings (0-2): @@.yellow;$tempSlave.vaginaPiercing@@'' + | + <<radiobutton "$tempSlave.vaginaPiercing" 0>> None + <<radiobutton "$tempSlave.vaginaPiercing" 1>> Standard + <<radiobutton "$tempSlave.vaginaPiercing" 2>> Heavy + + <br> + ''Anus piercing (0-2): @@.yellow;$tempSlave.anusPiercing@@'' + | + <<radiobutton "$tempSlave.anusPiercing" 0>> None + <<radiobutton "$tempSlave.anusPiercing" 1>> Standard + <<radiobutton "$tempSlave.anusPiercing" 2>> Heavy + + <br> + ''Shaft piercings (0-2): @@.yellow;$tempSlave.dickPiercing@@'' + | + <<radiobutton "$tempSlave.dickPiercing" 0>> None + <<radiobutton "$tempSlave.dickPiercing" 1>> Standard + <<radiobutton "$tempSlave.dickPiercing" 2>> Heavy + <br> +<</widget>> + +''Cheat Edit Slave '' [[ [Cancel] |"Slave Interact"][$tempSlave = "unset"]] +<br> +<br><br> +/*-------------------------------------------------------------------------------------------------------------------------------*/ +<<link "__Show All__">> +<<if (ndef _sAllR) || (_sAllR == 0) >> + <<replace "#spot">> + <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> + <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> + <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> + <<set _sAllR = 1>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<NameTab>> + <<FamilyTab>> + <<NationalTab>> + <<AgeTab>> + <<DevoTab>> + <<FaceTab>> + <<HairTab>> + <<EyesTab>> + <<MouthTab>> + <<BodyTab>> + <<BellyTab>> + <<BreastsTab>> + <<ButtTab>> + <<VagTab>> + <<PenisTab>> + <<SkillsTab>> + <<InteliTab>> + <<FetSexTab>> + <<FlaQuiTab>> + <<StatisticTab>> + <<PrestTab>> + <<TattoTab>> + <<BrandTab>> + <<PiercTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1350,25 +2953,17 @@ <</replace>> <</if>> <</link>> - <br> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<link "Name & Status ">> <<if (ndef _nameR) || (_nameR == 0) >> <<replace "#spot">> <<set _faceR = 0>><<set _nameR = 1>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br>''Legal status: (-1: slave, 0 or more: indentured for x weeks)''<br> - <<textbox "$activeSlave.indenture" $activeSlave.indenture>><br> - <br>''Birth name:''<br> - <<textbox "$activeSlave.birthName" $activeSlave.birthName>> - <<textbox "$activeSlave.birthSurname" $activeSlave.birthSurname>><br> - ''Current Name:''<br> - <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> - <<textbox "$activeSlave.slaveSurname" $activeSlave.slaveSurname>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<NameTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1376,7 +2971,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Family & Relations">> <<if (ndef _famR) || (_famR == 0) >> @@ -1384,48 +2979,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 1>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - <<if $familyTesting == 1>> - ''Enter the IDs for this slaves parents(-2 or 0:random and untracked by system, -1:PC, all others are applicable):'' - <br> - ''mother ID'' - <<textbox "$activeSlave.mother" $activeSlave.mother>> - <br> - ''father ID'' - <<textbox "$activeSlave.father" $activeSlave.father>> - <<else>> - ''Slave Blood Relations (twin, sister, mother, daughter):'' - <<textbox "$activeSlave.relation" $activeSlave.relation>> - ''Blood Relations Target ID:'' - <<textbox "$activeSlave.relationTarget" $activeSlave.relationTarget>> - <</if>> - - <br><br> - ''Relationship (-3:married to you, -2:relationship, -1:emotional slut, 0:none, 1:like, 2:friend, 3:sex friend, 4:lover, 5:married): $activeSlave.relationship |'' - <br> - <<radiobutton "$activeSlave.relationship" -3>> Married to You - <<radiobutton "$activeSlave.relationship" -2>> In Relationship with You - <<radiobutton "$activeSlave.relationship" -1>> Emotional Slut - <<radiobutton "$activeSlave.relationship" 0>> None - <<radiobutton "$activeSlave.relationship" 1>> Like - <<radiobutton "$activeSlave.relationship" 2>> Friend - <<radiobutton "$activeSlave.relationship" 3>> Sex Friend - <<radiobutton "$activeSlave.relationship" 4>> Lover - <<radiobutton "$activeSlave.relationship" 5>> Married - <br> - ''Relationship Target ID:'' <<textbox "$activeSlave.relationshipTarget" $activeSlave.relationshipTarget>> - - <br> - ''Rival (0:none, 1:dislike, 2:Rival, 3:bitter Rival ): $activeSlave.rivalry |'' - <br> - <<radiobutton "$activeSlave.rivalry" 0>> None - <<radiobutton "$activeSlave.rivalry" 1>> Dislike - <<radiobutton "$activeSlave.rivalry" 2>> Rival - <<radiobutton "$activeSlave.rivalry" 3>> Bitter Rival - <br> - ''Rivals Target ID:'' <<textbox "$activeSlave.rivalryTarget" $activeSlave.rivalryTarget>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<FamilyTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1433,7 +2989,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Nationality, Origin & Career">> <<if (ndef _identR) || (_identR == 0) >> @@ -1441,68 +2997,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 1>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Career ($activeSlave.career)'' - <<textbox "$activeSlave.career" $activeSlave.career>> //Slave variables documentation is your friend. Will tell you exactly what to put here// - - <br> - - ''Origin ($activeSlave.origin)'' - <<textbox "$activeSlave.origin" $activeSlave.origin>> - - <br> - - ''Fuckdoll: (0-100)'' - <<textbox "$activeSlave.fuckdoll" $activeSlave.fuckdoll>> - <br> - <<radiobutton "$activeSlave.fuckdoll" 0>> Not a fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 15>> Barely a fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 25>> Slight fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 45>> Basic fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 65>> Intermediate fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 85>> Advanced fuckdoll - <<radiobutton "$activeSlave.fuckdoll" 100>> Total fuckdoll - - <br> - ''Nationality: ($activeSlave.nationality)'' - <<textbox "$activeSlave.nationality" $activeSlave.nationality>> - //This will not alter name or race// - - <br> - ''Race: ($activeSlave.race)'' - <<textbox "$activeSlave.race" $activeSlave.race>> - <br> - <<radiobutton "$activeSlave.race" "white">> White - <<radiobutton "$activeSlave.race" "asian">> Asian - <<radiobutton "$activeSlave.race" "latina">> Latina - <<radiobutton "$activeSlave.race" "middle eastern">> Middle eastern - <<radiobutton "$activeSlave.race" "black">> Black - <<radiobutton "$activeSlave.race" "semitic">> Semitic - <<radiobutton "$activeSlave.race" "southern european">> Southern European - <<radiobutton "$activeSlave.race" "indo-aryan">> Indo-aryan - <<radiobutton "$activeSlave.race" "amerindian">> Amerindian - <<radiobutton "$activeSlave.race" "pacific islander">> Pacific Islander - <<radiobutton "$activeSlave.race" "malay">> Malay - <<radiobutton "$activeSlave.race" "mixed race">> Mixed race - - <br> - - ''Skin color: ($activeSlave.skin)'' - <<textbox "$activeSlave.skin" $activeSlave.skin>> - <br> - <<radiobutton "$activeSlave.skin" "white">> White - <<radiobutton "$activeSlave.skin" "fair">> Fair - <<radiobutton "$activeSlave.skin" "tanned">> Tanned - <<radiobutton "$activeSlave.skin" "olive">> Olive - <<radiobutton "$activeSlave.skin" "light brown">> Light brown - <<radiobutton "$activeSlave.skin" "brown">> Brown - <<radiobutton "$activeSlave.skin" "black">> Black - <<radiobutton "$activeSlave.skin" "pale">> Pale - <<radiobutton "$activeSlave.skin" "dark">> Dark - <<radiobutton "$activeSlave.skin" "light">> Light - <<radiobutton "$activeSlave.skin" "extremely pale">> Extremely pale - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<NationalTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1510,38 +3007,17 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Age & Health">> <<if (ndef _nameR) || (_ageR == 0) >> <<replace "#spot">> - <<set _faceR = 0>><<set _nameR = 1>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 1>><<set _devR = 0>><<set _hairR = 0>> + <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 1>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Age - Actual:'' - <<textbox "$activeSlave.actualAge" $activeSlave.actualAge>> - - <br> - ''Age - Physical:'' - <<textbox "$activeSlave.physicalAge" $activeSlave.physicalAge>> - - <br> - ''Age - Visual:'' - <<textbox "$activeSlave.visualAge" $activeSlave.visualAge>> - - <br> - ''Birth week:'' - <<textbox "$activeSlave.birthWeek" $activeSlave.birthWeek>> - - <br> - ''Health (-99 to 100, -100 is death):'' - <<textbox "$activeSlave.health" $activeSlave.health>> - <br> - ''Addiction:'' - <<textbox "$activeSlave.addict" $activeSlave.addict>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<AgeTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1549,25 +3025,17 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> -<<link "Devotion & Trustspot">> +<<link "Devotion & Trust">> <<if (ndef _devR) || (_devR == 0) >> <<replace "#spot">> <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 1>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Legal status: (-1: slave, 0 or more: indentured for x weeks)''<br> - <<textbox "$activeSlave.indenture" $activeSlave.indenture>> - <br>''Birth name:''<br> - <<textbox "$activeSlave.birthName" $activeSlave.birthName>> - <<textbox "$activeSlave.birthSurname" $activeSlave.birthSurname>><br> - ''Slave Name:''<br> - <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> - <<textbox "$activeSlave.slaveSurname" $activeSlave.slaveSurname>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<DevoTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1575,7 +3043,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <br> <<link "Face & Skin">> <<if (ndef _faceR) || (_faceR == 0) >> @@ -1583,48 +3051,9 @@ <<set _faceR = 1>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Face (-100 to 100): $activeSlave.face |'' - <<textbox "$activeSlave.face" $activeSlave.face>> - <br> - <<radiobutton "$activeSlave.face" -100>> Very ugly - <<radiobutton "$activeSlave.face" -55>> Ugly - <<radiobutton "$activeSlave.face" -15>> Unattractive - <<radiobutton "$activeSlave.face" 0>> Pretty - <<radiobutton "$activeSlave.face" 15>> Attractive - <<radiobutton "$activeSlave.face" 55>> Beautiful - <<radiobutton "$activeSlave.face" 100>> Very beautiful - <br> - - ''Face Shape: $activeSlave.faceShape |'' - <<textbox "$activeSlave.faceShape" $activeSlave.faceShape>> - <br> - <<radiobutton "$activeSlave.faceShape" masculine>> Masculine - <<radiobutton "$activeSlave.faceShape" androgynous>> Androgynous - <<radiobutton "$activeSlave.faceShape" normal>> Normal - <<radiobutton "$activeSlave.faceShape" cute>> Cute - <<radiobutton "$activeSlave.faceShape" sensual>> Sensual - <<radiobutton "$activeSlave.faceShape" exotic>> Exotic - - <br> - - ''Face Implant (0 to 2): $activeSlave.faceImplant |'' - <<radiobutton "$activeSlave.faceImplant" 0>> None - <<radiobutton "$activeSlave.faceImplant" 1>> Some Work - <<radiobutton "$activeSlave.faceImplant" 2>> Totally Reworked - - <br> - - ''Natural Skin Distinctiveness: $activeSlave.markings |'' - <<textbox "$activeSlave.markings" $activeSlave.markings>> - <br> - <<radiobutton "$activeSlave.markings" none>> None - <<radiobutton "$activeSlave.markings" freckles>> Freckles - <<radiobutton "$activeSlave.markings" heavily freckled>> Heavy Freckles - <<radiobutton "$activeSlave.markings" beauty mark>> Beauty Mark - <<radiobutton "$activeSlave.markings" birthmark>> Birth Mark - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<FaceTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1632,7 +3061,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Hair">> <<if (ndef _hairR) || (_hairR == 0) >> @@ -1640,42 +3069,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 1>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - <<switch $activeSlave.hStyle>> - <<case "tails" "dreadlocks" "curls" "cornrows">> - ''Her hair is in $activeSlave.hStyle'' - <<case "ponytail">> - ''Her hair is in a $activeSlave.hStyle'' - <<default>> - ''Her hair is $activeSlave.hStyle'' - <</switch>> - Custom hair description: <<textbox "$activeSlave.hStyle" $activeSlave.hStyle>> - <br> - //For best results, use a short, uncapitalized and unpunctuated description; for example: 'back in a ponytail'// - - <br> - ''Hair length: $activeSlave.hLength'' - Custom hair length: <<textbox "$activeSlave.hLength" $activeSlave.hLength>> - - <br> - ''Her hair is $activeSlave.hColor in color'' - Custom hair color: <<textbox "$activeSlave.hColor" $activeSlave.hColor>> - <br> - //For best results, use a short, uncapitalized and unpunctuated description; for example: 'black with purple highlights'// - - <br> - ''Her pubic hair is $activeSlave.pubicHColor in color'' - Custom pubic hair color: <<textbox "$activeSlave.pubicHColor" $activeSlave.pubicHColor>> - - <br> - ''Pubic Hair Style: ($activeSlave.pubicHStyle)'' - <<radiobutton "$activeSlave.pubicHStyle" "neat">> Neat - <<radiobutton "$activeSlave.pubicHStyle" "waxed">> Waxed - <<radiobutton "$activeSlave.pubicHStyle" "in a strip">> Strip - <<radiobutton "$activeSlave.pubicHStyle" "bushy">> Bushy - <<radiobutton "$activeSlave.pubicHStyle" "hairless">> Hairless - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<HairTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1683,8 +3079,7 @@ <</replace>> <</if>> <</link>> - - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Eyes">> <<if (ndef _eyesR) || (_eyesR == 0) >> @@ -1692,16 +3087,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 1>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Her eyes are $activeSlave.eyeColor in color'' - Custom eye color: <<textbox "$activeSlave.eyeColor" $activeSlave.eyeColor>> - <br> - ''Her vision is (-1: nearsighted, 1: normal): $activeSlave.eyes'' - <br>Eyes: <<textbox "$activeSlave.eyes" $activeSlave.eyes>> - <<radiobutton "$activeSlave.eyes" 1>> Normal - <<radiobutton "$activeSlave.eyes" -1>> Nearsighted - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<EyesTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1709,7 +3097,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Mouth">> <<if (ndef _mouthR) || (_mouthR == 0) >> @@ -1717,53 +3105,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 1>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Lips (0 to 100): $activeSlave.lips |'' - <<textbox "$activeSlave.lips" $activeSlave.lips>> - <br> - <<radiobutton "$activeSlave.lips" 0>> Thin - <<radiobutton "$activeSlave.lips" 15>> Normal - <<radiobutton "$activeSlave.lips" 35>> Plush - <<radiobutton "$activeSlave.lips" 65>> Big - <<radiobutton "$activeSlave.lips" 85>> Huge - <<radiobutton "$activeSlave.lips" 100>> Enormous facepussy - <br> - ''Lip Implants (0 to 30): $activeSlave.lipsImplant |'' - <<radiobutton "$activeSlave.lipsImplant" 0>> None - <<radiobutton "$activeSlave.lipsImplant" 10>> Normal - <<radiobutton "$activeSlave.lipsImplant" 20>> Large - <<radiobutton "$activeSlave.lipsImplant" 30>> Enormous - - <br> - ''Teeth: $activeSlave.teeth |'' - <<textbox "$activeSlave.teeth" $activeSlave.teeth>> - <br> - <<radiobutton "$activeSlave.teeth" normal>> Normal - <<radiobutton "$activeSlave.teeth" pointy>> Pointy - <<radiobutton "$activeSlave.teeth" crooked>> Crooked - <<radiobutton "$activeSlave.teeth" straightening braces>> Straightening Braces - <<radiobutton "$activeSlave.teeth" cosmetic braces>> Cosmetic Braces - <<radiobutton "$activeSlave.teeth" removable>> Removable - - <br> - ''Voice (0,1,2,3): $activeSlave.voice |'' - <<textbox "$activeSlave.voice" $activeSlave.voice>> - <br> - <<radiobutton "$activeSlave.voice" 0>> Mute - <<radiobutton "$activeSlave.voice" 1>> Deep - <<radiobutton "$activeSlave.voice" 2>> Normal - <<radiobutton "$activeSlave.voice" 3>> High - - <br> - ''Accent: ($activeSlave.accent)'' - <<textbox "$activeSlave.accent" $activeSlave.accent>> - <br> - <<radiobutton "$activeSlave.accent" 0>> None - <<radiobutton "$activeSlave.accent" 1>> Distinctive - <<radiobutton "$activeSlave.accent" 2>> Thick - <<radiobutton "$activeSlave.accent" 3>> Barely Understands Language - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<MouthTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1771,7 +3115,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Body">> <<if (ndef _bodyR) || (_bodyR == 0) >> @@ -1779,119 +3123,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 1>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Genes (XX:female, XY:male):'' @@.yellow;$activeSlave.genes@@ - <<radiobutton "$activeSlave.genes" "XX">> Female - <<radiobutton "$activeSlave.genes" "XY">> Male - - <br> - ''Amputated (0:normal, 1: amputated, -1 to -5 prosthetic limbs):'' @@.yellow;$activeSlave.amp@@ - <<textbox "$activeSlave.amp" $activeSlave.amp>> - <br> - <<radiobutton "$activeSlave.amp" 0>> Normal - <<radiobutton "$activeSlave.amp" 1>> Amputated - <<radiobutton "$activeSlave.amp" -1>> Basic prosthetic limbs - <<radiobutton "$activeSlave.amp" -2>> Sexy prosthetic limbs - <<radiobutton "$activeSlave.amp" -3>> Beauty prosthetic limbs - <<radiobutton "$activeSlave.amp" -4>> Combat prosthetic limbs - <<radiobutton "$activeSlave.amp" -5>> Cybernetic limbs - - <br><br> - ''Muscles (0 to 100): @@.yellow;$activeSlave.muscles@@ |'' - <<textbox "$activeSlave.muscles" $activeSlave.muscles>> - <br> - <<radiobutton "$activeSlave.muscles" 0>> None - <<radiobutton "$activeSlave.muscles" 20>> Tone - <<radiobutton "$activeSlave.muscles" 50>> Muscular - <<radiobutton "$activeSlave.muscles" 100>> Hugely Muscular - - <br> - ''Weight (-100 to 100):'' - <<if $activeSlave.weight < -95>> - @@.red;Emaciated.@@ - <<elseif $activeSlave.weight < -30>> - @@.red;Skinny.@@ - <<elseif $activeSlave.weight < -10>> - Thin. - <<elseif $activeSlave.weight <= 10 >> - Average. - <<elseif $activeSlave.weight <= 30>> - Plush. - <<elseif $activeSlave.weight <= 95>> - @@.red;Chubby.@@ - <<else>> - @@.red;Fat.@@ - <</if>> - <<textbox "$activeSlave.weight" $activeSlave.weight>> - <br> - <<radiobutton "$activeSlave.weight" -100>> Emaciated - <<radiobutton "$activeSlave.weight" -50>> Skinny - <<radiobutton "$activeSlave.weight" -20>> Thin - <<radiobutton "$activeSlave.weight" 0>> Average - <<radiobutton "$activeSlave.weight" 20>> Plush - <<radiobutton "$activeSlave.weight" 50>> Chubby - <<radiobutton "$activeSlave.weight" 100>> Fat - - <br> - ''Waist (Masculine:100 | Ugly:55 | Unattractive:15 | Average:0 | Feminine:-15 | hourglass:-55 | Absurd:-100): @@.yellow;$activeSlave.waist@@ |'' - <<textbox "$activeSlave.waist" $activeSlave.waist>> - <br> - <<radiobutton "$activeSlave.waist" 100>> Masculine - <<radiobutton "$activeSlave.waist" 55>> Ugly - <<radiobutton "$activeSlave.waist" 15>> Unattractive - <<radiobutton "$activeSlave.waist" 0>> Average - <<radiobutton "$activeSlave.waist" -15>> Feminine - <<radiobutton "$activeSlave.waist" -55>> Hourglass - <<radiobutton "$activeSlave.waist" -100>> Absurd - - <br><br> - ''Height: @@.yellow;$activeSlave.height@@ |'' - <<textbox "$activeSlave.height" $activeSlave.height>> - <br> - (149 or lower: Petite, 150-159: Short, 160-169: Average, 170-184: Tall, 185 or higher: Very Tall) - - <br> - - ''Height Implant (-1 to 1): @@.yellow;$activeSlave.heightImplant@@|'' - <<textbox "$activeSlave.heightImplant" $activeSlave.heightImplant>> - <br> - <<radiobutton "$activeSlave.heightImplant" -1>> Artificially Shortened - <<radiobutton "$activeSlave.heightImplant" 0>> Normal - <<radiobutton "$activeSlave.heightImplant" 1>> Artificially Lengthened - - <br><br> - ''Shoulders (-2 to 2): @@.yellow;$activeSlave.shoulders@@ |'' - <<radiobutton "$activeSlave.shoulders" -2>> Very narrow - <<radiobutton "$activeSlave.shoulders" -1>> Narrow - <<radiobutton "$activeSlave.shoulders" -0>> Normal - <<radiobutton "$activeSlave.shoulders" 1>> Broad - <<radiobutton "$activeSlave.shoulders" 2>> Very broad - - <br> - ''Shoulder Surgery (-2 to 2): @@.yellow;$activeSlave.shouldersImplant@@ |'' - <<radiobutton "$activeSlave.shouldersImplant" -2>> Adv. Narrowed - <<radiobutton "$activeSlave.shouldersImplant" -1>> Narrowed - <<radiobutton "$activeSlave.shouldersImplant" -0>> None - <<radiobutton "$activeSlave.shouldersImplant" 1>> Broadened - <<radiobutton "$activeSlave.shouldersImplant" 2>> Adv. Broadened - - <br> - ''Hips (-2 to 2): @@.yellow;$activeSlave.hips@@ |'' - <<radiobutton "$activeSlave.hips" -2>> Very narrow - <<radiobutton "$activeSlave.hips" -1>> Narrow - <<radiobutton "$activeSlave.hips" -0>> Normal - <<radiobutton "$activeSlave.hips" 1>> Broad - <<radiobutton "$activeSlave.hips" 2>> Very broad - - <br> - ''Hip Surgery(-2 to 2): @@.yellow;$activeSlave.hipsImplant@@ |'' - <<radiobutton "$activeSlave.hipsImplant" -2>> Adv. Narrowed - <<radiobutton "$activeSlave.hipsImplant" -1>> Narrowed - <<radiobutton "$activeSlave.hipsImplant" -0>> None - <<radiobutton "$activeSlave.hipsImplant" 1>> Broadened - <<radiobutton "$activeSlave.hipsImplant" 2>> Adv. Broadened - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<BodyTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1899,7 +3133,25 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ +<<print " | " >> +<<link "Belly">> +<<if (ndef _bellyR) || (_bellyR == 0) >> + <<replace "#spot">> + <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> + <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> + <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 1>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<BellyTab>> + <</replace>> +<<else>> + <<replace "#spot">> + <<set _bellyR = 0>> + <</replace>> +<</if>> +<</link>> +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Breasts">> <<if (ndef _titsR) || (_titsR == 0) >> @@ -1907,58 +3159,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 1>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Breasts (200 to 24000):'' - <<textbox "$activeSlave.boobs" $activeSlave.boobs>> - <br> - ''Breast Implants:'' - <<textbox "$activeSlave.boobsImplant" $activeSlave.boobsImplant>> - <br> - ''Breast String Implants (no:0 | yes:1):'' - <<textbox "$activeSlave.boobsImplantType" $activeSlave.boobsImplantType>> - <<radiobutton "$activeSlave.boobsImplantType" 0>> No - <<radiobutton "$activeSlave.boobsImplantType" 1>> Yes - <br> - - ''Lactation (none:0 | natural:1 | artificial:2): $activeSlave.lactation |'' - <<textbox "$activeSlave.lactation" $activeSlave.lactation>> - <br> - <<radiobutton "$activeSlave.lactation" 0>> None - <<radiobutton "$activeSlave.lactation" 1>> Natural - <<radiobutton "$activeSlave.lactation" 2>> Artificial - - <br><br> - - ''Breast Shape: $activeSlave.boobShape |'' - <<textbox "$activeSlave.boobShape" $activeSlave.boobShape>> - <br> - <<radiobutton "$activeSlave.boobShape" "normal">> normal - <<radiobutton "$activeSlave.boobShape" "perky">> perky - <<radiobutton "$activeSlave.boobShape" "torpedo-shaped">> torpedo-shaped - <<radiobutton "$activeSlave.boobShape" "wide-set">> wide-set - <<radiobutton "$activeSlave.boobShape" "downward-facing">> downward-facing - <<radiobutton "$activeSlave.boobShape" "saggy">> saggy - - <br> - - ''Nipples: $activeSlave.nipples |'' - <<radiobutton "$activeSlave.nipples" "tiny">> Tiny - <<radiobutton "$activeSlave.nipples" "cute">> Cute - <<radiobutton "$activeSlave.nipples" "puffy">> Puffy - <<radiobutton "$activeSlave.nipples" "inverted">> Inverted - <<radiobutton "$activeSlave.nipples" "huge">> Huge - - <br> - - ''Areolae (Normal:0 to Huge:3): $activeSlave.areolae |'' - <<textbox "$activeSlave.areolae" $activeSlave.areolae>> - <br> - <<radiobutton "$activeSlave.areolae" 0>> Normal - <<radiobutton "$activeSlave.areolae" 1>> Large - <<radiobutton "$activeSlave.areolae" 2>> Wide - <<radiobutton "$activeSlave.areolae" 3>> Huge - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<BreastsTab>> <</replace>> <<else>> <<replace "#spot">> @@ -1966,7 +3169,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Butt">> <<if (ndef _buttR) || (_buttR == 0) >> @@ -1974,34 +3177,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 1>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Butt Size (1 to 7): '' - <<textbox "$activeSlave.butt" $activeSlave.butt>> - <br> - ''Butt Implants (0,1,2,3): $activeSlave.buttImplant'' | - <<radiobutton "$activeSlave.buttImplant" 0>> None - <<radiobutton "$activeSlave.buttImplant" 1>> Normal - <<radiobutton "$activeSlave.buttImplant" 2>> Large - <<radiobutton "$activeSlave.buttImplant" 3>> Huge - <br> - ''Butt String Implants (no:0 | yes:1):'' - <<textbox "$activeSlave.buttImplantType" $activeSlave.boobsImplantType>> - <<radiobutton "$activeSlave.buttImplantType" 0>> No - <<radiobutton "$activeSlave.buttImplantType" 1>> Yes - <br> - ''Anus Size:'' - <<if $activeSlave.anus == 0>>@@.lime;Virgin.@@ - <<elseif $activeSlave.anus == 1>>Normal. - <<elseif $activeSlave.anus == 2>>Veteran. - <<else>>Gaping. - <</if>> - <br> - <<radiobutton "$activeSlave.anus" 0>> Virgin - <<radiobutton "$activeSlave.anus" 1>> Normal - <<radiobutton "$activeSlave.anus" 2>> Veteran - <<radiobutton "$activeSlave.anus" 3>> Gaping - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<ButtTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2009,7 +3187,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Vagina & Pregnancy">> <<if (ndef _vagR) || (_vagR == 0) >> @@ -2017,141 +3195,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 1>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Vagina (no vagina:-1,0,1,2,3):'' - <<if $activeSlave.vagina == -1>> - //No vagina.// - <<elseif $activeSlave.vagina == 0>> - @@.lime;Virgin.@@ - <<elseif $activeSlave.vagina == 1>> - Normal. - <<elseif $activeSlave.vagina == 2>> - Veteran. - <<else>> - Gaping. - <</if>> - <<textbox "$activeSlave.vagina" $activeSlave.vagina>> - <br> - <<radiobutton "$activeSlave.vagina" -1>> No vagina - <<radiobutton "$activeSlave.vagina" 0>> Virgin - <<radiobutton "$activeSlave.vagina" 1>> Normal - <<radiobutton "$activeSlave.vagina" 2>> Veteran - <<radiobutton "$activeSlave.vagina" 3>> Gaping - - <br> - - ''Vagina Wetness (0,1,2):'' - <<if $activeSlave.vaginaLube == 0>> - Dry. - <<elseif $activeSlave.vaginaLube == 1>> - Normal. - <<else>> - Excessive. - <</if>> - <<textbox "$activeSlave.vaginaLube" $activeSlave.vaginaLube>> - <br> - <<radiobutton "$activeSlave.vaginaLube" 0>> Dry - <<radiobutton "$activeSlave.vaginaLube" 1>> Normal - <<radiobutton "$activeSlave.vaginaLube" 2>> Excessive - - <br> - - ''Ovaries (none: 0 | exist: 1): $activeSlave.ovaries'' - <<if $activeSlave.ovaries == 1>> - <<checkbox "$activeSlave.ovaries" 0 1 checked>> - <<else>> - <<checkbox "$activeSlave.ovaries" 0 1>> - <</if>> - - <br> - - ''Puberty (pre: 0 | post: 1): $activeSlave.pubertyXX'' - <<if $activeSlave.pubertyXX == 1>> - <<checkbox "$activeSlave.pubertyXX" 0 1 checked>> - <<else>> - <<checkbox "$activeSlave.pubertyXX" 0 1>> - <</if>> - - <br> - - ''Clit:'' - <<if $activeSlave.clit == 0>> - Normal. | - <<elseif $activeSlave.clit == 1>> - Big. | - <<elseif $activeSlave.clit == 2>> - Huge. | - <<else>> - Enormous. | - <</if>> - <<radiobutton "$activeSlave.clit" 0>> Normal - <<radiobutton "$activeSlave.clit" 1>> Large - <<radiobutton "$activeSlave.clit" 2>> Huge - <<radiobutton "$activeSlave.clit" 3>> Enormous - - - <br> - - ''Labia:'' - <<if $activeSlave.labia == 0>> - Minimal. | - <<elseif $activeSlave.labia == 1>> - Normal. | - <<elseif $activeSlave.labia == 2>> - Large. | - <<else>> - Huge. | - <</if>> - <<radiobutton "$activeSlave.labia" 0>> Minimal - <<radiobutton "$activeSlave.labia" 1>> Normal - <<radiobutton "$activeSlave.labia" 2>> Large - <<radiobutton "$activeSlave.labia" 3>> Huge - - <br> - - ''Pregnancy Level (-2: sterile, -1: contraceptives, 0: not pregnant, 1 to 25: pregnant):'' - <<if $activeSlave.preg > 20>> - Advanced. - <<elseif $activeSlave.preg > 5>> - Early. - <<elseif $activeSlave.preg == 0>> - None. - <<elseif $activeSlave.preg == -1>> - Using contraceptives. - <<else>> - Sterile. - <</if>> - <<textbox "$activeSlave.preg" $activeSlave.preg>> - - <br> - ''Number of babies (0: none, 1 - 5):'' - <<if $activeSlave.pregType == 1>> - A single baby. - <<elseif $activeSlave.pregType == 2>> - Twins. - <<elseif $activeSlave.pregType == 3>> - Triples. - <<elseif $activeSlave.pregType == 4>> - Quadruplets. - <<elseif $activeSlave.pregType > 4>> - Quintuplets. - <<else>> - None. - <</if>> - <<textbox "$activeSlave.pregType" $activeSlave.pregType>> - <br> - <<radiobutton "$activeSlave.pregType" 0>> None - <<radiobutton "$activeSlave.pregType" 1>> Single - <<radiobutton "$activeSlave.pregType" 2>> Twins - <<radiobutton "$activeSlave.pregType" 3>> Triplets - <<radiobutton "$activeSlave.pregType" 4>> Quadruplets - <<radiobutton "$activeSlave.pregType" 5>> Quintuplets - - <br> - ''Father (0: none, -1: you, -2: unknown, slave ID):'' - <<textbox "$activeSlave.pregSource" $activeSlave.pregSource>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<VagTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2159,7 +3205,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Penis">> <<if (ndef _dickR) || (_dickR == 0) >> @@ -2167,140 +3213,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 1>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Penis (none:0, 1 to 10):'' - <<if $activeSlave.dick == 0>> - None. - <<elseif $activeSlave.dick == 1>> - Tiny. - <<elseif $activeSlave.dick == 2>> - Small. - <<elseif $activeSlave.dick == 3>> - Normal. - <<elseif $activeSlave.dick == 4>> - Large. - <<elseif $activeSlave.dick == 5>> - Massive. - <<elseif $activeSlave.dick == 6>> - Huger - <<elseif $activeSlave.dick == 7>> - Still huge. - <<elseif $activeSlave.dick == 8>> - Enormous. - <<else>> - Monstrous. - <</if>> - <<textbox "$activeSlave.dick" $activeSlave.dick>> - <br> - <<radiobutton "$activeSlave.dick" 0>> None - <<radiobutton "$activeSlave.dick" 1>> Tiny - <<radiobutton "$activeSlave.dick" 2>> Small - <<radiobutton "$activeSlave.dick" 3>> Normal - <<radiobutton "$activeSlave.dick" 4>> Large - <<radiobutton "$activeSlave.dick" 5>> Massive - <<radiobutton "$activeSlave.dick" 6>> Huge - <<radiobutton "$activeSlave.dick" 7>> More Huge - <<radiobutton "$activeSlave.dick" 8>> Enormous - <<radiobutton "$activeSlave.dick" 9>> Monstrous - <<radiobutton "$activeSlave.dick" 10>> Big McLargeHuge? I don't know. How many sizes are there?!?!?! - - <br> - ''Foreskin (0 to 5):'' - <<if $activeSlave.foreskin == 0>> None. - <<elseif $activeSlave.foreskin == 1>> Tiny. - <<elseif $activeSlave.foreskin == 2>> Small. - <<elseif $activeSlave.foreskin == 3>> Normal. - <<elseif $activeSlave.foreskin == 4>> Large. - <<else>>Massive.<</if>> - <<textbox "$activeSlave.foreskin" $activeSlave.foreskin>> - <br> - <<radiobutton "$activeSlave.foreskin" 0>> None - <<radiobutton "$activeSlave.foreskin" 1>> Vestigial - <<radiobutton "$activeSlave.foreskin" 2>> Small - <<radiobutton "$activeSlave.foreskin" 3>> Normal - <<radiobutton "$activeSlave.foreskin" 4>> Large - <<radiobutton "$activeSlave.foreskin" 5>> Massive - - <br> - - ''Testicles (0 to 6):'' - <<if $activeSlave.balls == 0>> - None. - <<elseif $activeSlave.balls == 1>> - Vestigial. - <<elseif $activeSlave.balls == 2>> - Small. - <<elseif $activeSlave.balls == 3>> - Normal. - <<elseif $activeSlave.balls == 4>> - Large. - <<elseif $activeSlave.balls == 5>> - Huge. - <<else>> - Titanic. - <</if>> - <<textbox "$activeSlave.balls" $activeSlave.balls>> - <br> - <<radiobutton "$activeSlave.balls" 0>> None / Invisible - <<radiobutton "$activeSlave.balls" 1>> Vestigial - <<radiobutton "$activeSlave.balls" 2>> Small - <<radiobutton "$activeSlave.balls" 3>> Normal - <<radiobutton "$activeSlave.balls" 4>> Large - <<radiobutton "$activeSlave.balls" 5>> Huge - <<radiobutton "$activeSlave.balls" 6>> Titanic - - <br> - - ''Ballsack (0 to 8):'' - <<if $activeSlave.scrotum == 0>> - None. - <<elseif $activeSlave.scrotum == 1>> - Vestigial. - <<elseif $activeSlave.scrotum == 2>> - Small. - <<elseif $activeSlave.scrotum == 3>> - Normal. - <<elseif $activeSlave.scrotum == 4>> - Large. - <<elseif $activeSlave.scrotum == 5>> - Huge. - <<elseif $activeSlave.scrotum == 6>> - Massive. - <<elseif $activeSlave.scrotum == 7>> - Enormous. - <<else>> - Monstrous. - <</if>> - <<textbox "$activeSlave.scrotum" $activeSlave.scrotum>> - <br> - <<radiobutton "$activeSlave.scrotum" 0>> None - <<radiobutton "$activeSlave.scrotum" 1>> Vestigial - <<radiobutton "$activeSlave.scrotum" 2>> Small - <<radiobutton "$activeSlave.scrotum" 3>> Normal - <<radiobutton "$activeSlave.scrotum" 4>> Large - <<radiobutton "$activeSlave.scrotum" 5>> Huge - <<radiobutton "$activeSlave.scrotum" 6>> Massive - <<radiobutton "$activeSlave.scrotum" 7>> Enormous - <<radiobutton "$activeSlave.scrotum" 8>> Monstrous - - <br> - - ''Prostate (0: no prostate, 1:prostate, 2:hyperactive, 3:hyperactive-modified):'' $activeSlave.prostate - <br> - <<radiobutton "$activeSlave.prostate" 0>> No prostate - <<radiobutton "$activeSlave.prostate" 1>> Prostate - <<radiobutton "$activeSlave.prostate" 2>> Hyperactive prostate - <<radiobutton "$activeSlave.prostate" 3>> Hyperactive modified prostate - <br> - - ''Puberty (pre: 0 | post: 1): $activeSlave.pubertyXY'' - <<if $activeSlave.pubertyXY == 1>> - <<checkbox "$activeSlave.pubertyXY" 0 1 checked>> - <<else>> - <<checkbox "$activeSlave.pubertyXY" 0 1>> - <</if>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<PenisTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2308,7 +3223,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <br> <<link "Skills">> <<if (ndef _skillsR) || (_skillsR == 0) >> @@ -2316,127 +3231,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 1>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Oral sex (0 to 100):'' - <<if $activeSlave.oralSkill <= 10>> - Unskilled. - <<elseif $activeSlave.oralSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.oralSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.oralSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.oralSkill" $activeSlave.oralSkill>> - <br> - <<radiobutton "$activeSlave.oralSkill" 0>> Unskilled - <<radiobutton "$activeSlave.oralSkill" 15>> Basic - <<radiobutton "$activeSlave.oralSkill" 35>> Skilled - <<radiobutton "$activeSlave.oralSkill" 65>> Expert - <<radiobutton "$activeSlave.oralSkill" 100>> Masterful - - <<if $activeSlave.vagina > -1>> - <br> - - ''Vaginal sex (0 to 100):'' - <<if $activeSlave.vaginalSkill <= 10>> - Unskilled. - <<elseif $activeSlave.vaginalSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.vaginalSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.vaginalSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.vaginalSkill" $activeSlave.vaginalSkill>> - <br> - <<radiobutton "$activeSlave.vaginalSkill" 0>> Unskilled - <<radiobutton "$activeSlave.vaginalSkill" 15>> Basic - <<radiobutton "$activeSlave.vaginalSkill" 35>> Skilled - <<radiobutton "$activeSlave.vaginalSkill" 65>> Expert - <<radiobutton "$activeSlave.vaginalSkill" 100>> Masterful - <</if>> - - <br> - - ''Anal sex (0 to 100):'' - <<if $activeSlave.analSkill <= 10>> - Unskilled. - <<elseif $activeSlave.analSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.analSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.analSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.analSkill" $activeSlave.analSkill>> - <br> - <<radiobutton "$activeSlave.analSkill" 0>> Unskilled - <<radiobutton "$activeSlave.analSkill" 15>> Basic - <<radiobutton "$activeSlave.analSkill" 35>> Skilled - <<radiobutton "$activeSlave.analSkill" 65>> Expert - <<radiobutton "$activeSlave.analSkill" 100>> Masterful - <br> - ''Prostitution (0 to 100):'' - <<if $activeSlave.whoreSkill <= 10>> - Unskilled. - <<elseif $activeSlave.whoreSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.whoreSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.whoreSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.whoreSkill" $activeSlave.whoreSkill>> - <br> - <<radiobutton "$activeSlave.whoreSkill" 0>> Unskilled - <<radiobutton "$activeSlave.whoreSkill" 15>> Basic - <<radiobutton "$activeSlave.whoreSkill" 35>> Skilled - <<radiobutton "$activeSlave.whoreSkill" 65>> Expert - <<radiobutton "$activeSlave.whoreSkill" 100>> Masterful - - <br> - - ''Entertainment (0 to 100):'' - <<if $activeSlave.entertainSkill <= 10>> - Unskilled. - <<elseif $activeSlave.entertainSkill <= 30>> - @@.cyan;Basic.@@ - <<elseif $activeSlave.entertainSkill <= 60>> - @@.cyan;Skilled.@@ - <<elseif $activeSlave.entertainSkill < 100>> - @@.cyan;Expert.@@ - <<else>> - @@.cyan;Masterful.@@ - <</if>> - <<textbox "$activeSlave.entertainSkill" $activeSlave.entertainSkill>> - <br> - <<radiobutton "$activeSlave.entertainSkill" 0>> Unskilled - <<radiobutton "$activeSlave.entertainSkill" 15>> Basic - <<radiobutton "$activeSlave.entertainSkill" 35>> Skilled - <<radiobutton "$activeSlave.entertainSkill" 65>> Expert - <<radiobutton "$activeSlave.entertainSkill" 100>> Masterful - - <br> - - ''Combat (0,1):'' - <<if $activeSlave.combatSkill == 0>> - Unskilled. - <<else>> - @@.cyan;Skilled.@@ - <</if>> - <<radiobutton "$activeSlave.combatSkill" 0>> Unskilled - <<radiobutton "$activeSlave.combatSkill" 1>> Skilled - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<SkillsTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2444,7 +3241,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Intelligence">> <<if (ndef _intR) || (_intR == 0) >> @@ -2452,43 +3249,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 1>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Intelligence (-3 to 3):'' - <<if $activeSlave.intelligence == 3>> - @@.deepskyblue;Brilliant.@@ - <<elseif $activeSlave.intelligence == 2>> - @@.deepskyblue;Very Smart.@@ - <<elseif $activeSlave.intelligence == 1>> - @@.deepskyblue;Smart.@@ - <<elseif $activeSlave.intelligence == 0>> - Average. - <<elseif $activeSlave.intelligence == -1>> - @@.orangered;Stupid.@@ - <<elseif $activeSlave.intelligence == -2>> - @@.orangered;Very Stupid.@@ - <<else>> - @@.orangered;Moronic.@@ - <</if>> - <<textbox "$activeSlave.intelligence" $activeSlave.intelligence>> - <br> - <<radiobutton "$activeSlave.intelligence" -3>> Moronic - <<radiobutton "$activeSlave.intelligence" -2>> Very Stupid - <<radiobutton "$activeSlave.intelligence" -1>> Stupid - <<radiobutton "$activeSlave.intelligence" 0>> Average - <<radiobutton "$activeSlave.intelligence" 1>> Smart - <<radiobutton "$activeSlave.intelligence" 2>> Very Smart - <<radiobutton "$activeSlave.intelligence" 3>> Brilliant - <br> - ''Education (0,1):'' - <<if $activeSlave.intelligenceImplant == 1>> - @@.deepskyblue;Educated.@@ - <<else>> - Uneducated. - <</if>> - <<radiobutton "$activeSlave.intelligenceImplant" 0>> Uneducated - <<radiobutton "$activeSlave.intelligenceImplant" 1>> Educated - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<InteliTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2496,7 +3259,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Fetish & Sexuality">> <<if (ndef _sexR) || (_sexR == 0) >> @@ -2504,121 +3267,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 1>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Fetish Known (Unknown:0 | Known:1): $activeSlave.fetishKnown |'' - <<radiobutton "$activeSlave.fetishKnown" 0>> Unknown - <<radiobutton "$activeSlave.fetishKnown" 1>> Known - - <br> - - <<if $activeSlave.fetish == "none">> - ''Fetish:'' @@.pink;$activeSlave.fetish.@@ - <<else>> - ''Fetish:'' @@.lightcoral;$activeSlave.fetish.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.fetish" "none">> None - <<radiobutton "$activeSlave.fetish" "submissive">> Submissive - <<radiobutton "$activeSlave.fetish" "dom">> Dom - <<radiobutton "$activeSlave.fetish" "cumslut">> Cumslut - <<radiobutton "$activeSlave.fetish" "humiliation">> Humiliation - <<radiobutton "$activeSlave.fetish" "buttslut">> Buttslut - <<radiobutton "$activeSlave.fetish" "boobs">> Boobs - <<radiobutton "$activeSlave.fetish" "pregnancy">> Pregnancy - <<radiobutton "$activeSlave.fetish" "sadist">> Sadist - <<radiobutton "$activeSlave.fetish" "masochist">> Masochist - - <br> - - ''Fetish strength (0 to 100):'' - <<if $activeSlave.fetishStrength > 95>> - @@.lightcoral;High.@@ - <<elseif $activeSlave.fetishStrength <= 60>> - @@.pink;Low.@@ - <<else>> - @@.hotpink;Normal.@@ - <</if>> - <<textbox "$activeSlave.fetishStrength" $activeSlave.fetishStrength>> - <br> - <<radiobutton "$activeSlave.fetishStrength" 0>> Low - <<radiobutton "$activeSlave.fetishStrength" 70>> Normal - <<radiobutton "$activeSlave.fetishStrength" 100>> High - ''Sexuality (unknown:0 | known:1):'' $activeSlave.attrKnown - <<radiobutton "$activeSlave.attrKnown" 0>> Unknown - <<radiobutton "$activeSlave.attrKnown" 1>> Known - - <br> - ''Male Attraction (0 - 100):'' - <<if $activeSlave.attrXY <= 5>> - @@.red;Disgusted by guys,@@ - <<elseif $activeSlave.attrXY <= 15>> - @@.red;Turned off by guys,@@ - <<elseif $activeSlave.attrXY <= 35>> - @@.red;Not attracted to guys,@@ - <<elseif $activeSlave.attrXY <= 65>> - Indifferent to guys, - <<elseif $activeSlave.attrXY <= 85>> - @@.green;Attracted to guys,@@ - <<elseif $activeSlave.attrXY <= 95>> - @@.green;Aroused by guys,@@ - <<else>> - @@.green;Passionate about guys,@@ - <</if>> - <<textbox "$activeSlave.attrXY" $activeSlave.attrXY>> - <br> - <<radiobutton "$activeSlave.attrXY" 0>> Disgusted by guys - <<radiobutton "$activeSlave.attrXY" 10>> Turned off by guys - <<radiobutton "$activeSlave.attrXY" 20>> Not attracted to guys - <<radiobutton "$activeSlave.attrXY" 50>> Indifferent to guys - <<radiobutton "$activeSlave.attrXY" 80>> Attracted to guys - <<radiobutton "$activeSlave.attrXY" 90>> Aroused by guys - <<radiobutton "$activeSlave.attrXY" 100>> Passionate about guys - - <br> - ''Female Attraction (0 - 100):'' - <<if $activeSlave.attrXX <= 5>> - @@.red;disgusted by girls.@@ - <<elseif $activeSlave.attrXX <= 15>> - @@.red;turned off by girls.@@ - <<elseif $activeSlave.attrXX <= 35>> - @@.red;not attracted to girls.@@ - <<elseif $activeSlave.attrXX <= 65>> - indifferent to girls. - <<elseif $activeSlave.attrXX <= 85>> - @@.green;attracted to girls.@@ - <<elseif $activeSlave.attrXX <= 95>> - @@.green;aroused by girls.@@ - <<else>> - @@.green;passionate about girls.@@ - <</if>> - <<textbox "$activeSlave.attrXX" $activeSlave.attrXX>> - <br> - <<radiobutton "$activeSlave.attrXX" 0>> Disgusted by girls - <<radiobutton "$activeSlave.attrXX" 10>> Turned off by girls - <<radiobutton "$activeSlave.attrXX" 20>> Not attracted to girls - <<radiobutton "$activeSlave.attrXX" 50>> Indifferent to girls - <<radiobutton "$activeSlave.attrXX" 80>> Attracted to girls - <<radiobutton "$activeSlave.attrXX" 90>> Aroused by girls - <<radiobutton "$activeSlave.attrXX" 100>> Passionate about girls - - <br> - ''Sex drive (0 - 100):'' - <<if $activeSlave.energy == 100>> - @@.green;Nympho!@@ - <<elseif $activeSlave.energy > 80>> - @@.green;Sex addict.@@ - <<elseif $activeSlave.energy > 60>> - @@.green;Powerful.@@ - <<elseif $activeSlave.energy > 40>> - @@.yellow;Average.@@ - <<elseif $activeSlave.energy > 20>> - @@.red;Poor.@@ - <<else>> - @@.red;Frigid.@@ - <</if>> - <<textbox "$activeSlave.energy" $activeSlave.energy>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<FetSexTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2626,7 +3277,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Flaws & Quirks">> <<if (ndef _flawR) || (_flawR == 0) >> @@ -2634,107 +3285,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 1>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Behavioral Flaw:'' - <<if $activeSlave.behavioralFlaw == "none">> - //$activeSlave.behavioralFlaw.// - <<else>> - @@.red;$activeSlave.behavioralFlaw.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.behavioralFlaw" "none">> None - <<radiobutton "$activeSlave.behavioralFlaw" "arrogant">> Arrogant - <<radiobutton "$activeSlave.behavioralFlaw" "bitchy">> Bitchy - <<radiobutton "$activeSlave.behavioralFlaw" "odd">> Odd - <<radiobutton "$activeSlave.behavioralFlaw" "hates men">> Men - <<radiobutton "$activeSlave.behavioralFlaw" "hates women">> Women - <<radiobutton "$activeSlave.behavioralFlaw" "anorexic">> Anorexic - <<radiobutton "$activeSlave.behavioralFlaw" "gluttonous">> Gluttonous - <<radiobutton "$activeSlave.behavioralFlaw" "devout">> Devout - <<radiobutton "$activeSlave.behavioralFlaw" "liberated">> Liberated - - <br><br> - - ''Behavioral Quirk:'' - <<if $activeSlave.behavioralQuirk == "none">> - //$activeSlave.behavioralQuirk.// - <<else>> - @@.green;$activeSlave.behavioralQuirk.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.behavioralQuirk" "none">> None - <<radiobutton "$activeSlave.behavioralQuirk" "confident">> Confident - <<radiobutton "$activeSlave.behavioralQuirk" "cutting">> Cutting - <<radiobutton "$activeSlave.behavioralQuirk" "funny">> Funny - <<radiobutton "$activeSlave.behavioralQuirk" "adores women">> Adores Women - <<radiobutton "$activeSlave.behavioralQuirk" "adores men">> Adores Men - <<radiobutton "$activeSlave.behavioralQuirk" "insecure">> Insecure - <<radiobutton "$activeSlave.behavioralQuirk" "fitness">> Fitness - <<radiobutton "$activeSlave.behavioralQuirk" "sinful">> Sinful - <<radiobutton "$activeSlave.behavioralQuirk" "advocate">> Advocate - <<if $activeSlave.behavioralQuirk != "none">> - <<set $activeSlave.behavioralFlaw = "none">> - <</if>> - - <br><br> - - ''Sexual Flaw / Paraphilias:'' - <<if $activeSlave.sexualFlaw == "none">> - //$activeSlave.sexualFlaw.// - <<else>> - @@.red;$activeSlave.sexualFlaw.@@ - <</if>> - <br> - Flaws: - <<radiobutton "$activeSlave.sexualFlaw" "none">> None - <<radiobutton "$activeSlave.sexualFlaw" "hates oral">> Oral - <<radiobutton "$activeSlave.sexualFlaw" "hates anal">> Anal - <<radiobutton "$activeSlave.sexualFlaw" "hates penetration">> Penetration - <<radiobutton "$activeSlave.sexualFlaw" "repressed">> Repressed - <<radiobutton "$activeSlave.sexualFlaw" "shamefast">> Shamefast - <<radiobutton "$activeSlave.sexualFlaw" "apathetic">> Apathetic - <<radiobutton "$activeSlave.sexualFlaw" "idealistic">> Sexually Idealistic - <<radiobutton "$activeSlave.sexualFlaw" "crude">> Crude - <<radiobutton "$activeSlave.sexualFlaw" "judgemental">> Judgemental - - <br> - Paraphilias: - <<radiobutton "$activeSlave.sexualFlaw" "cum addict">> Cum addict - <<radiobutton "$activeSlave.sexualFlaw" "anal addict">> Anal addict - <<radiobutton "$activeSlave.sexualFlaw" "attention whore">> Attention whore - <<radiobutton "$activeSlave.sexualFlaw" "breast growth">> Breast obsession - <<radiobutton "$activeSlave.sexualFlaw" "abusive">> Abusive - <<radiobutton "$activeSlave.sexualFlaw" "malicious">> Malicious - <<radiobutton "$activeSlave.sexualFlaw" "self hating">> Self hatred - <<radiobutton "$activeSlave.sexualFlaw" "neglectful">> Self neglect - <<radiobutton "$activeSlave.sexualFlaw" "breeder">> Breeding obsession - - <br><br> - - ''Sexual Quirk:'' - <<if $activeSlave.sexualQuirk == "none">> - //$activeSlave.sexualQuirk.// - <<else>> - @@.green;$activeSlave.sexualQuirk.@@ - <</if>> - <br> - <<radiobutton "$activeSlave.sexualQuirk" "none">> None - <<radiobutton "$activeSlave.sexualQuirk" "gagfuck queen">> Gagfuck Queen - <<radiobutton "$activeSlave.sexualQuirk" "painal queen">> Painal Queen - <<radiobutton "$activeSlave.sexualQuirk" "strugglefuck queen">> Strugglefuck Queen - <<radiobutton "$activeSlave.sexualQuirk" "perverted">> Perverted - <<radiobutton "$activeSlave.sexualQuirk" "tease">> Tease - <<radiobutton "$activeSlave.sexualQuirk" "caring">> Caring - <<radiobutton "$activeSlave.sexualQuirk" "romantic">> Romantic - <<radiobutton "$activeSlave.sexualQuirk" "unflinching">> Unflinching - <<radiobutton "$activeSlave.sexualQuirk" "size queen">> Size Queen - <<if $activeSlave.sexualQuirk != "none">> - <<if ($activeSlave.sexualFlaw != "cum addict") && ($activeSlave.sexualFlaw != "anal addict") && ($activeSlave.sexualFlaw != "attention whore") && ($activeSlave.sexualFlaw != "breast growth") && ($activeSlave.sexualFlaw != "abusive") && ($activeSlave.sexualFlaw != "malicious") && ($activeSlave.sexualFlaw != "self hating") && ($activeSlave.sexualFlaw != "neglectful") && ($activeSlave.sexualFlaw != "breeder")>> - <<set $activeSlave.sexualFlaw = "none">> - <</if>> - <</if>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<FlaQuiTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2742,7 +3295,25 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ +<<print " | " >> +<<link "Statistics">> +<<if (ndef _useR) || (_useR == 0) >> + <<replace "#spot">> + <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> + <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> + <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 1>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<StatisticTab>> + <</replace>> +<<else>> + <<replace "#spot">> + <<set _useR = 0>> + <</replace>> +<</if>> +<</link>> +/*-------------------------------------------------------------------------------------------------------------------------------*/ <br> <<link "Prestige, Custom Tattoo & Description">> <<if (ndef _descR) || (_descR == 0) >> @@ -2750,34 +3321,10 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 1>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Change her custom tattoo:'' <<textbox "$activeSlave.customTat" $activeSlave.customTat>> - <br> - //For best results, use complete, capitalized and punctuated sentences; for example: 'She has blue stars tattooed along her cheekbones, and a blue arrow down each arm.'// - - <br> - ''Change her custom description:'' <<textbox "$activeSlave.customDesc" $activeSlave.customDesc>> - <br> - //For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'// - - <br> - ''Change her custom label:'' <<textbox "$activeSlave.customLabel" $activeSlave.customLabel>> - <br> - //For best results, use a short phrase; for example: 'Breeder.'// - <br> - - ''Prestige:'' - <<textbox "$activeSlave.prestige" $activeSlave.prestige>> - <<radiobutton "$activeSlave.prestige" 0>> 0 - <<radiobutton "$activeSlave.prestige" 1>> 1 - <<radiobutton "$activeSlave.prestige" 2>> 2 - <<radiobutton "$activeSlave.prestige" 3>> 3 - - <br> - ''Prestige description:'' - <<textbox "$activeSlave.prestigeDesc" $activeSlave.prestigeDesc>> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> <br> + <<PrestTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2785,7 +3332,7 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Tattoos">> <<if (ndef _tatsR) || (_tatsR == 0) >> @@ -2793,35 +3340,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 1>><<set _piercR = 0>> - <<set _sAllR = 0>> - <br> - ''Lips Tattoo ($activeSlave.lipsTat)'' - <<textbox "$activeSlave.lipsTat" $activeSlave.lipsTat>> - <br> - ''Shoulders Tattoo ($activeSlave.shouldersTat)'' - <<textbox "$activeSlave.shouldersTat" $activeSlave.shouldersTat>> - <br> - ''Arms Tattoo ($activeSlave.armsTat)'' - <<textbox "$activeSlave.armsTat" $activeSlave.armsTat>> - <br> - ''Legs Tattoo ($activeSlave.legsTat)'' - <<textbox "$activeSlave.legsTat" $activeSlave.legsTat>> - <br> - ''Boobs Tattoo ($activeSlave.boobsTat)'' - <<textbox "$activeSlave.boobsTat" $activeSlave.boobsTat>> - <br> - ''Butt Tattoo ($activeSlave.buttTat)'' - <<textbox "$activeSlave.buttTat" $activeSlave.buttTat>> - <br> - ''Vagina Tattoo ($activeSlave.vaginaTat)'' - <<textbox "$activeSlave.vaginaTat" $activeSlave.vaginaTat>> - <br> - ''Anus Tattoo ($activeSlave.anusTat)'' - <<textbox "$activeSlave.anusTat" $activeSlave.anusTat>> - <br> - ''Tramp Stamp Tattoo ($activeSlave.stampTat)'' - <<textbox "$activeSlave.stampTat" $activeSlave.stampTat>> - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<TattoTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2829,7 +3350,25 @@ <</replace>> <</if>> <</link>> - +/*-------------------------------------------------------------------------------------------------------------------------------*/ +<<print " | " >> +<<link "Branding">> +<<if (ndef _brandR) || (_brandR == 0) >> + <<replace "#spot">> + <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> + <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> + <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 0>> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 1>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<BrandTab>> + <</replace>> +<<else>> + <<replace "#spot">> + <<set _brandR = 0>> + <</replace>> +<</if>> +<</link>> +/*-------------------------------------------------------------------------------------------------------------------------------*/ <<print " | " >> <<link "Piercings">> <<if (ndef _piercR) || (_piercR == 0) >> @@ -2837,98 +3376,9 @@ <<set _faceR = 0>><<set _nameR = 0>><<set _famR = 0>><<set _identR = 0>><<set _ageR = 0>><<set _devR = 0>><<set _hairR = 0>> <<set _descR = 0>><<set _eyesR = 0>><<set _mouthR = 0>><<set _bodyR = 0>><<set _titsR = 0>><<set _buttR = 0>><<set _vagR = 0>> <<set _dickR = 0>><<set _skillsR = 0>><<set _intR = 0>><<set _sexR = 0>><<set _flawR = 0>><<set _tatsR = 0>><<set _piercR = 1>> - <<set _sAllR = 0>> - <br> - ''Lips piercings (0-2): $activeSlave.lipsPiercing'' - | - <<radiobutton "$activeSlave.lipsPiercing" 0>> None - <<radiobutton "$activeSlave.lipsPiercing" 1>> Standard - <<radiobutton "$activeSlave.lipsPiercing" 2>> Heavy - - <br> - ''Tongue piercings (0-2): $activeSlave.tonguePiercing'' - | - <<radiobutton "$activeSlave.tonguePiercing" 0>> None - <<radiobutton "$activeSlave.tonguePiercing" 1>> Standard - <<radiobutton "$activeSlave.tonguePiercing" 2>> Heavy - - <br> - ''Ear piercings (0-2): $activeSlave.earPiercing'' - | - <<radiobutton "$activeSlave.earPiercing" 0>> None - <<radiobutton "$activeSlave.earPiercing" 1>> Standard - <<radiobutton "$activeSlave.earPiercing" 2>> Heavy - - <br> - ''Nose piercings (0-2): $activeSlave.nosePiercing'' - | - <<radiobutton "$activeSlave.nosePiercing" 0>> None - <<radiobutton "$activeSlave.nosePiercing" 1>> Standard - <<radiobutton "$activeSlave.nosePiercing" 2>> Heavy - - <br> - ''Eyebrow piercings (0-2): $activeSlave.eyebrowPiercing'' - | - <<radiobutton "$activeSlave.eyebrowPiercing" 0>> None - <<radiobutton "$activeSlave.eyebrowPiercing" 1>> Standard - <<radiobutton "$activeSlave.eyebrowPiercing" 2>> Heavy - - <br> - ''Navel piercings (0-2): $activeSlave.navelPiercing'' - | - <<radiobutton "$activeSlave.navelPiercing" 0>> None - <<radiobutton "$activeSlave.navelPiercing" 1>> Standard - <<radiobutton "$activeSlave.navelPiercing" 2>> Heavy - - <br> - ''Corset piercings (0-1): $activeSlave.corsetPiercing'' - | - <<radiobutton "$activeSlave.corsetPiercing" 0>> None - <<radiobutton "$activeSlave.corsetPiercing" 1>> Pierced - - <br> - ''Nipples piercings (0-2): $activeSlave.nipplesPiercing'' - | - <<radiobutton "$activeSlave.nipplesPiercing" 0>> None - <<radiobutton "$activeSlave.nipplesPiercing" 1>> Standard - <<radiobutton "$activeSlave.nipplesPiercing" 2>> Heavy - - <br> - ''Areolae piercings (0-2): $activeSlave.areolaePiercing'' - | - <<radiobutton "$activeSlave.areolaePiercing" 0>> None - <<radiobutton "$activeSlave.areolaePiercing" 1>> Standard - <<radiobutton "$activeSlave.areolaePiercing" 2>> Heavy - - <br> - ''Clit/frenulum piercing (0-3): $activeSlave.clitPiercing'' - | - <<radiobutton "$activeSlave.clitPiercing" 0>> None - <<radiobutton "$activeSlave.clitPiercing" 1>> Standard - <<radiobutton "$activeSlave.clitPiercing" 2>> Big - <<radiobutton "$activeSlave.clitPiercing" 3>> Smart piercing - - <br> - ''Pussylips piercings (0-2): $activeSlave.vaginaPiercing'' - | - <<radiobutton "$activeSlave.vaginaPiercing" 0>> None - <<radiobutton "$activeSlave.vaginaPiercing" 1>> Standard - <<radiobutton "$activeSlave.vaginaPiercing" 2>> Heavy - - <br> - ''Anus piercing (0-2): $activeSlave.anusPiercing'' - | - <<radiobutton "$activeSlave.anusPiercing" 0>> None - <<radiobutton "$activeSlave.anusPiercing" 1>> Standard - <<radiobutton "$activeSlave.anusPiercing" 2>> Heavy - - <br> - ''Shaft piercings (0-2): $activeSlave.dickPiercing'' - | - <<radiobutton "$activeSlave.dickPiercing" 0>> None - <<radiobutton "$activeSlave.dickPiercing" 1>> Standard - <<radiobutton "$activeSlave.dickPiercing" 2>> Heavy - <br> + <<set _sAllR = 0>><<set _natR = 0>><<set _carR = 0>><<set _bellyR = 0>><<set _useR = 0>><<set _brandR = 0>><<set _hcol4R = 0>> + <<set _hcol3R = 0>><<set _hcol2R = 0>><<set _hcol1R = 0>><<set _ecol1R = 0>><<set _ecol2R = 0>> + <<PiercTab>> <</replace>> <<else>> <<replace "#spot">> @@ -2936,6 +3386,11 @@ <</replace>> <</if>> <</link>> - -<br><br> -<span id="spot"></span><br> \ No newline at end of file +/*-------------------------------------------------------------------------------------------------------------------------------*/ +<br><<print "@@.yellow;Refresh through selecting a new or the same passage again for Changes to be seen@@" >><br> +<span id="spot"></span><br> +/* ------------------------------------------------------------------------- Used Variables : ------------------------------------------------------------------------------------------------*/ +/*.visualAge .ageImplant .birthWeek .health .chem .addict .devotion .oldDevotion .trust .oldTrust .face .faceShape .faceImplant .markings .bald .hLength .hStyle .hColor .origHColor */ +/*.pubicHColor .pubicHStyle .underArmHColor .underArmHStyle .eyeColor .origEye .eyes .lips .lipsImplant .teeth .voiceImplant .voice .accent .genes .amp .fuckdoll .muscles .weight */ +/*.waist .height .heightImplant .shoulders .shouldersImplant .hips .hipsImplant .bellyImplant .bellySag .burst .boobs .boobsImplant .boobsImplantType .lactation .boobShape .nipples .areolae */ +/*.butt .buttImplant .anus .mpreg .vagina .vaginaLube .clit .labia .pubertyXX .pubertyAgeXX .crevixImplant .csec .breedingMark .ovaries .preg .pregType .pregSource .dick .foreskin .balls */ \ No newline at end of file diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw index 9739df0f502..fe283ee7924 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/fAbuse.tw @@ -96,6 +96,8 @@ She quickly sheds her vest and tight bra before panicking and resorting to ripping her silk panties off. <<elseif ($activeSlave.clothes == "a maternity dress")>> She hastily pulls her dress down revealing her body. + <<elseif ($activeSlave.clothes == "stretch pants and a crop-top")>> + She hastily pulls her crop-top over her head and struggles to remove her stretch pants only to get tangled and fall over. <<elseif ($activeSlave.clothes == "a cheerleader outfit")>> She yanks her cheerleader skirt down and pulls her slutty top off. <<elseif ($activeSlave.clothes == "a string bikini")>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 0a9500e6fd0..e097b85a0b0 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -133,7 +133,7 @@ When you've finished your task, you raise your eyes to examine her. She's standi She's nude, making it obvious that her poor soft member has done its duty today. It even looks a little moist, as though it bred a fertile slave's pussy only a few minutes ago. <<elseif ["shibari ropes", "restrictive latex", "chains", "uncomfortable straps", "clubslut netting", "body oil"].indexOf($activeSlave.clothes) != -1>> Her clothes don't cover her dick, making it obvious that her poor soft member has done its duty today. It even looks a little moist, as though it bred a fertile slave's pussy only a few minutes ago. -<<elseif ["restrictive latex", "a string bikini", "a comfortable bodysuit", "a latex catsuit", "a leotard", "a fallen nuns habit", "slutty jewelry", "harem gauze", "attractive lingerie", "attractive lingerie for a pregnant woman"].indexOf($activeSlave.clothes) != -1>> +<<elseif ["restrictive latex", "a string bikini", "a comfortable bodysuit", "a latex catsuit", "a leotard", "a fallen nuns habit", "slutty jewelry", "harem gauze", "attractive lingerie", "attractive lingerie for a pregnant woman", "stretch pants and a crop-top"].indexOf($activeSlave.clothes) != -1>> Her clothes cover her groin, but they're pretty tight, making it clear that her poor soft member has done its duty today. <<else>> Her clothes are relatively modest, so you can't see it, but it's clear that her poor soft member has done its duty today. diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 0d9dcbe824d..155a9248e2b 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -1854,6 +1854,8 @@ She can't manage to pull her pretty silk panties up over her buttocks, not without tearing it. She's got it <<case "a maternity dress">> pull her maternity dress up over her buttocks; it was made to stretch, but not in this direction. She's got it +<<case "a maternity dress">> + pull her stretch pants up over her buttocks; they may have been made to stretch, but are completely overwhelmed by her buttocks. She's got it <<default>> get her outfit pulled up over her buttocks. She's got it <</switch>> diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw index 1b621026ee5..a15b535e38c 100644 --- a/src/uncategorized/pRivalryActions.tw +++ b/src/uncategorized/pRivalryActions.tw @@ -1221,7 +1221,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty giving an interview. She gushes over how great it is to experience all manners of class and culture, both physically and spiritually. <<case "Multiculturalism">> <<set $hostage.vaginalCount += 1>> - giving a public sermon. She declares that if it would save the nonbelievers, she would gladly take every one of their dicks into her body; at once, if she wear able to. + giving a public sermon. She declares that if it would save the nonbelievers, she would gladly take every one of their dicks into her body; at once, if she were able to. <<default>> <<set $hostage.vaginalCount += 1>> giving an interview. She gushes over how great it is to experience all manners of class and culture, both physically and spiritually. @@ -3779,7 +3779,7 @@ You remind yourself that success in this conflict will not be defined by the tra <<case "Youth Preferentialism">>Cake Eater <<case "Maturity Preferentialism">>Epheb <<case "Slimness Enthusiasm">>Grower - <<case "Asset Expansionism">>Epheb + <<case "Asset Expansionism">>Flat Lover <<case "Pastoralism">>Gym Rat <<case "Physical Idealism">>Feeder <<case "Hedonistic Decadence">>Gym Rat diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index d16dbbd68b6..8283bb111a7 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -137,7 +137,7 @@ You receive an official communication from a popular talk show hosted in one of <</if>> <</if>> <<if $activeSlave.pregType == 50 && $activeSlave.preg > 30>> - She grunts and struggles to spread her legs. "I'm <<s>>orry, another one is coming out right now..." she says, turning red. The host, at a loss for words, can only watch as + She grunts and struggles to spread her legs. "I'm <<s>>orry, another one i<<s>> coming out right now..." she <<say>>s, turning red. The host, at a loss for words, can only watch as <<if $activeSlave.clothes == "none">> a child is born into the world, live on screen. <<else>> diff --git a/src/uncategorized/rulesAssistant.tw b/src/uncategorized/rulesAssistant.tw index 8eafebd4a20..7096d276f42 100644 --- a/src/uncategorized/rulesAssistant.tw +++ b/src/uncategorized/rulesAssistant.tw @@ -687,8 +687,8 @@ Clothes: <</if>> <<if ($arcologies[0].FSHedonisticDecadence != "unset") || ($cheatMode == 1) || ($clothesBoughtLazyClothes == 1)>> //FS// -<<link "Sweatpants and a crop-top">> - <<set $currentRule.clothes = "sweatpants and a crop-top">> +<<link "Stretch pants and a crop-top">> + <<set $currentRule.clothes = "stretch pants and a crop-top">> <<RAChangeClothes>> <<RAChangeSave>> <<RAChangeApply>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 7b4c4c79e8b..ed7ae65c322 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -631,7 +631,7 @@ | //FS// <<link "Slutty qipao">><<set $activeSlave.clothes = "a slutty qipao",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> <</if>> <<if ($arcologies[0].FSHedonisticDecadence != "unset") || ($cheatMode == 1) || ($clothesBoughtLazyClothes == 1)>> - | //FS// <<link "Sweatpants and a crop-top">><<set $activeSlave.clothes = "sweatpants and a crop-top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> + | //FS// <<link "Stretch pants and a crop-top">><<set $activeSlave.clothes = "stretch pants and a crop-top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> <</if>> <<if ($arcologies[0].FSRomanRevivalist != "unset") || ($cheatMode == 1) || ($clothesBoughtToga == 1)>> | //FS// <<link "Toga">><<set $activeSlave.clothes = "a toga",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index 82e649399a2..a16da895f36 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -3398,7 +3398,7 @@ _Slave.faceShape face. Preggo lingerie. <<case "a maternity dress">> Maternity dress. -<<case "sweatpants and a crop-top">> +<<case "stretch pants and a crop-top">> Comfortable clothing. <<case "harem gauze">> Harem outfit. diff --git a/src/uncategorized/toychest.tw b/src/uncategorized/toychest.tw index 6615666d439..0775c9ecd88 100644 --- a/src/uncategorized/toychest.tw +++ b/src/uncategorized/toychest.tw @@ -83,6 +83,8 @@ <</if>> <<elseif ($slaves[$i].clothes == "a maternity dress")>> Her low cut dress reveals ample cleavage. +<<elseif ($slaves[$i].clothes == "a maternity dress")>> + Her comfortable clothes give your office a laid back air and are easy to slip off when the mood strikes. <<elseif ($slaves[$i].clothes == "a cheerleader outfit")>> She's wearing a slutty cheerleader outfit, making it look like she's here to fuck before team practice. <<elseif ($slaves[$i].clothes == "clubslut netting")>> diff --git a/src/uncategorized/useGuard.tw b/src/uncategorized/useGuard.tw index aa96d7a02c0..501a70127a5 100644 --- a/src/uncategorized/useGuard.tw +++ b/src/uncategorized/useGuard.tw @@ -42,6 +42,8 @@ $slaves[$i].slaveName is standing behind your left shoulder, guarding your perso Her silky lingerie contrasts with her deadly weaponry. <<elseif ($slaves[$i].clothes == "a maternity dress")>> Her loose dress gives her plenty of places to conceal weaponry. +<<elseif ($slaves[$i].clothes == "a maternity dress")>> + Her relaxed outfit clashes amusingly with her serious weapons. <<elseif ($slaves[$i].clothes == "a slave gown")>> Her gorgeous gown and elegant weapons make her look refined, yet deadly. <<elseif ($slaves[$i].clothes == "a halter top dress")>> diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 8babdbd6d20..96019e13148 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -1072,6 +1072,12 @@ <<else>> Her low cut dress shows ample cleavage and is made to be easy to pull down. <</if>> + <<case "stretch pants and a crop-top">> + <<if $activeSlave.boobs < 300>> + Her flat chest makes the perfect canvas to read her crop-top. + <<else>> + Her crop-toptightly clings to her breasts and moves along with them. Her jiggling cleavage distracts from the writing on her tits. + <</if>> <<case "restrictive latex">> <<if $activeSlave.boobs < 300>> Her lack of breasts draws your eyes straight to her exposed nipples. @@ -1209,6 +1215,12 @@ As she moves, her silken panties are very inviting. <<case "a maternity dress">> Her dress covers her legs, but it will lift easily enough. + <<case "stretch pants and a crop-top">> + <<if $activeSlave.butt > 10>> + Her stretch pants tightly cling to her rear as she moves. While the writing adorning it may catch your eye, the huge expanse of wobbling ass cleavage is far more distracting. + <<else>> + Her stretch pants tightly cling to her rear as she moves; the writing on her bottom gives you plenty of excuses to oggle it. + <</if>> <<case "restrictive latex">> As some of the only islands in the sea of black latex, her holes are eyecatching. <<case "a fallen nuns habit">> @@ -1708,6 +1720,12 @@ <<else>> Her loose dress gives no hints to what's inside it. <</if>> + <<case "stretch pants and a crop-top">> + <<if $activeSlave.dick > 2>> + As she moves, something occasionally tents the front of her pants. + <<else>> + Her tight pants don't leave much to the imagination. + <</if>> <<case "attractive lingerie">> <<if ($activeSlave.dick > 4) && ($activeSlave.balls > 3)>> As she moves, her pretty white g-string totally fails to restrain her huge cock and balls, which bounce around lewdly in mockery of her lovely appearance. @@ -2586,6 +2604,8 @@ <<else>> Her dress demurely covers her behind. <</if>> + <<case "stretch pants and a crop-top">> + She can easily be pantsed to reveal her bare buttocks. <<case "a hijab and abaya">> <<if ($activeSlave.butt > 5)>> Her abaya totally covers her behind, though it cannot conceal its massive shape. diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index f056a4e589a..3f0ecbb4cdd 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -1241,7 +1241,7 @@ Her helper arrives with aid far too late. She screams when she sees $slaves[$i]. <<set $undressed = 1>> <</if>> -<<case "attractive lingerie" "a string bikini" "a kimono" "attractive lingerie for a pregnant woman">> /*easy to remove */ +<<case "attractive lingerie" "a string bikini" "a kimono" "attractive lingerie for a pregnant woman" "stretch pants and a crop-top">> /*easy to remove */ <<if $clothesSeed < 80>> <<set $undressed = 1>> <</if>> @@ -1344,6 +1344,13 @@ Her helper arrives with aid far too late. She screams when she sees $slaves[$i]. Quickly she spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>.<<if $slaves[$i].fetish == "humiliation">> She is disappointed that her business suit hides what's happening between her legs<<else>> She does her best to hide what's happening between her legs<</if>>. <</if>> +<<case "stretch pants and a crop-top">> + <<if $slaves[$i].fetish == "mindbroken">> + Instinctively she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to the obvious wetness forming under her rear. She finishes giving birth and begins anew on her assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> distending the seat of her stretch pants, until someone helps them from their cloth prison. + <<else>> + Quickly she attempts to pull down her stretch pants but fails to do so before having to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. She can't hide what's happening between her legs as the seat of her pants bulges as her child crowns, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. The tight material stretches as her child is born into it and with a little help her child<<if $slaves[$i].pregType > 1>>ren are <<else>> is <</if>>freed from the taut fabric. + <</if>> + <<case "a comfortable bodysuit">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching her ass. She finishes giving birth and begins anew on her assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> distending the seat of her bodysuit, until someone helps them from their nylon prison. @@ -1506,6 +1513,13 @@ Her helper arrives with aid far too late. She screams when she sees $slaves[$i]. Quickly she spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>.<<if $slaves[$i].fetish == "humiliation">> She is disappointed that her dress hides what's happening between her legs<<else>> She does her best to hide what's happening between her legs<</if>>. <</if>> +<<case "stretch pants and a crop-top">> + <<if $slaves[$i].fetish == "mindbroken">> + Instinctively she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to the obvious wetness forming over her crotch. She finishes giving birth and begins anew on her assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> distending the front of her stretch pants, until someone helps them from their cloth prison. + <<else>> + Quickly she attempts to pull down her stretch pants but fails to do so before having to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. She can't hide what's happening between her legs as the crotch pants bulges with her crowing child, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. The tight material stretches as her child is born into it and with a little help her child<<if $slaves[$i].pregType > 1>>ren are <<else>> is <</if>>freed from the taut fabric. + <</if>> + <<case "a string bikini">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching. Her bikini bottom stretches as her baby crowns into it before finally snapping and clearing the way for her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. @@ -1810,6 +1824,8 @@ Her helper arrives with aid far too late. She screams when she sees $slaves[$i]. latex catsuit <<case "a leotard">> leotard + <<case "stretch pants and a crop-top">> + stretch pants <</switch>> and tosses it aside. Quickly she spreads her legs and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. She can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. <</if>> diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index 65f071021d2..7f80300ee8d 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -558,7 +558,7 @@ <<else>> dress is low cut and ends just above $possessive nipples. <</if>> - <<case ""Sweatpants and a crop-top"">> + <<case "stretch pants and a crop-top">> <<if $activeSlave.boobs > 20000>> $activeSlave.slaveName is wearing a massively oversized custom crop-top designed to handle $possessive monumental tits. Even so, it's stretched taut just struggling to cover $possessive nipples, causing acres of breast flesh to spill out from under and above it. <<elseif $activeSlave.boobs > 10000>> @@ -576,6 +576,56 @@ <<else>> $activeSlave.slaveName's crop-top tightly hugs $possessive breasts. <</if>> + <<switch $activeSlave.sexualFlaw>> + <<case "neglectful">> + "All For You" + <<case "cum addict">> + "Cum'ere Sexy" + <<case "anal addict">> + "Reach Around Back" + <<case "attention whore">> + "Will Flash For Attention" + <<case "breast growth">> + "Could Be Bigger" + <<case "abusive">> + "Fondlers May Be Slapped" + <<case "malicious">> + "Carefull, I Bite" + <<case "self hating">> + "Rough'em Up" + <<case "breeder">> + "Drink Deep" + <<default>> + <<if $activeSlave.fetishKnown == 1>> + <<switch $activeSlave.fetish>> + <<case "submissive">> + "Take Me" + <<case "cumslut">> + "Splash Zone" + <<case "humiliation">> + "Flasher" + <<case "buttslut">> + "Reach Around" + <<case "boobs">> + "Your Hands Here" + <<case "sadist">> + "Taste the Pain" + <<case "masochist">> + "Be Rough" + <<case "dom">> + "Queen Bitch" + <<case "pregnancy">> + "Milk Me" + <<case "mindbroken">> + "Free Slut" + <<default>> + <<InscripDesc>> + <</switch>> + <<else>> + <<InscripDesc>> + <</if>> + <</switch>> + is written across $possessive chest in large, vibrant letters. <<case "harem gauze">> $activeSlave.slaveName's harem girl outfit <<if $activeSlave.boobs > 800>> @@ -1277,6 +1327,8 @@ $possessiveCap Since $pronoun isn't wearing a bra, they tent the front of $possessive t-shirt. <<elseif ($activeSlave.clothes == "clubslut netting")>> They tent the front of $possessive netting. +<<elseif ($activeSlave.clothes == "stretch pants and a crop-top")>> + Since $pronoun isn't wearing a bra, they tent the front of $possessive crop-top. <</if>> <</if>> <</if>> @@ -1402,6 +1454,8 @@ $possessiveCap The piercings are tantalizingly visible under the dress's tight top. <<case "battledress">> The piercings are tantalizingly visible under $possessive tank top. + <<case "stretch pants and a crop-top">> + The piercings are tantalizingly visible under $possessive crop-top. <<case "nice business attire">> One side of each piercing peeks over the edge of $possessive blouse. <<case "a comfortable bodysuit">> @@ -1554,6 +1608,67 @@ $possessiveCap <<else>> dress completely hides $possessive butt. <</if>> +<<case "stretch pants and a crop-top">> + $possessiveCap + <<if $activeSlave.butt > 10>> + massive buttocks strains the seams of $possessive stretch pants considerably; $pronoun can only manage to pull them halfway over it creating plenty of jiggly ass cleavage to spill out over the elastic waist. + <<elseif $activeSlave.butt > 6>> + huge buttocks stretch the fabric of $possessive stretch pants considerably, $pronoun can barely manage to pull them over it. + <<elseif $activeSlave.butt > 3>> + big ass fills out $possessive stretch pants nicely. + <<else>> + stretch pants tighly hug $possessive trim legs and rear. + <</if>> + <<switch $activeSlave.sexualFlaw>> + <<case "neglectful">> + "For Your Plesure" + <<case "cum addict">> + "Cum Deep Inside" + <<case "anal addict">> + "Stick It In" + <<case "attention whore">> + "Have a Look" + <<case "breast growth">> + "Action Around Front" + <<case "abusive">> + "No Escape" + <<case "malicious">> + "Ball Breaker" + <<case "self hating">> + "Ride Me Dry" + <<case "breeder">> + "Wrong Hole" + <<default>> + <<if $activeSlave.fetishKnown == 1>> + <<switch $activeSlave.fetish>> + <<case "submissive">> + "Bend Me Over" + <<case "cumslut">> + "Cum Hither" + <<case "humiliation">> + "Pants Me" + <<case "buttslut">> + "Your Hands Here" + <<case "boobs">> + "Grope My Tits" + <<case "sadist">> + "Crush Warning" + <<case "masochist">> + "I've Been Bad" + <<case "dom">> + "Always On Top" + <<case "pregnancy">> + "Knock Me Up" + <<case "mindbroken">> + "No Objections" + <<default>> + "Fuck My Ass" + <</switch>> + <<else>> + <<InscripDesc>> + <</if>> + <</switch>> + is written across the seat of $possessive pants in large, vibrant letters. <<case "a kimono">> $possessiveCap kimono demurely covers $possessive <<if $activeSlave.butt > 10>> @@ -2284,6 +2399,12 @@ $pronounCap's got a <<else>> Though $possessive dress covers $possessive rear, $possessive asshole is bare beneath it. <</if>> + <<case "stretch pants and a crop-top">> + <<if ($activeSlave.vaginalAccessory == "chastity belt") || ($activeSlave.vaginalAccessory == "anal chastity") || ($activeSlave.vaginalAccessory == "combined chastity") || ($activeSlave.dickAccessory == "anal chastity") || ($activeSlave.dickAccessory == "combined chastity")>> + $possessiveCap tight, form-fitting pants highlight the chastity device hidden beneath them. + <<else>> + $possessiveCap tight, form-fitting pants conceal $possessive asshole, but even a cursory fondle reveals $pronoun isn't wearing any underwear. + <</if>> <<case "a slutty qipao">> <<if ($activeSlave.vaginalAccessory == "anal chastity") || ($activeSlave.vaginalAccessory == "combined chastity") || ($activeSlave.dickAccessory == "anal chastity") || ($activeSlave.dickAccessory == "combined chastity")>> $possessiveCap anal chastity belt is barely covered from the rear. @@ -2762,6 +2883,20 @@ $pronounCap's got a <<elseif $activeSlave.dick > 1>> There is a modest bulge at the crotch of $activeSlave.slaveName's pants. <</if>> +<<case "stretch pants and a crop-top">> + <<if $activeSlave.dick > 8>> + There is an absurd bulge at the crotch and down the leg of $activeSlave.slaveName's stretch pants. + <<elseif $activeSlave.dick > 4>> + There is a distinct bulge at the crotch of $activeSlave.slaveName's stretch pants. + <<elseif $activeSlave.dick > 2>> + There is a modest bulge at the crotch of $activeSlave.slaveName's stretch pants. + <<elseif $activeSlave.dick > 0>> + There is a pathetic bump in the crotch of $activeSlave.slaveName's stretch pants. + <<elseif $activeSlave.vagina > -1>> + $possessiveCap stretch pants are so tight you can see $pronoun isn't wearing underwear right through the fabric. + <<else>> + $possessiveCap stretch pants are so tight you can see $pronoun isn't wearing underwear right through the fabric, not that $pronoun has much to hide. + <</if>> <<case "chains">> <<if $activeSlave.dick > 0>> $activeSlave.slaveName has chain dangling from around $possessive waist to end next to $possessive cock, so that when $pronoun moves, it occasionally strikes $possessive in the dick. @@ -5063,6 +5198,30 @@ $activeSlave.slaveName is $possessiveCap extreme corsetage is hidden by $possessive blouse. <</if>> +<<case "stretch pants and a crop-top">> + including + <<if ($activeSlave.amp == 1)>> + a tight, low-cut, midriff exposing crop-top and a legless pair of stretch pants to slip over her limbless bottom. + <<else>> + a tight, low-cut, midriff exposing crop-top, a pair of stretch pants, and + <<if ($activeSlave.shoes == "flats")>> + a pair of comfortable sandals. + <<elseif ($activeSlave.shoes == "boots")>> + a pair of slip on comfortable boots. + <<elseif ($activeSlave.shoes == "heels")>> + a pair of comfortable heels. + <<elseif ($activeSlave.shoes == "extreme heels")>> + a pair of daringly high heels. + <<else>> + nothing on $possessive bare feet. + <</if>> + <</if>> + <<if $activeSlave.bellyAccessory == "a corset">> + $possessiveCap sturdy corset is completely exposed between $possessive top and bottom. + <<elseif $activeSlave.bellyAccessory == "an extreme corset">> + $possessiveCap extreme corsetage is completely exposed between $possessive top and bottom. + <</if>> + <<case "a succubus outfit">> <<if ($activeSlave.amp == 1)>> including a lovely bra with holes to let $possessive nipples poke through, a pretty g-string, and a garter belt. @@ -7562,6 +7721,8 @@ $possessiveCap a large poppy, its pod glistening with black opiate juice. <<elseif $activeSlave.vagina == 0>> a white lily, pure and unspoiled. +<<elseif $activeSlave.pregType > 3>> + a pink lotus, beautiful and fertile. <<elseif $activeSlave.energy > 95>> a flamboyant tiger lily. <<elseif $activeSlave.actualAge > 40>> @@ -7579,18 +7740,18 @@ $possessiveCap <<widget "ImageDesc">> <<if $activeSlave.dick > 0 && $activeSlave.balls == 0>> - sodomy + sodomy. <<elseif $activeSlave.dick > 0>> - stiff pricks + stiff pricks. <<elseif $activeSlave.oralSkill >= 100>> - oral sex + oral sex. <<elseif $activeSlave.boobs > 1000>> - boobs + boobs. <<elseif $activeSlave.vagina == -1>> - sodomy + sodomy. <<else>> - pussies -<</if>>. + pussies. +<</if>> <</widget>> @@ -7600,33 +7761,33 @@ $possessiveCap <<if ($activeSlave.fetishKnown == 1)>> <<switch $activeSlave.fetish>> <<case "buttslut">> - Buttsex + Buttsex!" <<case "cumslut">> - Cum + Cum!" <<case "masochist" "sadist">> - Rape + Rape!" <<case "dom">> - Topping + Topping!" <<case "submissive">> - Subbing + Subbing!" <<case "boobs">> - Tits + Tits!" <<case "pregnancy">> - Sperm + Sperm!" <<default>> <<if ($activeSlave.energy > 95)>> - Cock + Cock!" <<elseif ($PC.title == 0)>> - Mistress + Mistress!" <<else>> - Master + Master!" <</if>> <</switch>> <<elseif ($PC.title == 0)>> - Mistress + Mistress!" <<else>> - Master -<</if>>!" + Master!" +<</if>> <</widget>> @@ -8364,6 +8525,8 @@ $pronounCap has $activeSlave.slaveName's titanic bulging pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled squirming belly. <<case "a maternity dress">> $activeSlave.slaveName's titanic bulging pregnant belly strains $possessive dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive abnormal pregnancy. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's titanic bulging pregnant belly takes full advantage of $possessive exposed midriff to hang freely. <<case "a slutty maid outfit">> $activeSlave.slaveName's maid dress fails to cover $possessive titanic bulging pregnant belly, but the outfit includes a thin white blouse that rests meekly atop $possessive squirming stomach. <<case "a nice maid outfit">> @@ -8497,6 +8660,8 @@ $pronounCap has $activeSlave.slaveName's gigantic pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled belly. <<case "a maternity dress">> $activeSlave.slaveName's gigantic pregnant belly fills $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive full pregnancy. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's gigantic pregnant belly takes full advantage of $possessive exposed midriff to hang freely. <<case "a slutty maid outfit">> $activeSlave.slaveName's maid dress fails to cover $possessive gigantic pregnant belly, but the outfit includes a thin white blouse that rests meekly atop $possessive stomach. <<case "a nice maid outfit">> @@ -8588,6 +8753,8 @@ $pronounCap has $activeSlave.slaveName's huge pregnant belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly. <<case "a maternity dress">> $activeSlave.slaveName's huge pregnant belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive full pregnancy. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's huge pregnant belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's huge pregnant belly is tightly wrapped with chains, causing it to bulge angrily. <<case "Western clothing">> @@ -8721,6 +8888,8 @@ $pronounCap has $activeSlave.slaveName's pregnant belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly. <<case "a maternity dress">> $activeSlave.slaveName's pregnant belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive growing pregnancy. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's pregnant belly takes full advantage of $possessive exposed midriff to bulge freely and slightly obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's pregnant belly is tightly wrapped with chains, causing it to bulge angrily. <<case "Western clothing">> @@ -8855,6 +9024,8 @@ $pronounCap has $activeSlave.slaveName's fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut. <<case "a maternity dress">> $activeSlave.slaveName's fat belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to a growing pregnancy, though it works on big, jiggly guts all the same. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's chains sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. <<case "Western clothing">> @@ -8957,7 +9128,7 @@ $pronounCap has Your sleek, slim society finds $possessive bloated body unsightly. <</if>> -<<elseif ((($activeSlave.preg > 0) && ($activeSlave.pregType >= 10)) || ($activeSlave.preg > 10) || ($activeSlave.bellyAccessory == "a small empathy belly"))>> +<<elseif (visibleBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a small empathy belly"))>> <<if ($activeSlave.bellyAccessory == "an extreme corset")>> $activeSlave.slaveName's growing belly is tightly compressed by $possessive corset causing $object distress. @@ -8983,6 +9154,8 @@ $pronounCap has $activeSlave.slaveName's growing belly rests above $possessive silken panties. $possessiveCap silken vest sensually frames $possessive swelling belly. <<case "a maternity dress">> $activeSlave.slaveName's growing belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive growing pregnancy. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's growing belly takes full advantage of $possessive exposed midriff to bulge freely. <<case "chains">> $activeSlave.slaveName's growing belly is tightly wrapped with chains. <<case "Western clothing">> @@ -9115,6 +9288,8 @@ $pronounCap has $activeSlave.slaveName's chubby belly rests above $possessive silken panties, barely hanging over the top of them. $possessiveCap silken vest sensually frames $possessive soft stomach. <<case "a maternity dress">> $activeSlave.slaveName's chubby belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive pudgy belly. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's chubby belly takes full advantage of $possessive exposed midriff to hang freely and obscure the top of $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's chains sink into $possessive chubby belly, making noticeable folds in $possessive sides. <<case "Western clothing">> @@ -9271,33 +9446,33 @@ $pronounCap has <</if>> <<if $activeSlave.bellyTat != 0>> -<<if (($activeSlave.preg > 30) && ($activeSlave.pregType >= 20))>> - <<if $activeSlave.bellyTat is "a heart">> +<<if hyperBellyTwo($activeSlave)>> + <<if $activeSlave.bellyTat == "a heart">> A heart is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy. - <<elseif $activeSlave.bellyTat is "a star">> + <<elseif $activeSlave.bellyTat == "a star">> A star is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy. - <<elseif $activeSlave.bellyTat is "a butterfly">> + <<elseif $activeSlave.bellyTat == "a butterfly">> A butterfly is tattooed around $possessive popped navel, though it is barely recognizable so stretched by $possessive titanic pregnancy. <</if>> -<<elseif ((($activeSlave.preg > 20) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 30) && ($activeSlave.pregType >= 10)))>> - <<if $activeSlave.bellyTat is "a heart">> +<<elseif hyperBellyOne($activeSlave)>> + <<if $activeSlave.bellyTat == "a heart">> A heart is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy. - <<elseif $activeSlave.bellyTat is "a star">> + <<elseif $activeSlave.bellyTat == "a star">> A star is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy. - <<elseif $activeSlave.bellyTat is "a butterfly">> + <<elseif $activeSlave.bellyTat == "a butterfly">> A butterfly is tattooed around $possessive popped navel, though it is rather stretched by $possessive enormous pregnancy. <</if>> -<<elseif (($activeSlave.preg > 10) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)) || ($activeSlave.preg > 30)>> - <<if $activeSlave.bellyTat is "a heart">> +<<elseif HugeBelly($activeSlave)>> + <<if $activeSlave.bellyTat == "a heart">> A heart is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term. - <<elseif $activeSlave.bellyTat is "a star">> + <<elseif $activeSlave.bellyTat == "a star">> A star is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term. - <<elseif $activeSlave.bellyTat is "a butterfly">> + <<elseif $activeSlave.bellyTat == "a butterfly">> A butterfly is tattooed around $possessive popped navel, only to be truly seen when $pronoun is full-term. <</if>> -<<elseif (($activeSlave.preg > 0) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 10) && ($activeSlave.pregType >= 10)) || ($activeSlave.preg > 20)>> +<<elseif bigBelly($activeSlave)>> $pronounCap has a barely recognizable tattoo around $possessive navel, it should reveal itself fully once $pronoun is a little bigger. -<<elseif (($activeSlave.preg > 0) && ($activeSlave.pregType >= 10)) || ($activeSlave.preg > 10)>> +<<elseif visibleBelly($activeSlave)>> $pronounCap has an unrecognizable tattoo around $possessive navel, it has stretched slightly along with $possessive rounded middle. <<else>> $pronounCap has an unrecognizable tattoo scrunched around $possessive navel. @@ -9333,7 +9508,7 @@ $pronounCap has <<else>> It is easily as large as $possessive torso, making $object at least half belly. <</if>> -<<if ($activeSlave.assignment != "labor in the production line")>> +<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && ($activeSlave.assignment != "work in the dairy")>> <<if $pregAccessibility == 1>> Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly <<else>> @@ -9343,7 +9518,7 @@ $pronounCap has <</if>> <</if>> <<elseif $activeSlave.physicalAge >= 4>> -<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10) or $activeSlave.preg > 30>> +<<if ($activeSlave.preg > 20 && $activeSlave.pregType >= 10) || $activeSlave.preg > 30>> <<if canWalk($activeSlave)>> $possessiveCap pregnancy is so massive that it is difficult for $possessive to move. <<if $activeSlave.muscles > 95>> @@ -9360,7 +9535,7 @@ $pronounCap has <<else>> It is easily as large as $possessive torso, making $object at least half belly. <</if>> -<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.preg > 20 and $activeSlave.pregType >= 10)>> +<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && ($activeSlave.assignment != "work in the dairy") && ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>> <<if $pregAccessibility == 1>> Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly <<else>> @@ -9387,7 +9562,7 @@ $pronounCap has <<else>> It is easily as large as $possessive torso, making $object at least half belly. <</if>> -<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.preg > 20 and $activeSlave.pregType >= 10)>> +<<if ($activeSlave.assignment != "labor in the production line") && ($activeSlave.assignment != "be confined in the arcade") && ($activeSlave.assignment != "work in the dairy") && ($activeSlave.preg > 20 && $activeSlave.pregType >= 10)>> <<if $pregAccessibility == 1>> Fortunately for $possessive, the penthouse is adapted for daily life with a pregnant belly <<else>> @@ -9589,6 +9764,8 @@ $pronounCap has $activeSlave.slaveName's titanic implant-filled belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled middle. <<case "a maternity dress">> $activeSlave.slaveName's titanic implant-filled belly strains $possessive dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive abnormal midriff. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's titanic implant-filled belly takes full advantage of $possessive exposed midriff to hang freely. <<case "a slutty maid outfit">> $activeSlave.slaveName's maid dress fails to cover $possessive titanic implant-filled belly, but the outfit includes a thin white blouse that rests meekly atop $possessive immense stomach. <<case "a nice maid outfit">> @@ -9717,9 +9894,11 @@ $pronounCap has <<case "attractive lingerie">> $activeSlave.slaveName's gigantic implant-filled belly completely hides $possessive lacy g-string. <<case "attractive lingerie for a pregnant woman">> - $activeSlave.slaveName's gigantic implant-filled belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled belly. + $activeSlave.slaveName's gigantic implant-filled belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive overfilled belly. <<case "a maternity dress">> - $activeSlave.slaveName's gigantic implant-filled belly fills $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive giant middle. + $activeSlave.slaveName's gigantic implant-filled belly fills $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive giant middle. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's gigantic implant-filled belly takes full advantage of $possessive exposed midriff to hang freely. <<case "a slutty maid outfit">> $activeSlave.slaveName's maid dress fails to cover $possessive gigantic implant-filled belly, but the outfit includes a thin white blouse that rests meekly atop $possessive stomach. <<case "a nice maid outfit">> @@ -9806,9 +9985,11 @@ $pronounCap has $activeSlave.slaveName's blouse is pulled taut by $possessive huge implant-filled belly, the bottom of which can be seen peeking out from underneath. $possessiveCap popped navel forms a small tent in $possessive shirt. <</if>> <<case "attractive lingerie for a pregnant woman">> - $activeSlave.slaveName's huge implant-filled belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy stomach. + $activeSlave.slaveName's huge implant-filled belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy stomach. <<case "a maternity dress">> - $activeSlave.slaveName's huge implant-filled belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive expanded middle. + $activeSlave.slaveName's huge implant-filled belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive expanded middle. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName'shuge implant-filled belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's huge implant-filled belly is tightly wrapped with chains, causing it to bulge angrily. <<case "Western clothing">> @@ -9935,9 +10116,11 @@ $pronounCap has $activeSlave.slaveName's blouse is pulled taut by $possessive implant-filled belly. $possessiveCap popped navel forms a small tent in $possessive shirt. <</if>> <<case "attractive lingerie for a pregnant woman">> - $activeSlave.slaveName's implant-filled belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy stomach. + $activeSlave.slaveName's implant-filled belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy stomach. <<case "a maternity dress">> - $activeSlave.slaveName's implant-filled belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive rounded middle. + $activeSlave.slaveName's implant-filled belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive rounded middle. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's implant-filled belly takes full advantage of $possessive exposed midriff to bulge freely and slightly obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's implant-filled belly is tightly wrapped with chains, causing it to bulge angrily. <<case "Western clothing">> @@ -10068,6 +10251,8 @@ $pronounCap has $activeSlave.slaveName's fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut. <<case "a maternity dress">> $activeSlave.slaveName's fat belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to a growing pregnancy, though it works on big, jiggly guts all the same. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's chains sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. <<case "Western clothing">> @@ -10197,6 +10382,8 @@ $pronounCap has $activeSlave.slaveName's implant-rounded belly rests above $possessive silken panties. $possessiveCap silken vest sensually frames $possessive swollen belly. <<case "a maternity dress">> $activeSlave.slaveName's implant-rounded belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive swollen middle. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's implant-rounded belly takes full advantage of $possessive exposed midriff to bulge freely. <<case "chains">> $activeSlave.slaveName's implant-rounded belly is tightly wrapped with chains. <<case "Western clothing">> @@ -10453,7 +10640,7 @@ $pronounCap has <<else>> <<if $activeSlave.navelPiercing > 0>> - <<if $activeSlave.preg > 20>> + <<if $activeSlave.bellyImplant >= 4000>> <<if $activeSlave.navelPiercing == 1>> $possessiveCap popped navel bears a simple stud. <<elseif $activeSlave.navelPiercing == 2>> @@ -10465,16 +10652,16 @@ $pronounCap has $possessiveCap navel piercing runs through the suit's material. <</if>> <<if $activeSlave.physicalAge >= 13>> -<<if ($activeSlave.preg > 20 and $activeSlave.pregType >= 10)>> - The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both. +<<if $activeSlave.bellyImplant >= 31000>> + The difficulties of carrying such an enormous implant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both. <</if>> <<elseif $activeSlave.physicalAge >= 4>> -<<if ($activeSlave.preg > 20 and $activeSlave.pregType >= 10) or $activeSlave.preg > 30>> - The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both. +<<if $activeSlave.bellyImplant >= 14000>> + The difficulties of carrying such an enormous implant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both. <</if>> <<elseif $activeSlave.physicalAge < 4>> -<<if ($activeSlave.preg > 10 and $activeSlave.pregType >= 10) or $activeSlave.preg > 20>> - The difficulties of being enormously pregnant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both. +<<if $activeSlave.bellyImplant >= 10000>> + The difficulties of carrying such an enormous implant are greatly reduced for a Fuckdoll, since it's almost always restrained, stationary, or both. <</if>> <</if>> <</if>> @@ -10558,6 +10745,8 @@ $pronounCap has $activeSlave.slaveName's hugely swollen belly completely hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly. <<case "a maternity dress">> $activeSlave.slaveName's hugely swollen belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive rounded stomach. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's hugely swollen belly takes full advantage of $possessive exposed midriff to bulge freely and obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's hugely swollen belly is tightly wrapped with chains, causing it to bulge angrily. <<case "Western clothing">> @@ -10681,6 +10870,8 @@ $pronounCap has $activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly hides $possessive silken panties. $possessiveCap silken vest sensually frames $possessive heavy belly. <<case "a maternity dress">> $activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive swollen middle. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly takes full advantage of $possessive exposed midriff to bulge freely and slightly obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly is tightly wrapped with chains, causing it to bulge angrily. <<case "Western clothing">> @@ -10806,6 +10997,8 @@ $pronounCap has $activeSlave.slaveName's fat belly is large enough to hide $possessive panties. $possessiveCap silken vest sensually frames $possessive heavy, jiggly gut. <<case "a maternity dress">> $activeSlave.slaveName's fat belly fills out $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to a growing pregnancy, though it works on big, jiggly guts all the same. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's fat belly takes full advantage of $possessive exposed midriff to hang freely and obscure $possessive stretch pants. <<case "chains">> $activeSlave.slaveName's chains sink deep into $possessive fat belly, several even disappearing beneath $possessive folds. <<case "Western clothing">> @@ -10932,6 +11125,8 @@ $pronounCap has $activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly rests above $possessive silken panties. $possessiveCap silken vest sensually frames $possessive swelling belly. <<case "a maternity dress">> $activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly is noticeable under $possessive loose dress. $possessiveCap dress is specially tailored to be modest yet draw attention to $possessive distended stomach. +<<case "stretch pants and a crop-top">> + $activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly takes full advantage of $possessive exposed midriff to bulge freely. <<case "chains">> $activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly is tightly wrapped with chains. <<case "Western clothing">> -- GitLab