diff --git a/devNotes/Bodyswap text.txt b/devNotes/Bodyswap text.txt index f09c7afcc22a2336482e37764a5dd53a15599b51..f40a1256ad8457dd6df28a7cac41e1df685c9942 100644 --- a/devNotes/Bodyswap text.txt +++ b/devNotes/Bodyswap text.txt @@ -685,150 +685,149 @@ You depress a button and a long, body length mirror slides up from the floor nea <</if>> <</if>> -(+baldness) -The first thing she sees in the mirror is that she is now bald. This - - -(devoted) -Feels fun and interesting, and she gently rubs her new clean shaven scalp. - - -(not devoted) -Feels like a gross imposition, and she scowls at you accusingly, for this is one less thing that marks her as a person that you have taken from her. - - -(-baldness) -The first thing she sees in the mirror is that she now has hair. This - - -(devoted) -Makes her squeaks in delight. She plays with her new hair, enjoying how it feels between her fingers. - - -(not devoted) -Surprises her. She is not happy with your doing something like this while she had no control of it, but under the circumstances there are far worse things to have then hair. - - -(race changes) -The next thing she notices is that her body is not of the same race as it was before. Her new - - -(African) (Asian) (European) (American) (Latin) (Middle Eastern) etc. -body - - -(devoted) -Intrigues and delights her. She is happy that you invested in her appearance in such an interesting way. - - -(not devoted) -disgusts and angers her. One of the only parts of her identity she had left has now been stripped from her. - - - - -(age) - - -(older) - - -She starts as she sees that she is now older than she once was. This is disturbing to her on a fundamental level, - -(devoted) -as that means she will now will have less time with you before the end of of her - - -(if retirement by body age) -service and - - -life. She does her best to shrug this off and tries to think of all the fun things a lewd older body can do. - - -(not devoted) -As that means she will be unable to spend as much time on this earth. - - -(if retirement is by body age) -On the other hand, it means she won’t have as much time to spend with you before she is retired. - - -(if retirement is by actual age) -This is compounded<(purple text) with the fact that she may well die before she becomes a freed slave. - - -(younger) -She starts at her youthful new face and body. -(if age less than 18) -She realizes that she will have to go through puberty again, now that she is $age. This is unnerving to her. - - -(devoted) -(puberty - But she will do her best to enjoy the highs that come with it, and). -This is a wonderful gift to her, as she will now be able to - - -(if retirement is based on body age) -spend more time with you before the end of her service. - - -(else) -service you better, as well as have all the other benefits of youthful age. - - -(not devoted) -(puberty - It will be frustrating to go through the rigors of sexual development all over again, however) -This is both a blessing and a curse, as while she now has a younger and healthier body, she must also - - -(if retirement is based on body age) -spend more time with you before leaving her service. - +<<if $args[0].bald == 1 && $args[1].bald == 0>> /*(+baldness)*/ + The first thing she sees in the mirror is that she is now bald. This + <<if $args[0].devotion > 20>> + feels fun and interesting, and she gently rubs her new smooth scalp. + <<else>> + feels like a gross imposition and she @@.mediumorchid;scowls at you accusingly,@@ for this is one less thing that marks her as a person that you have taken from her. + <<set $args[0].devotion -= 3>> + <</if>> +<<elseif $args[0].bald == 0 && $args[1].bald == 1>> /*(-baldness)*/ + The first thing she sees in the mirror is that she now has hair. This + <<if $args[0].devotion >= -20>> + makes her @@.hotpink;squeal with delight.@@ She plays with her new hair, enjoying how it feels between her fingers. + <<set $args[0].devotion += 3>> + <<else>> + surprises her. She is not happy with your doing something like this while she had no control of it, but under the circumstances there are far worse things to have then hair. + <</if>> +<<elseif $args[0].bald == 0 && $args[1].bald == 0>> + The first thing she sees in the mirror is that she is still bald. +<<else>> + The first thing she sees in the mirror is that + <<if $args[0].hColor != $args[1].hColor>> + she now has $args[0].hColor hair. + <<else>> + her head isn't too different. + <</if>> +<</if>> -(else) -use all of her the youth for the benefit of her master instead of herself. +<<if $args[0].race != $args[1].race>> /*(race changes)*/ + The next thing she notices is that her body is not of the same race as it was before. Her new $args[0].race body + <<if $args[0].devotion > 50>> + intrigues and delights her. She is happy that you invested in her appearance in such an interesting way. + <<elseif $args[0].devotion > 20>> + @@.mediumorchid;disturbs her.@@ She is @@.gold;shaken@@ by such a drastic change. + <<set $args[0].devotion -= 10, $args[0].trust -= 10>> + <<else>> + @@.mediumorchid;disgusts and angers her.@@ One of the only parts of her identity she had left has now been stripped from her. + <<set $args[0].devotion -= 20>> + <</if>> +<<else>> + The next thing she notices is that she is still <<print $args[0].race>>. + <<if $args[0].devotion <= 50>> + She's @@.hotpink;relieved@@ that you didn't take such a deep part of her identity from her. + <<set $args[0].devotion += 1>> + <</if>> +<</if>> +/*(age)*/ +<<if $args[0].visualAge >= $args[1].visualAge+5>> /*(older)*/ + She starts as she sees that she is now older than she once was. This is disturbing to her on a fundamental level, + <<if $args[0].devotion > 50>> + as that means she will now will have less time with you before the end of of her + <<if $PhysicalRetirementAgePolicy == 1>> + service and + <</if>> + life. She does her best to shrug this off and tries to think of all the fun things a lewd older body can do. + <<else>> + as that means she will be @@unable to spend as much time on this earth.@@ + <<set $args[0].devotion -= ($args[1].visualAge-$args[0].visualAge*5)>> + <<if $PhysicalRetirementAgePolicy == 1>> + On the other hand, it means she won’t have as much time to spend with you before she is retired. + <<else>> + This is compounded with the fact that she @@.gold;may well die before she becomes a freed slave.@@ + <<set $args[0].trust -= ($args[1].visualAge-$args[0].visualAge*5)>> + <</if>> + <</if>> +<<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/ + She starts at her youthful new face and body. + <<if $args[1].physicalAge >= 18>> + <<if $args[0].physicalAge < 4>> + She's thoroughly shocked to find she's a toddler again. + <<elseif $args[0].physicalAge < 9>> + She's surprised to find she's a little girl. + <<elseif $args[0].physicalAge < 13>> + She's surprised to find that she's once more a preteen. + <<elseif $args[0].physicalAge < 16>> + She never expected to be a teenager again. + <<elseif $args[0].physicalAge < 18>> + She never expected to be a young adult again. + <</if>> + <</if>> + <<set _puberty = 0>> + <<if (($args[0].physicalAge < $pubertyAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $virilityAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>> + She realizes that she will have to go through puberty again, now that she is $args[0].physicalAge again. This is unnerving to her. + <<set _puberty = 1>> + <</if>> + <<if $args[0].devotion > 20>> + <<if _puberty == 1>> + However, she will do her best to enjoy the highs that come with it, and + <<else>> + This is a @@.hotpink;wonderful gift to her,@@ as she will now be able to + <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>> + <</if>> + <<if $PhysicalRetirementAgePolicy == 1>> + spend more time with you before the end of her service. + <<else>> + service you better, as well as have all the other benefits of youthful age. + <</if>> + <<else>> + <<if _puberty == 1>> + It will be frustrating to go through the rigors of sexual development all over again, especially when combined with the fact that she must also + <<else>> + This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while she now has a younger and healthier body, she must also + <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>> + <</if>> + <<if $PhysicalRetirementAgePolicy == 1>> + spend more time with you before the end of her service. + <<else>> + use all of her the youth for the benefit of her master instead of herself. + <</if>> + <</if>> +<</if>> +/* - this needs to be broken down into piercing types and where they are located on the body. IE. face piercings/tats with the face inspection, though piercings would go with the lip stuff, wouldn't they? (changes to piercings) As she inspects the rest of her herself, she sees that you have - (adding piercings when she had none) added piercings to her body when she had none. - (more piercings) Added more piercings to her body. - (less piercings) Given this body less piercings then she had once had. - (changes to tattoos) She also sees that you have - (added tattoos when she had none) Given her tattoos when she’d had none before. - (more tattoos) Given her more tattoos. - (less tattoos) Given her less tattoos. - (devoted) It delights her that you have taken such an interest in those little details. - (not devoted) It bothers her that you have altered even more of her body. - +*/ Her hands drift over her stomach, (pregnancy/belly changes) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index d713127971a9273fe0169cf38c17c01b7807724c..c618be288d2c6eeb5c1fed46728583f580cde77f 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,10 +4,11 @@ 01/04/18 + 254 + -minor typo corrections + 253 - -corncobman's improvements and tweaks to brothel/club advertisements -more minor fixes - Advertising one way and then not staffing slaves that meet your ads will result in rep loss and angry patrons. 252 -SFanon's cleaned up introSummary diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index a9858f4337c624d2e36ccbd8f1e7040a740328f8..608e845dca9290a8c3545057e733720c34ff35ad 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -2595,6 +2595,7 @@ __I do not give credit without explicit permission to do so.__ If you have contr <br>''valen102938'' for dealing with vector art, both creating new art and utilising unused art. <br>''anon'' for making slaves seed their own fields. <br>''Ansopedi'' for slave career skills. +<br>''Emuis'' for various compiler tweaks <br>''Bane70'' optimized huge swaths of code with notable professionalism. <br>''Circle Tritagonist'' provided several new collars and outfits. <br>''Qotsafan'' submitted bugfixes. diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 8a46482e6e8e070f0ff79f437d0cfee03a039763..b8cdc144c47f2937fb8be00228c795171c326d5d 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -7486,7 +7486,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> "<<Master>>, what would you-" she begins to <<say>> but is cut short by you gesturing to <</if>> - <<if $PC.preg >= 10000>> + <<if $PC.belly >= 10000>> your swollen belly and commenting on how its ever growing surface could use a good polishing. <<if $activeSlave.fetish == "pregnancy">> <<if $activeSlave.fetishKnown == 1>> diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index 9ee8007a2a899811ceda763ddd99301b966991de..7331da12c8017a664f07a2ecb48526bc5d3a2b68 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -3753,7 +3753,7 @@ <<set $slaves[$i].need -= 20>> <</if>> <<else>> - either gets off with $HeadGirl.SlaveName or gets to put up with being sexual frustration. + either gets off with $HeadGirl.slaveName or gets to put up with being sexual frustration. <</if>> <<if ($slaves[$i].devotion <= 20)>>