From 8cc5fe872e9d16e512b7d9826a3885e1728d9399 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Mon, 10 Jun 2019 23:21:09 -0500 Subject: [PATCH] NationJS --- src/js/utilJS.js | 50 +++++++++++ src/npc/startingGirls/startingGirls.tw | 8 +- src/uncategorized/RESS.tw | 4 +- src/uncategorized/hgApplication.tw | 2 +- .../pPeacekeepersIndependence.tw | 16 ++-- src/uncategorized/pSlaveMedic.tw | 85 ++++++------------- src/uncategorized/saTakeClasses.tw | 4 +- src/uncategorized/sellSlave.tw | 4 +- src/utility/descriptionWidgetsFlesh.tw | 2 +- 9 files changed, 97 insertions(+), 78 deletions(-) diff --git a/src/js/utilJS.js b/src/js/utilJS.js index e3c55587afe..393a44bb124 100644 --- a/src/js/utilJS.js +++ b/src/js/utilJS.js @@ -3025,6 +3025,8 @@ App.Utils.setLocalPronouns = function(slave, suffix, pronouns) { pronouns = pronouns || [ // Object.getOwnPropertyNames(ps) ? 'he', 'him', 'his', 'himself', 'boy', 'He', 'Him', 'His', 'Himself', 'Boy', + 'man', 'men', 'shota', + 'Men', 'Man', 'Shota', 'she', 'her', 'hers', 'herself', 'girl', 'She', 'Her', 'Hers', 'Herself', 'Girl', 'woman', 'women', 'loli', @@ -3036,3 +3038,51 @@ App.Utils.setLocalPronouns = function(slave, suffix, pronouns) { scope[p + pSuffix] = ps[p]; }); }; + +/** + * Fix nationalities as adjectives + * @param {string} nation + * @returns {string} + */ + +window.aNational = function(nation) { + let country; + if (nation === "a Cook Islander") { + country = "Cook Islander"; + } else if (nation === "a Liechtensteiner") { + country = "Liechtensteiner"; + } else if (nation === "a New Zealander") { + country = "New Zealander"; + } else if (nation === "a Solomon Islander") { + country = "Solomon Islander"; + } else { + country = nation; + } + return country; +}; + +/** + * Fix nationalities as plurals + * @param {string} nation + * @returns {string} + */ + +window.moreNational = function(nation) { + let country; + if (nation === "a Cook Islander") { + country = "Cook Islander"; + } else if (nation === "a Liechtensteiner") { + country = "Liechtensteiner"; + } else if (nation === "Mosotho") { + country = "Basotho"; + } else if (nation === "Motswana") { + country = "Batswana"; + } else if (nation === "a New Zealander") { + country = "New Zealander"; + } else if (nation === "a Solomon Islander") { + country = "Solomon Islander"; + } else { + country = nation; + } + return country; +}; diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index a38b68ac8a2..9c17fecfc91 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -524,10 +524,10 @@ __You are customizing this slave:__ ''$language:'' <<option 0 "Unaccented">> Unaccented. - <<option 1 `"Pretty " + $activeSlave.nationality + " accent"`>> - Pretty $activeSlave.nationality accent. - <<option 2 `"Thick " + $activeSlave.nationality + " accent"`>> - Thick $activeSlave.nationality accent. + <<option 1 `"Pretty " + aNational($activeSlave.nationality) + " accent"`>> + Pretty <<print aNational($activeSlave.nationality)>> accent. + <<option 2 `"Thick " + aNational($activeSlave.nationality) + " accent"`>> + Thick <<print aNational($activeSlave.nationality)>> accent. <<optiondefault 3 "Not fluent">> Not fluent. <</options>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index f2647f2362f..b9e8ac1cee1 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -14698,7 +14698,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<else>> a nipple <</if>> - and pull downward gently. "<<S>>orry <<Master>>," $he mutters in $his barbarous $activeSlave.nationality accent, and sits <<if $activeSlave.belly >= 5000>>carefully<<else>>hurriedly<</if>> down. + and pull downward gently. "<<S>>orry <<Master>>," $he mutters in $his barbarous <<print aNational($activeSlave.nationality)>> accent, and sits <<if $activeSlave.belly >= 5000>>carefully<<else>>hurriedly<</if>> down. <br><br> You review 'next,' praising $him for getting that, and then move on to 'sit,' 'stand,' and other such useful terms, teaching the $language language to the nude slave sitting <<if $activeSlave.belly >= 10000 || $activeSlave.weight >= 130>> @@ -14748,7 +14748,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <br><br><span id="result2"> <<link "Now let $him review">> <<replace "#result2">> - You tell $him to do the inspection routine again, narrating it $himself. $He understands immediately, and hustles back to stand in front of your desk, brow furrowed in concentration as $he struggles to keep the vocabulary in $his head. $He shows each part of $his body to you in turn, and gets every single one of the terms to describe $his body — which in the legal sense, is actually //your// body, one of many you own — perfectly right, though of course $he repeats them in $his atrocious <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> accent. $He even @@.mediumaquamarine;has the confidence@@ to throw in a little flourish: $he says + You tell $him to do the inspection routine again, narrating it $himself. $He understands immediately, and hustles back to stand in front of your desk, brow furrowed in concentration as $he struggles to keep the vocabulary in $his head. $He shows each part of $his body to you in turn, and gets every single one of the terms to describe $his body — which in the legal sense, is actually //your// body, one of many you own — perfectly right, though of course $he repeats them in $his atrocious <<print aNational($activeSlave.nationality)>> accent. $He even @@.mediumaquamarine;has the confidence@@ to throw in a little flourish: $he says <<if $activeSlave.belly >= 10000>> "Belly!" with flirty emphasis, stroking it sensually. <<elseif ($activeSlave.boobs > 3000)>> diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw index 214dc7d7507..30fa07828c1 100644 --- a/src/uncategorized/hgApplication.tw +++ b/src/uncategorized/hgApplication.tw @@ -69,7 +69,7 @@ $He helps $activeSlave.slaveName however $he can. The tender care has @@.green;i <<if $HeadGirl.accent >= 3>> $He does $his best to give orders in $language, but has to resort to a lot of unseemly gesticulation and shouting, making $him much less effective. <<elseif $HeadGirl.accent == 2>> - $His heavy $HeadGirl.nationality accent impedes $his clarity in $language, making $him somewhat less effective. + $His heavy <<print aNational($HeadGirl.nationality)>> accent impedes $his clarity in $language, making $him somewhat less effective. <</if>> <<if ($HGtraining == "obedience") || ($HGtraining == "flaw") || ($HGtraining == "soften")>> diff --git a/src/uncategorized/pPeacekeepersIndependence.tw b/src/uncategorized/pPeacekeepersIndependence.tw index c1c760f4eac..b0f41e4dee1 100644 --- a/src/uncategorized/pPeacekeepersIndependence.tw +++ b/src/uncategorized/pPeacekeepersIndependence.tw @@ -21,14 +21,14 @@ General $peacekeepers.generalName contacts you again, looking more tired and bat <br><br> <span id="result"> <<if $cash >= 100000>> -<<link "Provide immediate assistance">> - <<replace "#result">> - You immediately wire General $peacekeepers.generalName <<print cashFormat(100000)>>, not an impressive sum by Free Cities standards, but probably enough to turn the scales in his plans to keep his force together as it transitions from old world peacekeeping to autocratic nation building. Soon enough, he'll be able to support his men and women through armed extortion, the original form of taxation and, arguably, the only form of taxation. - <br><br> - "You have my thanks," he says formally. "We'll be in control here soon enough. The one thing we'll have an almost limitless supply of is people. I don't think anyone's likely to notice a few menial slaves transferred into the Free City. I'm sure a regular trade already exists; we'll just be adding a few undesirables to it." He ends the call, looking determined. Despite his confidence, he has his work cut out for him. - <<set cashX(-100000, "peacekeepers"), $peacekeepers.strength = 50, $peacekeepers.attitude += 5, $peacekeepers.undermining = 0>> - <</replace>> -<</link>> //This will cost <<print cashFormat(100000)>>// + <<link "Provide immediate assistance">> + <<replace "#result">> + You immediately wire General $peacekeepers.generalName <<print cashFormat(100000)>>, not an impressive sum by Free Cities standards, but probably enough to turn the scales in his plans to keep his force together as it transitions from old world peacekeeping to autocratic nation building. Soon enough, he'll be able to support his men and women through armed extortion, the original form of taxation and, arguably, the only form of taxation. + <br><br> + "You have my thanks," he says formally. "We'll be in control here soon enough. The one thing we'll have an almost limitless supply of is people. I don't think anyone's likely to notice a few menial slaves transferred into the Free City. I'm sure a regular trade already exists; we'll just be adding a few undesirables to it." He ends the call, looking determined. Despite his confidence, he has his work cut out for him. + <<set cashX(-100000, "peacekeepers"), $peacekeepers.strength = 50, $peacekeepers.attitude += 5, $peacekeepers.undermining = 0>> + <</replace>> + <</link>> //This will cost <<print cashFormat(100000)>>// <<else>> You lack the ¤ to make any meaningful contribution. <</if>> diff --git a/src/uncategorized/pSlaveMedic.tw b/src/uncategorized/pSlaveMedic.tw index a582bdb9c29..f5cf21a7206 100644 --- a/src/uncategorized/pSlaveMedic.tw +++ b/src/uncategorized/pSlaveMedic.tw @@ -4,68 +4,44 @@ <<set $slaveMedic = 0>> -<<if $pedo_mode == 1>> - -<<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> -<<set $activeSlaveOneTimeMaxAge = 18>> <<set $oneTimeDisableDisability = 1>> -<<set $activeSlave = GenerateNewSlave("XX")>> -<<set $activeSlave.origin = "$He was captured while caring for those injured in a failed attack on the Free City.">> -<<set $activeSlave.career = "a nurse">> -<<set $activeSlave.custom.desc = "$He has a faint air of fatigue about $him, and strength too: that of a survivor.">> -<<set $activeSlave.sexualFlaw = "none">> -<<set $activeSlave.sexualQuirk = "caring">> -<<set $activeSlave.behavioralFlaw = "none">> -<<set $activeSlave.devotion = random(30,40)>> -<<set $activeSlave.trust = $activeSlave.devotion-20>> -<<set $activeSlave.oldDevotion = $activeSlave.devotion>> -<<set $activeSlave.vagina = 2>> -<<set $activeSlave.preg = -1>> -<<set $activeSlave.muscles = random(20,50)>> -<<set $activeSlave.ovaries = 1>> -<<set $activeSlave.skill.vaginal = 35>> -<<set $activeSlave.skill.oral = 35>> -<<set $activeSlave.skill.anal = 15>> -<<set $activeSlave.skill.whoring = 0>> -<<set $activeSlave.skill.entertainment = 15>> -<<set $activeSlave.intelligence = random(51,95)>> -<<set $activeSlave.intelligenceImplant = 15>> -<<if $activeSlave.physicalAge >= 12>> - <<set $activeSlave.teeth = "cosmetic braces">> -<</if>> -<<set $activeSlave.anus = 2>> -<<set $activeSlave.hips = 1>> -<<set $activeSlave.boobs = 2000>> -<<set $activeSlave.boobShape = "perky">> -<<set $activeSlave.geneticQuirks.macromastia = 2>> -<<set $activeSlave.butt = 4>> -<<set $activeSlave.voice = 3>> -<<set $activeSlave.hStyle = "neat">> -<<set $activeSlave.hLength = 35>> -<<set $activeSlave.health = random(20,40)>> -<<if $mercenaries >= 3>> - <<if $activeSlave.counter.publicUse>><<set $activeSlave.counter.publicUse += 39>><<else>><<set $activeSlave.counter.publicUse = 39>><</if>> +<<if $pedo_mode == 1>> + <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> + <<set $activeSlaveOneTimeMaxAge = 18>> + <<set $activeSlave = GenerateNewSlave("XX")>> + <<set $activeSlave.sexualQuirk = "caring">> + <<set $activeSlave.intelligenceImplant = 15>> + <<if $activeSlave.physicalAge >= 12>> + <<set $activeSlave.teeth = "cosmetic braces">> + <</if>> + <<set $activeSlave.hips = 1>> + <<set $activeSlave.boobs = 2000>> + <<set $activeSlave.boobShape = "perky">> + <<set $activeSlave.geneticQuirks.macromastia = 2>> + <<set $activeSlave.butt = 4>> + <<set $activeSlave.voice = 3>> <<else>> - <<if $activeSlave.counter.publicUse>><<set $activeSlave.counter.publicUse += 13>><<else>><<set $activeSlave.counter.publicUse = 13>><</if>> + <<set $activeSlaveOneTimeMinAge = 25>> + <<set $activeSlaveOneTimeMaxAge = 42>> + <<set $activeSlave = GenerateNewSlave("XX")>> + <<set $activeSlave.anusTat = "bleached">> + <<set $activeSlave.height = random(165,190)>> + <<set $activeSlave.intelligenceImplant = 30>> + <<set $activeSlave.teeth = "normal">> + <<set $activeSlave.boobs += 400>> + <<set $activeSlave.butt += 1>> + <<set $activeSlave.stampTat = either("flowers", "tribal patterns")>> <</if>> - -<<else>> - -<<set $activeSlaveOneTimeMinAge = 25>> -<<set $activeSlaveOneTimeMaxAge = 42>> -<<set $activeSlave = GenerateNewSlave("XX")>> <<set $activeSlave.origin = "$He was captured while caring for those injured in a failed attack on the Free City.">> <<set $activeSlave.career = "a nurse">> <<set $activeSlave.custom.desc = "$He has a faint air of fatigue about $him, and strength too: that of a survivor.">> <<set $activeSlave.sexualFlaw = "none">> <<set $activeSlave.behavioralFlaw = "none">> -<<set $activeSlave.anusTat = "bleached">> <<set $activeSlave.devotion = random(30,40)>> <<set $activeSlave.trust = $activeSlave.devotion-20>> <<set $activeSlave.oldDevotion = $activeSlave.devotion>> <<set $activeSlave.vagina = 2>> <<set $activeSlave.preg = -1>> -<<set $activeSlave.height = random(165,190)>> <<set $activeSlave.muscles = random(20,50)>> <<set $activeSlave.ovaries = 1>> <<set $activeSlave.skill.vaginal = 35>> @@ -74,14 +50,9 @@ <<set $activeSlave.skill.whoring = 0>> <<set $activeSlave.skill.entertainment = 15>> <<set $activeSlave.intelligence = random(51,95)>> -<<set $activeSlave.intelligenceImplant = 30>> -<<set $activeSlave.teeth = "normal">> <<set $activeSlave.anus = 2>> -<<set $activeSlave.boobs += 400>> -<<set $activeSlave.butt += 1>> <<set $activeSlave.hStyle = "neat">> <<set $activeSlave.hLength = 35>> -<<set $activeSlave.stampTat = either("flowers", "tribal patterns")>> <<set $activeSlave.health = random(20,40)>> <<if $mercenaries >= 3>> <<if $activeSlave.counter.publicUse>><<set $activeSlave.counter.publicUse += 39>><<else>><<set $activeSlave.counter.publicUse = 39>><</if>> @@ -89,8 +60,6 @@ <<if $activeSlave.counter.publicUse>><<set $activeSlave.counter.publicUse += 13>><<else>><<set $activeSlave.counter.publicUse = 13>><</if>> <</if>> -<</if>> - <span id="artFrame"> /* 000-250-006 */ <<if $seeImages == 1>> @@ -109,7 +78,7 @@ You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf. -When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName kneeling next to a mercenary with most of his armor stripped off. $He's the <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. +When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName kneeling next to a mercenary with most of his armor stripped off. $He's the <<print aNational($activeSlave.nationality)>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. "Don't squirm!" $he says with an annoyed tone. "I'll get you off when I've checked this." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his tank top, allowing $his huge tits to swing free. $He's quite young, but $his $activeSlave.skin body is appealingly curvy. As $he swings one leg across the seated mercenary, $he continues, "Please sit still and let me do the work. You need to take it easy for a day or two or you'll pop those sutures." Using $his hands, $he gently caresses his stiff prick with $his pillowy breasts, eliciting a grunt. $He's a strong $girl, and pleasures him without letting any of $his weight rest on his body at all. When he climaxes, $he leans in to clean him with $his mouth and then heads off to wash out $his cleavage. @@ -117,7 +86,7 @@ When you enter the lounge of their <<if $barracks>>barracks<<else>>main living a You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf. -When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName bending over a mercenary with most of his armor stripped off. $He's the <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. +When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName bending over a mercenary with most of his armor stripped off. $He's the <<print aNational($activeSlave.nationality)>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank. "Don't squirm," $he says quietly. "I'll get you off when I've checked this." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his fatigue pants. $He's no longer young, but $his $activeSlave.skin legs are pretty enough. As $he swings one leg across the seated mercenary, $he continues, "Please sit still and let me do the work. You need to take it easy for a day or two or you'll pop those sutures." Using a hand, $he guides $himself down onto his stiff prick, eliciting a grunt. $He's a strong $girl, and rides him without letting any of $his weight rest on his hips at all. When he climaxes, $he kneels to clean him with $his mouth and then heads off to wash. diff --git a/src/uncategorized/saTakeClasses.tw b/src/uncategorized/saTakeClasses.tw index a89a193792f..cd571ec8986 100644 --- a/src/uncategorized/saTakeClasses.tw +++ b/src/uncategorized/saTakeClasses.tw @@ -221,7 +221,7 @@ <<set $slaves[$i].speechRules = "accent elimination">> <</if>> <<elseif ($slaves[$i].accent == 3)>> - $He has @@.green;learned functional $language,@@ and can make $himself understood, though $his $slaves[$i].nationality accent is still quite heavy. + $He has @@.green;learned functional $language,@@ and can make $himself understood, though $his <<print aNational($slaves[$i].nationality)>> accent is still quite heavy. <<set $slaves[$i].accent -= 1>> <</if>> <<else>> @@ -234,7 +234,7 @@ <</if>> <</if>> <<elseif ($slaves[$i].accent >= 2)>> - $He has @@.green;learned decent $language,@@ though $he retains enough of $his $slaves[$i].nationality accent to make $his voice distinctly sexy. + $He has @@.green;learned decent $language,@@ though $he retains enough of $his <<print aNational($slaves[$i].nationality)>> accent to make $his voice distinctly sexy. <<set $slaves[$i].accent = 1>> <</if>> <</if>> diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index 0a83e2b4462..afc00fd28d1 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -784,11 +784,11 @@ __Bids Received__ <br>''<<print cashFormat(_Price)>>'' from a citizen who pays creepily close attention to the state of $his health, and ignores everything else. <<set _NewOwner = 1>> <<elseif ($activeSlave.nationality != 0) && (random(1,100) > 80)>> - <br>''<<print cashFormat(_Price)>>'' from a citizen with a special appetite for <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "Mosotho">>Basotho<<elseif $activeSlave.nationality == "Motswana">>Batswana<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> <<= $girl>>s. + <br>''<<print cashFormat(_Price)>>'' from a citizen with a special appetite for <<print moreNational($activeSlave.nationality)>> <<= $girl>>s. <<set _NewOwner = 1>> <</if>> <<if _NewOwner == 1>> - <<link "Accept bid""Slave Sold">> + <<link "Accept bid" "Slave Sold">> <<run cashX(_Price, "slaveTransfer")>> <</link>> <</if>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 3d7b36f28f2..04488ce8388 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -16610,7 +16610,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies; $He speaks $language in _accent <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> accent<<if $activeSlave.speechRules == "accent elimination">>, which the rules encourage $him to suppress<</if>>. <<elseif $activeSlave.accent == 2>> <<set _accent = either("a broad", "a harsh", "a heavy", "an intense", "a marked", "a noticeable", "a rough", "a significant", "a stressed", "a strong", "a thick")>> - $He speaks $language in _accent <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> accent that can be hard to understand<<if $activeSlave.speechRules == "accent elimination">>, and the rules encourage $him to make an effort to suppress it<</if>>. + $He speaks $language in _accent <<print aNational($activeSlave.nationality)>> accent that can be hard to understand<<if $activeSlave.speechRules == "accent elimination">>, and the rules encourage $him to make an effort to suppress it<</if>>. <<else>> $He speaks little $language, but understands enough to be given orders. <</if>> -- GitLab