JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<widget "charSheet">><<nobr>> <<include "characterTexts">> <div id="character-profile"> <button id="ui-dialog-close" class="ui-close" tabindex="0" aria-label="Close"></button> <div id="character-profile-contents"> <div id="character-profile-header"> <div id="character-profile-agency"> <<= '<img src='+ $imagePath.ui + "characterSheet/" + $kate.agency + "Crest.gif"+' >'>> <h2 class="label-top-secret"> <<if $kate.agency == "cia">> Top Secret<<= "/">><<= "/">>HSC-O NOFORN <<elseif $kate.agency == "mi6">> Top secret strap3 UKEO <<elseif $kate.agency == "asis">> Top Secret AUSTEO <<elseif $kate.agency == "csis">> Top Secret/Trés Secret <<else>> TS NZEO / Tuhinga O Mua <</if>> </h2> </div> <div id="character-profile-personal"> <div class="profile-image-container"> <<= '<img src='+ $imagePath.ui + "characterSheet/profile-image-placeholder.png"+' >'>> /* <div class="profile-image-container-inner"> <div class="profile-image-container-inner-2"> <div class="profile-image-container-inner-3"> <!-- The containers are necessary in order to hide the avatar, which is usually much larger than the portrait we'll be showing --> <<avatar>> </div> </div> </div> */ </div> <div class="character-profile-record"> <h3 class="label-personnel-record"> <<if $kate.agency == "cia">> Agency Personnel File <<elseif $kate.agency == "mi6">> Service Personnel Record <<elseif $kate.agency == "asis">> Personal Service Record <<elseif $kate.agency == "csis">> Employee Service File <<else>> Personnel Record <</if>> </h3> <div class="character-profile-details"> <h2 class="character-name"> <<= $kate.firstName >> <<= $kate.surname >> </h2> <div class="character-title"> <<if $kate.agency == "cia">> Case Officer <<elseif $kate.agency == "mi6">> Operations Officer <<elseif $kate.agency == "asis">> Operations Officer <<elseif $kate.agency == "csis">> Intelligence Officer <<else>> Intelligence Officer <</if>> </div> <div class="character-assignment">Current Assignment: Counter-Terrorism Analysis <<if $kate.agency == "cia">>Center<<else>>Centre<</if>></div> </div> </div> </div> </div> <div id="character-profile-stats" class="tabs"> <div class="tabs-header"> <a href="#" class="tab-active" data-tab="tab-1">Status</a> <a href="#" data-tab="tab-2">Profile</a> <a href="#" data-tab="tab-3">Personal</a> <a href="#" data-tab="tab-4">Achievements</a> <a href="#" data-tab="tab-5">Mission</a> </div> <div class="tabs-content"> <div class="tab tab-active" data-tab="tab-1"> <table> <tr> <td><<= '<img src='+ $imagePath.ui + "characterSheet/statusIconTest.jpg"+' >'>></td> <td><div class="statusEffectTitle">''Tipsy''<br></div><div class="statusEffectDescription">You feel playful and confident! //Extraversion +1, Coordination -1// [This is a placeholder]</div></td> </tr> <tr><td><br></td></tr> <tr> <td><<= '<img src='+ $imagePath.ui + "characterSheet/statusIconTest2.jpg"+' >'>></td> <td><div class="statusEffectTitle">''Glammed Up''<br></div><div class="statusEffectDescription">Like you just stepped out of a salon. //Beauty +1// [This is a placeholder]</div></td> </tr> </table> </div> <div class="tab" data-tab="tab-2"> <div class="accordion-item"> <header>Attributes</header> <div class="accordion-item-content"> <div class="character-stat"> <<silently>> <<if $kate.attributes.openness == -2>> <<set _opennessDescription to "Closed-minded">> <<elseif $kate.attributes.openness == -1>> <<set _opennessDescription to "Conventional">> <<elseif $kate.attributes.openness == 0>> <<set _opennessDescription to "Practical">> <<elseif $kate.attributes.openness == 1>> <<set _opennessDescription to "Curious">> <<elseif $kate.attributes.openness == 2>> <<set _opennessDescription to "Imaginative">> <<else>> <<set _opennessDescription to "//ERROR IN OPENNESSDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.conscientiousness == -2>> <<set _conscientiousnessDescription to "Careless">> <<elseif $kate.attributes.conscientiousness == -1>> <<set _conscientiousnessDescription to "Spontaneous">> <<elseif $kate.attributes.conscientiousness == 0>> <<set _conscientiousnessDescription to "Dependable">> <<elseif $kate.attributes.conscientiousness == 1>> <<set _conscientiousnessDescription to "Organised">> <<elseif $kate.attributes.conscientiousness == 2>> <<set _conscientiousnessDescription to "Perfectionist">> <<else>> <<set _conscientiousnessDescription to "//ERROR IN CONSCIENTIOUSNESSDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.extraversion == -2>> <<set _extraversionDescription to "Reclusive">> <<elseif $kate.attributes.extraversion == -1>> <<set _extraversionDescription to "Introvert">> <<elseif $kate.attributes.extraversion == 0>> <<set _extraversionDescription to "Sociable">> <<elseif $kate.attributes.extraversion == 1>> <<set _extraversionDescription to "Outgoing">> <<elseif $kate.attributes.extraversion == 2>> <<set _extraversionDescription to "Gregarious">> <<else>> <<set _extraversionDescription to "//ERROR IN EXTRAVERSIONDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.agreeableness == -2>> <<set _agreeablenessDescription to "Hostile">> <<elseif $kate.attributes.agreeableness == -1>> <<set _agreeablenessDescription to "Skeptical">> <<elseif $kate.attributes.agreeableness == 0>> <<set _agreeablenessDescription to "Pleasant">> <<elseif $kate.attributes.agreeableness == 1>> <<set _agreeablenessDescription to "Kind">> <<elseif $kate.attributes.agreeableness == 2>> <<set _agreeablenessDescription to "Compassionate">> <<else>> <<set _agreeablenessDescription to "//ERROR IN AGREEABLENESSDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.neuroticism == -2>> <<set _neuroticismDescription to "Fearless">> <<elseif $kate.attributes.neuroticism == -1>> <<set _neuroticismDescription to "Resilient">> <<elseif $kate.attributes.neuroticism == 0>> <<set _neuroticismDescription to "Moderate">> <<elseif $kate.attributes.neuroticism == 1>> <<set _neuroticismDescription to "Sensitive">> <<elseif $kate.attributes.neuroticism == 2>> <<set _neuroticismDescription to "Anxious">> <<else>> <<set _neuroticismDescription to "//ERROR IN NEUROTICISMDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.intellect == -2>> <<set _intellectDescription to "Dull">> <<elseif $kate.attributes.intellect == -1>> <<set _intellectDescription to "Simple">> <<elseif $kate.attributes.intellect == 0>> <<set _intellectDescription to "Average">> <<elseif $kate.attributes.intellect == 1>> <<set _intellectDescription to "Intelligent">> <<elseif $kate.attributes.intellect == 2>> <<set _intellectDescription to "Incisive">> <<else>> <<set _intellectDescription to "//ERROR IN INTELLECTDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.coordination == -2>> <<set _coordinationDescription to "Clumsy">> <<elseif $kate.attributes.coordination == -1>> <<set _coordinationDescription to "Awkward">> <<elseif $kate.attributes.coordination == 0>> <<set _coordinationDescription to "Adequate">> <<elseif $kate.attributes.coordination == 1>> <<set _coordinationDescription to "Nimble">> <<elseif $kate.attributes.coordination == 2>> <<set _coordinationDescription to "Graceful">> <<else>> <<set _coordinationDescription to "//ERROR IN COORDINATIONDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.height == -2>> <<set _heightDescription to "Short">> <<elseif $kate.attributes.height == -1>> <<set _heightDescription to "Petite">> <<elseif $kate.attributes.height == 0>> <<set _heightDescription to "Average">> <<elseif $kate.attributes.height == 1>> <<set _heightDescription to "Tallish">> <<elseif $kate.attributes.height == 2>> <<set _heightDescription to "Tall">> <<else>> <<set _heightDescription to "//ERROR IN HEIGHTDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.beauty == -2>> <<set _beautyDescription to "Unattractive">> <<elseif $kate.attributes.beauty == -1>> <<set _beautyDescription to "Plain">> <<elseif $kate.attributes.beauty == 0>> <<set _beautyDescription to "Average">> <<elseif $kate.attributes.beauty == 1>> <<set _beautyDescription to "Attractive">> <<elseif $kate.attributes.beauty == 2>> <<set _beautyDescription to "Striking">> <<else>> <<set _beautyDescription to "//ERROR IN BEAUTYDESCRIPTION TEMP VAR//">> <</if>> <</silently>> <table style="width: 100%; "> <tr> <td> <small>Openness: ''_opennessDescription'' (<<if $kate.attributes.openness gte 0>>+<</if>>$kate.attributes.openness)<br> Conscientiousness: ''_conscientiousnessDescription'' (<<if $kate.attributes.conscientiousness gte 0>>+<</if>>$kate.attributes.conscientiousness)<br> Extraversion: ''_extraversionDescription'' (<<if $kate.attributes.extraversion gte 0>>+<</if>>$kate.attributes.extraversion)<br> Agreeableness: ''_agreeablenessDescription'' (<<if $kate.attributes.agreeableness gte 0>>+<</if>>$kate.attributes.agreeableness)<br> Neuroticism: ''_neuroticismDescription'' (<<if $kate.attributes.neuroticism gte 0>>+<</if>>$kate.attributes.neuroticism)<br></small> </td> <td style="vertical-align: top;"> <small>Intellect: ''_intellectDescription'' (<<if $kate.attributes.intellect gte 0>>+<</if>>$kate.attributes.intellect)<br> Coordination: ''_coordinationDescription'' (<<if $kate.attributes.coordination gte 0>>+<</if>>$kate.attributes.coordination)<br> Height: ''_heightDescription'' (<<if $kate.attributes.height gte 0>>+<</if>>$kate.attributes.height)<br> Attractiveness: ''_beautyDescription'' (<<if $kate.attributes.beauty gte 0>>+<</if>>$kate.attributes.beauty)<br></small> </td> </tr> </table> </div> </div> </div> <div class="accordion-item"> <header>Skills</header> <div class="accordion-item-content"> <div class="character-stat"> <table> <tr> <td><small> Analyst +1<br> Athlete +0<br> Beauty +2<br> Computers +0<br> Dancer +1<br> Driver +1<br> Firearms +2<br> Infiltrator +1<br> Martial Arts +0<br> Model +1<br> Party Girl +1<br> Persuasion +2<br> Seduction +1<br> Sexpertise +1<br> </small></td> <td style="vertical-align: top; padding-left: 20px;"> <meter value="1058" max="2000"></meter><small></small><br> <meter value="282" max="1000"></meter><small></small><br> <meter value="2937" max="4000"></meter><small></small><br> <meter value="993" max="1000"></meter><small></small><br> <meter value="1593" max="2000"></meter><small></small><br> <meter value="1019" max="2000"></meter><small></small><br> <meter value="2741" max="4000"></meter><small></small><br> <meter value="1183" max="2000"></meter><small></small><br> <meter value="171" max="1000"></meter><small></small><br> <meter value="1300" max="2000"></meter><small></small><br> <meter value="1677" max="2000"></meter><small></small><br> <meter value="2119" max="4000"></meter><small></small><br> <meter value="1800" max="2000"></meter><small></small><br> <meter value="1786" max="2000"></meter><small></small><br> </td> </tr> </table> </div> </div> </div> </div> <div class="tab" data-tab="tab-3"> <small>Age $kate.age. Middle class upbringing. UN volunteering in Namibia, 2010<br> Education ''BSc (Psychology) 2:1, Durham University''<br> <br> Psych notes</small><br> ''<<if $kate.attributes.intellect gt 1>>Very high<<else>>High<</if>> intelligence. <<if $kate.attributes.openness gte 1>>Excels in creative problem-solving. <</if>><<if $kate.attributes.conscientiousness lt 0>>Inconsistent with planning and adherence to procedures. <<elseif $kate.attributes.conscientiousness gt 0>>Organised and methodical. <</if>><<if $kate.attributes.extraversion lt 0>>Prefers solo work. <<elseif $kate.attributes.extraversion gt 0>>Sociable and effective in team settings. <</if>> <<if $kate.attributes.agreeableness lt 0>>Assertive. <<elseif $kate.attributes.agreeableness gt 0>>Empathetic. <</if>> <<if $kate.attributes.neuroticism lt 0>><<if $kate.attributes.neuroticism == -2>>Exceptionally stable<<else>>Stable<</if>> under stress. <<elseif $kate.attributes.neuroticism gt 0>>Emotional fluctuations under stress. <</if>>Generally loyal and discreet. Some evidence of mild sexual paraphilia ($kate.kinks), not assessed as security risk.''<br> <br> <small>Relationship status</small><br> ''Single, three serious <div class="tooltip">ex-boyfriends<span class="tooltiptext">Jacob, Robbie, Nick</span></div>'' <br> <br> <small>Sexual partners</small><br> ''14''<br> <br> <small>Confirmed kills</small><br> ''0'' </div> <div class="tab" data-tab="tab-4"> <div class="accordion-item"> <header>Achievements</header> <div class="accordion-item-content"> <div class="character-achievements"> <div class="accordion-item-content"> <div class="character-stat"> Coming Soon </div> </div> </div> </div> </div> </div> <div class="tab" data-tab="tab-5"> <small>[TS/FVEY] Officer seconded to CTF Artemis. ''NOC undercover do not approach.'' All enquiries via CTC Langley.</small><br> <br> <small>Op Prolix body count:</small> ''0''<br> <br> <div class="accordion-item"> <header>Active Missions</header> <div class="accordion-item-content"> <div class="character-stat"> <div class="stat-description"> <i>(Locked until main quest starts)</i> </div> </div> </div> </div> <div class="accordion-item"> <header>Completed Missions</header> <div class="accordion-item-content"> <div class="character-stat"> <div class="stat-description"> <i>(Locked until main quest starts)</i> </div> </div> </div> </div> </div> </div> </div> </div> </div> <</nobr>><</widget>>
<<widget "wear-amandasWhiteCrissCrossFashionBag">><<nobr>> <<set _pathClothing to "clothing/accessories/amandasWhiteCrissCrossFashionBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag-rear"))>> <</nobr>><</widget>> <<widget "remove-amandasWhiteCrissCrossFashionBag">><<nobr>> <<set _pathClothing to "clothing/accessories/amandasWhiteCrissCrossFashionBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag-rear"))>> <</nobr>><</widget>> <<widget "wear-bohoBrownLeatherBag">><<nobr>> <<set _pathClothing to "clothing/accessories/bohoBrownLeatherBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-bohoBrownLeatherBag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-bohoBrownLeatherBag-rear"))>> <</nobr>><</widget>> <<widget "remove-bohoBrownLeatherBag">><<nobr>> <<set _pathClothing to "clothing/accessories/bohoBrownLeatherBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-bohoBrownLeatherBag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-bohoBrownLeatherBag-rear"))>> <</nobr>><</widget>> <<widget "wear-blackAviators">><<nobr>> <<set _pathClothing to "clothing/accessories/blackAviators/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("glasses")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_sunglasses-blackAviators"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-blackAviators">><<nobr>> <<set _pathClothing to "clothing/accessories/blackAviators/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("glasses")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_sunglasses-blackAviators"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-ogBackpack">><<nobr>> <<set _pathClothing to "clothing/accessories/ogBackpack/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("backpack")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"9_backpack-ogBackpackStraps"))>> <<set $avatar.background.pushUnique((_pathClothing+"80_backpack-ogBackpackBag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_backpack-ogBackpackStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-ogBackpack">><<nobr>> <<set _pathClothing to "clothing/accessories/ogBackpack/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("backpack")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"9_backpack-ogBackpackStraps"))>> <<set $avatar.background.delete((_pathClothing+"80_backpack-ogBackpackBag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_backpack-ogBackpackStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-bigBlackSunglasses">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("glasses")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_sunglasses-blackLensesWithBlackFrameOversized"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-bigBlackSunglasses">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("glasses")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_sunglasses-blackLensesWithBlackFrameOversized"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-blueLatexSurgicalGloves">><<nobr>> <<set _pathClothing to "clothing/accessories/blueLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("gloves")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_blueLatexSurgicalGloves"))>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_blueLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-blueLatexSurgicalGloves">><<nobr>> <<set _pathClothing to "clothing/accessories/blueLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("gloves")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_blueLatexSurgicalGloves"))>> <<set $avatar.clothing.delete((_pathClothing+"20_blueLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-clearLatexSurgicalGloves">><<nobr>> <<remove-bracelet-friendshipBraceletsLeftWrist>> <<set _pathClothing to "clothing/accessories/clearLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("gloves")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_clearLatexSurgicalGloves"))>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_clearLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-clearLatexSurgicalGloves">><<nobr>> <<wear-bracelet-friendshipBraceletsLeftWrist>> <<set _pathClothing to "clothing/accessories/clearLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("gloves")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_clearLatexSurgicalGloves"))>> <<set $avatar.clothing.delete((_pathClothing+"20_clearLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-khakiFourPocketBackpackWithStripes">><<nobr>> <<set _pathClothing to "accessories/khakiFourPocketBackpackWithStripes/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("backpack")>> /*FRONT*/ <<set $avatar.foreground.pushUnique(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes")>> /*BACK*/ <<set $avatar.foreground.pushUnique(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes-rear")>> <</nobr>><</widget>> <<widget "remove-khakiFourPocketBackpackWithStripes">><<nobr>> <<set _pathClothing to "accessories/khakiFourPocketBackpackWithStripes/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("backpack")>> /*FRONT*/ <<set $avatar.foreground.delete(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes")>> /*BACK*/ <<set $avatar.foreground.delete(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes-rear")>> <</nobr>><</widget>> <<widget "wear-multicolouredMalaysianCrossBodyBag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBag"))>> <<set $avatar.background.pushUnique((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"8_bag-multicolouredMalaysianCrossBodyBag-rear"))>> <<set $avatar.background.pushUnique((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap-rear"))>> <</nobr>><</widget>> <<widget "remove-multicolouredMalaysianCrossBodyBag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBag"))>> <<set $avatar.background.delete((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"8_bag-multicolouredMalaysianCrossBodyBag-rear"))>> <<set $avatar.background.delete((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap-rear"))>> <</nobr>><</widget>> <<widget "wear-tanLeatherHandbag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-tanLeatherHandbag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-tanLeatherHandbag-rear"))>> <</nobr>><</widget>> <<widget "remove-tanLeatherHandbag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-tanLeatherHandbag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-tanLeatherHandbag-rear"))>> <</nobr>><</widget>> <<widget "wear-zoesSilverClutchHandbag">><<nobr>> <<set _pathClothing to "clothing/accessories/zoesSilverClutchHandbag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-zoesSilverClutchHandbag"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-zoesSilverClutchHandbag">><<nobr>> <<set _pathClothing to "clothing/accessories/zoesSilverClutchHandbag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-zoesSilverClutchHandbag"))>> /*BACK*/ <</nobr>><</widget>>
<<widget "removeBra">><<silently>> <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-bra-blackAloYogaPeakBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackAloYogaPeakBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "blackAloYogaPeakBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-blackAloYogaPeakBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-blackAloYogaPeakBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-blackAloYogaPeakBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackAloYogaPeakBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-blackAloYogaPeakBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-blackAloYogaPeakBra-rear")>> <</nobr>><</widget>> /*Black plunge bra with pink and invisible against fair coloured skin bow.*/ <<widget "wear-bra-blackPlungeWithPinkBow">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackPlungeBraWithPinkBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "blackPlungeWithPinkBow">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-blackPlungeWithPinkBow-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-blackPlungeWithPinkBow-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-blackPlungeWithPinkBow">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackPlungeBraWithPinkBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-blackPlungeWithPinkBow-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-blackPlungeWithPinkBow-rear")>> <</nobr>><</widget>> <<widget "wear-bra-blackUnderArmourSportsBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "blackUnderArmourSportsBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-blackUnderArmourSportsBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-blackUnderArmourSportsBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-blackUnderArmourSportsBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-blackUnderArmourSportsBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-blackUnderArmourSportsBra-rear")>> <</nobr>><</widget>> <<widget "wear-bra-coralComfortRacerbackBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/coralComfortRacerbackBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "coralComfortRacerbackBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-coralComfortRacerbackBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-coralComfortRacerbackBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-coralComfortRacerbackBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/coralComfortRacerbackBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-coralComfortRacerbackBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-coralComfortRacerbackBra-rear")>> <</nobr>><</widget>> <<widget "wear-bra-cherryRedPlunge">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/cherryRedPlungeBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "cherryRedPlunge">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_bra-cherryRedPlunge-"+$kate.braSize))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_bra-cherryRedPlunge-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-cherryRedPlunge">><<nobr>> <<set _pathClothing to "clothing/underwear/cherryRedPlungeBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_bra-cherryRedPlunge-"+$kate.braSize))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_bra-cherryRedPlunge-rear"))>> <</nobr>><</widget>> <<widget "wear-bra-makoBlueThermalUnderwearTop">><<nobr>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearTop/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "makoBlueThermalUnderwearTop">> /*FRONT*/ <<set _size to (_pathUnderWear +"35_makoBlueThermalUnderwearTop-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"35_makoBlueThermalUnderwearTop-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-makoBlueThermalUnderwearTop">><<nobr>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearTop/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"35_makoBlueThermalUnderwearTop-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"35_makoBlueThermalUnderwearTop-rear")>> <</nobr>><</widget>> <<widget "wear-bra-nudeStrapless">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/nudeStraplessBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "nudeStrapless">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-nudeStrapless-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-nudeStrapless-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-nudeStrapless">><<nobr>> <<set _pathUnderWear to "clothing/underwear/nudeStraplessBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-nudeStrapless-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-nudeStrapless-rear")>> <</nobr>><</widget>> <<widget "wear-bra-oceanDotCrissCrossBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/oceanDotCrissCrossBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "oceanDotCrissCrossBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-oceanDotCrissCrossBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-oceanDotCrissCrossBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-oceanDotCrissCrossBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/oceanDotCrissCrossBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-oceanDotCrissCrossBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-oceanDotCrissCrossBra-rear")>> <</nobr>><</widget>> <<widget "wear-bra-pinkSheerWithCentralBow">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/pinkSheerBraWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "pinkSheerWithCentralBow">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-pinkSheerBraWithCentralPinkBow-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-pinkSheerBraWithCentralPinkBow-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-pinkSheerWithCentralBow">><<nobr>> <<set _pathUnderWear to "clothing/underwear/pinkSheerBraWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-pinkSheerBraWithCentralPinkBow-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-pinkSheerBraWithCentralPinkBow-rear")>> <</nobr>><</widget>> <<widget "wear-bra-rosePinkAbbieLaceTrimBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "rosePinkAbbieLaceTrimBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-rosePinkAbbieLaceTrimBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-rosePinkAbbieLaceTrimBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-rosePinkAbbieLaceTrimBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-rosePinkAbbieLaceTrimBra-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_bra-rosePinkAbbieLaceTrimBra-rear"))>> <</nobr>><</widget>> <<widget "wear-bra-whiteHalfCupCentralDart">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/whiteHalfCupBraCentralDart/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "whiteHalfCupCentralDart">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-whiteHalfCupCentralDart-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-whiteHalfCupCentralDart-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-whiteHalfCupCentralDart">><<nobr>> <<set _pathUnderWear to "clothing/underwear/whiteHalfCupBraCentralDart/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-whiteHalfCupCentralDart-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_bra-whiteHalfCupCentralDart-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithDresses">> /* if kate is wearing a dress already, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> /* if kate is wearing a top, take it off */ <<if $kate.isWearing.includes("top")>> <<= '<<remove-top-' + $kate.lastWornTop + '>>'>> <</if>> <</widget>> <<widget "removeDress">><<silently>> <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-dress-bananaYellowLongSleeveCutOutMiniDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/bananaYellowLongSleeveCutOutMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("bananaYellowLongSleeveCutOutMiniDress")>> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-piercedFeminist2-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-feminist2-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-bananaYellowLongSleeveCutOutMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/bananaYellowLongSleeveCutOutMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-piercedFeminist2-"+$kate.braSize))>> <<set $avatar.clothing.delete((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-feminist2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackBodyconSleevelessMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackBodyconSleevelessMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackBodyconSleevelessMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackBodyconSleevelessMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackDeepVDualSlitJerseyMaxi">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/blackDeepVDualSlitJerseyMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("blackDeepVDualSlitJerseyMaxi")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackDeepVDualSlitJerseyMaxi">><<nobr>> <<set _pathClothing to "clothing/dresses/blackDeepVDualSlitJerseyMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackKnottedCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackKnottedCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("blackKnottedCocktailDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackKnottedCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackKnottedCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackKnottedCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackKnottedCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackKnottedCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackKnottedCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackOneShoulderCutOutThighSlitGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackOneShoulderCutOutThighSlitGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackSleevelessSkater">><<nobr>> <<set _pathClothing to "clothing/dresses/blackSleevelessSkaterDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackSleevelessSkater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackSleevelessSkater-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackSleevelessSkater">><<nobr>> <<set _pathClothing to "clothing/dresses/blackSleevelessSkaterDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackSleevelessSkater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackSleevelessSkater-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackTwistFrontRuchedCutOutDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/blackTwistFrontRuchedCutOutDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("blackTwistFrontRuchedCutOutDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackTwistFrontRuchedCutOutDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackTwistFrontRuchedCutOutDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-cherryRedOffTheShoulderFishtailGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-cherryRedOffTheShoulderFishtailGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-cobaltBlueButtonedMaxi">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-cobaltBlueButtonedMaxi">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.dress("dress")>> /*FRONT*/ <<set $avatar.clothing.dress((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.dress((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-emeraldGreenSatinMiniDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/emeraldGreenSatinMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("emeraldGreenSatinMiniDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-emeraldGreenSatinMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/emeraldGreenSatinMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-lightBlueLowBackRibbedBodyconJerseyDress">><<nobr>> <<set _pathClothing to "clothing/dresses/lightBlueLowBackRibbedBodyconJerseyDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("lightBlueLowBackRibbedBodyconJerseyDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-lightBlueLowBackRibbedBodyconJerseyDress">><<nobr>> <<set _pathClothing to "clothing/dresses/lightBlueLowBackRibbedBodyconJerseyDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-kittenWetLookBlackCrissCrossDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/kittenWetLookBlackCrissCrossDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=0>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("kittenWetLookBlackCrissCrossDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-kittenWetLookBlackCrissCrossDress">><<nobr>> <<set _pathClothing to "clothing/dresses/kittenWetLookBlackCrissCrossDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-onePieceCowlNeckBurgundyMiniDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/onePieceCowlNeckBurgundyMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("onePieceCowlNeckBurgundyMiniDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-onePieceCowlNeckBurgundyMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/onePieceCowlNeckBurgundyMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-purpleOpaqueLongSleeveCutOutFront">><<nobr>> <<removeClothesThatConflictWithDresses>> <<remove-bracelet-friendshipBraceletsLeftWrist>> <<set _pathClothing to "clothing/dresses/purpleOpaqueLongSleeveCutOutFront/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("purpleOpaqueLongSleeveCutOutFront")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-purpleOpaqueLongSleeveCutOutFront">><<nobr>> <<set _pathClothing to "clothing/dresses/purpleOpaqueLongSleeveCutOutFront/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-rear"))>> <<wear-bracelet-friendshipBraceletsLeftWrist>> <</nobr>><</widget>> <<widget "wear-dress-redOneShoulderCocktailDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/redOneShoulderCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("redOneShoulderCocktailDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-redOneShoulderCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-redOneShoulderCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-redOneShoulderCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/redOneShoulderCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-redOneShoulderCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-redOneShoulderCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress">><<nobr>> <<set _pathClothing to "clothing/dresses/whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-wineAsymmetricHemCocktailDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/wineAsymmetricHemCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("wineAsymmetricHemCocktailDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-wineAsymmetricHemCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/wineAsymmetricHemCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-wineMultiStrapGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-wineMultiStrapGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-rear"))>> <</nobr>><</widget>> /* NEW CODE DRESSES */ <<widget "wear-dress-ogStretchyEthnicSkirtWornAsMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/ogStretchyEthnicSkirtWornAsMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("ogStretchyEthnicSkirtWornAsMiniDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-ogStretchyEthnicSkirtWornAsMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/ogStretchyEthnicSkirtWornAsMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-wetYellowHalterNeckSummerDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/wetYellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("wetYellowHalterNeckSummerDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-wetYellowHalterNeckSummerDress">><<nobr>> <<set _pathClothing to "clothing/dresses/wetYellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-whiteMiniSmockSummerDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/whiteMiniSmockSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("whiteMiniSmockSummerDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-whiteMiniSmockSummerDress">><<nobr>> <<set _pathClothing to "clothing/dresses/whiteMiniSmockSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-yellowHalterNeckSummerDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/yellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("yellowHalterNeckSummerDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-yellowHalterNeckSummerDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-yellowHalterNeckSummerDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-yellowHalterNeckSummerDress">><<nobr>> <<set _pathClothing to "clothing/dresses/yellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-yellowHalterNeckSummerDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-yellowHalterNeckSummerDress-rear"))>> <</nobr>><</widget>>
<<widget "removeHosiery">> /* if kate is wearing hosiery, take it off */ <<if $kate.isWearing.includes("hosiery")>> <<= '<<remove-hosiery-' + $kate.lastWornHosiery + '>>'>> <</if>> <</widget>> <<widget "wear-hosiery-blackCottonTrainerSocksWithDarkGreyHeels">><<nobr>> <<set _pathClothing to "clothing/hosiery/blackCottonTrainerSocksWithDarkGreyHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("socks"), $kate.lastWornHosiery to "blackCottonTrainerSocksWithDarkGreyHeels">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-blackCottonTrainerSocksWithDarkGreyHeels">><<nobr>> <<set _pathClothing to "clothing/hosiery/blackCottonTrainerSocksWithDarkGreyHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("socks")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-blackTrainerSocks">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("hosiery"), $kate.lastWornHosiery to "blackTrainerSocks">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_blackTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_blackTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-blackTrainerSocks">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("hosiery")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_blackTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_blackTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-greyTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/greyTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("socks"), $kate.lastWornHosiery to "greyTrainerSocks">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-greyTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-greyTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-greyTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/greyTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("socks")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-greyTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-greyTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-plainBlackHoldUpStockings">><<nobr>> <<set _pathClothing to "clothing/hosiery/plainBlackHoldUpStockings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("stockings"), $kate.lastWornHosiery to "plainBlackHoldUpStockings">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_hosiery-plainBlackHoldUpStockings"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_hosiery-plainBlackHoldUpStockings-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-plainBlackHoldUpStockings">><<nobr>> <<set _pathClothing to "clothing/hosiery/plainBlackHoldUpStockings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("stockings")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_hosiery-plainBlackHoldUpStockings"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_hosiery-plainBlackHoldUpStockings-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-whiteTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/whiteCottonTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("hosiery"), $kate.lastWornHosiery to "whiteCottonTrainerSocks">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-whiteCottonTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-whiteCottonTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-whiteTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/whiteCottonTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("hosiery")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-whiteCottonTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-whiteCottonTrainerSocks-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithJackets">><<silently>> /* if kate is wearing a jacket, take it off */ <<if $kate.isWearing.includes("jacket")>> <<= '<<remove-jacket-' + $kate.lastWornJacket + '>>'>> <</if>> <</silently>><</widget>> <<widget "removeJacket">><<silently>> /* if kate is wearing a jacket, take it off */ <<if $kate.isWearing.includes("jacket")>> <<= '<<remove-jacket-' + $kate.lastWornJacket + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-jacket-classicCamelBlazer">><<nobr>> <<set _pathClothing to "clothing/jackets/classicCamelBlazer/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jacket"), $kate.lastWornJacket to "classicCamelBlazer">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-classicCamelBlazer"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-classicCamelBlazer-rear"))>> <</nobr>><</widget>> <<widget "remove-jacket-classicCamelBlazer">><<nobr>> <<set _pathClothing to "clothing/jackets/classicCamelBlazer/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jacket")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-classicCamelBlazer"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-classicCamelBlazer-rear"))>> <</nobr>><</widget>> /* OLD CODE JACKETS BELOW */ <<widget "wear-jacket-blackShortLeatherJacketWithSleevesRolledUp">><<nobr>> <<set _pathClothing to "clothing/jackets/blackShortLeatherJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jacket")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp-rear"))>> <</nobr>><</widget>> <<widget "remove-jacket-blackShortLeatherJacketWithSleevesRolledUp">><<nobr>> <<set _pathClothing to "clothing/jackets/blackShortLeatherJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jacket")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp-rear"))>> <</nobr>><</widget>> <<widget "wear-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/jackets/tanTwinButtonSuitJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jacket")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>> <<widget "remove-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/jackets/tanTwinButtonSuitJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jacket")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>>
/*Friendship bracelets left wrist*/ <<widget "wear-bracelet-friendshipBraceletsLeftWrist">><<nobr>> <<set _pathClothing to "clothing/jewellery/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("braceletLeft")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist-rear"))>> <</nobr>><</widget>> <<widget "remove-bracelet-friendshipBraceletsLeftWrist">><<nobr>> <<set _pathClothing to "clothing/jewellery/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("braceletLeft")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist-rear"))>> <</nobr>><</widget>> <<widget "wear-necklace-turquoiseSpyNecklace">><<nobr>> <<set _pathClothing to "clothing/jewellery/turquoiseSpyNecklace/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("necklace")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_necklace-turquoiseSpyNecklace"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_necklace-turquoiseSpyNecklace-rear"))>> <</nobr>><</widget>> <<widget "remove-necklace-turquoiseSpyNecklace">><<nobr>> <<set _pathClothing to "clothing/jewellery/turquoiseSpyNecklace/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("necklace")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_necklace-turquoiseSpyNecklace"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_necklace-turquoiseSpyNecklace-rear"))>> <</nobr>><</widget>> <<widget "wear-ring-transmitterRing">><<nobr>> <<set _pathClothing to "clothing/jewellery/transmitterRing/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("ringRight")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_transmitterRing"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_transmitterRing-rear"))>> <</nobr>><</widget>> <<widget "remove-ring-transmitterRing">><<nobr>> <<set _pathClothing to "clothing/jewellery/transmitterRing/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("ringRight")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_transmitterRing"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_transmitterRing-rear"))>> <</nobr>><</widget>> <<widget "wear-watch-deautherWatch">><<nobr>> <<set _pathClothing to "clothing/jewellery/deautherWatch/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("watchRight")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_watch-deautherWatch"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_watch-deautherWatch-rear"))>> <</nobr>><</widget>> <<widget "remove-watch-deautherWatch">><<nobr>> <<set _pathClothing to "clothing/jewellery/deautherWatch/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("watchRight")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_watch-deautherWatch"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_watch-deautherWatch-rear"))>> <</nobr>><</widget>>
<<widget "removeKnickers">><<silently>> <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-knickers-blackAndLimeGreenThreeSideStrapGanjaString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackAndLimeGreenThreeSideStrapGanjaString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackAndLimeGreenThreeSideStrapGanjaString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong", "g-string")>> <</nobr>><</widget>> <<widget "remove-knickers-blackAndLimeGreenThreeSideStrapGanjaString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackAndLimeGreenThreeSideStrapGanjaString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackGotYourBackLaceThong">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackGotYourBackLaceThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackGotYourBackLaceThong">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lace">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-blackGotYourBackLaceThong">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackGotYourBackLaceThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackMeshWithHotPinkBowsCrotchlessString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackMeshWithHotPinkBowsCrotchlessString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackMeshWithHotPinkBowsCrotchlessString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lace">> <<set $knickers.description.push("thong", "g-string")>> <</nobr>><</widget>> <<widget "remove-knickers-blackMeshWithHotPinkBowsCrotchlessString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackMeshWithHotPinkBowsCrotchlessString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackWithPinkPolkaDotsString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackStringWithPinkPolkaDots/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackWithPinkPolkaDotsString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-blackWithPinkPolkaDotsString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackStringWithPinkPolkaDots/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString-rear"))>> <</nobr>><</widget>> <<widget "wear-knickers-blackLaceStringWithBlackCentralBow">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackLaceStringWithBlackCentralBow">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "black thong", "lacy thong", "skimpy thong"], $knickers.pronoun to "it", $knickers.material to "lace">> <</nobr>><</widget>> <<widget "remove-knickers-blackLaceStringWithBlackCentralBow">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackMicroMiniGString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackMicroMiniGString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackMicroMiniGString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMicroMiniGString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMicroMiniGString-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["g-string", "black g-string", "skimpy g-string"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-blackMicroMiniGString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackMicroMiniGString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMicroMiniGString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMicroMiniGString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackUnderArmourSportsKnickers">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to ("blackUnderArmourSportsKnickers")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-blackUnderArmourKnickers"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-blackUnderArmourKnickers-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "sporty panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "sporty knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "sporty undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-blackUnderArmourSportsKnickers">><<nobr>> <<set _pathClothing to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-blackUnderArmourKnickers"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-blackUnderArmourKnickers-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongFlamingoPink">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongFlamingoPink/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongFlamingoPink">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongFlamingoPink">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongFlamingoPink/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongRavenBlack">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRavenBlack/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongRavenBlack">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRavenBlack"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRavenBlack-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongRavenBlack">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRavenBlack/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRavenBlack"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRavenBlack-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongRobinEggBlue">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRobinEggBlue/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongRobinEggBlue">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongRobinEggBlue">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRobinEggBlue/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongRoseRed">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRoseRed/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongRoseRed">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRoseRed"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRoseRed-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongRoseRed">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRoseRed/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRoseRed"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRoseRed-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cherryRedMidiWithSplitSide">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/cherryRedMidiKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cherryRedMidiWithSplitSide">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-cherryRedMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-cherryRedMidiWithSplitSide-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "red panties", "bright red panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "red knickers", "bright red knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "red undies", "bright red undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-cherryRedMidiWithSplitSide">><<nobr>> <<set _pathClothing to "clothing/underwear/cherryRedMidiKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-cherryRedMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-cherryRedMidiWithSplitSide-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cherryRedTwoSideStrapWithGoldLoopsString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cherryRedTwoSideStrapWithGoldLoopsString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cherryRedTwoSideStrapWithGoldLoopsString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong", "g-string")>> <</nobr>><</widget>> <<widget "remove-knickers-cherryRedTwoSideStrapWithGoldLoopsString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cherryRedTwoSideStrapWithGoldLoopsString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-hotPinkCottonBoyshorts">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/hotPinkCottonBoyshorts/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "hotPinkCottonBoyshorts">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to ["boyshorts"], $knickers.pronoun to "them", $knickers.material to "cotton">> <</nobr>><</widget>> <<widget "remove-knickers-hotPinkCottonBoyshorts">><<nobr>> <<set _pathUnderWear to "clothing/underwear/hotPinkCottonBoyshorts/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-ivoryStrappyString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/ivoryStrappyString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "ivoryStrappyString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-ivoryStrappyString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-ivoryStrappyString-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-ivoryStrappyString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/ivoryStrappyString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-ivoryStrappyString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-ivoryStrappyString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-leopardPrintMidiWithSplitSide">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/leopardPrintMidiWithSplitSide/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "leopardPrintMidiWithSplitSide">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "leopard print panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "leopard print knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "leopard print undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-leopardPrintMidiWithSplitSide">><<nobr>> <<set _pathUnderWear to "clothing/underwear/leopardPrintMidiWithSplitSide/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-makoBlueThermalUnderwearBottoms">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearBottoms/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "makoBlueThermalUnderwearBottoms">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2-rear"))>> <<set $knickers to {}, $knickers.type to "bottoms", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "cotton">> <<set $knickers.description.push("thermal bottoms")>> <</nobr>><</widget>> <<widget "remove-knickers-makoBlueThermalUnderwearBottoms">><<nobr>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearBottoms/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-maroonGlitterString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/maroonGlitterString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "maroonGlitterString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-maroonGlitterString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-maroonGlitterString-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-maroonGlitterString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/maroonGlitterString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-maroonGlitterString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-maroonGlitterString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-nudeStringWithTwoBowsOnStraps">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "nudeStringWithTwoBowsOnStraps">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "skimpy thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-nudeStringWithTwoBowsOnStraps">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-oceanDotStringBikiniPanties">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/oceanDotStringBikiniPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "oceanDotStringBikiniPanties">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-oceanDotStringBikiniPanties">><<nobr>> <<set _pathUnderWear to "clothing/underwear/oceanDotStringBikiniPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-pinkSheerBikiniCutKnickers">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/pinkSheerBikiniCutKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "pinkSheerBikiniCutKnickers">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lace">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "pink panties", "sheer pink panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "pink knickers", "sheer pink knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "pink undies", "sheer pink undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-pinkSheerBikiniCutKnickers">><<nobr>> <<set _pathClothing to "clothing/underwear/pinkSheerBikiniCutKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-pinkThongWithCentralBow">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/pinkThongWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "pinkThongWithCentralBow">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-pinkThongWithCentralBow"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-pinkThongWithCentralBow-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "pink thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-pinkThongWithCentralBow">><<nobr>> <<set _pathUnderWear to "clothing/underwear/pinkThongWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-pinkThongWithCentralBow"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-pinkThongWithCentralBow-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-palePinkNetAndRedVelvetMultiStrapThong">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "palePinkNetAndRedVelvetMultiStrapThong">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "strappy thong"], $knickers.pronoun to "it", $knickers.material to "lace">> <</nobr>><</widget>> <<widget "remove-knickers-palePinkNetAndRedVelvetMultiStrapThong">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-redLowRiseThong">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/redLowRiseThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "redLowRiseThong">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redLowRiseThong"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redLowRiseThong-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "red thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-redLowRiseThong">><<nobr>> <<set _pathUnderWear to "clothing/underwear/redLowRiseThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redLowRiseThong"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redLowRiseThong-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-redWineThongWith2Bows">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/redWineThongWith2Bows/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "redWineThongWith2Bows">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redWineThongWith2Bows"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redWineThongWith2Bows-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "red thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-redWineThongWith2Bows">><<nobr>> <<set _pathUnderWear to "clothing/underwear/redWineThongWith2Bows/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redWineThongWith2Bows"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redWineThongWith2Bows-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-rosePinkAbbieLaceTrimPanties">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "rosePinkAbbieLaceTrimPanties">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "red thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-rosePinkAbbieLaceTrimPanties">><<nobr>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-vsPinkHeartsKnickers">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/vsPinkHeartsKnickers/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "vsPinkHeartsKnickers">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lace">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-vsPinkHeartsKnickers">><<nobr>> <<set _pathUnderWear to "clothing/underwear/vsPinkHeartsKnickers/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-whiteBikiniPantsRipley">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/whiteBikiniPantsRipley/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "whiteBikiniPantsRipley">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "skimpy thong"], $knickers.pronoun to "it", $knickers.material to "cotton">> <</nobr>><</widget>> <<widget "remove-knickers-whiteBikiniPantsRipley">><<nobr>> <<set _pathUnderWear to "clothing/underwear/whiteBikiniPantsRipley/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-whiteBrazilianCutWithLaceHem">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/whiteBrazilianCutPantiesWithLaceHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "whiteBrazilianCutWithLaceHem">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "silky panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "silky knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "silky undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-whiteBrazilianCutWithLaceHem">><<nobr>> <<set _pathUnderWear to "clothing/underwear/whiteBrazilianCutPantiesWithLaceHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem-rear"))>> <<unset $knickers>> <</nobr>><</widget>>
<<widget "lifepath-8yrAvatar-school">><<nobr>> <<set _path to "age8/">> <<set $avatar.body.delete(_path+"20_body-yellowSkirtAndBlackSweater-"+$kate.complexion)>> <<set $avatar.body.pushUnique(_path+"20_body-ukSchoolUniform-"+$kate.complexion)>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_pink-rectangular-glasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-12yrAvatarNoBlazer">><<nobr>> <<set _path to "age12/">> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolUniform")>> <<set $avatar.foreground.pushUnique(_path+"10_hairclip")>> <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_purple-rectangular-glasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-12yrAvatarJeansAndHoodie">><<nobr>> <<set _path to "age12/">> <<set $avatar.clothing to []>> <<set $avatar.body.delete(_path+"20_body-ukSchoolUniform-"+$kate.complexion)>> <<set $avatar.body.pushUnique(_path+"20_body-jeansAndHoodie-"+$kate.complexion)>> <<set $avatar.foreground.pushUnique(_path+"10_hairclip")>> <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_purple-rectangular-glasses")>> <</if>> <</nobr>><</widget>>
<<widget "wear-bathRobe-whiteBathRobe">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bathrobe")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie-rear"))>> <</nobr>><</widget>> <<widget "remove-bathRobe-whiteBathRobe">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bathrobe")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie-rear"))>> <</nobr>><</widget>> <<widget "wear-towel-amandasSkimpyRedTowel">><<nobr>> <<set _pathClothing to "clothing/towels/amandasSkimpyRedTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("towel")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-amandasSkimpyRedTowel-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-amandasSkimpyRedTowel-rear"))>> <</nobr>><</widget>> <<widget "remove-towel-amandasSkimpyRedTowel">><<nobr>> <<set _pathClothing to "clothing/towels/amandasSkimpyRedTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("towel")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-amandasSkimpyRedTowel-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-amandasSkimpyRedTowel-rear"))>> <</nobr>><</widget>> <<widget "wear-towel-whiteBathSheet">><<nobr>> <<set _pathClothing to "clothing/towels/whiteBathTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("towel")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-whiteBathSheet-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-whiteBathSheet-rear"))>> <</nobr>><</widget>> <<widget "remove-towel-whiteBathSheet">><<nobr>> <<set _pathClothing to "clothing/towels/whiteBathTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("towel")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-whiteBathSheet-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-whiteBathSheet-rear"))>> <</nobr>><</widget>> <<widget "wear-scarf-greyScarf">><<nobr>> <<set _pathClothing to "clothing/accessories/greyScarf/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("scarf")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_scarf-greyScarf"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_scarf-greyScarf-rear"))>> <</nobr>><</widget>> <<widget "remove-scarf-greyScarf">><<nobr>> <<set _pathClothing to "clothing/accessories/greyScarf/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("scarf")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_scarf-greyScarf"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_scarf-greyScarf-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithShoes">> /* if kate is wearing shoes, take them off */ <<if $kate.isWearing.includes("shoes")>> <<= '<<remove-shoes-' + $kate.lastWornShoes + '>>'>> <</if>> <</widget>> <<widget "removeShoes">><<silently>> <<if $kate.isWearing.includes("shoes")>> <<= '<<remove-shoes-' + $kate.lastWornShoes + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-shoes-amandasBlackHighHeeledAnkleBoots">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/amandasBlackHighHeeledAnkleBoots/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "amandasBlackHighHeeledAnkleBoots">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-amandasBlackHighHeeledAnkleBoots">><<nobr>> <<set _pathClothing to "clothing/shoes/amandasBlackHighHeeledAnkleBoots/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-beigeMaryJanePumps">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/beigeMaryJanePumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "beigeMaryJanePumps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-beigeMaryJanePumps"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-beigeMaryJanePumps-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-beigeMaryJanePumps">><<nobr>> <<set _pathClothing to "clothing/shoes/beigeMaryJanePumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-beigeMaryJanePumps"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-beigeMaryJanePumps-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackAndWhiteConverseLowTops">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackAndWhiteConverseLowTopTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackAndWhiteConverseLowTops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackAndWhiteConverseLowTops">><<nobr>> <<set _pathClothing to "clothing/shoes/blackAndWhiteConverseLowTopTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackAndWhiteStripeAdidasTrainers">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackAndWhiteStripeAdidasTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackAndWhiteStripeAdidasTrainers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackAndWhiteStripeAdidasTrainers">><<nobr>> <<set _pathClothing to "clothing/shoes/blackAndWhiteStripeAdidasTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackPatentHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackPatentHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackPatentHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackPatentHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackPatentHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackPatentHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/blackPatentHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackPatentHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackPatentHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackElegantPumps">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackElegantPumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackElegantPumps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackElegantPumps"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackElegantPumps-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackElegantPumps">><<nobr>> <<set _pathClothing to "clothing/shoes/blackElegantPumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackElegantPumps"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackElegantPumps-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackStrappyGladiatorFlatSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackStrappyGladiatorFlatSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackStrappyGladiatorFlatSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackStrappyGladiatorHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackStrappyGladiatorHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackStrappyGladiatorHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackSuedeAnklePlatformHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackSuedeAnklePlatformHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackSuedeAnklePlatformHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackSuedeAnklePlatformHeelsOverTrousers">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeelsOverTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackSuedeAnklePlatformHeelsOverTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackSuedeAnklePlatformHeelsOverTrousers">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeelsOverTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-brownAnkleHighStrappyFlatSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/brownAnkleHighStrappyFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "brownAnkleHighStrappyFlatSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-brownAnkleHighStrappyFlatSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/brownAnkleHighStrappyFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-creamBSKSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/creamBSKSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "creamBSKSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-creamBSKSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-creamBSKSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-creamBSKSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/creamBSKSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-creamBSKSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-creamBSKSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greyToeThongFlipFlops">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/greyToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "greyToeThongFlipFlops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyToeThongFlipFlops-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-greyToeThongFlipFlops">><<nobr>> <<set _pathClothing to "clothing/shoes/greyToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyToeThongFlipFlops-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-pinkToeThongFlipFlops">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/pinkToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "pinkToeThongFlipFlops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-pinkToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-pinkToeThongFlipFlops-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-pinkToeThongFlipFlops">><<nobr>> <<set _pathClothing to "clothing/shoes/pinkToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-pinkToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-pinkToeThongFlipFlops-rear"))>> <</nobr>><</widget>> /* OLD FORMAT SHOES */ <<widget "wear-shoes-brownPatentHeelsWithBlackToe">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/brownPatentHeelsWithBlackToe/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "brownPatentHeelsWithBlackToe">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-brownPatentHeelsWithBlackToe">><<nobr>> <<set _pathClothing to "clothing/shoes/brownPatentHeelsWithBlackToe/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackStrappyGladiatorStilettoSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackStrappyGladiatorStilettoSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackStrappyGladiatorStilettoSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-boots-blackSuedeAnkleStillettosWithBuckles">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnkleStilettosWithBuckles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("boots")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles-rear"))>> <</nobr>><</widget>> <<widget "remove-boots-blackSuedeAnkleStillettosWithBuckles">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnkleStilettosWithBuckles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("boots")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackAndGreyTBarStrapStilettos">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackAndGreyTBarStrapStilettos">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackAndGreyTBarStrapStilettos">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-goldStrappyGladiatorStilettoSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "goldStrappyGladiatorStilettoSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-goldStrappyGladiatorStilettoSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greenHikingShoesWithWhiteSocks">><<nobr>> <<set _pathClothing to "clothing/shoes/greenHikingShoesWithWhiteSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-greenHikingShoesWithWhiteSocks">><<nobr>> <<set _pathClothing to "clothing/shoes/greenHikingShoesWithWhiteSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greyAdidasPaceVSTrainers">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/greyAdidasPaceVSTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "greyAdidasPaceVSTrainers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-greyAdidasPaceVSTrainers">><<nobr>> <<set _pathClothing to "clothing/shoes/greyAdidasPaceVSTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greyStrappyWedgeSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyStrappyWedgeSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyStrappyWedgeSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-khakiFlatEspadrilles">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "khakiFlatEspadrilles">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-khakiFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-khakiFlatEspadrilles-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-khakiFlatEspadrilles">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-khakiFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-khakiFlatEspadrilles-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-leopardStrappyHighHeelSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/leopardStrappyHighHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "leopardStrappyHighHeelSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-leopardStrappyHighHeelSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/leopardStrappyHighHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-nudePeepToeHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/nudePeepToeHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "nudePeepToeHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-nudePeepToeHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-nudePeepToeHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-nudePeepToeHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/nudePeepToeHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-nudePeepToeHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-nudePeepToeHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-pinkStrappyStilettoHeelSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/pinkStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "pinkStrappyStilettoHeelSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-pinkStrappyStilettoHeelSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/pinkStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-redValentinoStilettos">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/redValentinoStilettos/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "redValentinoStilettos">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redValentinoStilettos"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redValentinoStilettos-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-redValentinoStilettos">><<nobr>> <<set _pathClothing to "clothing/shoes/redValentinoStilettos/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redValentinoStilettos"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redValentinoStilettos-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-redVelvetCrissCrossStrappyStilettoHeelSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/redVelvetCrissCrossStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "redVelvetCrissCrossStrappyStilettoHeelSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-redVelvetCrissCrossStrappyStilettoHeelSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/redVelvetCrissCrossStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-silverStrappyStilettoSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "silverStrappyStilettoSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-silverStrappyStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-silverStrappyStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-silverStrappyStilettoSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-silverStrappyStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-silverStrappyStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-tanAnkleHighStrappyFlatSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to ("tanAnkleHighStrappyFlatSandals")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-tanAnkleHighStrappyFlatSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-whiteAdidasTrainers">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-whiteAdidasTrainers">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-whiteFlatEspadrilles">><<nobr>> <<set _pathClothing to "clothing/shoes/whiteFlatEspadrilles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "whiteFlatEspadrilles">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteFlatEspadrilles-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-whiteFlatEspadrilles">><<nobr>> <<set _pathClothing to "clothing/shoes/whiteFlatEspadrilles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteFlatEspadrilles-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithShorts">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</widget>> <<widget "removeShorts">><<silently>> <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-shorts-basicBlackCottonBlendHotPants">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/basicBlackCottonBlendHotPants/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "basicBlackCottonBlendHotPants">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-basicBlackCottonBlendHotPants">><<nobr>> <<set _pathClothing to "clothing/shorts/basicBlackCottonBlendHotPants/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-bayouxBlueButtonDetailShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/bayouxBlueButtonDetailShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "bayouxBlueButtonDetailShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-bayouxBlueButtonDetailShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/bayouxBlueButtonDetailShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackDenimDaisyDukes">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blackDenimDaisyDukes">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackDenimDaisyDukes">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackHikerShortsWithBrownBelt">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/trousers/blackHikerShortsWithBrownBelt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blackHikerShortsWithBrownBelt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackHikerShortsWithBrownBelt">><<nobr>> <<set _pathClothing to "clothing/trousers/blackHikerShortsWithBrownBelt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackShortSportsShorts">><<nobr>> <<set _pathClothing to "clothing/trousers/blackShortSportsShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackShortSportsShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackShortSportsShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackShortSportsShorts">><<nobr>> <<set _pathClothing to "clothing/trousers/blackShortSportsShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackShortSportsShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackShortSportsShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackStripperBootyShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/blackStripperBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blackStripperBootyShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackStripperBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackStripperBootyShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackStripperBootyShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/blackStripperBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackStripperBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackStripperBootyShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blueDenimDaisyDukes">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/blueDenimDaisyDukes2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blueDenimDaisyDukes">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blueDenimDaisyDukes">><<nobr>> <<set _pathClothing to "clothing/shorts/blueDenimDaisyDukes2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blueDenimDIYJeansShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/blueDenimDIYJeansShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blueDenimDIYJeansShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDIYJeansShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDIYJeansShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blueDenimDIYJeansShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/blueDenimDIYJeansShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDIYJeansShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDIYJeansShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-darkGreyShortsWithBeltLoops">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "darkGreyShortsWithBeltLoops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-darkGreyShortsWithBeltLoops">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-lightGreyCyclingShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/lightGreyCyclingShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "lightGreyCyclingShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-lightGreyCyclingShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-lightGreyCyclingShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-lightGreyCyclingShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/lightGreyCyclingShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-lightGreyCyclingShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-lightGreyCyclingShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-offWhiteVelour70sTrackShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/offWhiteVelour70sTrackShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "offWhiteVelour70sTrackShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-offWhiteVelour70sTrackShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/offWhiteVelour70sTrackShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-pinkBootyShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/pinkBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "pinkBootyShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-pinkBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-pinkBootyShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-pinkBootyShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/pinkBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-pinkBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-pinkBootyShorts-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithSkirts">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</widget>> <<widget "removeSkirt">><<silently>> <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-skirt-blackMiniPencil">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniPencil/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniPencil"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniPencil-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackMiniPencil">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniPencil/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniPencil"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniPencil-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blackMiniWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniWorkSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "blackMiniWorkSkirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniWorkSkirt-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackMiniWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniWorkSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniWorkSkirt-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blackShortWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackShortWorkSkirt2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "blackShortWorkSkirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackShortWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackShortWorkSkirt2-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackShortWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackShortWorkSkirt2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackShortWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackShortWorkSkirt2-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blackSideSlitMini">><<nobr>> <<set _pathClothing to "clothing/skirts/blackSideSlitMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackSideSlitMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackSideSlitMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackSideSlitMini">><<nobr>> <<set _pathClothing to "clothing/skirts/blackSideSlitMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackSideSlitMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackSideSlitMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-bloomingLavenderFlippyMini">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/bloomingLavenderFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "bloomingLavenderFlippyMini">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-bloomingLavenderFlippyMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-bloomingLavenderFlippyMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-bloomingLavenderFlippyMini">><<nobr>> <<set _pathClothing to "clothing/skirts/bloomingLavenderFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-bloomingLavenderFlippyMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-bloomingLavenderFlippyMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blueAndRedEthnicPatternFlippyMini">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/blueAndRedEthnicPatternFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "blueAndRedEthnicPatternFlippyMini">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini3"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini4-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blueAndRedEthnicPatternFlippyMini">><<nobr>> <<set _pathClothing to "clothing/skirts/blueAndRedEthnicPatternFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini3"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini4-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-mustardMaxiSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/mustardMaxiSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-mustardMaxiSkirt"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-mustardMaxiSkirt-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-mustardMaxiSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/mustardMaxiSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-mustardMaxiSkirt"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-mustardMaxiSkirt-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-ogKhakiMini">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/ogKhakiMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "ogKhakiMini">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-ogKhakiMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-ogKhakiMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-ogKhakiMini">><<nobr>> <<set _pathClothing to "clothing/skirts/ogKhakiMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-ogKhakiMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-ogKhakiMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-ogStretchyEthnicSkirtMaxi">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "ogStretchyEthnicSkirtMaxi">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-ogStretchyEthnicSkirtMaxi">><<nobr>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-ogStretchyEthnicSkirtMidi">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMidi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "ogStretchyEthnicSkirtMidi">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-ogStretchyEthnicSkirtMidi">><<nobr>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMidi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-redFloralTieSideMini">><<nobr>> <<set _pathClothing to "clothing/skirts/redFloralTieSideMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-redFloralTieSideMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-redFloralTieSideMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-redFloralTieSideMini">><<nobr>> <<set _pathClothing to "clothing/skirts/redFloralTieSideMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-redFloralTieSideMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-redFloralTieSideMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-taupeBandagePencilSkirtWithFlutedHem">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/taupeBandagePencilSkirtWithFlutedHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "taupeBandagePencilSkirtWithFlutedHem">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-taupeBandagePencilSkirtWithFlutedHem">><<nobr>> <<set _pathClothing to "clothing/skirts/taupeBandagePencilSkirtWithFlutedHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem-rear"))>> <</nobr>><</widget>>
<<widget "wear-apMazzyPinkAndBlackSwimsuit">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("swimsuit")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_swimsuit-blackAndPinkAPMazzySwimsuit-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_swimsuit-blackAndPinkAPMazzySwimsuit-rear"))>> <</nobr>><</widget>> <<widget "remove-apMazzyPinkAndBlackSwimsuit">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("swimsuit")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_swimsuit-blackAndPinkAPMazzySwimsuit-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_swimsuit-blackAndPinkAPMazzySwimsuit-rear"))>> <</nobr>><</widget>> <<widget "wear-hallesBikiniBottoms">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms-rear"))>> <</nobr>><</widget>> <<widget "remove-hallesBikiniBottoms">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms-rear"))>> <</nobr>><</widget>> <<widget "wear-hallesBikiniTop">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-rear"))>> <</nobr>><</widget>> <<widget "remove-hallesBikiniTop">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-rear"))>> <</nobr>><</widget>> <<widget "wear-hallesBikiniTop-undone">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-undone-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-undone-rear"))>> <</nobr>><</widget>> <<widget "remove-hallesBikiniTop-undone">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-undone-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-undone-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithTops">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing a top, take it off */ <<if $kate.isWearing.includes("top")>> <<= '<<remove-top-' + $kate.lastWornTop + '>>'>> <</if>> <</widget>> <<widget "removeTop">><<silently>> <<if $kate.isWearing.includes("top")>> <<= '<<remove-top-' + $kate.lastWornTop + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-top-babyBlueSemiSheerVNeckTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/babyBlueSemiSheerVNeckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "babyBlueSemiSheerVNeckTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-babyBlueSemiSheerVNeckTop">><<nobr>> <<set _pathClothing to "clothing/tops/babyBlueSemiSheerVNeckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackHardCockCafeCropTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set _pokies to "piercedPokies">> <<else>> <<set _pokies to "pokies">> <</if>> <<set _pathClothing to "clothing/tops/blackHardCockCafeCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackHardCockCafeCropTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-blackHardCockCafeCropTop-" + _pokies + "-" + $kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-blackHardCockCafeCropTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackHardCockCafeCropTop">><<nobr>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set _pokies to "piercedPokies">> <<else>> <<set _pokies to "pokies">> <</if>> <<set _pathClothing to "clothing/tops/blackHardCockCafeCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-blackHardCockCafeCropTop-" + _pokies + "-" + $kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-blackHardCockCafeCropTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackLongSleevedTee">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackLongSleevedTee/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackLongSleevedTee">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackLongSleevedTee-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackLongSleevedTee-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackLongSleevedTee">><<nobr>> <<set _pathClothing to "clothing/tops/blackLongSleevedTee/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackLongSleevedTee-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackLongSleevedTee-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackVestWithSpaghettiStraps">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackVestWithSpaghettiStraps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackVestWithSpaghettiStraps2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackVestWithSpaghettiStraps">><<nobr>> <<set _pathClothing to "clothing/tops/blackVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackVestWithSpaghettiStraps2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blueFloralPrintSummerScoopNeckSleevelessTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blueFloralPrintSummerScoopNeckSleevelessTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blueFloralPrintSummerScoopNeckSleevelessTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blueFloralPrintSummerScoopNeckSleevelessTop">><<nobr>> <<set _pathClothing to "clothing/tops/blueFloralPrintSummerScoopNeckSleevelessTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-rear"))>> <</nobr>><</widget>> <<widget "wear-top-brownVestWithSpaghettiStraps">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/brownVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "brownVestWithSpaghettiStraps">> /*FRONT*/ <<if $kate.isWearing.includes("bra")>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-"+$kate.braSize))>> <<elseif $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-piercedFeminist-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-feminist-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-top-brownVestWithSpaghettiStraps">><<nobr>> <<set _pathClothing to "clothing/tops/brownVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-"+$kate.braSize))>> <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-piercedFeminist-"+$kate.braSize))>> <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-feminist-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-top-greyBohoShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/greyBohoShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "greyBohoShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-greyBohoShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-greyBohoShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-greyBohoShirt">><<nobr>> <<set _pathClothing to "clothing/tops/greyBohoShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-greyBohoShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-greyBohoShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-ogNorgiTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/ogNorgiTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "ogNorgiTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_ogNorgiTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_ogNorgiTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-ogNorgiTop">><<nobr>> <<set _pathClothing to "clothing/tops/ogNorgiTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_ogNorgiTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_ogNorgiTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-petrolBlueDeathHornetCropTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/petrolBlueDeathHornetCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "petrolBlueDeathHornetCropTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-petrolBlueDeathHornetCropTop">><<nobr>> <<set _pathClothing to "clothing/tops/petrolBlueDeathHornetCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-redTieUpHalterneckTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/redTieUpHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "redTieUpHalterneckTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-redTieUpHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-redTieUpHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-redTieUpHalterneckTop">><<nobr>> <<set _pathClothing to "clothing/tops/redTieUpHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-redTieUpHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-redTieUpHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteTouristyTempleTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteTouristyTempleTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteTouristyTempleTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTouristyTempleTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTouristyTempleTShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteTouristyTempleTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTouristyTempleTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTouristyTempleTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTouristyTempleTShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-zoesBlackLongsleevedTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/zoesBlackLongsleevedTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "zoesBlackLongsleevedTop">> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-zoesBlackLongsleevedTop-piercedPokies-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-zoesBlackLongsleevedTop-pokies-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-zoesBlackLongsleevedTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-zoesBlackLongsleevedTop">><<nobr>> <<set _pathClothing to "clothing/tops/zoesBlackLongsleevedTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.delete((_pathClothing+"20_top-zoesBlackLongsleevedTop-piercedPokies-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.delete((_pathClothing+"20_top-zoesBlackLongsleevedTop-pokies-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-zoesBlackLongsleevedTop-rear"))>> <</nobr>><</widget>> /* OLD CODE AND SOME NEW CODE TOPS SHIRTS SWEATERS JUMPERS*/ <<widget "wear-jumper-blackTurtleNeckWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/sweaters/blackTurtleNeckWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jumper")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>> <<widget "remove-jumper-blackTurtleNeckWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/sweaters/blackTurtleNeckWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jumper")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>> <<widget "wear-top-greenRibbedSweaterWithWhiteCollarAndShirtTails">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-rear"))>> <</nobr>><</widget>> <<widget "remove-top-greenRibbedSweaterWithWhiteCollarAndShirtTails">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-rear"))>> <</nobr>><</widget>> <<widget "wear-sweater-greyHoodlessSweater">><<nobr>> <<set _pathClothing to "clothing/sweaters/greyHoodlessSweater/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("sweater")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_sweater-greyHoodlessSweater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_sweater-greyHoodlessSweater-rear"))>> <</nobr>><</widget>> <<widget "remove-sweater-greyHoodlessSweater">><<nobr>> <<set _pathClothing to "clothing/sweaters/greyHoodlessSweater/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("sweater")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_sweater-greyHoodlessSweater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_sweater-greyHoodlessSweater-rear"))>> <</nobr>><</widget>> <<widget "wear-shirt-beigeSilkCollarlessBlouse">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-rear"))>> <</nobr>><</widget>> <<widget "remove-shirt-beigeSilkCollarlessBlouse">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-rear"))>> <</nobr>><</widget>> <<widget "wear-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/shirts/paleGreyAndWhiteShirtWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-rear"))>> <</nobr>><</widget>> <<widget "remove-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/shirts/paleGreyAndWhiteShirtWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackRibbedButtonUpCroppedTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackRibbedButtonUpCroppedTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackRibbedButtonUpCroppedTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/blackRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-shellPinkVNeckWrapLongSleevedBlouse">><<nobr>> <<set _pathClothing to "clothing/tops/shellPinkVNeckWrapLongSleevedBlouse/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-rear"))>> <</nobr>><</widget>> <<widget "remove-top-shellPinkVNeckWrapLongSleevedBlouse">><<nobr>> <<set _pathClothing to "clothing/tops/shellPinkVNeckWrapLongSleevedBlouse/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-rear"))>> <</nobr>><</widget>> <<widget "wear-top-darkGreyVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/darkGreyVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "remove-top-darkGreyVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/darkGreyVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "wear-top-foxHugTShirt">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-rear"))>> <</nobr>><</widget>> <<widget "remove-top-foxHugTShirt">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-rear"))>> <</nobr>><</widget>> <<widget "wear-top-pinkRibbedButtonFrontCroppedTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/pinkRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "pinkRibbedButtonFrontCroppedTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-rear"))>> <</nobr>><</widget>> <<widget "remove-top-pinkRibbedButtonFrontCroppedTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/pinkRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteFlaredVestWithSpaghettiStraps">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteFlaredVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteFlaredVestWithSpaghettiStraps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteFlaredVestWithSpaghettiStraps">><<nobr>> <<set _pathClothing to "clothing/tops/whiteFlaredVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteFrillySpaghettiStrapVest">><<nobr>> <<set _pathClothing to "clothing/tops/whiteFrillySpaghettiStrapVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteFrillySpaghettiStrapVest">><<nobr>> <<set _pathClothing to "clothing/tops/whiteFrillySpaghettiStrapVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteSpaghettiStrapsVestTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteSpaghettiStrapsVestTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteSpaghettiStrapsVestTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteSpaghettiStrapsVestTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteSpaghettiStrapsVestTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-mustardYellowVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/mustardYellowVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "remove-top-mustardYellowVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/mustardYellowVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "wear-top-rustVNeckShortCrinkleSleevedTop">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-rustVNeckShortCrinkleSleevedTop">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-vsHenleySleepTank">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-vsHenleySleepTank-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-vsHenleySleepTank-rear"))>> <</nobr>><</widget>> <<widget "remove-top-vsHenleySleepTank">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-vsHenleySleepTank-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-vsHenleySleepTank-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteTightCropTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTightCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteTightCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteTightCropTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteTightCropTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTightCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteTightCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteTightCropTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-yellowAndBlackCottonFlaredVest">><<nobr>> <<set _pathClothing to "clothing/tops/yellowAndBlackCottonFlaredVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-yellowAndBlackCottonFlaredVest">><<nobr>> <<set _pathClothing to "clothing/tops/yellowAndBlackCottonFlaredVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteRibbedButtonUpCroppedTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteRibbedButtonUpCroppedTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteRibbedButtonUpCroppedTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/whiteRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteRipleyVest">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/underwear/whiteRipleyVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=0>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteRipleyVest">> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.underwear.pushUnique((_pathClothing+"10_top-whiteRipleyVestPierced2-"+$kate.braSize))>> <<else>> <<set $avatar.underwear.pushUnique((_pathClothing+"10_top-whiteRipleyVest2-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_top-whiteRipleyVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteRipleyVest">><<nobr>> <<set _pathClothing to "clothing/underwear/whiteRipleyVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=0>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.underwear.delete((_pathClothing+"10_top-whiteRipleyVestPierced2-"+$kate.braSize))>> <<else>> <<set $avatar.underwear.delete((_pathClothing+"10_top-whiteRipleyVest2-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_top-whiteRipleyVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackPlungeHalterneckTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackPlungeHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackPlungeHalterneckTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackPlungeHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackPlungeHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackPlungeHalterneckTop">><<nobr>> <<set _pathClothing to "clothing/tops/blackPlungeHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackPlungeHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackPlungeHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-darkGreyTankTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/darkGreyTankTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "darkGreyTankTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyTankTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyTankTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-darkGreyTankTop">><<nobr>> <<set _pathClothing to "clothing/tops/darkGreyTankTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyTankTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyTankTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-lightGreyScoopNeckSleevelessTankVest">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/lightGreyScoopNeckSleevelessTankVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "lightGreyScoopNeckSleevelessTankVest">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-lightGreyScoopNeckSleevelessTankVest">><<nobr>> <<set _pathClothing to "clothing/tops/lightGreyScoopNeckSleevelessTankVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-orangeHighNeckHalterTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/orangeHighNeckHalterTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "orangeHighNeckHalterTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-orangeHighNeckHalterTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-orangeHighNeckHalterTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-orangeHighNeckHalterTop">><<nobr>> <<set _pathClothing to "clothing/tops/orangeHighNeckHalterTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-orangeHighNeckHalterTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-orangeHighNeckHalterTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-taupeWorkShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/taupeWorkShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "taupeWorkShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-taupeWorkShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-taupeWorkShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-taupeWorkShirt">><<nobr>> <<set _pathClothing to "clothing/tops/taupeWorkShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-taupeWorkShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-taupeWorkShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteBacklessSatinHalterCropTopWithBigBow">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteBacklessSatinHalterCropTopWithBigBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteBacklessSatinHalterCropTopWithBigBow">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteBacklessSatinHalterCropTopWithBigBow">><<nobr>> <<set _pathClothing to "clothing/tops/whiteBacklessSatinHalterCropTopWithBigBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteCutOutKnitTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteCutOutKnitTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteCutOutKnitTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteCutOutKnitTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteCutOutKnitTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteCutOutKnitTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteCutOutKnitTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteCutOutKnitTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteCutOutKnitTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteTShirtWithRuffledSleevesKnottedAtWaist">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteTShirtWithRuffledSleevesKnottedAtWaist/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteTShirtWithRuffledSleevesKnottedAtWaist">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteTShirtWithRuffledSleevesKnottedAtWaist">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTShirtWithRuffledSleevesKnottedAtWaist/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithTrousers">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</widget>> <<widget "removeTrousers">><<silently>> <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-trousers-blackTailoredWorkTrousers">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/blackTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "blackTailoredWorkTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-blackTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-blackTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-blackTailoredWorkTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/blackTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-blackTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-blackTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-greyTailoredWorkTrousers">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/greyTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "greyTailoredWorkTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-greyTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-greyTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-greyTailoredWorkTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/greyTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-greyTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-greyTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "wear-leggings-ogLeggings">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/ogLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "ogLeggings">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-ogLeggings2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-ogLeggings2-rear"))>> <</nobr>><</widget>> <<widget "remove-leggings-ogLeggings">><<nobr>> <<set _pathClothing to "clothing/trousers/ogLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-ogLeggings2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-ogLeggings2-rear"))>> <</nobr>><</widget>> <<widget "wear-leggings-pinkCutOffYogaLeggings">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/pinkCutOffYogaLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "pinkCutOffYogaLeggings">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-pinkCutOffYogaLeggings"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-pinkCutOffYogaLeggings-rear"))>> <</nobr>><</widget>> <<widget "remove-leggings-pinkCutOffYogaLeggings">><<nobr>> <<set _pathClothing to "clothing/trousers/pinkCutOffYogaLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-pinkCutOffYogaLeggings"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-pinkCutOffYogaLeggings-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-oliveGreenCapriCargoPants">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "oliveGreenCapriCargoPants">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers_oliveGreenCapriCargoPants"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers_oliveGreenCapriCargoPants-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-oliveGreenCapriCargoPants">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers_oliveGreenCapriCargoPants"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers_oliveGreenCapriCargoPants-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-oliveGreenCargoTrousers">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/oliveGreenCargoTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "oliveGreenCargoTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-oliveGreenCargoTrousers2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-oliveGreenCargoTrousers-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-oliveGreenCargoTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/oliveGreenCargoTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-oliveGreenCargoTrousers2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-oliveGreenCargoTrousers-rear"))>> <</nobr>><</widget>> /*TROUSERS LEGGINGS OLD CODE */ <<widget "wear-leggings-blackCottonLeggings">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("leggings")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_blackLeggings"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_blackLeggings-rear"))>> <</nobr>><</widget>> <<widget "remove-leggings-blackCottonLeggings">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("leggings")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"10_blackLeggings"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"10_blackLeggings"))>> <</nobr>><</widget>> <<widget "wear-trousers-darkBlueDenimBootcutJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/bootcutBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-darkBlueDenimBootcutJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/bootcutBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-blackStraightcutTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/blackStraightcutTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-blackStraightcutTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/blackStraightcutTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-darkBlueDenimSkinnyJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/skinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-darkBlueDenimSkinnyJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/skinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-stonewashedSkinnyBlueJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/stonewashedSkinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-stonewashedSkinnyBlueJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/stonewashedSkinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels-rear"))>> <</nobr>><</widget>>
<<widget "avatar">><<nobr>> /*Avatar Display widget*/ <<avatar-checkCleavage>> <<avatar-checkBarefoot>> /*BEHIND AVATAR*/ <<if def $avatar.background and $avatar.background.length>> <<set $avatar.background to window.sortAvatar($avatar.background)>> <<for _i to 0; _i lt $avatar.background.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.background[_i],"-rear"))>> <<if !window.stringContains($avatar.background[_i],"both")>> <<set _check to false>> <</if>> <<elseif !$avatar.showRear and window.stringContains($avatar.background[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.background[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.background[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.background[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*BODY*/ <<if def $avatar.body and $avatar.body.length>> <<set $avatar.body to window.sortAvatar($avatar.body)>> <<for _i to 0; _i lt $avatar.body.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.body[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.body[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.body[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.body[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.cleavage and (window.stringContains($avatar.body[_i],"bare") and !window.stringContains($avatar.body[_i],"barefoot"))>> <<set _check to false>> <<elseif !$avatar.cleavage and window.stringContains($avatar.body[_i],"cleavage")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<set _serach to $avatar.body[_i].search("closed")>> <<if _serach neq -1 and $avatar.blink>> <span class = "animated2 infinite eyeBlink"> <<= "<img src='" + $imagePath.avatar + $avatar.body[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> </span> <<else>> <<= "<img src='" + $imagePath.avatar + $avatar.body[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <</if>> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*BODYMODS*/ <<if def $avatar.bodyMods and $avatar.bodyMods.length>> <<set $avatar.bodyMods to window.sortAvatar($avatar.bodyMods)>> <<for _i to 0; _i lt $avatar.bodyMods.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.bodyMods[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.bodyMods[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.bodyMods[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.bodyMods[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.bodyMods[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*UNDERWEAR*/ <<if def $avatar.underwear and $avatar.underwear.length>> <<set $avatar.underwear to window.sortAvatar($avatar.underwear)>> <<for _i to 0; _i lt $avatar.underwear.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.underwear[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.underwear[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.underwear[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.underwear[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.underwear[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*CLOTHES*/ <<if def $avatar.clothing and $avatar.clothing.length>> <<set $avatar.clothing to window.sortAvatar($avatar.clothing)>> <<for _i to 0; _i lt $avatar.clothing.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.clothing[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.clothing[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.clothing[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.clothing[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.clothing[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*IN FRONT OF AVATAR*/ <<if def $avatar.foreground and $avatar.foreground.length>> <<set $avatar.foreground to window.sortAvatar($avatar.foreground)>> <<for _i to 0; _i lt $avatar.foreground.length ; _i++>> <<set _check to true>> <<if $avatar.showRear and !window.stringContains($avatar.foreground[_i],"-rear")>> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.foreground[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.foreground[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.foreground[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.foreground[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*END OF AVATAR WIDGET*/ <</nobr>><</widget>> <<widget "characterCreator-updateAvatar">><<nobr>> <<silently>> <<characterCreator-clearAvatar>> <<characterCreator-setShadow>> <<characterCreator-setBody>> <<characterCreator-setFeet>> <<characterCreator-setHair>> <<characterCreator-setBreasts>> <<characterCreator-setHead>> <<characterCreator-setFreckles>> <<characterCreator-setArms>> <<wear-knickers-whiteBrazilianCutWithLaceHem>> <<wear-bra-whiteHalfCupCentralDart>> <<wear-skirt-blackMiniPencil>> <<wear-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves>> <<if $kate.agency == "mi6" or $kate.agency == "csis">> <<wear-hosiery-plainBlackHoldUpStockings>> <</if>> <<wear-shoes-blackPatentHeels>> <<characterCreator-setSecurityPass>> <<if $kate.quirks.includes("batarian")>> <<characterCreator-setHipsterGlasses>> <</if>> <<characterCreator-setNose>> <<characterCreator-setMouth>> <<characterCreator-setBrows>> <<characterCreator-setEyeColour>> <<characterCreator-setEyeShape>> <</silently>> <</nobr>><</widget>> /*SET AVATAR WIDGETS*/ /*-------------------*/ /*Behind Avatar*/ <<widget "characterCreator-setShadow">><<nobr>> <<if not $hidingAvatarShadow>> <<characterCreator-unsetShadow>> <<if $args.includes("barefoot")>> <<set $avatar.background.pushUnique("11_shadow-barefoot")>> <<set $avatar.background.pushUnique("11_shadow-barefoot-rear")>> <<else>> <<set $avatar.background.pushUnique("11_shadow-highHeels")>> <<set $avatar.background.pushUnique("11_shadow-highHeels-rear")>> <</if>> <<set $avatar.background.pushUnique("02_glow-both")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-unsetShadow">><<nobr>> <<set $avatar.background.delete("11_shadow-barefoot","11_shadow-barefoot-rear","11_shadow-highHeels","11_shadow-highHeels-rear","02_glow-both")>> <<set $avatar.background.delete("10_shadow-barefoot","10_shadow","10_shadow-both","10_shadow-both-barefoot")>> <</nobr>><</widget>> /*Body*/ <<widget "characterCreator-setBody">><<nobr>> <<characterCreator-removeBody>> <<set $avatar.body.pushUnique("20_body-"+$kate.complexion)>> <<if !$avatar.body.includes("20_body-"+$kate.complexion+"-rear")>> <<set $avatar.body.pushUnique(("20_body-"+$kate.complexion+"-rear"))>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-removeBody">><<nobr>> <<set $avatar.body.delete("20_body-"+$kate.complexion)>> <<set $avatar.body.delete(("20_body-"+$kate.complexion+"-rear"))>> <</nobr>><</widget>> <<widget "characterCreator-setFeet">><<nobr>> <<if not $hidingAvatarFeet>> <<set $avatar.body.delete(("10_feet-"+$kate.complexion+"-barefoot"))>> <<set $avatar.body.delete(("10_feet-"+$kate.complexion+"-tiptoes"))>> <<set $avatar.body.delete(("30_feet-"+$kate.complexion+"-barefoot-rear"))>> <<set $avatar.body.delete(("30_feet-"+$kate.complexion+"-tiptoes-rear"))>> <<if $args[0] eq "barefoot">> <<set _feet to ("10_feet-"+$kate.complexion+"-barefoot")>> <<set _feetBack to (("30_feet-"+$kate.complexion+"-barefoot-rear"))>> <<else>> <<set _feet to ("10_feet-"+$kate.complexion+"-tiptoes")>> <<set _feetBack to (("30_feet-"+$kate.complexion+"-tiptoes-rear"))>> <</if>> <<set $avatar.body.pushUnique(_feet)>> <<set $avatar.body.pushUnique(_feetBack)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setBreasts">><<nobr>> <<if not $hidingAvatarBreasts>> <<set $avatar.body.delete(("30_breasts-" +$kate.braSize+ "-" +$kate.complexion +"-bare"))>> <<set $avatar.body.delete(("30_breasts-" +$kate.braSize+ "-" +$kate.complexion +"-cleavage"))>> <<set $avatar.body.delete(_size)>> <<if $args[0] eq "bare">> <<set _size to "30_breasts-" +$kate.braSize+ "-" +$kate.complexion +"-bare">> <<set $avatar.body.pushUnique(_size)>> <<else>> <<set _size to "30_breasts-" +$kate.braSize+"-" +$kate.complexion +"-cleavage">> <<set $avatar.body.pushUnique(_size)>> <</if>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-clearBreasts">><<nobr>> <<set $avatar.body.delete(("30_breasts-" +$kate.braSize+"-" +$kate.complexion +"-cleavage"))>> <<set $avatar.body.delete(("30_breasts-" +$kate.braSize+ "-" +$kate.complexion +"-bare"))>> <</nobr>><</widget>> <<widget "characterCreator-setHead">><<nobr>> /*diamond, heart, oval, round, square*/ <<set _shape to "30_head-" +$kate.complexion+"-" +$kate.faceShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setFreckles">><<nobr>> <<if $kate.quirks.includes("freckles")>> <<set $avatar.body.pushUnique("60_freckles")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setArms">><<nobr>> <<if not $hidingAvatarArms>> <<set $avatar.body.pushUnique("25_arms-"+$kate.complexion+"-relaxed")>> <<set $avatar.body.pushUnique("30_arms-"+$kate.complexion+"-relaxed-rear")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setNose">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*noseshapes: celestial, greek, nubian, princess, princess*/ <<set _shape to "/113Expressions/50_nose-" + $kate.complexion+ "-" +$kate.noseShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setMouth">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*mouthhapes: cupid, hollywood, pearlique, rubina, thin*/ <<set _shape to "/113Expressions/50_mouth-" +$kate.complexion+"-"+$kate.mouthShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setEyeColour">><<nobr>> /*eyecolour: blue, chestnut, emerald, grey, hazelnut, sapphire*/ /*eyeshape: almond, cat, downturned, round, wide*/ <<set _shape to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-unsetEyes">><<nobr>> <<set _shape to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_shape)>> <<set _shape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "characterCreator-setBrows">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*mouthhapes: cupid, hollywood, pearlique, rubina, thin*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set _shape to "/113Brows/60_brows-"+_hairColour +"-calm">> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setEyeShape">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*eyeshape: almond, cat, downturned, round, wide*/ <<set _shape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> /*Underwear*/ <<widget "characterCreator-setStockings">><<nobr>> <<if !$avatar.underwear.includes("10_holdUps-40denier-black")>> <<set $avatar.underwear.push("10_holdUps-40denier-black")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setBra">><<nobr>> <<set _size to "30_bra-plain-nude-" +$kate.braSize>> <<if !$avatar.underwear.includes(_size)>> <<set $avatar.underwear.push(_size)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setPanties">><<nobr>> <<if !$avatar.underwear.includes("30_thong-plain-nude")>> <<set $avatar.underwear.push("30_thong-plain-nude")>> <</if>> <</nobr>><</widget>> /*Clothes*/ <<widget "characterCreator-setShirt">><<nobr>> <<set _size to "20_shirt-fittedBlouse-white-"+$kate.braSize>> <<if !$avatar.clothing.includes(_size)>> <<set $avatar.clothing.push(_size)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setShoes">><<nobr>> <<if !$avatar.clothing.includes("20_highHeels-patent-black")>> <<set $avatar.clothing.push("20_highHeels-patent-black")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setSkirt">><<nobr>> <<if !$avatar.clothing.includes("30_skirt-atkWorkSkirt-black")>> <<set $avatar.clothing.push("30_skirt-atkWorkSkirt-black")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setHair">><<nobr>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight">> /*Long*/: <<set _hair to "longHair-straight-"+_hairColour>> <<case "longCurly" "Long curly">> /*Curly*/ <<set _hair to "longHair-curls-"+_hairColour>> <<case "short" "Short" "shortSuperShort" "Super short">> /*Short*/ <<set _hair to "shortHair-superShort-"+_hairColour>> <<case "shortBob" "Short bob" "Medium bob">> /*ShortBob*/ <<set _hair to "mediumHair-bob-"+_hairColour>> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set _hair to "longHair-bunWithBangs-"+_hairColour>> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*ShortBob*/ <<set _hair to "mediumHair-wavyBob-"+_hairColour>> <</switch>> <<set $avatar.foreground.pushUnique("/113Hair/10_"+_hair+"-front"), $avatar.foreground.pushUnique("/113Hair/10_"+_hair+"-rear"), $avatar.background.pushUnique("/113Hair/90_"+_hair+"-back")>> <</nobr>><</widget>> <<widget "characterCreator-unsetHair">><<nobr>> /*Deletes hairStyles found in checklist from avatar*/ <<set _checklist to ["longHair-straight","longHair-curls","shortHair-superShort","mediumHair-bob","mediumHair-wavyBob","longHair-bunWithBangs"]>> <<set _index to []>> <<for _i to 0; _i lt $avatar.foreground.length; _i++>> <<for _j to 0; _j lt _checklist.length; _j++>> <<set _hairSearch to $avatar.foreground[_i].search(_checklist[_j])>> <<if _hairSearch neq -1>> <<set _index.push(_i)>> <</if>> <</for>> <</for>> <<for _i to 0; _i lt _index.length; _i++>> <<set $avatar.foreground.deleteAt(_index[_i])>> <</for>> <<set _index to []>> <<for _i to 0; _i lt $avatar.background.length; _i++>> <<for _j to 0; _j lt _checklist.length; _j++>> <<set _hairSearch to $avatar.background[_i].search(_checklist[_j])>> <<if _hairSearch neq -1>> <<set _index.push(_i)>> <</if>> <</for>> <</for>> <<for _i to 0; _i lt _index.length; _i++>> <<set $avatar.background.deleteAt(_index[_i])>> <</for>> <</nobr>><</widget>> /*In front of Avatar*/ <<widget "characterCreator-setSecurityPass">><<nobr>> /*Front*/ <<if !$avatar.foreground.includes("60_belt-ID-pass")>> <<set $avatar.foreground.push("60_belt-ID-pass")>> <</if>> <</nobr>><</widget>> <<widget "remove-securityPass">><<nobr>> /*Front*/ <<set $avatar.foreground.delete("60_belt-ID-pass")>> <</nobr>><</widget>> <<widget "characterCreator-setHipsterGlasses">><<nobr>> /*Front*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.foreground.pushUnique("10_hipsterGlasses")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-reloadStoryCaption">><<nobr>> <<replace "#avatar">><<include "StoryCaption">><</replace>> <</nobr>><</widget>> /*END*/ /*Other widgets*/ <<widget "avatar-stripNaked">><<nobr>> /*<<avatar-stripNaked>>*/ /*This widget will give you an adult naked avatar*/ /*<<avatar-stripNaked barefoot braless>> will set a barefoot braless avatar*/ <<characterCreator-clearAvatar>> <<characterCreator-setBody>> <<characterCreator-setHead>> <<if $args.includes("barefoot") or $avatar.barefoot>> <<set $avatar.barefoot to true>> <<characterCreator-setShadow "barefoot">> <<characterCreator-setFeet "barefoot">> <<characterCreator-setArms>> <<if settings.avatarSize == "XXS">> <<set $avatar.top to 12>> <<elseif settings.avatarSize == "XS">> <<set $avatar.top to 16>> <<elseif settings.avatarSize == "S">> <<set $avatar.top to 20>> <<elseif settings.avatarSize == "M">> <<set $avatar.top to 22>> <<elseif settings.avatarSize == "L">> <<set $avatar.top to 26>> <<elseif settings.avatarSize == "XL">> <<set $avatar.top to 30>> <<elseif settings.avatarSize == "XXL">> <<set $avatar.top to 35>> <</if>> <<elseif $args.includes("tiptoes") or !$avatar.barefoot>> <<set $avatar.barefoot to false>> <<characterCreator-setFeet>> <<characterCreator-setArms>> <<characterCreator-setShadow>> <<set $avatar.top to 0>> <<else>> <<characterCreator-setFeet>> <<characterCreator-setArms>> <<characterCreator-setShadow>> <<set $avatar.top to 0>> <</if>> <<characterCreator-setHead>> <<characterCreator-setHair>> <<if !$args.includes("braless") or $avatar.cleavage>> <<set $avatar.cleavage to true>> <<set $avatar.cleavageCounter to 0>> <<characterCreator-setBreasts "bare">> <<update-avatar-tattoo-piercing "bare">> <<elseif $args.includes("braless") or !$avatar.cleavage>> <<set $avatar.cleavage to false>> <<set $avatar.cleavageCounter to 0>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <<else>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <</if>> <<avatar-normal>> <<characterCreator-setFreckles>> <<if $avatar.sixPack>> <<set $avatar.body.pushUnique("23_abs-sixPack-" + $kate.complexion)>> <</if>> <<if $kate.wasWearing.includes("manicure")>> <<= '<<apply-makeup-manicure "' + $kate.lastWornManicure + '">>'>> <</if>> <<if $kate.wasWearing.includes("pedicure")>> <<= '<<apply-makeup-pedicure "' + $kate.lastWornPedicure + '">>'>> <</if>> <<emote-calm>> <</nobr>><</widget>> <<widget "avatar-checkCleavage">><<nobr>> <<if $avatar.cleavageCounter gt 0>> <<set $avatar.cleavage to true>> <<else>> <<set $avatar.cleavage to false>> <</if>> <<if !$kate.isWearing.includesAny("top","bra","sweater","jumper","shirt","dress") and $avatar.cleavageCounter gt 0>> <<consoleLog "Check failure in cleavage counter">> <</if>> <<if !$avatar.cleavage>> <<characterCreator-setBreasts "bare">> <<update-avatar-tattoo-piercing "bare">> <<else>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <</if>> <</nobr>><</widget>> <<widget "avatar-checkBarefoot">><<nobr>> <<if $avatar.barefoot>> <<characterCreator-setShadow "barefoot">> <<characterCreator-setFeet "barefoot">> <<characterCreator-setArms>> <<if settings.avatarSize == "XXS">> <<set $avatar.top to 12>> <<elseif settings.avatarSize == "XS">> <<set $avatar.top to 16>> <<elseif settings.avatarSize == "S">> <<set $avatar.top to 20>> <<elseif settings.avatarSize == "M">> <<set $avatar.top to 22>> <<elseif settings.avatarSize == "L">> <<set $avatar.top to 26>> <<elseif settings.avatarSize == "XL">> <<set $avatar.top to 30>> <<elseif settings.avatarSize == "XXL">> <<set $avatar.top to 35>> <</if>> <<else>> <<characterCreator-setFeet>> <<characterCreator-setArms>> <<characterCreator-setShadow>> <<set $avatar.top to 0>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-clearAvatar">> <<set $avatar.background to [], $avatar.body to [], $avatar.underwear to [], $avatar.clothing to [], $avatar.foreground to [], $kate.wasWearing to $kate.isWearing, $kate.isWearing to [], $avatar.cleavage to false, $avatar.cleavageCounter to 0, $avatar.barefoot to true>> <</widget>> <<widget "avatar-undress">><<nobr>> <<consoleLog $kate.isWearing>> <<set _checkAgainst to $kate.isWearing>> <<set _itemlist to []>> <<for _j to 0; _j lt (_checkAgainst.length); _j++>> <<set _searchTerm to "_" + _checkAgainst[_j]>> <<consoleLog _searchTerm>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.foreground.length; _k++>> <<set _foundTerm to $avatar.foreground[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.foreground[_k]>> <<set _split to $avatar.foreground[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.clothing.length; _k++>> <<set _foundTerm to $avatar.clothing[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.clothing[_k]>> <<set _split to $avatar.clothing[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.underwear.length; _k++>> <<set _foundTerm to $avatar.underwear[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.underwear[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.background.length; _k++>> <<set _foundTerm to $avatar.background[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.background[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <</for>> <<for _k to 0; _k lt _itemlist.length; _k++>> <<= "<<remove-"+_itemlist[_k]+">>">> <</for>> <</nobr>><</widget>> <<widget "avatar-undressScene">><<nobr>> <<set _title to $args[0]>> <<set _location to $args[1]>> <<if $kate.isWearing.includes("knickers") and !$kate.isWearing.includesAny("trousers", "leggings","skirt", "dress")>> <<link "Pants">><<replace "#undressID">><<avatar-remove-indivualItem "pants">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("bra") and !$kate.isWearing.includesAny("sweater", "jumper","skirt", "dress", "top", "shirt", "jacket")>> <<link "Bra">><<replace "#undressID">><<avatar-remove-indivualItem "bra">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("shoes")>> <<link "Shoes">><<replace "#undressID">><<avatar-remove-indivualItem "shoes">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if >> <<if $kate.isWearing.includes("trousers")>> <<link "Trousers">><<replace "#undressID">><<avatar-remove-indivualItem "trousers">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("sweater")>> <<link "Sweater">><<replace "#undressID">><<avatar-remove-indivualItem "sweater">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("jumper")>> <<link "Jumper">><<replace "#undressID">><<avatar-remove-indivualItem "jumper">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("top")>> <<link "Top">><<replace "#undressID">><<avatar-remove-indivualItem "top">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("leggings")>> <<link "Legging">><<replace "#undressID">><<avatar-remove-indivualItem "leggings">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("boots")>> <<link "Boots">><<replace "#undressID">><<avatar-remove-indivualItem "boots">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("jacket")>> <<link "Jacket">><<replace "#undressID">><<avatar-remove-indivualItem "jacket">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("dress")>> <<link "Dress">><<replace "#undressID">><<avatar-remove-indivualItem "dress">> <<avatar-undressScene _title _location>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("skirt")>> <<link "Skirt">><<replace "#undressID">><<avatar-remove-indivualItem "skirt">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("shirt")>> <<link "Shirt">><<replace "#undressID">><<avatar-remove-indivualItem "shirt">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.length eq 0>> <<if $avatar.cleavageCounter gt 0>> <<consoleLog "FAILURE OF DRESSDOWN cleavage counter GT 0 ">> <<set $avatar.cleavageCounter to 0>> <</if>> <<link _title _location>><</link>> <</if>> <</nobr>><</widget>> <<widget "avatar-remove-indivualItem">><<nobr>> <<set _itemToRemove to $args[0]>> <<set _itemlist to []>> <<set _searchTerm to "_" + _itemToRemove>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.foreground.length; _k++>> <<set _foundTerm to $avatar.foreground[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.foreground[_k]>> <<set _split to $avatar.foreground[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.clothing.length; _k++>> <<set _foundTerm to $avatar.clothing[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.clothing[_k]>> <<set _split to $avatar.clothing[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.underwear.length; _k++>> <<set _foundTerm to $avatar.underwear[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.underwear[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.background.length; _k++>> <<set _foundTerm to $avatar.background[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.background[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<for _k to 0; _k lt _itemlist.length; _k++>> <<= "<<remove-"+_itemlist[_k]+">>">> <</for>> <</nobr>><</widget>> <<widget "avatar-clothing-removeConflict">><<nobr>> <<set _clothingPiece to $args[0]>> <<set _conflictList to []>> <<if _clothingPiece eq "pants" >> <<set _conflictList to ["pants"]>> <</if>> <<if _clothingPiece eq "bra">> <<set _conflictList to ["bra"]>> <</if>> <<if _clothingPiece eq "shoes">> <<set _conflictList to ["shoes","boots"]>> <</if >> <<if _clothingPiece eq "trousers">> <<set _conflictList to ["trousers","leggings","skirt","dress"]>> <</if>> <<if _clothingPiece eq "sweater">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "jumper">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "top">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "leggings">> <<set _conflictList to ["trousers","leggings","skirt","dress"]>> <</if>> <<if _clothingPiece eq "boots">> <<set _conflictList to ["shoes","boots"]>> <</if>> <<if _clothingPiece eq "shoes">> <<set _conflictList to ["shoes","boots"]>> <</if>> <<if _clothingPiece eq "jacket">> <<set _conflictList to ["jacket"]>> <</if>> <<if _clothingPiece eq "dress">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "skirt">> <<set _conflictList to ["trousers","leggings","skirt","dress"]>> <</if>> <<if _clothingPiece eq "shirt">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<for _m to 0; _m lt _conflictList.length; _m++>> <<avatar-remove-indivualItem _conflictList[_m]>> <</for>> <</nobr>><</widget>> /*LIFEPATH WIDGETS---------------------------------------------------------------------------------------------lifepath*/ /*BABY*/ <<widget "lifepathSetBabyAvatar">><<nobr>> <<characterCreator-clearAvatar>> <<set $avatar.body.push("baby/10_baby-"+$kate.complexion)>> <<set _shape to "baby/10_baby-eyes-" +$kate.eyeColour.toLowerCase()>> <<if !$avatar.foreground.includes(_shape)>> <<set $avatar.foreground.push(_shape)>> <</if>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set _hair to "baby/10_baby-hair-"+_hairColour>> <<set $avatar.foreground.pushUnique(_hair)>> <<set $avatar.foreground.pushUnique("baby/20_baby-rabbitAndBow")>> <</nobr>><</widget>> /*8 YR*/ <<widget "lifepath-8yrAvatar">><<nobr>> <<characterCreator-clearAvatar>>/*clear avatar*/ <<set _path to "age8/">> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_pink-rectangular-glasses")>> <</if>> /*Shadow*/ <<set $avatar.background.pushUnique(_path+"10_shadow")>> /*Body*/ <<set $avatar.body.pushUnique(_path+"20_body-yellowSkirtAndBlackSweater-"+$kate.complexion)>> /*Hair*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-"+_hairColour+"-back")>> /*Brows*/ <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> /*Eyes*/ <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.complexion+"-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> /*12 YR*/ <<widget "lifepath-12yrAvatar">><<nobr>> <<characterCreator-clearAvatar>>/*clear avatar*/ <<set _path to "age12/">> /*Clothes*/ <<set $avatar.foreground.pushUnique(_path+"10_hairclip")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_purple-rectangular-glasses")>> <</if>> /*Shadow*/ <<set $avatar.background.pushUnique(_path+"10_shadow")>> /*Body*/ <<set $avatar.body.pushUnique(_path+"20_body-ukSchoolUniform-"+$kate.complexion)>> <<set $avatar.clothing.pushUnique(_path+"20-ukSchoolBlazer")>> /*Hair*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-"+_hairColour+"-back")>> /*Brows*/ <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> /*Eyes*/ <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.complexion+"-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _mouth to _path+"/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <</nobr>><</widget>> /*16 YR*/ <<widget "lifepath-16yrAvatar">><<nobr>> /*ONLY BODY, NO CLOTHES*/ <<set _path to "age16/">> <<characterCreator-clearAvatar>>/*clear avatar*/ /*Shadow*/ <<set $avatar.background.pushUnique(_path+"10_shadow")>> /*Body*/ <<set $avatar.body.pushUnique(_path+"20_body-"+$kate.complexion+"-" +$kate.braSize+"-cleavage")>> /*Feet, Only barefoot, set tiptoes in clothing - <<set $avatar.body.delete(_path+"10_feet-"+$kate.complexion+"-barefoot")>>*/ <<set _feet to (_path+"10_feet-"+$kate.complexion+"-barefoot")>> <<set $avatar.body.pushUnique(_feet)>> /*Hair*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-loose-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-loose-"+_hairColour+"-back")>> <<set _head to _path+"30_head-"+ $kate.complexion +"-"+ $kate.faceShape.toLowerCase() >> <<set $avatar.body.pushUnique(_head)>> /*Brows*/ <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> /*Eyes*/ <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _mouth to _path+"/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <<set _nose to _path+"/113Expressions/50_nose-"+$kate.complexion+"-"+$kate.noseShape.toLowerCase()>> <<set $avatar.body.pushUnique(_nose)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarClearHair">><<nobr>> <<set _path to "age16/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.delete(_path+"10_hair-promUpdo-"+_hairColour+"-front"), $avatar.background.delete(_path+"90_hair-promUpdo-"+_hairColour+"-back")>> <<if $avatar.foreground.includes((_path+"10_hair-ponytail-"+_hairColour+"-front"))>> <<set $avatar.foreground.delete(_path+"10_hair-ponytail-"+_hairColour+"-front")>> <<set $avatar.background.delete(_path+"90_hair-ponytail-"+_hairColour+"-back")>> <<elseif $avatar.foreground.includes((_path+"10_hair-loose-"+_hairColour+"-front"))>> <<set $avatar.foreground.delete(_path+"10_hair-loose-"+_hairColour+"-front")>> <<set $avatar.background.delete(_path+"90_hair-loose-"+_hairColour+"-back")>> <<set $avatar.foreground.delete(_path+"10_pinkFlowersHairclip")>> <<set $avatar.foreground.delete(_path+"10_pinkSkullsHairclip")>> <<elseif $temp.leiaWig>> <<set $avatar.foreground.delete(_path+"10_hair-leiaBuns-black-front")>> <<set $avatar.background.delete(_path+"90_hair-leiaBuns-black-back")>> /* return Kate's brows to their natural colour */ <<set $avatar.body.delete(_path+"60_brows-black")>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarClearBuns">><<nobr>> <<for _i to 0; _i lt $avatar.foreground.length; _i++>> <<set _bunSearch to $avatar.foreground[_i].search("Buns")>> <<if _bunSearch neq -1>> <<set $avatar.foreground.deleteAt(_i)>> <</if>> <</for>> <<for _i to 0; _i lt $avatar.background.length; _i++>> <<set _bunSearch to $avatar.background[_i].search("Buns")>> <<if _bunSearch neq -1>> <<set $avatar.background.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarHairLoose">><<nobr>> <<lifepath-16yrAvatarClearHair>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-loose-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-loose-"+_hairColour+"-back")>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.foreground.pushUnique(_path+"10_pinkSkullHairclip")>> <<else>> <<set $avatar.foreground.pushUnique(_path+"10_pinkFlowersHairclip")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarHairPony">><<nobr>> <<lifepath-16yrAvatarClearHair>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-ponytail-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-ponytail-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarTiptoes">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"10_feet-"+$kate.complexion+"-barefoot")>> <<set _feet to (_path+"10_feet-"+$kate.complexion+"-tiptoes")>> <<set $avatar.body.pushUnique(_feet)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarBarefoot">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"10_feet-"+$kate.complexion+"-tiptoes")>> <<set _feet to (_path+"10_feet-"+$kate.complexion+"-barefoot")>> <<set $avatar.body.pushUnique(_feet)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukNetballUniform")>> <<lifepath-16yrAvatarHairPony>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarClothes2">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolShirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolSkirt-sporty")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <<lifepath-16yrAvatarHairLoose>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarKino">><<nobr>> <<set $avatar.clothing.pushUnique(_path+"30_kinoTape")>>/*Clothing*/ <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarWorkOutGear">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_workoutGear-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarTrackGear">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_trackUniform-"+$kate.braSize)>> <<lifepath-16yrAvatarHairPony>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarPubGear">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"20_pubEscapadeTop-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_pubEscapadeSkirtAndBoots")>> <<lifepath-16yrAvatarHairLoose>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasual">><<nobr>> <<if $kate.quirks.includes("sportsStar")>> <<lifepath-16yrAvatarCasualSportsStar>> <<elseif $kate.quirks.includes("rockChick")>> <<lifepath-16yrAvatarCasualRock>> <<elseif $kate.quirks.includes("alphaFemale")>> <<lifepath-16yrAvatarCasualAlpha>> <<elseif $kate.quirks.includes("geekGirl")>> <<lifepath-16yrAvatarCasualGeek>> <<else>> <</if>> <<lifepath-16yrAvatarBatarian>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarBatarian">><<nobr>> <<if $kate.quirks.includes("batarian")>> <<if $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <<else>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualSportsStar">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_sportyCasualLeggingsAndHoodie")>> <<lifepath-16yrAvatarHairLoose>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualGeek">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_geekJeansAndTrainers")>> <<set $avatar.clothing.pushUnique(_path+"20_alderaanTee-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualRock">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_rockerShortsAndBoots")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerJacket-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualAlpha">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_alphaSkirtAndBoots")>> <<lifepath-16yrAvatarTiptoes>> <<set $avatar.clothing.pushUnique(_path+"20_alphaSweater-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarStudyBuddyClothes">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.clothing.pushUnique(_path+"10_rocker-studyBuddyShortsAndSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_rocker-casualRamonesTee-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geek-studyBuddyLeggingsAndSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_geek-casualStarBearTee-"+$kate.braSize)>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"10_sportsStar-studyBuddySkirtAndSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_sportsStar-casualCardigan-"+$kate.braSize)>> <<elseif $kate.quirks.includes("alphaFemale")>> <<lifepath-16yrAvatarBarefoot>> <<set $avatar.clothing.pushUnique(_path+"10_alpha-layeredPinkVestOverWhiteTee-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alpha-studyBuddySkirtAndSocks")>> <</if>> <<lifepath-16yrAvatarHairLoose>> <<lifepath-16yrAvatarBatarian>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolShirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolSkirt-geek")>> <<set $avatar.clothing.pushUnique(_path+"30_ukSchoolBlazer")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekCosplayLara">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing to []>> <<lifepath-16yrAvatarHairPony>> <<set $avatar.clothing.pushUnique(_path+"20_tombRaiderTop-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_tombRaiderShorts")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekCosplayStarTrek">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_starfleetUniform-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekCosplaySomeStarWarsCharacterIDontKnow">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarClearHair>> <<set $avatar.clothing to []>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<if hasVisited("LPYOUTH-1450 Leia wig")>> <<set $avatar.body.delete(_path+"60_brows-"+_hairColour)>> <<set _hairColour to "black">> <<set $avatar.foreground.pushUnique(_path+"10_hair-leiaBuns-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-leiaBuns-"+_hairColour+"-back")>> <<set _brows to _path+"60_brows-black">> <<set $avatar.body.pushUnique(_path+"60_brows-"+_hairColour)>> <<else>> <<set $avatar.foreground.pushUnique(_path+"10_hair-leiaBuns-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-leiaBuns-"+_hairColour+"-back")>> <</if>> <<set $avatar.clothing.pushUnique(_path+"10_leiaRobes-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarAlphaClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolShirt-alpha-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolSkirt-alpha")>> <<set $avatar.clothing.pushUnique(_path+"30_ukSchoolBlazer")>> <<set $avatar.foreground.pushUnique(_path+"20_alphaHeadband")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarAlphaProm">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarClearHair>> <<set $avatar.clothing to []>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<lifepath-16yrAvatarTiptoes>> <<set $avatar.clothing.pushUnique(_path+"10_gabriellaPromDressAndHeels-"+$kate.braSize)>> <<set $avatar.foreground.pushUnique(_path+"10_hair-promUpdo-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-promUpdo-"+_hairColour+"-back")>> <<set $avatar.foreground.delete(_path+"20_alphaHeadband")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarAlphaPromQueen">><<nobr>> <<set _path to "age16/">> <<set $avatar.foreground.pushUnique(_path+"20_promQueenSashAndTiara")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarRockChickClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolShirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolSkirt-rock")>> <<set $avatar.clothing.pushUnique(_path+"30_ukSchoolBlazer")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarRockChickBOTB">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarClearHair>> <<set $avatar.clothing to []>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.delete(_path+"10_pinkSkullHairclip")>> <<if $temp.metalMakeover>> <<set $avatar.clothing.pushUnique(_path+"10_rockerDress-"+$kate.braSize)>> <<else>> <<set $avatar.clothing.pushUnique(_path+"20_fooFightersTee-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_rockerJeansAndBoots")>> <</if>> <<set $avatar.foreground.pushUnique(_path+"10_hair-spaceBuns-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-spaceBuns-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarRemoveBlazer">><<nobr>> <<set _path to "age16/">> <<if $avatar.clothing.includesAny("age16/30_ukSchoolBlazer")>> <<set $avatar.clothing.delete('age16/30_ukSchoolBlazer')>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSchoolUniform">><<nobr>> <<set $avatar.clothing to []>> <<if $avatar.foreground.includesAny("age16/20_pizzaPupStaffCap")>> <<set $avatar.foreground.delete('age16/20_pizzaPupStaffCap')>> <</if>> <<if $kate.quirks.includes("sportsStar")>> <<lifepath-16yrAvatarSportStarClothes2>> <<elseif $kate.quirks.includes("geekGirl")>> <<lifepath-16yrAvatarGeekClothes1>> <<lifepath-16yrAvatarRemoveBlazer>> <<elseif $kate.quirks.includes("alphaFemale")>> <<lifepath-16yrAvatarAlphaClothes1>> <<lifepath-16yrAvatarRemoveBlazer>> <<elseif $kate.quirks.includes("rockChick")>> <<lifepath-16yrAvatarRockChickClothes1>> <<lifepath-16yrAvatarRemoveBlazer>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarWaitress">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarHairPony>> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_waitressUniform-"+$kate.braSize)>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<if $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <<else>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarPizza">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarHairPony>> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_blueConverseSneakers")>> <<set $avatar.clothing.pushUnique(_path+"20_noughtiesBootCutJeans")>> <<set $avatar.foreground.pushUnique(_path+"20_pizzaPupStaffCap")>> <<set $avatar.clothing.pushUnique(_path+"30_pizzaPupStaffTee-"+$kate.braSize)>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<if $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <<else>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</if>> <</nobr>><</widget>> /*18 YR*/ <<widget "lifepath-18yrAvatarBirthday">><<silently>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<characterCreator-clearBreasts>> <<set $avatar.background.pushUnique(_path+"20_18TodayBalloons")>> <<if $kate.quirks.includes("rockChick")>> <<characterCreator-setBreasts>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique(_path+"20_skirt-blackSideSlitMini")>> <<set $avatar.clothing.pushUnique(_path+"30_tshirt-gnrSkinnyFit-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_boots-blackSuedeOverTheKneeBoots")>> <<set $avatar.clothing.pushUnique(_path+"50_jacket-blackLeatherBiker")>> <<characterCreator-setHipsterGlasses>> <<elseif $kate.quirks.includes("geekGirl")>> <<characterCreator-setBreasts>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique(_path+"10_stockings-sheerWithHearts")>> <<set $avatar.clothing.pushUnique(_path+"20_skirt-blackCatFaceMini")>> <<set $avatar.clothing.pushUnique(_path+"40_sweater-pinkRibbedWithWhiteLaceCollar-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_boots-blackSuedeAnkleStillettosWithBuckles")>> <<characterCreator-setHipsterGlasses>> <<else>> <<characterCreator-setBreasts "bare">> <<lifepath-18yrAvatarHairUpdo>> <<set $avatar.clothing.pushUnique(_path+"20_trousers-partyFlares-white")>> <<set $avatar.clothing.pushUnique(_path+"20_top-lowCutGoingOutCropTop-olive-"+$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <<characterCreator-setShoes>>/*High heels patent black*/ <</if>> <</silently>><</widget>> <<widget "lifepath-18yrAvatarHairLongMessy">><<nobr>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path1+"10_longHair-longMessy-"+_hairColour+"-front"), $avatar.background.pushUnique(_path1+"90_longHair-longMessy-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-18yrAvatarHairPonytail">><<nobr>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path1+"10_longHair-ponytail-"+_hairColour+"-front"), $avatar.background.pushUnique(_path1+"90_longHair-ponytail-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-18yrAvatarHairUpdo">><<nobr>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path1+"10_longHair-updo-"+_hairColour+"-front"), $avatar.background.pushUnique(_path1+"90_longHair-updo-"+_hairColour+"-back")>> <</nobr>><</widget>> /*Piercing -------------------------------------------------------------------------------*/ <<widget "piercing-bellybutton-diamondBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bellybutton-diamondBarbell")>> <</nobr>><</widget>> <<widget "piercing-remove-bellybutton-diamondBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bellybutton-diamondBarbell")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike-beam")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike-beam")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike-openWide")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike-openWide")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike-talk")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike-talk")>> <</nobr>><</widget>> <<widget "piercing-chest-silverBarbells">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-chest-silverBarbells")>> <</nobr>><</widget>> <<widget "piercing-remove-chest-silverBarbells">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-chest-silverBarbells")>> <</nobr>><</widget>> <<widget "piercing-forehead-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-forehead-diamondStud")>> <</nobr>><</widget>> <<widget "piercing-remove-forehead-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-forehead-diamondStud")>> <</nobr>><</widget>> <<widget "piercing-leftCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-remove-leftCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-frown">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-frown")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-frown">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-frown")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-raised">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-raised")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-raised">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-raised")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-rogerMoore">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-rogerMoore")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-rogerMoore">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-rogerMoore")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-worried">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-worried")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-worried">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-worried")>> <</nobr>><</widget>> <<widget "piercing-leftHelix-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftHelix-diamondStud-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-remove-leftHelix-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHelix-diamondStud-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-leftHighLobe-lowerSilverRings">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftHighLobe-lowerSilverRings-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-remove-leftHighLobe-lowerSilverRings">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-lowerSilverRings-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-leftHighLobe-upperSilverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftHighLobe-upperSilverRing")>> <</nobr>><</widget>> <<widget "piercing-remove-leftHighLobe-upperSilverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-upperSilverRing")>> <</nobr>><</widget>> <<widget "piercing-leftNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<if $args.includes("bare")>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<else>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</if>> <</nobr>><</widget>> <<widget "piercing-remove-leftNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</nobr>><</widget>> <<widget "piercing-leftNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-remove-leftNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-remove-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-noseBridge-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-noseBridge-silverBarbell")>> <</nobr>><</widget>> <<widget "piercing-remove-noseBridge-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-noseBridge-silverBarbell")>> <</nobr>><</widget>> <<widget "piercing-rightCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-remove-rightCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-rightEar-industrialBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightEar-industrialBarbell-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-remove-rightEar-industrialBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightEar-industrialBarbell-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-rightNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<if $args.includes("bare")>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<else>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</if>> <</nobr>><</widget>> <<widget "piercing-remove-rightNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</nobr>><</widget>> <<widget "piercing-rightNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-remove-rightNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-rightUpperHelix-silverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightUpperHelix-silverRing")>> <</nobr>><</widget>> <<widget "piercing-remove-rightUpperHelix-silverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightUpperHelix-silverRing")>> <</nobr>><</widget>> <<widget "piercing-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-remove-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-talk")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-talk")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-snarl">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-snarl")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-snarl">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-snarl")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-smirk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-smirk")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-smirk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-smirk")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-sexyMouth">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-sexyMouth")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-sexyMouth">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-sexyMouth")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-sad">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-sad")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-sad">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-sad")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-pout">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-pout")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-pout">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-pout")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-openWide")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-openWide")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-closedSmile">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-closedSmile")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-closedSmile">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-closedSmile")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-beam")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-beam")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud")>> <</nobr>><</widget>> /*Brow silverSpikedBarbell facial expressions*/ <<widget "piercings-remove-facial-expressions-brow">> /*Removes all bottom lip piercings */ <<piercing-remove-leftEyebrow-silverSpikedBarbell>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-worried>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-rogerMoore>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-frown>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-raised>> <</widget>> <<widget "piercings-facial-expressions-brow-normal">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-worried">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-worried>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-rogerMoore">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-rogerMoore>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-frown">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-frown>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-raised">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-raised>> <</if>> <</widget>> /*Top lip diamondMedusaStud facial expressions*/ <<widget "piercings-remove-facial-expressions-topLip">> /*Removes all top lip piercings */ <<piercing-remove-topLip-diamondMedusaStud>> <<piercing-remove-topLip-diamondMedusaStud-talk>> <<piercing-remove-topLip-diamondMedusaStud-snarl>> <<piercing-remove-topLip-diamondMedusaStud-smirk>> <<piercing-remove-topLip-diamondMedusaStud-sexyMouth>> <<piercing-remove-topLip-diamondMedusaStud-sad>> <<piercing-remove-topLip-diamondMedusaStud-pout>> <<piercing-remove-topLip-diamondMedusaStud-openWide>> <<piercing-remove-topLip-diamondMedusaStud-closedSmile>> <<piercing-remove-topLip-diamondMedusaStud-beam>> <</widget>> <<widget "piercings-facial-expressions-topLip-normal">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-talk">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-talk>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-snarl">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-snarl>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-smirk">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-smirk>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-sexyMouth">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-sexyMouth>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-sad">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-sad>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-pout">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-pout>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-openWide">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-openWide>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-closedSmile">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-closedSmile>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-beam">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-beam>> <</if>> <</widget>> /*Bottom lip silverLabretSpike facial expressions */ <<widget "piercings-remove-facial-expressions-bottomLip">> /*Removes all bottom lip piercings */ <<piercing-remove-bottomLip-silverLabretSpike-openWide>> <<piercing-remove-bottomLip-silverLabretSpike-beam>> <<piercing-remove-bottomLip-silverLabretSpike-talk>> <<piercing-remove-bottomLip-silverLabretSpike>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-normal">> /*Normal bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike>> <</if>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-beam">> /*beam bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike-beam>> <</if>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-talk">> /*talk bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike-talk>> <</if>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-openWide">> /*talk bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike-openWide>> <</if>> <</widget>> <<widget "piercings-facial-expressions-removeAll">><<nobr>> <<piercings-remove-facial-expressions-bottomLip>> <<piercings-remove-facial-expressions-topLip>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "piercing-UPDATE">><<nobr>> <<if $kate.piercings.includes("earSilverHighLobeRings")>> <<piercing-leftHighLobe-upperSilverRing>> <</if>> <<if $kate.piercings.includes("earSilverBarbell")>> <<piercing-rightEar-industrialBarbell>> <</if>> <<if $kate.piercings.includes("earDiamondHelixStud")>> <<piercing-leftHelix-diamondStud>> <</if>> <<if $kate.piercings.includes("earSilverHelixRing")>> <<piercing-rightUpperHelix-silverRing>> <</if>> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercing-leftEyebrow-silverSpikedBarbell>> <</if>> <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercing-topLip-diamondMedusaStud>> <</if>> <<if $kate.piercings.includes("faceSilverDimpleStuds")>> <<piercing-rightCheek-silverStud>> <<piercing-leftCheek-silverStud>> <</if>> <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercing-bottomLip-silverLabretSpike>> <</if>> <<if $kate.piercings.includes("faceThirdEyeDiamondStud")>> <<piercing-forehead-diamondStud>> <</if>> <<if $kate.piercings.includes("noseBlackNasalang")>> <<piercing-rightNostril-blackStud>> <<piercing-leftNostril-blackStud>> <</if>> <<if $kate.piercings.includes("noseSilverBarbell")>> <<piercing-noseBridge-silverBarbell>> <</if>> <<if $kate.piercings.includes("chestSilverBarbell")>> <<piercing-chest-silverBarbells>> <</if>> <<if $kate.piercings.includes("navelSilverBarbell")>> <<piercing-bellybutton-diamondBarbell>> <</if>> <<if $kate.piercings.includes("nosesilverSeptumRingWithBall")>> <<piercing-nose-silverSeptumRingWithBall>> <</if>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<if $args.includes("bare")>> <<piercing-rightNipple-silverBarbell "bare">> <<piercing-leftNipple-silverBarbell "bare">> <<else>> <<piercing-rightNipple-silverBarbell>> <<piercing-leftNipple-silverBarbell>> <</if>> <</if>> <</nobr>><</widget>> <<widget "piercings-removeFacialPiercings">><<nobr>> /*This widget will remove all the facial piercings form the avatar*/ /*To re show : <<update-avatar-tattoo-piercing>>*/ <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-forehead-diamondStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftCheek-silverStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHelix-diamondStud-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-lowerSilverRings-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-upperSilverRing-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNostril-blackStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-noseBridge-silverBarbell")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightCheek-silverStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightEar-industrialBarbell-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNostril-blackStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightUpperHelix-silverRing")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud")>> <<replace "#avatar-container">><<avatar>><</replace>> <</nobr>><</widget>> /*TATTOOS*/ <<widget "tattoo-ChestSwallows">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-chest-swallows")>> <</nobr>><</widget>> <<widget "tattoo-bohoMandala">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-chestAndSolarPlexus-bohoMandala")>> <</nobr>><</widget>> <<widget "tattoo-leftAnkle-diamond">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftAnkle-diamond")>> <</nobr>><</widget>> <<widget "tattoo-leftAnkle-triyang">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftAnkle-triyang")>> <</nobr>><</widget>> <<widget "tattoo-leftForearm-aeroplane">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftForearm-aeroplane")>> <</nobr>><</widget>> <<widget "tattoo-leftHip-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftHip-tribal")>> <</nobr>><</widget>> <<widget "tattoo-leftHipBone-jacob">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftHipBone-jacob")>> <</nobr>><</widget>> <<widget "tattoo-leftThigh-tribalBand">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftThigh-tribalBand")>> <</nobr>><</widget>> <<widget "tattoo-leftUpperArm-stayGoldSlogan">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftUpperArm-stayGoldSlogan")>> <</nobr>><</widget>> <<widget "tattoo-leftUpperArm-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftUpperArm-tribal")>> <</nobr>><</widget>> <<widget "tattoo-pubicMound-hotZoneSlogan">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-pubicMound-hotZoneSlogan")>> <</nobr>><</widget>> <<widget "tattoo-pubicMound-tribalLoveCrest">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-pubicMound-tribalLoveCrest")>> <</nobr>><</widget>> <<widget "tattoo-rightAnkle-dove">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightAnkle-dove")>> <</nobr>><</widget>> <<widget "tattoo-rightCalf-cowgirl">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightCalf-cowgirl")>> <</nobr>><</widget>> <<widget "tattoo-rightForearm-d10Die">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightForearm-d10Die")>> <</nobr>><</widget>> <<widget "tattoo-rightForearm-rosesSleeve">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightForearm-rosesSleeve")>> <</nobr>><</widget>> <<widget "tattoo-rightHand-paperPlane">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightHand-paperPlane")>> <</nobr>><</widget>> <<widget "tattoo-rightHip-ashley">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightHip-ashley")>> <</nobr>><</widget>> <<widget "tattoo-rightHip-rose">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightHip-rose")>> <</nobr>><</widget>> <<widget "tattoo-rightNeck-stars">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightNeck-stars")>> <</nobr>><</widget>> <<widget "tattoo-rightThigh-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightThigh-tribal")>> <</nobr>><</widget>> <<widget "tattoo-rightThigh-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightThigh-tribal")>> <</nobr>><</widget>> <<widget "tattoo-rightUnderboob-wave">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightUnderboob-wave")>> <</nobr>><</widget>> <<widget "tattoo-leftCollarbone-8BitHearts">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftCollarbone-8BitHearts")>> <</nobr>><</widget>> <<widget "tattoo-leftCollarbone-CaffeineStructure">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftCollarbone-caffeineStructure")>> <</nobr>><</widget>> <<widget "tattoo-leftForearm-Elvish">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftForearm-elvish")>> <</nobr>><</widget>> <<widget "tattoo-piercing-CLEAR">><<nobr>> /*Also clears bikiniLines!!!*/ <<set $avatar.bodyMods to []>> <</nobr>><</widget>> <<widget "tattoo-UPDATE">><<nobr>> <<if $kate.tattoos.includes("chestBohoMandela")>> <<tattoo-bohoMandala>> <</if>> <<if $kate.tattoos.includes("chestSwallows")>> <<tattoo-ChestSwallows>> <</if>> <<if $kate.tattoos.includes("rightNeckStars")>> <<tattoo-rightNeck-stars>> <</if>> <<if $kate.tattoos.includes("rightUnderboobWave")>> <<tattoo-rightUnderboob-wave>> <</if>> <<if $kate.tattoos.includes("rightHipRose")>> <<tattoo-rightHip-rose>> <</if>> <<if $kate.tattoos.includes("leftHipBoneJacob")>> <<tattoo-leftHipBone-jacob>> <</if>> <<if $kate.tattoos.includes("leftHipTribal")>> <<tattoo-leftHip-tribal>> <</if>> <<if $kate.tattoos.includes("pubicMoundHotZoneSlogan")>> <<tattoo-pubicMound-hotZoneSlogan>> <</if>> <<if $kate.tattoos.includes("pubicMoundTribalLoveCrest")>> <<tattoo-pubicMound-tribalLoveCrest>> <</if>> <<if $kate.tattoos.includes("leftUpperArmStayGoldSlogan")>> <<tattoo-leftUpperArm-stayGoldSlogan>> <</if>> <<if $kate.tattoos.includes("leftUpperArmTribal")>> <<tattoo-leftUpperArm-tribal>> <</if>> <<if $kate.tattoos.includes("leftForearmAeroplane")>> <<tattoo-leftForearm-aeroplane>> <</if>> <<if $kate.tattoos.includes("rightForearmD10Die")>> <<tattoo-rightForearm-d10Die>> <</if>> <<if $kate.tattoos.includes("rightForearmRosesSleeve")>> <<tattoo-rightForearm-rosesSleeve>> <</if>> <<if $kate.tattoos.includes("rightHandPaperPlane")>> <<tattoo-rightHand-paperPlane>> <</if>> <<if $kate.tattoos.includes("rightThighTribal")>> <<tattoo-rightThigh-tribal>> <</if>> <<if $kate.tattoos.includes("rightThighAshley")>> <<tattoo-rightHip-ashley>> <</if>> <<if $kate.tattoos.includes("rightCalfCowgirl")>> <<tattoo-rightCalf-cowgirl>> <</if>> <<if $kate.tattoos.includes("rightAnkleDove")>> <<tattoo-rightAnkle-dove>> <</if>> <<if $kate.tattoos.includes("leftThighTribalBand")>> <<tattoo-leftThigh-tribalBand>> <</if>> <<if $kate.tattoos.includes("leftAnkleDiamond")>> <<tattoo-leftAnkle-diamond>> <</if>> <<if $kate.tattoos.includes("leftAnkleTriyang")>> <<tattoo-leftAnkle-triyang>> <</if>> <<if $kate.tattoos.includes("leftCollarbone8BitHearts")>> <<tattoo-leftCollarbone-8BitHearts>> <</if>> <<if $kate.tattoos.includes("leftCollarboneCaffeineStructure")>> <<tattoo-leftCollarbone-CaffeineStructure>> <</if>> <<if $kate.tattoos.includes("leftForearmElvish")>> <<tattoo-leftForearm-Elvish>> <</if>> <</nobr>><</widget>> <<widget "update-avatar-tattoo-piercing">><<nobr>> <<tattoo-piercing-CLEAR>> <<if $args.includes("bare")>> <<tattoo-UPDATE "bare">> <<piercing-UPDATE "bare">> <<else>> <<tattoo-UPDATE>> <<piercing-UPDATE>> <</if>> <<update-avatar-bikinilines>> /*<<replace "#avatar-container">><<avatar>><</replace>>*/ <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-bikiniLines">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique(_path+"10_bikiniBottoms-blackTropicalPrintWithTieSidesBikiniBottoms")>> <<set $avatar.clothing.pushUnique(_path+"10_bikiniTop-fuchsiaAndBlackBikiniTop-"+$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-drugdealer">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerSkirt-blackAndPurpleTartanWithBucklesMini")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerBoots-blackDMFlatformAnkleBoots")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackOverTheKneeSocks-barefoot")>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-blackOverTheKneeSocks-highHeels")>> <<set $avatar.clothing.pushUnique(_path+"20_geekSkirt-khakiFlippyMiniWithFrontButtons")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-blackCottonVestWithEmblem-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekBoots-backSuedeAnkleStillettosWithBuckles")>>/*Heels*/ <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyPlaysuit-greySleevelessWithSideTieBelt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyBoots-blackSuedeOverTheKneeHighHeeledBoots")>>/*Heels*/ <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"30_alphaShorts-pinkChiffonWithFrontTieBeltShorts")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-whiteCroppedVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>>/*Heels*/ <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-drugdealer">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique(_path+"20_rockerSkirt-blackAndPurpleTartanWithBucklesMini")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerBoots-blackDMFlatformAnkleBoots")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackOverTheKneeSocks-barefoot")>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-blackOverTheKneeSocks-highHeels")>> <<set $avatar.clothing.pushUnique(_path+"20_geekSkirt-khakiFlippyMiniWithFrontButtons")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-blackCottonVestWithEmblem-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekBoots-backSuedeAnkleStillettosWithBuckles")>>/*Heels*/ <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyPlaysuit-greySleevelessWithSideTieBelt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyBoots-blackSuedeOverTheKneeHighHeeledBoots")>>/*Heels*/ <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"30_alphaShorts-pinkChiffonWithFrontTieBeltShorts")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-whiteCroppedVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>>/*Heels*/ <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-AlevelResults">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.clothing.pushUnique(_path+"10_rockerLeggings-blackCottonLeggings")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackAndGreyCottonFlaredRideOrDieVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerBoots-blackDMFlatformAnkleBoots")>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"20_geekSkirt-lightBlueDenimMiniWithBrownBelt")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-blackSkinnyfitWinTshirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekShoes-pinkAndWhiteConverseTrainers")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyTop-whiteCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_sportyLeggings-sheerBlackCottonLeggings")>> <<set $avatar.clothing.pushUnique(_path+"20_sportyShoes-whiteAndBlackAddidasTrainers")>> <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"20_alphaJeans-darkBlueDenimSkinnyJeans")>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-blackCottonFlaredYouMeVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-pinkAndWhiteConverseTrainers")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-kateTries">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique(_path+"10_rockerNecklace-blackThinChoker")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerStockings-blackSheerWideGreyBand-barefoot")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-blackDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShoes-blackPatentSlipOnFlatformLoafers")>> <<set $avatar.clothing.pushUnique(_path+"50_rockerJacket-blackLeatherBikerJacket")>> <<elseif $kate.quirks.includes("geekGirl")>> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique(_path+"10_geekStockings-blackSheerNarrowBlackBand-barefoot")>> <<set $avatar.clothing.pushUnique(_path+"40_geekDress-purpleCorduroyDungareeDressWithFrontPockets")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekShoes-blackPatentSlipOnLoafers")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"20_sportyTop-blackLongSleevedCroppedTieWaistTop-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_sportyJeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique(_path+"20_sportyShoes-blackSlipOnHighHeels")>> <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"30_alphaJeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-aftermath">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-lightBlueDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackAndYellowRamonesTshirt-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-palePinkWithPinkHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-oldCreamSpaceKittyTshirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_geekShorts-blueAndWhiteStripedBoxerShorts")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-pinkCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"10_sportyLeggings-greyAndDuckeggStripeCroppedLycraLeggings")>> <<set $avatar.clothing.pushUnique(_path+"40_sportyTop-greyDidntWantToComeSweater")>> <<else>>/*alpha*/ <<set $avatar.underwear.pushUnique(_path+"10_alphaSocks-yellowWithPinkHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-orangeCroppedExoticVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_alphaShorts-blueAndWhiteStripedBoxerShorts")>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-oldGreyZipUpHoodie-"+$kate.braSize)>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-BJFORTB-setup-clothes">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackCottonTrainerSocksWithGreyCuffs")>> <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerJeans-darkBlueDenimRippedSkinnyJeans")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackAndRedSkinnyfitSlipknotTshirt-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-blackCottonTrainerSocksWithGreyCuffs")>> <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-PinkFlaredVestNatural20-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekJeans-darkBlueDenimSkinnyJeans")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-hotPinkCottonTrainerSocksWithPalePinkCuffs")>> <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_sportyTop-hotPinkLooseCroppedVestNoGames-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyJeans-darkBlueDenimSkinnyJeans")>> <<else>>/*alpha*/ <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-whiteCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaJeans-darkBlueDenimSkinnyJeans")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-BJ-MenageAMoi-clothes">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<characterCreator-unsetShadow>> <<characterCreator-unsetEyes>> <<set $avatar.clothing.pushUnique(_path+"50_katesBedsheets")>> <</nobr>><</widget>> <<widget "lifepath-ukRomance-OtherPartners-clothes">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerNecklace-blackThinChoker")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerStockings-blackSheerWideGreyBand-barefoot")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-blackDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShoes-blackPatentSlipOnFlatformLoafers")>> <<set $avatar.clothing.pushUnique(_path+"50_rockerJacket-blackLeatherBikerJacket")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"40_geekDress-purpleCorduroyDungareeDressWithFrontPockets")>> <<set $avatar.clothing.pushUnique(_path+"20_geekShoes-blackPatentSlipOnLoafers")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-paleMintWithDarkMintHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyTop-navyWaterfallHemTshirtShark-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyShorts-lightBlueDenimDaisyDukes")>> <<else>>/*alpha*/ <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_alphaJeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-bj-aftermath">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-darkGreyCottonAnkleSocksWithBlackHeels")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-darkGreyBoxerShorts")>> <<set $avatar.clothing.pushUnique(_path+"40_rockerCardigan-blackCardigan")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-lightGreyWaterfallHemTshirtRockRollFestival-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-palePinkWithPinkHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"40_geekTop-pinkHoodieSweater-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_geekShorts-blueAndWhiteStripedBoxerShorts")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-pinkCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"10_sportyLeggings-greyAndDuckeggStripeCroppedLycraLeggings")>> <<set $avatar.clothing.pushUnique(_path+"40_sportyTop-greyDidntWantToComeSweater")>> <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"10_rockerLeggings-blackCottonLeggings")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-blueGreenVest-"+$kate.braSize)>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "util-avatarValuesToCamel">><<nobr>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set $kate.hairColour to "black">> <<case "Blonde" "blonde">> <<set $kate.hairColour to "blonde">> <<case "Ginger" "ginger">> <<set $kate.hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "lightbrown" "Lightbrown">> <<set $kate.hairColour to "lightBrown">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight" "Long Straight" "long straight" "longstraight">> <<set $kate.hairStyle to "longStraight">> <<case "longCurly" "Long curly" "Long Curly" "long curly" "longcurly">> <<set $kate.hairStyle to "longCurly">> <<case "short" "Short" "shortSuperShort" "Super short">> <<set $kate.hairStyle to "short">> <<case "shortBob" "Short bob" "Medium bob">> <<set $kate.hairStyle to "shortBob">> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set $kate.hairStyle to "bunWithBangs">> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*Wavy*/ <<set $kate.hairStyle to "wavyBob">> <</switch>> <<set $kate.faceShape to $kate.faceShape.toLowerCase()>> <<set $kate.noseShape to $kate.noseShape.toLowerCase()>> <<set $kate.mouthShape to $kate.mouthShape.toLowerCase()>> <<set $kate.eyeColour to $kate.eyeColour.toLowerCase()>> <<set $kate.eyeShape to $kate.eyeShape.toLowerCase()>> <<set $kate.complexion to $kate.complexion.toLowerCase()>> <</nobr>><</widget>> <<widget "update-avatar-bikinilines">><<nobr>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set _path3 to "/113BikiniLines/">> <<set $avatar.bodyMods.pushUnique(_path3+"15_bikiniLine-"+$kate.bikiniLine+"-"+_hairColour)>> <</nobr>><</widget>>
/*Clearing widgets -----------------------------------------------------------------*/ <<widget "avatar-clearFace">><<nobr>> /*This avatar widget will clear the face of nose, mouth, eyes and brows*/ /* <<avatar-clearFace>> */ <<set $avatar.blink to false>> <<avatar-clearBrows>> <<avatar-clearEyes>> <<avatar-clearNose>> <<avatar-clearMouth>> <<piercings-facial-expressions-removeAll>> <<avatar-expr-removeBlush>> <<avatar-expr-removeCheeksBJ>> <<avatar-expr-removeTongue-out>> <</nobr>><</widget>> <<widget "avatar-clearBrows">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("brows")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-clearEyecolour">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("eyeColour")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "avatar-clearEyeshape">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("eyeShape")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "avatar-clearNose">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("nose")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "avatar-clearMouth">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("mouth")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <<piercings-remove-facial-expressions-bottomLip>> <<piercings-remove-facial-expressions-topLip>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</if>> <</nobr>><</widget>> <<widget "avatar-clearEyes">> <<avatar-clearEyecolour>> <<avatar-clearEyeshape>> <</widget>> /*Cheeks--------------------------------------------*/ <<widget "avatar-expr-blush">><<nobr>> <<set $avatar.body.pushUnique("60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-expr-removeBlush">><<nobr>> <<set $avatar.body.delete("60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-expr-cheeksBJ">><<nobr>> <<set $avatar.body.pushUnique("60_cheeks-blowJob")>> <</nobr>><</widget>> <<widget "avatar-expr-removeCheeksBJ">><<nobr>> <<set $avatar.body.delete("60_cheeks-blowJob")>> <</nobr>><</widget>> /*Brows---------------------------------------------*/ <<widget "avatar-expr-eyebrows-calm">><<nobr>> /*Normal/ Default*/ <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-calm")>> <<piercings-facial-expressions-brow-normal>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-calm">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-calm")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-rogerMoore">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-rogerMoore")>> <<piercings-facial-expressions-brow-rogerMoore>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-rogerMoore">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-rogerMoore")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-raised">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-raised")>> <<piercings-facial-expressions-brow-raised>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-raised">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-raised")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-frown">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-frown")>> <<piercings-facial-expressions-brow-frown>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-frown">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-frown")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-worried">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-worried")>> <<piercings-facial-expressions-brow-worried>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-worried">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-worried")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> /* Eyes ---------------------------------------------------------------------*/ <<widget "avatar-expr-eyes-big">><<nobr>> <<avatar-clearEyes>> <<set _shape to "40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to "50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyes-big">><<nobr>> <<set _shape to "40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <<set _shape to "50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-eyes-normal">><<nobr>> <<avatar-clearEyes>> <<characterCreator-setEyeShape>> <<characterCreator-setEyeColour>> <</nobr>><</widget>> /*Noses-------------------------------------------------------------------------*/ <<widget "avatar-expr-nose-normal">><<nobr>> <<avatar-clearNose>> <<characterCreator-setNose>> <</nobr>><</widget>> <<widget "avatar-expr-removeNose-normal">><<nobr>> <<avatar-clearNose>> <</nobr>><</widget>> <<widget "avatar-expr-nose-scrunch">><<nobr>> <<avatar-clearNose>> <<set _shape to "/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()+"-scrunch">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeNose-scrunch">><<nobr>> <<avatar-clearNose>> <</nobr>><</widget>> /*Mouths-------------------------------------------------------------------------------------*/ <<widget "avatar-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<characterCreator-setMouth>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-normal>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-normal">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-smirk">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smirk">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-smirk>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-smirk">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-sad">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-sad">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-sad>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-sad">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-pout">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-pout">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-pout>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-pout">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-sexy">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-sexy">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-sexyMouth>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-sexy">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-smile">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smile">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-closedSmile>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-smile">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-snarl">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-snarl">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-snarl>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-snarl">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-openWide">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-openWide">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-openWide>> <<piercings-facial-expressions-topLip-openWide>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-openWide">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-talk">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-talk">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-talk>> <<piercings-facial-expressions-topLip-talk>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-talk">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-beam">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-beam">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-beam>> <<piercings-facial-expressions-topLip-beam>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-beam">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> /*Tongue-------------------------------------------------------------------------------*/ <<widget "avatar-expr-tongue-out">><<nobr>> <<avatar-expr-removeTongue-out>> <<set _shape to "60_tongue-"+$kate.mouthShape.toLowerCase()+"-rollingStone">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeTongue-out">><<nobr>> <<set _shape to "60_tongue-"+$kate.mouthShape.toLowerCase()+"-rollingStone">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> /*Eyelids-------------------------------------------------------------------------------*/ <<widget "avatar-expr-eyelid-normal">><<nobr>> <<avatar-expr-removeEyelid-squint>> <<avatar-expr-removeEyelid-tearful>> <<avatar-expr-removeEyelid-closed>> <</nobr>><</widget>> <<widget "avatar-expr-eyelid-squint">><<nobr>> <<avatar-expr-eyelid-normal>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyelid-squint">><<nobr>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-eyelid-tearful">><<nobr>> <<avatar-expr-eyelid-normal>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-tearful">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyelid-tearful">><<nobr>> <<set _shape to "/113Expressions/55_eyelids-"+$kate.eyeShape.toLowerCase()+ "-" +$kate.complexion+"-tearful">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-eyelid-closed">><<nobr>> <<avatar-expr-eyelid-normal>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-closed">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyelid-closed">><<nobr>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-closed">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> /*AVATAR 16 expression parts -------------------------------------------------------------------------*/ <<widget "avatar-age16-expr-eyebrows-normal">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set _brows to _path+"60_brows-"+ $kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyebrows-raised">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-raised")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyebrows-raised">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_brows-"+$kate.hairColour+"-raised")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyebrows-frown">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-frown")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyebrows-frown">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_brows-"+$kate.hairColour+"-frown")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyebrows-worried">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-worried")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyebrows-worried">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_brows-"+$kate.hairColour+"-worried")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyes-normal">><<nobr>> <<avatar-clearEyes>> <<set _path to "age16/">> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyes-big">><<nobr>> <<avatar-clearEyes>> <<set _path to "age16/">> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyes-big">><<nobr>> <<set _path to "age16/">> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <<set _shape to _path+"50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyelid-normal">><<nobr>> <<avatar-age16-expr-removeEyelid-squint>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyelid-squint">><<nobr>> <<avatar-age16-expr-removeEyelid-squint>> <<set _path to "age16/">> <<set _shape to _path+"55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyelid-squint">><<nobr>> <<set _path to "age16/">> <<set _shape to _path+"55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _mouth to _path+"50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-normal">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-smirk">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smirk">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-smirk">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-sad">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-sad">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-sad">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-smile">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smile">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-smile">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-snarl">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-snarl">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-snarl">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-beam">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-beam">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-blush">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeBlush">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-beam">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-normal">><<nobr>> <<set _path to "age16/">> <<set _brows to _path+"60_brows-"+ $kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.complexion+"-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _mouth to _path+"50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <<set _nose to _path+"113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()>> <<set $avatar.body.pushUnique(_nose)>> <<avatar-age16-expr-removeBlush>> <</nobr>><</widget>> <<widget "avatar-age16-expr-nose-normal">><<nobr>> <<set _path to "age16/">> <<set _nose to _path+"113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()>> <<set $avatar.body.pushUnique(_nose)>> <</nobr>><</widget>> /*AGE 12 Expression parts----------------------------------------------------------------------------------------------------*/ <<widget "avatar-age12-expr-eyebrows-normal">><<nobr>> <<avatar-clearBrows>> <<set _path to "age12/">> <<set _brows to _path+"60_brows-"+$kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age12-expr-eyebrows-sad">><<nobr>> <<avatar-clearBrows>> <<set _path to "age12/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-sad")>> <</nobr>><</widget>> <<widget "avatar-age12-expr-mouth-pout">><<nobr>> <<avatar-clearMouth>> <<set _path to "age12/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-" +$kate.mouthShape.toLowerCase()+"-pout">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age12-expr-mouth-smile">><<nobr>> <<avatar-clearMouth>> <<set _path to "age12/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-" +$kate.mouthShape.toLowerCase()+"-smile">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age12-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<set _path to "age12/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> /*Age 8 expression parts---------------------------------------------------------------------------*/ <<widget "avatar-age8-expr-eyebrows-normal">><<nobr>> <<avatar-clearBrows>> <<set _path to "age8/">> <<set _brows to _path+"60_brows-"+$kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-eyebrows-raised">><<nobr>> <<avatar-clearBrows>> <<set _path to "age8/">> <<set _brows to _path+"60_brows-"+$kate.hairColour+"-raised">> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-eyebrows-rogerMoore">><<nobr>> <<avatar-clearBrows>> <<set _path to "age8/">> <<set _brows to _path+"60_brows-"+$kate.hairColour+"-rogerMoore">> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-beam">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-beam">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-open">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-open">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-smirk">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-smirk">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> /*ACTUAL EXPRESSIONS--------------------------------------------------------------------------------------------------Expression combinations*/ /*Age 8*/ <<widget "avatar-age8-normal">><<nobr>> <<avatar-age8-expr-eyebrows-normal>> <<avatar-age8-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-age8-smile">><<nobr>> <<avatar-age8-expr-eyebrows-normal>> <<avatar-age8-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-age8-shock">><<nobr>> <<avatar-age8-expr-eyebrows-raised>> <<avatar-age8-expr-mouth-open>> <</nobr>><</widget>> <<widget "avatar-age8-smirk">><<nobr>> <<avatar-age8-expr-eyebrows-rogerMoore>> <<avatar-age8-expr-mouth-smirk>> <</nobr>><</widget>> /*Age 12*/ <<widget "avatar-age12-normal">><<nobr>> <<avatar-age12-expr-eyebrows-normal>> <<avatar-age12-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-age12-sad">><<nobr>> <<avatar-age12-expr-eyebrows-sad>> <<avatar-age12-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-age12-smile">><<nobr>> <<avatar-age12-expr-eyebrows-normal>> <<avatar-age12-expr-mouth-smile>> <</nobr>><</widget>> /*Age 16*/ <<widget "avatar-age16-normal">><<nobr>> <<avatar-age16-expr-normal>> <<avatar-age16-expr-eyebrows-normal>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-normal>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-lol">><<nobr>> /*Genuine smile / Lol*/ <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-raised>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-beam>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-sad">><<nobr>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-worried>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-sad>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-restingBitchFace">><<nobr>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-normal>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-squint>> <<avatar-age16-expr-mouth-sad>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-anger">><<nobr>> /*Anger / indignation */ <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-frown>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-snarl>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-embarrassed2">><<nobr>> <<avatar-age16-expr-eyebrows-worried>> <<avatar-age16-expr-eyes-big>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-smirk>> <<avatar-age16-expr-blush>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-pain">><<nobr>> /*Pain / Shock */ <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-worried>> <<avatar-age16-expr-eyes-big>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-snarl>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-thrilled">><<nobr>> <<avatar-age16-expr-eyebrows-raised>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyes-big>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-beam>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-smile">><<nobr>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-raised>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-smile>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> /*Adult avatar Expressions-------------------------*/ <<widget "avatar-normal">><<nobr>> <<set $avatar.blink to true>> /*This is only the face expression*/ <<if $kate.quirks.includes("resting bitch face")>> <<avatar-restingBitchFace>> <<set $avatar.blink to true>> <<else>> <<avatar-clearFace>> <<set $avatar.blink to true>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</if>> <</nobr>><</widget>> <<widget "avatar-talking">><<nobr>> /*talking*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-talk>> <</nobr>><</widget>> <<widget "avatar-stern">><<nobr>> /*stern / resentful*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-sternTalking">><<nobr>> /**/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-talk>> <</nobr>><</widget>> <<widget "avatar-uncertain">><<nobr>> /*uncertain /worried /sullen*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-uncertainTalking">><<nobr>> /*Uncertain / talking / surprise */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-talk>> <</nobr>><</widget>> <<widget "avatar-asleep">><<nobr>> /*asleep*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-sassy">><<nobr>> /*sassy / Mocking*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-smirk>> <</nobr>><</widget>> <<widget "avatar-niceToMeetYou">><<nobr>> /* Nice to meet you / High morale*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-smile>> <</nobr>><</widget>> <<widget "avatar-satisfied">><<nobr>> /*satisfied / Understanding */ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-smile>> <</nobr>><</widget>> <<widget "avatar-lol">><<nobr>> /*Genuine smile / Lol*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-photoSmile">><<nobr>> /*Photo smile / Charming*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-sad">><<nobr>> /* sad */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sad>> <</nobr>><</widget>> <<widget "avatar-crying">><<nobr>> /* */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-tearful>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sad>> <</nobr>><</widget>> <<widget "avatar-anguish">><<nobr>> /* anguish / Bad Sex Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-restingBitchFace">><<nobr>> /* RBF */ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sad>> <</nobr>><</widget>> <<widget "avatar-mildDisgust">><<nobr>> /* Mild Disgust / Sex Face*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-anger">><<nobr>> /* Anger / Indignation */ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-sexFace">><<nobr>> /* Sex Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-orgasmFace">><<nobr>> /* Orgasm Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <<avatar-expr-blush>> <</nobr>><</widget>> <<widget "avatar-goingDown">><<nobr>> /* Going Down on a girl */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <<avatar-expr-tongue-out>> <</nobr>><</widget>> <<widget "avatar-horny">><<nobr>> /* horny Face / Model Photo Face*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sexy>> <</nobr>><</widget>> <<widget "avatar-bjFace">><<nobr>> /*Bj Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <<avatar-expr-cheeksBJ>> <</nobr>><</widget>> <<widget "avatar-kissing">><<nobr>> /* Kissing */ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sexy>> <</nobr>><</widget>> <<widget "avatar-embarrassed1">><<nobr>> /*embarrassed 1 */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-embarrassed2">><<nobr>> /* embarrassed2 */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-smirk>> <<avatar-expr-blush>> <</nobr>><</widget>> <<widget "avatar-screamHelp">><<nobr>> /* Screaming for help */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <</nobr>><</widget>> <<widget "avatar-dieMotherfucker">><<nobr>> /* Screaming Die Motherfucker*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <</nobr>><</widget>> <<widget "avatar-pain">><<nobr>> /* Pain Shock */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-thrilled">><<nobr>> /* Thrilled / On Drugs */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-resentful">><<nobr>> /* Resentful */ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-sarcastic">><<nobr>> /*sarcastic / Ironic */ <<avatar-clearFace>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-disgusted">><<nobr>> /* disgusted / grossed out*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-amazed">><<nobr>> /*Amazed / suprised */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <</nobr>><</widget>> <<widget "avatar-wetHair">><<silently>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight">> /*Long*/: <<set _wetHair to "longHair-straight-wet-"+_hairColour, _dryHair to "longHair-straight-"+_hairColour>> <<case "longCurly" "Long curly">> /*Curly*/ <<set _wetHair to "longHair-curls-wet-"+_hairColour, _dryHair to "longHair-curls-"+_hairColour>> <<case "short" "Short" "shortSuperShort" "Super short">> /*Short*/ <<set _wetHair to "shortHair-superShort-wet-"+_hairColour, _dryHair to "shortHair-superShort-"+_hairColour>> <<case "shortBob" "Short bob" "Medium bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-bob-wet-"+_hairColour, _dryHair to "mediumHair-bob-"+_hairColour>> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set _wetHair to "longHair-bunWithBangs-wet-"+_hairColour, _dryHair to "longHair-bunWithBangs-"+_hairColour>> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-wavyBob-wet-"+_hairColour, _dryHair to "mediumHair-wavyBob-"+_hairColour>> <</switch>> <<set $avatar.foreground.delete("/113Hair/10_"+_dryHair+"-front"), $avatar.foreground.delete("/113Hair/10_"+_dryHair+"-rear"), $avatar.background.delete("/113Hair/90_"+_dryHair+"-back")>> <<set $avatar.foreground.pushUnique("/113WetLook/10_"+_wetHair+"-front"), $avatar.foreground.pushUnique("/113WetLook/10_"+_wetHair+"-rear"), $avatar.background.pushUnique("/113WetLook/90_"+_wetHair+"-back")>> <</silently>><</widget>> <<widget "avatar-wetBody">><<silently>> <<set $avatar.body.pushUnique("/113WetLook/60_skin-wet-front")>> <</silently>><</widget>> <<widget "avatar-dryBody">><<silently>> <<set $avatar.body.delete("/113WetLook/60_skin-wet-front")>> <</silently>><</widget>> <<widget "avatar-dryHair">><<silently>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight">> /*Long*/: <<set _wetHair to "longHair-straight-wet-"+_hairColour, _dryHair to "longHair-straight-"+_hairColour>> <<case "longCurly" "Long curly">> /*Curly*/ <<set _wetHair to "longHair-curls-wet-"+_hairColour, _dryHair to "longHair-curls-"+_hairColour>> <<case "short" "Short" "shortSuperShort" "Super short">> /*Short*/ <<set _wetHair to "shortHair-superShort-wet-"+_hairColour, _dryHair to "shortHair-superShort-"+_hairColour>> <<case "shortBob" "Short bob" "Medium bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-bob-wet-"+_hairColour, _dryHair to "mediumHair-bob-"+_hairColour>> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set _wetHair to "longHair-bunWithBangs-wet-"+_hairColour, _dryHair to "longHair-bunWithBangs-"+_hairColour>> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-wavyBob-wet-"+_hairColour, _dryHair to "mediumHair-wavyBob-"+_hairColour>> <</switch>> <<set $avatar.foreground.pushUnique("/113Hair/10_"+_dryHair+"-front"), $avatar.foreground.pushUnique("/113Hair/10_"+_dryHair+"-rear"), $avatar.background.pushUnique("/113Hair/90_"+_dryHair+"-back")>> <<set $avatar.foreground.delete("/113WetLook/10_"+_wetHair+"-front"), $avatar.foreground.delete("/113WetLook/10_"+_wetHair+"-rear"), $avatar.background.delete("/113WetLook/90_"+_wetHair+"-back")>> <</silently>><</widget>> <<widget "avatar-getWet">><<silently>> <<avatar-wetBody>> <<avatar-wetHair>> <</silently>><</widget>> <<widget "avatar-dryOff">><<silently>> <<avatar-dryBody>> <<avatar-dryHair>> <</silently>><</widget>>
<<widget "emote-brows-attentive">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-attentive")>> <</silently>><</widget>> <<widget "emote-brows-calm">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-calm")>> <</silently>><</widget>> <<widget "emote-brows-frown">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-frown")>> <</silently>><</widget>> <<widget "emote-brows-naughty">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-naughty")>> <</silently>><</widget>> <<widget "emote-brows-raised">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-raised")>> <</silently>><</widget>> <<widget "emote-brows-rogerMoore">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-rogerMoore")>> <</silently>><</widget>> <<widget "emote-brows-worried">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-worried")>> <</silently>><</widget>> <<widget "emote-calm">><<silently>> <<emote-brows-calm>> <<emote-eyes-calm>> <<emote-mouth-calm>> <<emote-nose-calm>> <<set $avatar.body.delete("/113Expressions/60_cheeks-blush")>> <<set $avatar.body.delete("/113Expressions/60_chest-flushed")>> <<set $avatar.body.delete("/113Expressions/60_cheeks-blush-75Percent")>> <<set $avatar.body.delete("/113Expressions/60_chest-flushed-75Percent")>> <</silently>><</widget>> <<widget "emote-cheeks-blush">><<silently>> <<set $avatar.body.pushUnique("/113Expressions/60_cheeks-blush")>> <</silently>><</widget>> <<widget "emote-cheeks-blush-fading">><<silently>> <<set $avatar.body.delete("/113Expressions/60_cheeks-blush")>> <<set $avatar.body.pushUnique("/113Expressions/60_cheeks-blush-75Percent")>> <</silently>><</widget>> <<widget "emote-chest-flush">><<silently>> <<set $avatar.body.pushUnique("/113Expressions/60_chest-flushed")>> <</silently>><</widget>> <<widget "emote-chest-flush-fading">><<silently>> <<set $avatar.body.delete("/113Expressions/60_chest-flushed")>> <<set $avatar.body.pushUnique("/113Expressions/60_chest-flushed-75Percent")>> <</silently>><</widget>> <<widget "emote-eyes-big">><<silently>> <<avatar-clearEyes>> <<set _eyeShape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_eyeShape)>> <<set _eyeColour to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_eyeColour)>> <</silently>><</widget>> <<widget "emote-eyes-calm">><<silently>> <<avatar-clearEyes>> <<set $avatar.body.delete("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-closed")>> <<set $avatar.body.delete("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-squint")>> <<set $avatar.body.delete("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-tearful")>> <<set _eyeShape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_eyeShape)>> <<set _eyeColour to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_eyeColour)>> <<if $kate.isWearing.includes("eyeshadow")>> <<remove-makeup-eyeshadow>> <<= "<<apply-makeup-eyeshadow-"+$kate.lastWornEyeshadow+">>">> <</if>> <<if $kate.isWearing.includes("eyeliner")>> <<remove-makeup-eyeliner>> <<= "<<apply-makeup-eyeliner-"+$kate.lastWornEyeliner+">>">> <</if>> <<set $avatar.blink to true>> <</silently>><</widget>> <<widget "emote-eyes-closed">><<silently>> <<emote-eyes-calm>> <<set $avatar.blink to false>> <<set _eyeShape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_eyeShape)>> <<set _eyeColour to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_eyeColour)>> <<if not $kate.isWearing.includesAny("eyeshadow", "eyeliner")>> <<set $avatar.body.pushUnique("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-closed")>> <</if>> <<if $kate.isWearing.includes("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape)>> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</if>> <<if $kate.isWearing.includes("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape)>> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape + "-closed")>> <</if>> <</silently>><</widget>> <<widget "emote-eyes-squint">><<silently>> <<emote-eyes-calm>> <<set $avatar.body.pushUnique("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-squint")>> <</silently>><</widget>> <<widget "emote-eyes-tearful">><<silently>> <<emote-eyes-calm>> <<set $avatar.body.pushUnique("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-tearful")>> <</silently>><</widget>> <<widget "emote-mouth-beam">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-beam")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-blowjob">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-open")>> <<set $avatar.body.pushUnique("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-blowjob")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-calm">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.delete("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-blowjob")>> <<set $avatar.clothing.delete("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-tongue")>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase())>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-oh">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-oh")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-open">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-open")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-pout">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-pout")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-sad">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-sad")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-sexy">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-sexy")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-smile">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-smile")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-smirk">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-smirk")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-talking">><<silently>> <<if $avatar.body.includes("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-oh")>> <<emote-mouth-sexy>> <<elseif $avatar.body.includes("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-sexy")>> <<emote-mouth-oh>> <<else>> <<set _coinToss to either("heads", "tails")>> <<if _coinToss == "heads">> <<emote-mouth-oh>> <<else>> <<emote-mouth-sexy>> <</if>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-lick">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-open")>> <<set $avatar.clothing.pushUnique("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-tongue")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-upset">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-upset")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-wideSmile">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-wideSmile")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</if>> <</silently>><</widget>> <<widget "emote-nose-calm">><<silently>> <<avatar-clearNose>> <<set $avatar.body.pushUnique("/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase())>> <</silently>><</widget>> <<widget "emote-nose-scrunch">><<silently>> <<avatar-clearNose>> <<set $avatar.body.pushUnique("/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()+"-scrunch")>> <</silently>><</widget>> <<widget "emote-nose-wrinkle">><<silently>> <<avatar-clearNose>> <<set $avatar.body.pushUnique("/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()+"-wrinkle")>> <</silently>><</widget>>
/*----------*/ /* BLUSHER */ /*--------*/ <<widget "remove-makeup-blusher">><<silently>> <<if $kate.isWearing.includes("blusher")>> <<= '<<remove-makeup-blusher-' + $kate.lastWornBlusher + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-blusher-apricot">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "apricot">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-apricot")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-apricot">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-apricot")>> <</silently>><</widget>> <<widget "apply-makeup-blusher-contour">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "contour">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-contour")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-contour">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-contour")>> <</silently>><</widget>> <<widget "apply-makeup-blusher-peach">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "peach">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-peach")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-peach">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-peach")>> <</silently>><</widget>> <<widget "apply-makeup-blusher-rosy">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "rosy">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-rosy")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-rosy">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-rosy")>> <</silently>><</widget>> /*-----------*/ /* EYELINER */ /*---------*/ <<widget "remove-makeup-eyeliner">><<silently>> <<if $kate.isWearing.includes("eyeliner")>> <<= '<<remove-makeup-eyeliner-' + $kate.lastWornEyeliner + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-elizabeth">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "elizabeth">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-elizabeth-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-elizabeth">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-elizabeth-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-elizabeth-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-jessica">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "jessica">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-jessica-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-jessica">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-jessica-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-jessica-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-lina">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "lina">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-lina-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-lina">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-lina-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-lina-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-ramona">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "ramona">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-ramona-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-ramona">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-ramona-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-ramona-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> /*------------*/ /* EYESHADOW */ /*----------*/ <<widget "remove-makeup-eyeshadow">><<silently>> <<if $kate.isWearing.includes("eyeshadow")>> <<= '<<remove-makeup-eyeshadow-' + $kate.lastWornEyeshadow + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-amethyst">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "amethyst">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-amethyst">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-emerald">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "emerald">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-emerald">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-emeraldFaded">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "emeraldFaded">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-emeraldFaded">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-galaxy">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "galaxy">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-galaxy">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-lust">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "lust">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-lust">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-rio">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "rio">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-rio">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-smoky">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "smoky">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-smoky">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-zoesBlueEyeshadow">><<silently>> <<remove-makeup-eyeshadow>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape)>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "zoesBlueEyeshadow">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-zoesBlueEyeshadow">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-zoesEyeshadow3">><<silently>> <<remove-makeup-eyeshadow>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape)>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "zoesEyeshadow3">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-zoesEyeshadow3">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> /*-----------*/ /* LIPSTICK */ /*---------*/ <<widget "remove-makeup-lipstick">><<silently>> <<if $kate.isWearing.includes("lipstick")>> <<= '<<remove-makeup-lipstick-' + $kate.lastWornLipstick + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-apricotFantasy">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "apricotFantasy">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-apricotFantasy-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-apricotFantasy">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-burntZellige">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "burntZellige">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-burntZellige-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-burntZellige">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-ladyDanger">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "ladyDanger">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-ladyDanger-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-ladyDanger">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-missMagenta">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "missMagenta">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-missMagenta-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-missMagenta">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-pourpreEdgy">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "pourpreEdgy">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-pourpreEdgy-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-pourpreEdgy">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-roseHip">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "roseHip">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-roseHip-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-roseHip">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-roseTheDay">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "roseTheDay">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-roseTheDay-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-roseTheDay">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-rubyWoo">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "rubyWoo">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-rubyWoo-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-rubyWoo">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-soWhat">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "soWhat">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-soWhat-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-soWhat">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-universalBiscuit">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "universalBiscuit">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-universalBiscuit-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-universalBiscuit">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-violetVixen">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "violetVixen">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-violetVixen-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-violetVixen">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> /*-----------*/ /* MANICURE */ /*---------*/ <<widget "remove-makeup-manicure">><<silently>> <<if $kate.isWearing.includes("manicure")>> <<set $kate.isWearing.delete("manicure")>> <<= '<<set $avatar.foreground.delete("/makeup/manicure/5_manicure-' + $kate.lastWornManicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/manicure/5_manicure-' + $kate.lastWornManicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/manicure/5_manicure-' + $kate.lastWornManicure + '-rear")>>' >> <</if>> <</silently>><</widget>> <<widget "apply-makeup-manicure">><<silently>> /* usage: <<apply-makeup-manicure "azureLikeIt">> */ <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to $args[0]>> <<= '<<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-' + $args[0] + '")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-' + $args[0] + '-rear")>>' >> <</silently>><</widget>> <<widget "remove-makeup-manicure-azureLikeIt">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-azureLikeIt">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "azureLikeIt">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-azureLikeIt")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-azureLikeIt-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-azureLikeIt">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-blueMovie">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "blueMovie">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-blueMovie")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-blueMovie-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-blueMovie">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-blueMovie")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-blueMovie-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-camOh">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "camOh">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-camOh")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-camOh-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-camOh">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-camOh")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-camOh-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-cherryPopped">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "cherryPopped">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-cherryPopped")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-cherryPopped-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-cherryPopped">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-cherryPopped")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-cherryPopped-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-flamingoPunch">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "flamingoPunch">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-flamingoPunch")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-flamingoPunch-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-flamingoPunch">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-flamingoPunch")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-flamingoPunch-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-lemonBomb">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "lemonBomb">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-lemonBomb")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-lemonBomb-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-lemonBomb">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-lemonBomb")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-lemonBomb-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-midnightMission">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "midnightMission">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-midnightMission")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-midnightMission-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-midnightMission">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-midnightMission")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-midnightMission-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-redHotNights">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "redHotNights">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-redHotNights")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-redHotNights-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-redHotNights">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-redHotNights")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-redHotNights-rear")>> <</silently>><</widget>> /*-----------*/ /* PEDICURE */ /*---------*/ <<widget "remove-makeup-pedicure">><<silently>> <<if $kate.isWearing.includes("pedicure")>> <<set $kate.isWearing.delete("pedicure")>> <<= '<<set $avatar.foreground.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-rear")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-barefoot")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-barefoot-rear")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-highHeels")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-highHeels-rear")>>' >> <</if>> <</silently>><</widget>> <<widget "apply-makeup-pedicure">><<silently>> /* usage: <<apply-makeup-pedicure "azureLikeIt">> */ <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to $args[0]>> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-barefoot")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-barefoot-rear")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-highHeels")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-highHeels-rear")>>' >> <</silently>><</widget>> <<widget "apply-makeup-pedicure-azureLikeIt">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "azureLikeIt">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-azureLikeIt">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-blueMovie">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "blueMovie">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-blueMovie">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-camOh">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "camOh">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-camOh">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-cherryPopped">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "cherryPopped">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-cherryPopped">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-flamingoPunch">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "flamingoPunch">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-flamingoPunch">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-lemonBomb">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "lemonBomb">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-lemonBomb">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-midnightMission">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "midnightMission">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-midnightMission">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-redHotNights">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "redHotNights">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-redHotNights">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-highHeels-rear")>> <</silently>><</widget>>
<<widget "attribute-description">><<nobr>> <<include "characterTexts">> <div class="col col-6"> <h1> </h1> <div class="character-editor-explanation"> <<if _selectedAttribute >> <<set _value to $kate.attributes[_selectedAttribute] >> <div class="explanation-inner"> <div class="name"> <<= _selectedAttribute.toUpperFirst()>> </div> <div class="description"> <<print setup.info.attributeExplanations[_selectedAttribute] >> </div> <div class="effects"> <<set _descriptionTitles to setup.info.attributeDescriptionTitles[_selectedAttribute][_value] >> <<for _j to 0; _j lt _descriptionTitles.length; _j++>> <div class="attribute-effect"> _descriptionTitles[_j] </div> <</for>> </div> <div class="description"> <<set _descriptions to setup.info.attributeDescriptions[_selectedAttribute][_value] >> <<for _j to 0; _j lt _descriptions.length; _j++>> <div class="attribute-effect"> _descriptions[_j] </div> <</for>> </div> </div> <</if>> </div> </div> <</nobr>><</widget>> <<widget "character-creator-BreastSize">><<nobr>> <div class="col col-5b col-highlight row"> <div class="col col-12b"> <div class="input"> <div class="label">Bra Size:</div> <div class="radio-inputs"> <div class="radio-input"> </div> <<set $onclick = "functionBraSize(this.value, '<<replace \"#avatar-container\">><<characterCreator-updateAvatar>><<avatar>><</replace>><<replace \"#characterCreatorBraSize\">><<character-creator-BreastSize>><</replace>>')">> <div class="radio-input"> <<if $kate.braSize == "small">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" /> <</if>> <label for="bra-size-small">S</label> </div> <div class="radio-input"> <<if $kate.braSize == "medium">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" /> <</if>> <label for="bra-size-medium">M</label> </div> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /*FREE EDITION*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <<else>> /*Patreon Edition. DELETE THIS*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <</if>> </div> </div> </div> </div> <</nobr>><</widget>> <<widget "character-creator">><<nobr>> <<if $kate.agency eq "mi6">> <<set _agencyTitle to "top secret strap3 ukeo", _subtitle to "Service Personnel Record">> <<set _ethnicityChoices to ["English"]>> <<set _natioChoices to ["British"]>> <<elseif $kate.agency eq "cia">> <<set _agencyTitle to "top secret{{{//}}}hsc-o noforn", _subtitle to "Agency Personnel File">> <<set _ethnicityChoices to ["Anglo American", "Irish American", "Italian American", "Polish American"]>> <<set _natioChoices to ["American"]>> <<elseif $kate.agency eq "asis">> <<set _agencyTitle to "top secret austeo", _subtitle to "Personal Service Record">> <<set _ethnicityChoices to ["Anglo Australian"]>> <<set _natioChoices to ["Australian"]>> <<elseif $kate.agency eq "csis">> <<set _agencyTitle to "top secret/canadian eyes only", _subtitle to "Trés Secret/Réservé aux Canadiens">> <<set _ethnicityChoices to ["Anglo Canadian","French Canadian"]>> <<set _natioChoices to ["Canadian"]>> <<elseif $kate.agency eq "nzsis">> <<set _agencyTitle to "top secret nzeo", _subtitle to "Tuhinga O Mua NZEO">> <<set _ethnicityChoices to ["NZ European"]>> <<set _natioChoices to ["New Zealand"]>> <<else>> <<set _agencyTitle to "top secret strap3 walrus eyes only">> <</if>> <div class="row"> <div class="col col-4 group contents-centered"> <<agency-logo>> </div> <div class="col col-8 group"> <h1>_agencyTitle</h1> <h3>_subtitle</h3> <hr/> <div class="row"> <div class="col col-6"> <div class="input"> <label for="firstname">First Name: </label> <div> <span id="firstNameRandom"><<textbox "$kate.firstName" $kate.firstName>></span> <span class="randomizer"><<link "">><<story-setKateFirstName>><<replace "#firstNameRandom">><<textbox "$kate.firstName" $kate.firstName>><</replace>><</link>></span> </div> </div> <div class="input"> <label for="surname">Surname: </label> <div> <span id="surNameRandom"><<textbox "$kate.surname" $kate.surname>></span> <span class="randomizer"><<link "">><<story-setKateSurName>><<replace "#surNameRandom">><<textbox "$kate.surname" $kate.surname>><</replace>><</link>></span> </div> </div> </div> <div class="col col-6"> <div class="input"> <div class="label">Age:</div> <span class="input-align-left" id="age" style="font-size: 1.34375rem">$kate.age</span> </div> <div class="input"> <div class="label">Rank:</div> <span class="input-align-left" id="rank" style="font-size: 1.34375rem"><<if $kate.agency == "cia">>Case<<elseif $kate.agency == "mi6" or $kate.agency == "asis">>Operations<<else>>Intelligence<</if>> Officer</span> </div> </div> </div> </div> </div> <div class="row"> <div class="col col-12"> <h2 class="group-heading">Physical Description</h2> </div> </div> <div class="physical-description group"> <div class="row basics"> <div class="col col-12 col-highlight row"> <div class="col col-4"> <div class="input"> <label for="nationality">Nationality: </label> <<dropdownCustom "$kate.nationality" _natioChoices >> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> <div class="col col-4"> <div class="input"> <label for="ethnicity">Ethnicity: </label> <<dropdownCustom "$kate.ethnicity" _ethnicityChoices >> <<replace "#characterCreatorBraSize">><<story-setKateSurName>><<character-creator>><</replace>> <</dropdownCustom>> </div> </div> <div class="col col-4"> <div class="input"> <label for="complexion">Complexion: </label> <select id="complexion" name="complexion"> <option value="fair">Fair</option> </select> </div> </div> </div> </div> <div class="row details"> <div class="col col-4 col-highlight row"> <div class="col col-12"> <div class="input"> <label for="hair">Hair: </label> <<dropdownCustom "$kate.hairStyle" "Short bob" "Long straight" "Long curly" "Short" "Wavy bob" "Bun with bangs">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> <div class="input"> <label for="hair-colour">Color: </label> <<dropdownCustom "$kate.hairColour" "Brown" "Black" "Blonde" "Ginger" "Auburn" "Champagne">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> <div class="col col-4 col-highlight row"> <div class="col col-12"> <div class="input"> <label for="eyes">Eyes: </label> <<dropdownCustom "$kate.eyeShape" "Almond" "Cat" "Downturned" "Round" "Wide">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> <div class="input"> <label for="eye-colour">Colour: </label> <<dropdownCustom "$kate.eyeColour" "Blue" "Chestnut" "Emerald" "Grey" "Hazelnut" "Sapphire">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> <div class="col col-4 col-highlight row"> <div class="col col-12"> <div class="input"> <label for="nose">Nose: </label> <<dropdownCustom "$kate.noseShape" "Celestial" "Greek" "Nubian" "Princess" "Roman">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> <div class="input"> <label for="mouth">Mouth: </label> <<dropdownCustom "$kate.mouthShape" "Cupid" "Hollywood" "Pearlique" "Rubina" "Thin">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> </div> <div class="row details"> <div class="col col-7 col-highlight row"> <div class="col col-12"> <div class="input input-face-shape"> <div class="label">Face Shape:</div> <div class="radio-inputs"> <div class="radio-input"> <<set $onclick = "functionHeadShape(this.value, '<<replace \"#avatar-container\">><<characterCreator-updateAvatar>><<avatar>><</replace>>')">> <<if $kate.faceShape == "round">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-round" value="round" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-round" value="round" /> <</if>> <label for="face-shape-round"> Round <svg xmlns="http://www.w3.org/2000/svg" width="21.073" height="21.073" viewBox="0 0 21.073 21.073"> <circle cx="10.537" cy="10.537" r="10.537" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "heart">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-heart" value="heart" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-heart" value="heart" /> <</if>> <label for="face-shape-heart"> Heart <svg xmlns="http://www.w3.org/2000/svg" width="21.721" height="21.073" viewBox="0 0 21.721 21.073"> <path d="M467.919,742.948a5.843,5.843,0,0,0-5.3-3.542,5.709,5.709,0,0,0-5.183,3.324,5.709,5.709,0,0,0-5.183-3.324,5.843,5.843,0,0,0-5.3,3.542,5.748,5.748,0,0,0-.231,3.393,13.243,13.243,0,0,0,1.608,3.893,39.707,39.707,0,0,0,9.1,10.245h0a39.725,39.725,0,0,0,9.1-10.245,13.214,13.214,0,0,0,1.607-3.893A5.74,5.74,0,0,0,467.919,742.948Z" transform="translate(-446.579 -739.406)" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "square">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-square" value="square" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-square" value="square" /> <</if>> <label for="face-shape-square"> Square <svg xmlns="http://www.w3.org/2000/svg" width="14.378" height="21.073" viewBox="0 0 14.378 21.073"> <rect width="14.378" height="21.073" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "diamond">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-diamond" value="diamond" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-diamond" value="diamond" /> <</if>> <label for="face-shape-diamond"> Diamond <svg xmlns="http://www.w3.org/2000/svg" width="17.277" height="21.48" viewBox="0 0 17.277 21.48"> <path d="M623.586,739l-8.639,10.428,8.639,11.051,8.639-11.051Z" transform="translate(-614.947 -739)" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "oval">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-oval" value="oval" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-oval" value="oval" /> <</if>> <label for="face-shape-oval"> Oval <svg xmlns="http://www.w3.org/2000/svg" width="14.378" height="21.073" viewBox="0 0 14.378 21.073"> <rect width="14.378" height="21.073" rx="7.189" /> </svg> </label> </div> </div> </div> </div> </div> <div class="col col-5 col-highlight row"> <div class="col col-12"> <div class="input"> <div class="label">Bra Size:</div> <div class="radio-inputs"> <div class="radio-input"> </div> <<set $onclick = "functionBraSize(this.value, '<<replace \"#avatar-container\">><<characterCreator-updateAvatar>><<avatar>><</replace>><<replace \"#characterCreatorBraSize\">><<character-creator>><</replace>>')">> <div class="radio-input"> <<if $kate.braSize == "small">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" /> <</if>> <label for="bra-size-small">S</label> </div> <div class="radio-input"> <<if $kate.braSize == "medium">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" /> <</if>> <label for="bra-size-medium">M</label> </div> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /*FREE EDITION*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <<else>> /*Patreon Edition. DELETE THIS*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <</if>> </div> </div> </div> </div> </div> <div class="row details"> <div class="col col-12 col-highlight row"> <div class="col col-4"> <div class="input"> <button class="btn avatar-toggle">Toggle Avatar</button> </div> </div> </div> </div> </div> <div class="row buttons"> <div class="button-secondary"> <<button "Random Agent" character-creator >> <<characterCreator-randomiseKate>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</button>> </div> <span class="or">or</span> <<button "Start with this agent" attributes-select>><<set $kate.age to Number($kate.age)>><</button>> </div> <</nobr>><</widget>> <<widget "attributes-select">><<nobr>> <<if $kate.agency == "cia">> <<set _yourAgency to "the CIA">> <<elseif $kate.agency == "mi6">> <<set _yourAgency to "MI6">> <<elseif $kate.agency == "asis">> <<set _yourAgency to "ASIS">> <<elseif $kate.agency == "csis">> <<set _yourAgency to "CSIS">> <<elseif $kate.agency == "nzsis">> <<set _yourAgency to "SIS">> <<else>> <<set _yourAgency to "//[ERROR IN YOURAGENCY TEMP VAR]//">> <</if>> <<include "characterTexts">> <<set _attributes to [ "openness", "conscientiousness", "extraversion", "agreeableness", "neuroticism", "intellect", "coordination", "height", "beauty", ], _attributeMin to -2, _attributeMax to +2, _attributeExplanations to { "openness": "How curious, abstract and imaginative you are.", "conscientiousness": "How organized, productive and responsible you are.", "extraversion": "How sociable, assertive and cheery you are.", "agreeableness": "How compassionate, respectful and trusting you are.", "neuroticism": "Your tendencies towards anxiety and depression.", "intellect": "Your general intelligence.", "coordination": "Your natural grace and dexterity.", "height": "How tall you are.", "beauty": "How conventionally attractive you are.", }, _attributeDescriptionTitles to { "openness": { "-2": [ "Orthodox (3% of people)" ], "-1": [ "Preserver (13% of people)" ], "0": [ "Balanced (7 in 10 people)" ], "1": [ "Explorer (13% of people)" ], "2": [ "Pioneer (3% of people)" ], }, "conscientiousness": { "-2": [ "Maverick (3% of people)" ], "-1": [ "Spontaneous (13% of people)" ], "0": [ "Competent (7 in 10 people)" ], "1": [ "Focused (13% of people)" ], "2": [ "Controlled (3% of people)" ], }, "extraversion": { "-2": [ "Loner (3% of people)" ], "-1": [ "Introvert (13% of people)" ], "0": [ "Ambivert (7 in 10 people)" ], "1": [ "Extravert (13% of people)" ], "2": [ "Entertainer (3% of people)" ], }, "agreeableness": { "-2": [ "Hostile (3% of people)" ], "-1": [ "Challenger (13% of people)" ], "0": [ "Sympathetic (7 in 10 people)" ], "1": [ "Kind (13% of people)" ], "2": [ "Martyr (3% of people)" ], }, "neuroticism": { "-2": [ "Fearless (3% of people)" ], "-1": [ "Resilient (13% of people)" ], "0": [ "Reactive (7 in 10 people)" ], "1": [ "Worrier (13% of people)" ], "2": [ "Unstable (3% of people)" ], }, "intellect": { "-2": [ "Borderline (3% of people)" ], "-1": [ "Dull (13% of people)" ], "0": [ "Normal (7 in 10 people)" ], "1": [ "Bright (13% of people)" ], "2": [ "Superior (3% of people)" ], }, "coordination": { "-2": [ "Dyspraxic (3% of people)" ], "-1": [ "Clumsy (13% of people)" ], "0": [ "Normal (7 in 10 people)" ], "1": [ "Athletic (13% of people)" ], "2": [ "Amazonian (3% of people)" ], }, "height": { "-2": [ "Very Short (3% of women)" ], "-1": [ "Short (13% of women)" ], "0": [ "Average (7 in 10 women)" ], "1": [ "Tall (13% of women)" ], "2": [ "Very Tall (3% of women)" ], }, "beauty": { "-2": [ "Butterface (3% of women)" ], "-1": [ "Plain Jane (13% of women)" ], "0": [ "Average (7 in 10 women)" ], "1": [ "Hot (13% of women)" ], "2": [ "Striking (3% of women)" ], }, }, _attributeDescriptions to { "openness": { "-2": [ "Set firmly in your ways, you tend to think and do as you always have done. (Score too low to join MI6)" ], "-1": [ "Conventional, pragmatic and traditional, you dislike change and resist new ideas. (Score too low to join MI6)" ], "0": [ "Like most people, you're mainly down to earth, but you sometimes get excited by a new idea or seek out a new experience." ], "1": [ "Curious and open minded, you're intrigued by new experiences and new perspectives." ], "2": [ "An original and creative – some would say weird – thinker, you crave new ideas and experiences. You love art and find abstract ideas fascinating." ], }, "conscientiousness": { "-2": [ "Inconsistent, disorganised and unreliable; you don't follow rules and you ignore the requirements placed on you." ], "-1": [ "Laid back and not very reliable; although you're aware of them, you're just not interested in following all the rules or completing every objective. You struggle to be punctual and to honour your commitments." ], "0": [ "Like most people, when there's a job to be done you'll get on with it...eventually, sometimes after prompting from interested parties. You can mostly be relied upon to do what you've promised and to get to appointments on time." ], "1": [ "Responsible and dependable. You're naturally inclined to pour organisation and effort into your goals, with no need for outside control." ], "2": [ "Persistent and exacting; you focus naturally on detail and order. Hard work, organisation and innate self-discipline are the keys to your success." ], }, "extraversion": { "-2": [ "Painfully reserved and quiet; the ideal situation for you is alone, with no requirement to interact with other human beings. (Score too low to join MI6)" ], "-1": [ "Groups of strangers (and sometimes even friends) are not your thing. You get much more out of spending most of your time pursuing activities quietly and alone. Reserved and passive, you rarely express your views to others." ], "0": [ "Like most people, you like spending time with friends and family, and you enjoy meeting new people from time to time. Taking your cues from social situations, you're sometimes talkative and sometimes more inclined to listen. You're also happy to spend time alone." ], "1": [ "Talkative, optimistic and fun, you enjoy meeting new people and are stimulated by social occasions. You're likely to sacrifice the future for the present when there's a chance of getting together with a group of people." ], "2": [ "The center of attention in large, loud crowds of people is where you love to be. Self-disclosing and quick to speak, you aim to entertain and energise. You love to party and you get bored if you spend much time alone." ], }, "agreeableness": { "-2": [ "Skeptical and stubborn, what you want always comes first: you enjoy conflict and you can be ruthless to get what you want. You're antagonistic in your dealings with others, as you won't excuse their errors and their emotions won't sway your views." ], "-1": [ "Honest and dispassionate, you're ready and willing to compete with others to get what you want. You refuse to be pushed around, and will bluntly challenge the commonly accepted views and practices. You don't sacrifice long-term stability for short-term peace." ], "0": [ "Like most people, you're naturally kind, forgiving and affable; especially with loved ones and those whose goodwill you value. However, you dislike being taken advantage of, and will stand up for yourself when it really matters. You largely aim for peaceful relations." ], "1": [ "Flexible and compassionate, you're quick to help others and do what you can to oil the wheels of a social situation. You're quick to forgive and naturally trusting." ], "2": [ "Trusting, helpful and self-sacrificing, you're naturally swayed by the needs and desires of other people. You dislike competition and conflict, and prefer capitulation to confrontation. This can leave you feeling resentful or angry, but you prefer feeling that way to upsetting others." ], }, "neuroticism": { "-2": [ "Unemotional and self-satisfied, you confidently engage in a world containing very few things that can rattle you. You have exceptional tolerance for stress, and you accept failures and setbacks without concern. Your lack of respect for threats can lead you to take bold risks." ], "-1": [ "You're calm and secure in your emotions, rarely feeling anxious or sad. Although you're aware of them, the negative elements of the past, present and future have little impact on your approach to the world." ], "0": [ "Like most people, you acknowledge past negative experiences and use them to make plans to avoid the insecurities of the future. You sometimes feel worried and emotional, but this doesn't restrict your actions." ], "1": [ "Emotionally sensitive, you're prone to stress and anxiety. You often see the worst in a situation, and feel insecurity about your past and fears for the future. Your natural caution can stultify your actions." ], "2": [ "Painfully anxious and self-conscious. All the negative emotions in you hold sway, and you're variously racked with shame, guilt, defensive anger and self pity. (Score too high to join MI6)" ], }, "intellect": { "-2": [ "With an IQ below 70, you're borderline retarded. Although you can live mostly independently, very few modern jobs are open to you. (Score too low to join MI6)" ], "-1": [ "With an IQ below 85, you're of low intelligence. You're best suited to careers involving manual labour. (Score too low to join MI6)" ], "0": [ "With an IQ around 100, you're of average intelligence. The bulk of white- and blue-collar careers are open to you. (Score too low to join MI6)" ], "1": [ "With an IQ above 115, you're university material. Careers you're capable of include engineering, management and teaching." ], "2": [ "With an IQ above 130, you're the smartest person in most rooms. Careers you're capable of include STEM scientist, barrister, medical doctor, and university lecturer." ], }, "coordination": { "-2": [ "You're mildly dyspraxic, which means you struggle with coordination skills - like playing sports or driving - and fine motor skills, like writing or using small objects." ], "-1": [ "You're not a very physical person. Running and catching don't come naturally to you. You're capable of being fit and healthy, but you have to work harder than most people." ], "0": [ "You're of average natural athleticism: capable of great feats if you train hard, or great fats if you don't bother." ], "1": [ "Naturally graceful and dextrous; you were probably attracted to sports or dance at school." ], "2": [ "You have the genetic potential to be an Olympian athlete. Although you'd never know this without actually training like an Olympian, you do have excellent natural balance and dexterity. You pick up physical skills like climbing and shooting very quickly." ], }, "height": { "-2": [ "You're around 4'10 (147cm) tall." ], "-1": [ "You're around 5' (152cm) tall." ], "0": [ "You're around 5'4 (162cm) tall." ], "1": [ "You're around 5'7 (170cm) tall." ], "2": [ "You're around 5'9 (175cm) tall." ], }, "beauty": { "-2": [ "They say true beauty is on the inside. (Score too low to be recruited for this mission)" ], "-1": [ "You're a bit of a butterface. (Score too low to be recruited for this mission)" ], "0": [ "You're a 5 without makeup; the girl next door. (Score too low to be recruited for this mission)" ], "1": [ "Naturally attractive – beautiful when you make an effort – you're the hot girl next door." ], "2": [ "Effortlessly, strikingly beautiful, you could have been a professional model or actress." ], }, } >> <div id="attributes-select" class="row character-editor"> <div class="col col-6"> <h1>ATTRIBUTES</h1> <<if $kate.attributes.coordination lt 0>> <<set $kate.quirks.pushUnique("batarian")>> <<set $avatar.foreground.pushUnique("10_hipsterGlasses")>> <<replace "#avatar-container">><<avatar>><</replace>> <<else>> <<set $kate.quirks.delete("batarian")>> <<set $avatar.foreground.delete("10_hipsterGlasses")>> <<replace "#avatar-container">><<avatar>><</replace>> <</if>> <div id="attributesSelectedCheck" class="attributes character-editor-fields"> <<set _lock to ["openness", "conscientiousness", "extraversion", "agreeableness", "neuroticism", "intellect", "coordination", "height", "beauty"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _lock.includes(_attribute)>> <<set _value to $kate.attributes[_attribute] || 0 >> <<capture _attribute >> <<set _class to "attribute">> <<if _selectedAttribute == _attribute>> <<set _class to _class + ' selected'>> <</if>> <<if (_attribute == 'openness' and _value lt 0) or (_attribute == 'extraversion' and _value lte -2) or (_attribute == 'neuroticism' and $kate.attributes.neuroticism gte 2) or (_attribute == 'intellect' and $kate.attributes.intellect lte 0) or (_attribute == 'beauty' and $kate.attributes.beauty lte 0) >> <<set _class to _class + ' invalid'>> <</if>> <div @class=_class> <header> <<link _attribute>> <<set _selectedAttribute to _attribute>> <<replace "#passage-attributes-select">><<attributes-select>><</replace>> <</link>> </header> <div class="values" @data-value="_value"> <<for _j to setup.info.attributeMin; _j lte setup.info.attributeMax; _j++>> <<capture _j>> <<link "<span @data-value=_j>_j</span>">> <<set $kate.attributes[_attribute] to _j >> <<set _selectedAttribute to _attribute>> <<replace "#passage-attributes-select">><<attributes-select>><</replace>> <</link>> <</capture>> <</for>> </div> </div> <</capture>> <</if>> <</for>> </div> </div> <<attribute-description>> <footer id="page-navigation" class="buttons col col-12"> <<return "Back">> <<if $kate.attributes.beauty gt 0 and $kate.attributes.intellect gt 0 and $kate.attributes.neuroticism lt 2 and $kate.attributes.extraversion gt -2 and $kate.attributes.openness gte 0>> <<button Kinks kinks-select>><</button>> <<else>> <div class="button-invalid"> <<button Alert!>> <<script>> Dialog.setup("Alert"); Dialog.wiki("Officer does not fit mission profile. <<attributes-check>>"); Dialog.open(); <</script>> <</button>> </div> <</if>> </footer> </div> <</nobr>><</widget>> <<widget "Secondary-Attributes">><<nobr>> /*Initial Setup*/ <<set $kate.attributes.confidence to {}>> <<set $kate.attributes.creativity to {}>> <<set $kate.attributes.daring to {}>> <<set $kate.attributes.fitness to {}>> <<set $kate.attributes.painThreshold to {}>> <<set $kate.attributes.strength to {}>> <<set $kate.attributes.confidence.level to (($kate.attributes.extraversion.level + $kate.attributes.beauty.level + $kate.attributes.height.level)/3)>> <<set $kate.attributes.confidence.xp to 0>> <<set $kate.attributes.creativity.level to $kate.attributes.openness.level>> <<set $kate.attributes.creativity.xp to 0>> <<set $kate.attributes.daring.level to (($kate.attributes.extraversion.level - $kate.attributes.neuroticism.level)/2)>> <<set $kate.attributes.daring.xp to 0>> <<set $kate.attributes.fitness.level to 0>> <<set $kate.attributes.fitness.xp to 0>> <<if $kate.hairColour eq "ginger">> <<set $kate.attributes.painThreshold.level to -1>> <<else>> <<set $kate.attributes.painThreshold.level to 0>> <</if>> <<set $kate.attributes.painThreshold.level to 0>> <<set $kate.attributes.painThreshold.xp to 0>> <<set $kate.attributes.strength.level to ($kate.attributes.height.level-1)>> <<set $kate.attributes.strength.xp to 0>> <</nobr>><</widget>> <<widget "Primary-Attributes">><<nobr>> /*Initial Setup*/ <<set _tempAttr to $kate.attributes>> <<set $kate.attributes to {}>> <<set $kate.attributes.openness to {} >> <<set $kate.attributes.openness.level to _tempAttr.openness >> <<set $kate.attributes.openness.xp to "NaN">> <<set $kate.attributes.conscientiousness to {} >> <<set $kate.attributes.conscientiousness.level to _tempAttr.conscientiousness >> <<set $kate.attributes.conscientiousness.xp to "NaN">> <<set $kate.attributes.extraversion to {} >> <<set $kate.attributes.extraversion.level to _tempAttr.extraversion >> <<set $kate.attributes.extraversion.xp to "NaN">> <<set $kate.attributes.agreeableness to {} >> <<set $kate.attributes.agreeableness.level to _tempAttr.agreeableness >> <<set $kate.attributes.agreeableness.xp to "NaN">> <<set $kate.attributes.neuroticism to {} >> <<set $kate.attributes.neuroticism.level to _tempAttr.neuroticism >> <<set $kate.attributes.neuroticism.xp to "NaN">> <<set $kate.attributes.intellect to {} >> <<set $kate.attributes.intellect.level to _tempAttr.intellect >> <<set $kate.attributes.intellect.xp to "NaN">> <<set $kate.attributes.coordination to {} >> <<set $kate.attributes.coordination.level to _tempAttr.coordination >> <<set $kate.attributes.coordination.xp to "NaN">> <<set $kate.attributes.height to {} >> <<set $kate.attributes.height.level to _tempAttr.height >> <<set $kate.attributes.height.xp to "NaN">> <<set $kate.attributes.beauty to {} >> <<set $kate.attributes.beauty.level to _tempAttr.beauty >> <<set $kate.attributes.beauty.xp to "NaN">> <<Secondary-Attributes>> <</nobr>><</widget>> <<widget "awardXP">><<nobr>> <<script>> let keysAttrib = Object.keys(State.variables.kate.attributes); let keysSkills = Object.keys(State.variables.kate.skills); let name = State.variables.args[0].toLowerCase(); let xpValue = State.variables.args[1]; let levelIncreaseValues = [0,500,1000,2000,4000,8000,16000,32000,64000,128000,256000,512000, 1024000, 2048000,4096000]; State.temporary.tempVar1 = ""; if(keysAttrib.includes(name)){ if( State.variables.kate.attributes[name].xp != "NaN"){ let newLevel = 0; let increase = 0; let targetXP = State.variables.kate.attributes[name].xp + xpValue; State.variables.kate.attributes[name].xp = State.variables.kate.attributes[name].xp + xpValue; for( let j = 0; j < levelIncreaseValues.length; j++){ if(levelIncreaseValues[j]<= targetXP && targetXP < levelIncreaseValues[j+1]){ newLevel= j; j = 200; } } if (newLevel > 0){ increase = newLevel - Math.abs(State.variables.kate.attributes[name].level); State.variables.kate.attributes[name].level = Math.round(newLevel); State.temporary.tempVar1 = State.variables.args[0] + " +" + increase; State.temporary.tempVar2 = State.variables.args[0] + " increased to level " + Math.round(newLevel); } else { /*console.log("No level increase");*/ } } else { console.log(name + " is a primary attribute, you can't add xp."); } } else if(keysSkills.includes(name)) { let levelingXp= [-4,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]; let newLevel = 0; let increase = 0; let targetXP = State.variables.kate.skills[name].xp + xpValue; State.variables.kate.skills[name].xp = State.variables.kate.skills[name].xp + xpValue; for( let j = 0; j < levelIncreaseValues.length; j++){ if(levelIncreaseValues[j]<= targetXP && targetXP < levelIncreaseValues[j+1]){ newLevel= j; j = 200; } } if (newLevel > 0){ newLevel = levelingXp[newLevel]; increase = Math.abs(newLevel - Math.abs(State.variables.kate.skills[name].level)); State.variables.kate.skills[name].level =Math.round(newLevel); State.temporary.tempVar1 = State.variables.args[0] + " +" + increase; State.temporary.tempVar2 = State.variables.args[0] + " skill permanently increased to level " + Math.round(newLevel); } else { /*console.log("No level increase");*/ } } else { console.log("Error! -> no skill or attribute by the name: "+ name+" found!"); }; <</script>> <<if _tempVar1 != "">> <<addNotification _tempVar1 _tempVar2>> <</if>> <</nobr>><</widget>> <<widget "attributes-check">><<nobr>> <<if $kate.attributes.openness lt 0 >> <br>– $kate.firstName's <b>Openness</b> is too low to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.extraversion lte -2 >> <br>– $kate.firstName's <b>Extraversion</b> is too low to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.neuroticism gte 2 >> <br>– $kate.firstName's <b>Neuroticism</b> is too high to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if$kate.attributes.intellect lte 0 >> <br>– $kate.firstName's <b>Intellect</b> is too low to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.beauty lte 0 >> <br>– $kate.firstName's <b>Beauty</b> is too low to be selected for this mission. <</if>> <</nobr>><</widget>> <<widget "agency-logo">><<nobr>> <<if $kate.agency eq "mi6">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/mi6.png" /> <<elseif $kate.agency eq "cia">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/cia.png" /> <<elseif $kate.agency eq "asis">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/asis.png" /> <<elseif $kate.agency eq "csis">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/csis.png" /> <<elseif $kate.agency eq "nzsis">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/nzsis.png" /> <<else>> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/mi6.png" /> <</if>> <</nobr>><</widget>>
<<widget "agency-list">><<nobr>> <div class="row flags" id="flags"> <<set $flagClass to 'flag flag-usa'>> <<if $kate.agency == "cia">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "USA" `passage()`>> <<set $kate.agency to "cia">> <</link>> </div> <<set $flagClass to 'flag flag-uk'>> <<if $kate.agency == "mi6">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "UK" `passage()`>> <<set $kate.agency to "mi6">> <</link>> </div> <<set $flagClass to 'flag flag-australia'>> <<if $kate.agency == "asis">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "Australia" `passage()`>> <<set $kate.agency to "asis">> <</link>> </div> <<set $flagClass to 'flag flag-canada'>> <<if $kate.agency == "csis">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "Canada" `passage()`>> <<set $kate.agency to "csis">> <</link>> </div> <<set $flagClass to 'flag flag-new-zealand'>> <<if $kate.agency == "nzsis">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "New Zealand" `passage()`>> <<set $kate.agency to "nzsis">> <</link>> </div> </div> <<if $kate.agency == 'cia'>> <<set _agencyName to 'Central Intelligence Agency (CIA)' >> <<set _agencyDescription to 'The backbone of the alliance, boasting the most advanced technical capabilities and the biggest budget.' >> <<elseif $kate.agency == 'mi6'>> <<set _agencyName to 'Secret Intelligence Service (MI6)' >> <<set _agencyDescription to 'Specialists in human intelligence, with a unique reach into countries that were once part of the British Empire.' >> <<elseif $kate.agency == 'csis'>> <<set _agencyName to 'Canadian Security Intelligence Service (CSIS)' >> <<set _agencyDescription to 'Canadian officers can deploy on missions without attracting as much scrutiny as their American or British counterparts.' >> <<elseif $kate.agency == 'asis'>> <<set _agencyName to 'Australian Secret Intelligence Service (ASIS)' >> <<set _agencyDescription to 'Specialists in regional intelligence, providing the alliance with a window into the growing might of Asia.' >> <<elseif $kate.agency == 'nzsis'>> <<set _agencyName to 'Security Intelligence Service (SIS)' >> <<set _agencyDescription to 'Kiwi officers can deploy on missions without attracting as much scrutiny as their American or British counterparts.' >> <</if>> <div class="agency-description"> <div class="agency-name"><<print _agencyName >></div> <<print _agencyDescription >> </div> <</nobr>> <</widget>>
<<widget "kink-description">><<nobr>> <<include "characterTexts">> <div class="col col-6"> <h1> </h1> <div class="character-editor-explanation"> <<if _selectedKink >> <div class="explanation-inner"> <div class="name"> <<= _selectedKink.toUpperFirst()>> </div> <div class="description"> <<print setup.info.kinkDescriptions[_selectedKink] >> </div> </div> <</if>> </div> </div> <</nobr>><</widget>> <<widget kinks-select>><<nobr>> <<include "characterTexts">> <div id="kinks-select" class="row character-editor"> <div class="col col-6"> <h1>Kinks</h1> <div class="kinks character-editor-fields"> <<for _i to 0; _i lt setup.info.kinks.length; _i++>> <<set _kink to setup.info.kinks[_i]>> <<capture _kink >> <<set _class to "kink">> <<if _selectedKink == _kink>> <<set _class to _class + ' selected'>> <</if>> <<if $kate.kinks.includesAny(_kink) >> <<set _class to _class + ' owned'>> <</if>> <div @class=_class> <header> <<link _kink>> <<set _selectedKink to _kink>> <<replace "#passage-kinks-select">><<kinks-select>><</replace>> <</link>> </header> <div class="toggle"> <<link x>> <<set _selectedKink to _kink>> <<if $kate.kinks.includesAny(_kink) >> <<run $kate.kinks.delete(_kink) >> <<else>> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /*Free EDITION */ <<run $kate.kinks.delete("exhibitionist","masochist","submissive")>> <<run $kate.kinks.push(_kink) >> <<else>> /*Patreon EDITION DELETE THIS*/ <<run $kate.kinks.push(_kink) >> <</if>> <</if>> <<replace "#passage-kinks-select">><<kinks-select>><</replace>> <</link>> </div> </div> <</capture>> <</for>> </div> </div> <<kink-description>> <footer id="page-navigation" class="buttons col col-12"> <<return "Back" >> <<if $kate.kinks.length gt 0>> <<button "START" "LPYOUTH-99 Title Card">><<util-avatarValuesToCamel>><</button>> <<else>> <<button Alert>> <<script>> Dialog.setup("Alert"); Dialog.wiki("$kate.firstName must have at least one Kink."); Dialog.open(); <</script>> <</button>> <</if>> </footer> </div> <</nobr>><</widget>>
<<widget "quirk-description">><<nobr>> <<include "characterTexts">> <div class="col col-6"> <h1> </h1> <div class="character-editor-explanation"> <<if _selectedQuirk >> <div class="explanation-inner"> <div class="name"> <<= _selectedQuirk.toUpperFirst()>> </div> <div class="description"> <<print setup.info.quirkDescriptions[_selectedQuirk] >> </div> <div class="effects"> <<set _effects to setup.info.quirkEffects[_selectedQuirk] >> <<for _j to 0; _j lt _effects.length; _j++>> <div class="quirk-effect"> _effects[_j] </div> <</for>> </div> </div> <</if>> </div> </div> <</nobr>><</widget>> <<widget "quirks-select">><<nobr>> <<set _quirks to { "appearance": [ "batarian", "freckles", ], "Social class": [ "elite", "middle class", "working class", ], }, _quirkDescriptions to { "batarian": "You wear glasses or contacts.", "commando": "You don't habitually wear knickers.", "resting bitch face": "Your neutral expression is a pout.", "freckles" : "Your face is adorned with freckles.", "elite": "Your family's part of the 1%. You had extra opportunities growing up, including a year at an elite Swiss finishing school.", "middle class": "You're from a normal middle class background.", "working class": "You're from a working class background. Money was tight growing up.", "single mum": "You were raised by your mum on her own.", "big brother": "You have a big brother.", "big sister": "You have a big sister.", "kid brother": "You have a kid brother.", "kid sister": "You have a kid sister.", "easy": "You project a slutty, attainable vibe.", "picky": "You're choosy about who you go to bed with.", }, _quirkEffects to { "batarian": [ "-1 to perception checks when vision is unaided", ], "commando": [ "Knickers removed from default outfits", ], "resting bitch face": [ "-1 Approachability", ], "freckles": [ "", ], "elite": [ "", ], "middle class": [ "", ], "working class": [ "", ], "single mum": [ "", ], "big brother": [ "", ], "big sister": [ "", ], "kid brother": [ "", ], "kid sister": [ "", ], "easy": [ "+1 Approachability", "More random partners generated during background" ], "picky": [ "-1 Approachability", "Fewer random partners generated during background" ], } >> <div id="quirks-select" class="row character-editor"> <div class="col col-6"> <h1>Quirks</h1> <div class="quirks character-editor-fields"> <<set _quirksGroups to Array.prototype.slice.call(Object.keys(_quirks)) >> <<for _j to 0; _j < _quirksGroups.length; _j++>> <<set _group to _quirksGroups[_j] >> <div class="quirks-group"> <header>_group</header> <<for _i to 0; _i lt _quirks[_group].length; _i++>> <<set _quirk to _quirks[_group][_i]>> <<capture _quirk >> <<set _class to "quirk">> <<if _selectedQuirk == _quirk>> <<set _class to _class + ' selected'>> <</if>> <<if $kate.quirks.includesAny(_quirk) >> <<set _class to _class + ' owned'>> <</if>> <div @class=_class> <header> <<link _quirk>> <<set _selectedQuirk to _quirk>> <<replace "#passage-quirks-select">><<quirks-select>><</replace>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</link>> </header> <div class="toggle"> <<link +>> <<set _selectedQuirk to _quirk>> <<if $kate.quirks.includesAny(_quirk) >> <<run $kate.quirks.delete(_quirk) >> <<else>> <<if _quirk eq "elite" and $kate.quirks.includesAny("working class", "middle class")>> <<set $kate.quirks.delete("elite","working class","middle class")>> <</if>> <<if _quirk eq "working class" and $kate.quirks.includesAny("elite","middle class")>> <<set $kate.quirks.delete("elite","working class","middle class")>> <</if>> <<if _quirk eq "middle class" and $kate.quirks.includesAny("elite","working class")>> <<set $kate.quirks.delete("elite","working class","middle class")>> <</if>> <<if _quirk eq "easy" and $kate.quirks.includes("picky")>> <<set $kate.quirks.delete("picky")>> <</if>> <<if _quirk eq "picky" and $kate.quirks.includes("easy")>> <<set $kate.quirks.delete("easy")>> <</if>> <<run $kate.quirks.push(_quirk) >> <</if>> <<replace "#passage-quirks-select">><<quirks-select>><</replace>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</link>> </div> </div> <</capture>> <</for>> </div> <</for>> </div> </div> <<quirk-description>> <footer id="page-navigation" class="buttons col col-12"> <<return "Back">> <<if $kate.quirks.includesAll("elite","working class") or $kate.quirks.includesAll("elite","middle class") or $kate.quirks.includesAll("middle class","working class") or $kate.quirks.includesAll("elite","working class", "middle class")>> <<button Alert!>> <<script>> Dialog.setup("Alert"); Dialog.wiki("$kate.firstName can't be more than one social class."); Dialog.open(); <</script>> <</button>> <<elseif !$kate.quirks.includesAny("elite","working class", "middle class")>> <<button Alert!>> <<script>> Dialog.setup("Alert"); Dialog.wiki("$kate.firstName must have a social class."); Dialog.open(); <</script>> <</button>> <<else>> <<button "Start" "LPYOUTH-99 Title Card">><</button>> <</if>> </footer> </div> <</nobr>><</widget>>
<<widget "newFeatureIcon">><<nobr>> <div class="icon icon-new-feature"></div> <</nobr>><</widget>> <<widget "improvementIcon">><<nobr>> <div class="icon icon-improvement"></div> <</nobr>><</widget>> <<widget "fixIcon">><<nobr>> <div class="icon icon-bugfix"></div> <</nobr>><</widget>> <<widget "newSceneIcon">><<nobr>> <div class="icon icon-new-scene"></div> <</nobr>><</widget>> <<widget "bugreport">><<nobr>><center> Oh no! A bug!<br> Please copy this text → <<print State.passage>> ← <br> and follow the instructions on <a href="https://bitbucket.org/jtfn/fa-clean-code/issues/new">bitbucket</a> on how to report it. </center><</nobr>><</widget>> <<widget "getKatesBirthHospital">><<nobr>> /* creates a temp var called _hospital or _HOSPITAL with the name of the hospital in which Kate was born */ <<if $kate.agency == "mi6">> <<set _hospital to "St Thomas' Hospital", _HOSPITAL to "ST THOMAS' HOSPITAL">> <</if>> <</nobr>><</widget>> <<widget "getKatesHighSchool">><<nobr>> /* creates a temp var called _highSchool or _HIGHSCHOOL with the name of the high school Kate went to. _HIGHSCHOOLLOCATION is used in the header. _highSchoolShortName is used conversationally */ <<if $kate.agency == "mi6">> <<if $kate.quirks.includes("elite")>> <<set _highSchool to "Eaton Square Senior School", _HIGHSCHOOL to "EATON SQUARE SENIOR SCHOOL", _HIGHSCHOOLLOCATION to "W LONDON", _highSchoolShortName to "Eaton Square">> <<elseif $kate.quirks.includes("working class")>> <<set _highSchool to "Highgate Wood Secondary School", _HIGHSCHOOL to "HIGHGATE WOOD SECONDARY SCHOOL", _HIGHSCHOOLLOCATION to "N LONDON", _highSchoolShortName to "Highgate Wood">> <<else>> /* Kate is middle class */ <<set _highSchool to "Raynes Park High School", _HIGHSCHOOL to "RAYNES PARK HIGH SCHOOL", _HIGHSCHOOLLOCATION to "SW LONDON", _highSchoolShortName to "Raynes Park">> <</if>> <</if>> <</nobr>><</widget>> <<widget "getKatesPrimarySchool">><<nobr>> /* creates a temp var called _primarySchool or _PRIMARYSCHOOL with the name of the primary school Kate went to. _primarySchoolShortName is used conversationally */ <<if $kate.agency == "mi6">> <<if $kate.quirks.includes("elite")>> <<set _primarySchool to "St. George's Primary School", _PRIMARYSCHOOL to "ST. GEORGE'S PRIMARY SCHOOL", _primarySchoolShortName to "St. Georges'">> <<elseif $kate.quirks.includes("working class")>> <<set _primarySchool to "Bruce Grove Primary School", _PRIMARYSCHOOL to "BRUCE GROVE PRIMARY SCHOOL", _primarySchoolShortName to "Bruce Grove">> <<else>> /* Kate is middle class */ <<set _primarySchool to "All Saints' Primary School", _PRIMARYSCHOOL to "ALL SAINTS' PRIMARY SCHOOL", _primarySchoolShortName to "All Saints'">> <</if>> <</if>> <</nobr>><</widget>> <<widget "header">><<nobr>> /*<<set $header.line1 to "''<span class='blinking'>_HOSPITAL,</span>'' LONDON", $header.line2 to "APRIL 11, 1992 / 0657HRS">>*/ /*<span class='blinking'></span>*/ <header id="passage-header"> <div class="name"> <<if $kate.isUndercover>> <<if $kate.isUsingHerStripperName>> "$kate.stripperName" <<else>> "$kate.cover.firstName $kate.cover.surname" <</if>> <<else>> $kate.firstName $kate.surname <</if>> </div> <hr/> <div class="location"> <span class="city"> <<if _header1Blink>> <span class="blinking"> $header.line1 </span> <<else>> $header.line1 <</if>> </span> </div> <div class="extra-info"> <span class="year"> $header.line2 </span> </div> </header> <</nobr>><</widget>> <<widget "characterCreator-randomiseKateAttributes">> /* Openness (minimum 0 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 gte 97>> <<set $kate.attributes.openness to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.openness to 1>> <<else>> <<set $kate.attributes.openness to 0>> <</if>> /* Conscientiousness */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.conscientiousness to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.conscientiousness to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.conscientiousness to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.conscientiousness to 1>> <<else>> <<set $kate.attributes.conscientiousness to 0>> <</if>> /* Extraversion (minimum -1 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 lte 13>> <<set $kate.attributes.extraversion to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.extraversion to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.extraversion to 1>> <<else>> <<set $kate.attributes.extraversion to 0>> <</if>> /* Agreeableness */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.agreeableness to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.agreeableness to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.agreeableness to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.agreeableness to 1>> <<else>> <<set $kate.attributes.agreeableness to 0>> <</if>> /* Neuroticism (maximum +1 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.neuroticism to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.neuroticism to -1>> <<elseif _d100 gte 87>> <<set $kate.attributes.neuroticism to 1>> <<else>> <<set $kate.attributes.neuroticism to 0>> <</if>> /* Intellect (minimum +1 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 gte 97>> <<set $kate.attributes.intellect to 2>> <<else>> <<set $kate.attributes.intellect to 1>> <</if>> /* Coordination */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.coordination to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.coordination to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.coordination to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.coordination to 1>> <<else>> <<set $kate.attributes.coordination to 0>> <</if>> /* Height */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.height to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.height to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.height to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.height to 1>> <<else>> <<set $kate.attributes.height to 0>> <</if>> /* Beauty (minimum +1 to be selected) */ <<set _d100 to random(1,100)>> <<if _d100 gte 97>> <<set $kate.attributes.beauty to 2>> <<else>> <<set $kate.attributes.beauty to 1>> <</if>> <</widget>> <<widget "countKatesSiblings">><<silently>> <<set _brothers to 0, _sisters to 0>> <<if $kate.quirks.includes("big brother")>> <<set _brothers += 1>> <</if>> <<if $kate.quirks.includes("big sister")>> <<set _sisters += 1>> <</if>> <<if $kate.quirks.includes("kid brother")>> <<set _brothers += 1>> <</if>> <<if $kate.quirks.includes("kid sister")>> <<set _sisters += 1>> <</if>> <</silently>><</widget>> <<widget "consoleLog">><<nobr>> <<script>> console.log(State.variables.args[0]); <</script>> <</nobr>><</widget>> <<widget "characterCreator-randomiseKate">><<nobr>> <<set $kate.kinks to []>> <<set $kate.quirks to []>> <<set $kate.attributes to {}>> <<set _startingKink to either("exhibitionist", "masochist", "submissive"), $kate.kinks.pushUnique(_startingKink)>> /* <<set _randomQuirks to random(1,100)>> <<if _randomQuirks lte 20>> <<set $kate.quirks.pushUnique("batarian")>> <</if>> */ <<set _randomClass to random(1,100)>> <<if _randomClass lte 17>> <<set $kate.quirks.pushUnique("working class")>> <<elseif _randomClass gt 17 and _randomClass lte 84>> <<set $kate.quirks.pushUnique("middle class")>> <<else>> <<set $kate.quirks.pushUnique("elite")>> <</if>> <<characterCreator-randomiseKateAttributes>> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $kate.age to 28>> <<else>> <<set $kate.age to 27>> <</if>> <<if $kate.agency eq "mi6">> <<set $kate.nationality to "british">> <<set $kate.ethnicity to either("English")>> <<elseif $kate.agency eq "cia">> <<set $kate.nationality to "american">> <<set $kate.ethnicity to either("Anglo American", "Irish American", "Italian American", "Polish American")>> <<elseif $kate.agency eq "asis">> <<set $kate.nationality to "australian">> <<set $kate.ethnicity to either("Anglo Australian")>> <<elseif $kate.agency eq "csis">> <<set $kate.nationality to "canadian">> <<set $kate.ethnicity to either("Anglo Canadian","French Canadian")>> <<elseif $kate.agency eq "nzsis">> <<set $kate.nationality to "New Zealand">> <<set $kate.ethnicity to either("NZ European")>> <</if>> <<story-setKateName>> <<set $kate.faceShape to either("round", "heart", "square", "diamond", "oval"), $kate.noseShape to either("Celestial", "Greek", "Nubian", "Princess", "Roman"), $kate.mouthShape to either("Cupid", "Hollywood", "Pearlique", "Rubina", "Thin"), $kate.eyeShape to either("Almond", "Cat", "Downturned", "Round", "Wide"), $kate.eyeColour to either("Blue", "Chestnut", "Emerald", "Grey", "Hazelnut", "Sapphire")>> /* calculate Kate's hair colour */ <<set _coinToss to either("heads", "tails")>> <<if _coinToss == "heads">> <<set $kate.hairColour to ("Brown")>> <<else>> <<set $kate.hairColour to either("Brown", "Blonde", "Ginger", "Black", "Auburn", "Champagne")>> <</if>> /* freckles disabled <<if $kate.hairColour eq "Ginger">> <<set _chanceFres to 80>> <<else>> <<set _chanceFres to 13>> <</if>> <<set _random to random(1,100)>> <<if _random < _chanceFres>> <<set $kate.quirks.pushUnique("feckles")>> <</if>> */ /* calculate Kate's hairstyle */ <<set $kate.hairStyle to either("Short bob","Long straight","Long curly","Short","Bun with bangs", "Wavy bob")>> /* calculate Kate's bra size */ <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> <<set _d100 to random(1,100)>> <<if _d100 lte 24>> <<set $kate.braSize to "small">> <<else>> <<set $kate.braSize to "medium">> <</if>> <<else>> <<set _d100 to random(1,100)>> <<if _d100 lte 16>> <<set $kate.braSize to "small">> <<elseif _d100 gte 84>> <<set $kate.braSize to "large">> <<else>> <<set $kate.braSize to "medium">> <</if>> <</if>> <</nobr>><</widget>> /*--------Notification Widgets---------*/ <<widget "notificationInfo">><<nobr>> /*This widget will display an info notification*/ /*Takes 3 arguments, Title, text and duration*/ /*Duration is ms, default 7000*/ /*USE <<addNotification "Title" "Text">> !!!!!!!! instead of this one.*/ /*Use it in a link if you want to to appear on the next passage*/ <<set _title2 to $args[0]>> <<set _text2 to $args[1]>> <<if def $args[2]>> <<set _duration2 to $args[2]>> <<else>> <<set _duration2 to 7000>> <</if>> <<if _duration2 gt 7000>> <<set _timed2 to (_duration2 -7000-500)/1000>> <<set _timed2 to _timed2.toString() + "s">> <<else>> <<set _timed2 to "0.5s">> <</if>> <<timed _timed2>> <<script>> SimpleNotification.info(State.temporary.title2, State.temporary.text2, {duration: State.temporary.duration2}); <</script>> /*success,info,error,warning,message*/ <</timed>> <</nobr>><</widget>> <<widget "addNotification">><<nobr>> /* <<addNotification "Title" "Text">> */ /*Use it in a link if you want to to appear on the next passage*/ <<set _title0 to $args[0]>> <<set _text0 to $args[1]>> <<set $notifications.list.push([_title0, _text0])>> <</nobr>><</widget>> <<widget "showNotifications">><<nobr>> /*Widget for showing notifications. Should be placed in passage done */ /*<<set $notifications.list to [["Test1","TEST1"],["Test2","TEST2"],["Test3","TEST3"],["Test4","TEST4"],["Test5","TEST5"]]>>*/ <<set _length to $notifications.list.length>> <<set _timings to ["0.5s","1.25s","2s","2.75s","3.5s","4.25s","5s","6.75s"]>> <<for _i to 0; _i lt _length; _i++>> <<set _time to _timings[_i]>> <<timed _time>> <<set _title to $notifications.list[0][0]>> <<set _message to $notifications.list[0][1]>> <<notificationInfo _title _message>> <<set $notifications.list.deleteAt(0)>> <</timed>> <</for>> <</nobr>><</widget>> <<widget "image">><<nobr>> /*<<image "imagePath.jpeg" 0 800 200 0>>*/ /*5 arguments, 1 string with path, 4 ints with clip from top left corner: top right bottom left. Values above are an exapmle*/ /*Specify image in image path with extention (femaleagent site is already there) so /folder/image.jpeg */ <<set _path to $imagePath.base+$args[0]>> <div id="clipCont"> <div id="clipA"><<link [img[_path]]>><<nobr>> <<set Dialog.setup()>> <<set Dialog.wiki("[img[_path]]")>> <<set Dialog.open()>> <</nobr>><</link>></div></div> <<timed 40ms>> <<script>> var top = State.variables.args[1]; var right = State.variables.args[2]; var bottom = State.variables.args[3]; var left = State.variables.args[4]; document.getElementById("clipA").style.clip = "rect("+top+"px, "+right+"px, "+bottom+"px, "+left+"px)"; document.getElementById("clipA").style.top = "-"+top+"px"; var wdth= bottom-top +50; document.getElementById("clipCont").style.paddingTop = wdth+"px"; <</script>> <</timed>> <</nobr>><</widget>> <<widget "addXP">> /* <<addXP streetwise 500>> */ <<if not $kate.skills.includes($args[0])>> <<set $kate.skills.pushUnique($args[0])>> <</if>> <</widget>>
<<widget "KatecheckArousal">><<nobr>> <<print $kate.arousal>> <</nobr>><</widget>> <<widget "kateAddArousal">><<nobr>> <<if $kate.arousal lt 3>> <<set $kate.arousal += 1>> <</if>> <</nobr>><</widget>> <<widget "kateRemoveArousal">><<nobr>> /*Removes one arousal*/ <<if $kate.arousal gt 0>> <<set $kate.arousal -= 1>> <</if>> <</nobr>><</widget>> <<widget "kateClearArousal">><<nobr>> <<set $kate.arousal to 0>> <</nobr>><</widget>> <<widget "ukTeenRomance-bikiniLines">>\ <<update-avatar-bikinilines>>\ Wearing a bikini requires you to manage your bikini line. What style do you choose? <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Bikini lines</span></th> </tr> </thead> <tbody> <tr> <<if $kate.bikiniLine eq "bikini">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Bikini</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Bikini</td> <</if>> <<if $kate.bikiniLine eq "brazilian">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Brazilian</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Brazilian</td> <</if>> <<if $kate.bikiniLine eq "georgeW">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">George W.</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>George W.</td> <</if>> <<if $kate.bikiniLine eq "landingStrip">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Landing Strip</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Landing Strip</td> <</if>> </tr> <tr> <<if $kate.bikiniLine eq "martiniGlass">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Martini Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Martini Glass</td> <</if>> <<if $kate.bikiniLine eq "postageStamp">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Postage Stamp</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Postage Stamp</td> <</if>> <<if $kate.bikiniLine eq "hollywood">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Hollywood (bare)</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Hollywood (bare)</td> <</if>> <td class="bikini-lines-Table-item"></td> </tr> </tbody> </table> <</nobr>> <<if def $kate.bikiniLine>> <<link "//Continue.//" "UKTEENROM-1200 Body piercing parlour">><</link>> <<else>> Please select a style. <</if>> <</widget>> <<widget "parlour-bikiniLines">>\ <<update-avatar-bikinilines>>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Bikini lines</span></th> </tr> </thead> <tbody> <tr> <<if $kate.bikiniLine eq "bikini">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Bikini</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Bikini</td> <</if>> <<if $kate.bikiniLine eq "brazilian">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Brazilian</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Brazilian</td> <</if>> <<if $kate.bikiniLine eq "georgeW">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">George W.</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>George W.</td> <</if>> <<if $kate.bikiniLine eq "landingStrip">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Landing Strip</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Landing Strip</td> <</if>> </tr> <tr> <<if $kate.bikiniLine eq "martiniGlass">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Martini Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Martini Glass</td> <</if>> <<if $kate.bikiniLine eq "postageStamp">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Postage Stamp</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Postage Stamp</td> <</if>> <<if $kate.bikiniLine eq "hollywood">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Hollywood (bare)</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Hollywood (bare)</td> <</if>> <td class="bikini-lines-Table-item"></td> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-neatBikiniLines">>\ <<update-avatar-bikinilines>>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Bikini lines</span></th> </tr> </thead> <tbody> <tr> <<if $kate.bikiniLine eq "bikini">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Bikini</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Bikini</td> <</if>> <<if $kate.bikiniLine eq "brazilian">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Brazilian</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Brazilian</td> <</if>> <<if $kate.bikiniLine eq "landingStrip">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Landing Strip</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Landing Strip</td> <</if>> </tr> <tr> <<if $kate.bikiniLine eq "martiniGlass">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Martini Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Martini Glass</td> <</if>> <<if $kate.bikiniLine eq "postageStamp">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Postage Stamp</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Postage Stamp</td> <</if>> <<if $kate.bikiniLine eq "hollywood">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Hollywood (bare)</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Hollywood (bare)</td> <</if>> <td class="bikini-lines-Table-item"></td> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-perfect10Pedis">>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Pedis</span></th> </tr> </thead> <tbody> <tr> <<if $chosenPedi == "candyDarts">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-candyDartsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "candyDarts">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Dart Candy</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-candyDartsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "candyDarts">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Dart Candy</td> <</if>> <<if $chosenPedi == "cantaloupeKiss">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-cantaloupeKissOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "cantaloupeKiss">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Kissing Cantaloupe</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-cantaloupeKissOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "cantaloupeKiss">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Kissing Cantaloupe</td> <</if>> <<if $chosenPedi == "carmineTease">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-carmineTeaseOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "carmineTease">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Crimson Red</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-carmineTeaseOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "carmineTease">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Crimson Red</td> <</if>> <<if $chosenPedi == "deathByChocolate">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-deathByChocolateOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "deathByChocolate">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Death Of Chocolate</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-deathByChocolateOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "deathByChocolate">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Death Of Chocolate</td> <</if>> </tr> <tr> <<if $chosenPedi == "devilInTheDita">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-devilInTheDitaOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "devilInTheDita">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Devil in Dita</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-devilInTheDitaOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "devilInTheDita">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Devil in Dita</td> <</if>> <<if $chosenPedi == "icedSugar">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-icedSugarOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "icedSugar">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Iced Sugar</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-icedSugarOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "icedSugar">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Iced Sugar</td> <</if>> <<if $chosenPedi == "inkyAssignation">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-inkyAssignationOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "inkyAssignation">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Innocent Assignment</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-inkyAssignationOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "inkyAssignation">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Innocent Assignment</td> <</if>> <<if $chosenPedi == "matisseDreams">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-matisseDreamsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "matisseDreams">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Nightmare</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-matisseDreamsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "matisseDreams">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Nightmare</td> <</if>> </tr> <tr> <<if $chosenPedi == "mothIntoFlame">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-mothIntoFlameOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "mothIntoFlame">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Moth Is Flame</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-mothIntoFlameOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "mothIntoFlame">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Moth Is Flame</td> <</if>> <<if $chosenPedi == "opiumMirror">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-opiumMirrorOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "opiumMirror">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Opium Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-opiumMirrorOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "opiumMirror">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Opium Glass</td> <</if>> <<if $chosenPedi == "raspberrySwirls">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-raspberrySwirlsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "raspberrySwirls">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Swirling Berries</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-raspberrySwirlsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "raspberrySwirls">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Swirling Berries</td> <</if>> <<if $chosenPedi == "roseExplosion">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-roseExplosionOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "roseExplosion">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Explosion of Roses</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-roseExplosionOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "roseExplosion">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Explosion of Roses</td> <</if>> </tr> <tr> <<if $chosenPedi == "spats">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-spatsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "spats">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Quarrel</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-spatsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "spats">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Quarrel</td> <</if>> <<if $chosenPedi == "tuttiFrutti">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-tuttiFruttiOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "tuttiFrutti">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Tutti Frutti</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-tuttiFruttiOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "tuttiFrutti">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Tutti Frutti</td> <</if>> <<if $chosenPedi == "vermillionVixen">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-vermillionVixenOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "vermillionVixen">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Red Fox</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-vermillionVixenOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "vermillionVixen">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Red Fox</td> <</if>> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-perfect10ShortManis">>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Manis</span></th> </tr> </thead> <tbody> <tr> <<if $chosenMani == "tuttiFrutti">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-tuttiFruttiOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "tuttiFrutti">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Tutti Frutti</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-tuttiFruttiOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "tuttiFrutti">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Tutti Frutti</td> <</if>> <<if $chosenMani == "vermillionVixen">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-vermillionVixenOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "vermillionVixen">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Red Fox</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-vermillionVixenOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "vermillionVixen">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Red Fox</td> <</if>> <<if $chosenMani == "deathByChocolate">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-deathByChocolateOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "deathByChocolate">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Death Of Chocolate</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-deathByChocolateOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "deathByChocolate">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Death Of Chocolate</td> <</if>> </tr> <tr> <<if $chosenMani == "roseExplosion">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-roseExplosionOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "roseExplosion">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Explosion of Roses</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-roseExplosionOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "roseExplosion">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Explosion of Roses</td> <</if>> <<if $chosenMani == "inkyAssignation">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-inkyAssignationOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "inkyAssignation">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Innocent Assignment</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-inkyAssignationOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "inkyAssignation">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Innocent Assignment</td> <</if>> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-perfect10GelManis">>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Gel Manis</span></th> </tr> </thead> <tbody> <tr> <<if $chosenMani == "raspberrySwirls">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-raspberrySwirlsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "raspberrySwirls">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Swirling Berries</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-raspberrySwirlsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "raspberrySwirls">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Swirling Berries</td> <</if>> <<if $chosenMani == "spats">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-spatsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "spats">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Quarrel</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-spatsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "spats">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Quarrel</td> <</if>> <<if $chosenMani == "matisseDreams">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-matisseDreamsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "matisseDreams">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Nightmare</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-matisseDreamsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "matisseDreams">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Nightmare</td> <</if>> <<if $chosenMani == "candyDarts">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-candyDartsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "candyDarts">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Dart Candy</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-candyDartsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "candyDarts">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Dart Candy</td> <</if>> </tr> <tr> <<if $chosenMani == "opiumMirror">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-opiumMirrorOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "opiumMirror">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Opium Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-opiumMirrorOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "opiumMirror">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Opium Glass</td> <</if>> <<if $chosenMani == "mothIntoFlame">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-mothIntoFlameOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "mothIntoFlame">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Moth Is Flame</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-mothIntoFlameOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "mothIntoFlame">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Moth Is Flame</td> <</if>> <<if $chosenMani == "cantaloupeKiss">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-cantaloupeKissOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "cantaloupeKiss">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Cantaloupe Kiss</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-cantaloupeKissOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "cantaloupeKiss">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Cantaloupe Kiss</td> <</if>> <<if $chosenMani == "icedSugar">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-icedSugarOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "icedSugar">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Iced Sugar</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-icedSugarOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "icedSugar">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Iced Sugar</td> <</if>> </tr> <tr> <<if $chosenMani == "carmineTease">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-carmineTeaseOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "carmineTease">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Crimson Red</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-carmineTeaseOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "carmineTease">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Crimson Red</td> <</if>> <<if $chosenMani == "devilInTheDita">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-devilInTheDitaOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "devilInTheDita">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Devil In Dita</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-devilInTheDitaOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "devilInTheDita">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Devil In Dita</td> <</if>> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "ukTeenRomance-tattooParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <<if ndef $kate.tattoos>> <<set $kate.tattoos to []>> <</if>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Tattoo Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Upper Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("chestBohoMandela")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("chestBohoMandela")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Boho Mandela</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("chestBohoMandela")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Boho Mandela</td> <</if>> <<if $kate.tattoos.includes("chestSwallows")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("chestSwallows")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Swallows</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightNeckStars","leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("chestSwallows")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Swallows</td> <</if>> <<if $kate.tattoos.includes("rightNeckStars")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightNeckStars")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stars</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightNeckStars","chestSwallows")>><<set $kate.tattoos.push("rightNeckStars")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Stars</td> <</if>> <<if $kate.tattoos.includes("rightUnderboobWave")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightUnderboobWave")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Wave</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightUnderboobWave")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Wave</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftCollarbone8BitHearts")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftCollarbone8BitHearts")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">8 Bit Hearts</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarbone8BitHearts")>><<else>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>8 Bit Hearts<<if !$kate.quirks.includes("geekGirl")>><br><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <<if $kate.tattoos.includes("leftCollarboneCaffeineStructure")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftCollarboneCaffeineStructure")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">8 Bit Hearts</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarboneCaffeineStructure")>><<else>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Caffeine structure<<if !$kate.quirks.includes("geekGirl")>><br><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Lower Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightHipRose")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightHipRose")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Rose</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightHipRose")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Rose</td> <</if>> <<if $kate.tattoos.includes("leftHipBoneJacob")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipBoneJacob")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Jacob</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipBoneJacob")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Jacob</td> <</if>> <<if $kate.tattoos.includes("leftHipTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> <<if $kate.tattoos.includes("pubicMoundHotZoneSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Hot Zone</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("easy")>><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan","leftHipTribal","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundHotZoneSlogan")>><<else>><<set $temp.easyAlert to true>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Hot Zone <<if $temp.easyAlert>><span style="font-size:10px;">(Easy quirk required)</span><</if>> </td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("pubicMoundTribalLoveCrest")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Love Crest</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest","leftHipTribal","pubicMoundHotZoneSlogan","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundTribalLoveCrest")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal Love Crest</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Arms</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftUpperArmStayGoldSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stay Gold</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmStayGoldSlogan")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Stay Gold</td> <</if>> <<if $kate.tattoos.includes("leftUpperArmTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> <<if $kate.tattoos.includes("leftForearmAeroplane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftForearmAeroplane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Aeroplane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmAeroplane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Aeroplane</td> <</if>> <<if $kate.tattoos.includes("rightForearmD10Die")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightForearmD10Die")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">D10 Die</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmD10Die")>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>D10 Die <<if !$kate.quirks.includes("geekGirl")>><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightForearmRosesSleeve")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightForearmRosesSleeve")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Roses Sleeve</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmRosesSleeve")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Roses Sleeve</td> <</if>> <<if $kate.tattoos.includes("rightHandPaperPlane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightHandPaperPlane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Paper Plane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightHandPaperPlane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Paper Plane</td> <</if>> <<if $kate.tattoos.includes("leftForearmElvish")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftForearmElvish")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Elvish</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmElvish")>><<else>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Elvish <<if !$kate.quirks.includes("geekGirl")>><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Legs</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightThighTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> <<if $kate.tattoos.includes("rightThighAshley")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighAshley")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Ashley</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighAshley")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Ashley</td> <</if>> <<if $kate.tattoos.includes("rightCalfCowgirl")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightCalfCowgirl")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Cowgirl</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightCalfCowgirl")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Cowgirl</td> <</if>> <<if $kate.tattoos.includes("rightAnkleDove")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightAnkleDove")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Dove</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightAnkleDove")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Dove</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftThighTribalBand")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftThighTribalBand")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Band</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("leftThighTribalBand")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal Band</td> <</if>> <<if $kate.tattoos.includes("leftAnkleDiamond")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftAnkleDiamond")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("leftAnkleDiamond")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Diamond</td> <</if>> <<if $kate.tattoos.includes("leftAnkleTriyang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftAnkleTriyang")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Triyang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("leftAnkleTriyang")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Triyang</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> </tbody> </table> <</nobr>><</widget>> <<widget "parlour-tattooParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <<replace "#avatar-container">><<avatar>><</replace>> <<if ndef $kate.tattoos>> <<set $kate.tattoos to []>> <</if>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Tattoo Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Upper Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.tattoos.includes("chestBohoMandela")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("chestBohoMandela")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Boho Mandela</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("chestBohoMandela")>><<parlour-tattooParlour>><</replace>><</link>>Boho Mandela</td> <</if>> <<if $kate.tattoos.includes("chestSwallows")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("chestSwallows")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Swallows</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightNeckStars","leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("chestSwallows")>><<parlour-tattooParlour>><</replace>><</link>>Swallows</td> <</if>> <<if $kate.tattoos.includes("rightNeckStars")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightNeckStars")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stars</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightNeckStars","chestSwallows")>><<set $kate.tattoos.push("rightNeckStars")>><<parlour-tattooParlour>><</replace>><</link>>Stars</td> <</if>> */ <<if $kate.tattoos.includes("rightUnderboobWave")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightUnderboobWave")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Wave</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightUnderboobWave")>><<parlour-tattooParlour>><</replace>><</link>>Wave</td> <</if>> <<if $kate.tattoos.includes("leftCollarbone8BitHearts")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarbone8BitHearts")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">8 Bit Hearts</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarbone8BitHearts")>><<parlour-tattooParlour>><</replace>><</link>>8 Bit Hearts</td> <</if>> <<if $kate.tattoos.includes("leftCollarboneCaffeineStructure")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarboneCaffeineStructure")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Caffeine structure</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarboneCaffeineStructure")>><<parlour-tattooParlour>><</replace>><</link>>Caffeine structure</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Lower Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.tattoos.includes("rightHipRose")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightHipRose")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Rose</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightHipRose")>><<parlour-tattooParlour>><</replace>><</link>>Rose</td> <</if>> */ <<if $kate.tattoos.includes("leftHipBoneJacob")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipBoneJacob")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Jacob</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipBoneJacob")>><<parlour-tattooParlour>><</replace>><</link>>Jacob</td> <</if>> <<if $kate.tattoos.includes("leftHipTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipTribal")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipTribal")>><<parlour-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> /* <<if $kate.tattoos.includes("pubicMoundHotZoneSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Hot Zone</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOff.png")]]>><<replace "#wardrobeStore1">><<if $kate.quirks.includes("easy")>><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan","leftHipTribal","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundHotZoneSlogan")>><<else>><<set $temp.easyAlert to true>><</if>><<parlour-tattooParlour>><</replace>><</link>>Hot Zone <<if $temp.easyAlert>><span style="font-size:10px;">(Easy quirk required)</span><</if>> </td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("pubicMoundTribalLoveCrest")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Love Crest</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest","leftHipTribal","pubicMoundHotZoneSlogan","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundTribalLoveCrest")>><<parlour-tattooParlour>><</replace>><</link>>Tribal Love Crest</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> */ <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Arms</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftUpperArmStayGoldSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stay Gold</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmStayGoldSlogan")>><<parlour-tattooParlour>><</replace>><</link>>Stay Gold</td> <</if>> <<if $kate.tattoos.includes("leftUpperArmTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmTribal")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmTribal")>><<parlour-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> /* <<if $kate.tattoos.includes("leftForearmAeroplane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmAeroplane")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Aeroplane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmAeroplane")>><<parlour-tattooParlour>><</replace>><</link>>Aeroplane</td> <</if>> <<if $kate.tattoos.includes("rightForearmD10Die")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightForearmD10Die")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">D10 Die</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOff.png")]]>><<replace "#wardrobeStore1">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmD10Die")>><</if>><<parlour-tattooParlour>><</replace>><</link>>D10 Die <<if !$kate.quirks.includes("geekGirl")>><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <<if $kate.tattoos.includes("leftForearmElvish")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmElvish")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Elvish</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmElvish")>><<parlour-tattooParlour>><</replace>><</link>>Elvish</td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightForearmRosesSleeve")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightForearmRosesSleeve")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Roses Sleeve</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmRosesSleeve")>><<parlour-tattooParlour>><</replace>><</link>>Roses Sleeve</td> <</if>> <<if $kate.tattoos.includes("rightHandPaperPlane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightHandPaperPlane")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Paper Plane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightHandPaperPlane")>><<parlour-tattooParlour>><</replace>><</link>>Paper Plane</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> */ <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Legs</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.tattoos.includes("rightThighTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighTribal")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighTribal")>><<parlour-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> */ <<if $kate.tattoos.includes("rightThighAshley")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighAshley")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Ashley</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighAshley")>><<parlour-tattooParlour>><</replace>><</link>>Ashley</td> <</if>> <<if $kate.tattoos.includes("leftThighTribalBand")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftThighTribalBand")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Band</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("leftThighTribalBand")>><<parlour-tattooParlour>><</replace>><</link>>Tribal Band</td> <</if>> /* <<if $kate.tattoos.includes("rightCalfCowgirl")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightCalfCowgirl")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Cowgirl</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightCalfCowgirl")>><<parlour-tattooParlour>><</replace>><</link>>Cowgirl</td> <</if>> <<if $kate.tattoos.includes("rightAnkleDove")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightAnkleDove")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Dove</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightAnkleDove")>><<parlour-tattooParlour>><</replace>><</link>>Dove</td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftAnkleDiamond")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftAnkleDiamond")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("leftAnkleDiamond")>><<parlour-tattooParlour>><</replace>><</link>>Diamond</td> <</if>> <<if $kate.tattoos.includes("leftAnkleTriyang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftAnkleTriyang")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Triyang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("leftAnkleTriyang")>><<parlour-tattooParlour>><</replace>><</link>>Triyang</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> */ </tbody> </table> <</nobr>><</widget>> <<widget "parlour-piercingParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <<replace "#avatar-container">><<avatar>><</replace>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Piercing Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Ears</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("earSilverHighLobeRings")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHighLobeRings")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver High Lobe Rings</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHighLobeRings")>><<parlour-piercingParlour>><</replace>><</link>>Silver High Lobe Rings</td> <</if>> <<if $kate.piercings.includes("earSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <<if $kate.piercings.includes("earDiamondHelixStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earDiamondHelixStud")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond Helix Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earDiamondHelixStud")>><<parlour-piercingParlour>><</replace>><</link>>Diamond Helix Stud</td> <</if>> <<if $kate.piercings.includes("earSilverHelixRing")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHelixRing")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Helix Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHelixRing")>><<parlour-piercingParlour>><</replace>><</link>>Silver Helix Ring</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Face</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("browSilverSpikedBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("browSilverSpikedBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Spiked Barbell</td> <</if>> <<if $kate.piercings.includes("nosesilverSeptumRingWithBall")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nosesilverSeptumRingWithBall")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Septum Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("nosesilverSeptumRingWithBall")>><<parlour-piercingParlour>><</replace>><</link>>Silver Septum Ring</td> <</if>> /* <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Medusa Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceMedusaDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>>Medusa Diamond Stud</td> <</if>> <<if $kate.piercings.includes("faceSilverDimpleStuds")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverDimpleStuds")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Dimple Studs</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverDimpleStuds")>><<parlour-piercingParlour>><</replace>><</link>>Silver Dimple Studs</td> <</if>> <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverSpikedLabret")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Labret</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverSpikedLabret")>><<parlour-piercingParlour>><</replace>><</link>>Silver Spiked Labret</td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("faceThirdEyeDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceThirdEyeDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Third Eye Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceThirdEyeDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>>Third Eye Diamond Stud</td> <</if>> <<if $kate.piercings.includes("noseBlackNasalang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Black Nasalang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseBlackNasalang")>><<parlour-piercingParlour>><</replace>><</link>>Black Nasalang</td> <</if>> <<if $kate.piercings.includes("noseSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> */ <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Body</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.piercings.includes("chestSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("chestSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Chest)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("chestSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell (Chest)</td> <</if>> */ <<if $kate.piercings.includes("navelSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("navelSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Navel)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("navelSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell (Navel)</td> <</if>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nipplesSilverBarbells")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Nipples)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("nipplesSilverBarbells")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell (Nipples)</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> </tbody> </table> <</nobr>><</widget>> <<widget "ukTeenRomance-piercingParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Piercing Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Ears</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("earSilverHighLobeRings")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHighLobeRings")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver High Lobe Rings</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHighLobeRings")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver High Lobe Rings</td> <</if>> <<if $kate.piercings.includes("earSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <<if $kate.piercings.includes("earDiamondHelixStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earDiamondHelixStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond Helix Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earDiamondHelixStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Diamond Helix Stud</td> <</if>> <<if $kate.piercings.includes("earSilverHelixRing")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHelixRing")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Helix Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHelixRing")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Helix Ring</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Face</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("browSilverSpikedBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("browSilverSpikedBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Spiked Barbell</td> <</if>> <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Medusa Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceMedusaDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Medusa Diamond Stud</td> <</if>> <<if $kate.piercings.includes("faceSilverDimpleStuds")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverDimpleStuds")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Dimple Studs</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverDimpleStuds")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Dimple Studs</td> <</if>> <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverSpikedLabret")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Labret</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverSpikedLabret")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Spiked Labret</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("faceThirdEyeDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceThirdEyeDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Third Eye Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceThirdEyeDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Third Eye Diamond Stud</td> <</if>> <<if $kate.piercings.includes("noseBlackNasalang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Black Nasalang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseBlackNasalang")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Black Nasalang</td> <</if>> <<if $kate.piercings.includes("noseSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <<if $kate.piercings.includes("nosesilverSeptumRingWithBall")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nosesilverSeptumRingWithBall")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Septum Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("nosesilverSeptumRingWithBall")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Septum Ring</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Body</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("chestSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("chestSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Chest)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("chestSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell (Chest)</td> <</if>> <<if $kate.piercings.includes("navelSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("navelSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Navel)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("navelSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell (Navel)</td> <</if>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nipplesSilverBarbells")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Nipples)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("nipplesSilverBarbells")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell (Nipples)</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> </tbody> </table> <</nobr>><</widget>> <<widget "character-sheet-statusEffect">><<nobr>> /*This widget will make a temporary object: _statusEffects to which images and descriptions can be assigned */ /*It will take the argument out of the statusEffects variable*/ <<if $args[0] eq "Tipsy" or $args[0] eq "tipsy">> <<set _statusEffects to {}>> <<set _statusEffects.name to "Tipsy", _statusEffects.description to "You're a little drunk ", _statusEffects.effects to "+1 Confidence, +1 Daring, -1 Coordination", _statusEffects.image to "/Main/CharacterProfile/sample-image.svg">> <</if>> <<if $args[0] eq "Test" or $args[0] eq "test">> <<set _statusEffects to {}>> <<set _statusEffects.name to "Test", _statusEffects.description to "This is a test effect ", _statusEffects.effects to "NO EFFECTS", _statusEffects.image to "/Main/CharacterProfile/sample-image.svg">> <</if>> <</nobr>><</widget>> <<widget "character-sheet-achievements">><<nobr>> /*This widget will make a temporary object: _cheevos to which images and descriptions can be assigned */ /*It will take the argument out of the achievements variable*/ <<if $args[0] eq "Test1" or $args[0] eq "test1">> <<set _cheevos to {}>> <<set _cheevos.name to "Test1", _cheevos.description to "This is a placeholder test achievement 1 ", _cheevos.image to "/Main/CharacterProfile/achievement-1.svg">> <</if>> <<if $args[0] eq "Test2" or $args[0] eq "test2">> <<set _cheevos to {}>> <<set _cheevos.name to "Test2", _cheevos.description to "This is a placeholder test achievement 1 ", _cheevos.image to "/Main/CharacterProfile/achievement-4.svg">> <</if>> <</nobr>><</widget>> <<widget "dice-showModifiers">><<nobr>> /*This widget expects an array with some nice modifiers*/ <<set _posMod to "">> <<set _negMod to "">> <<for _i to 0; _i lt _diceRollModifiers.length; _i++>> <<if _diceRollModifiers[_i][0] gte 0>> <<set _posMod to _posMod + " +" +_diceRollModifiers[_i][0] + " " + _diceRollModifiers[_i][1]>> <<else>> <<set _negMod to _negMod + " -" +_diceRollModifiers[_i][0] + " " + _diceRollModifiers[_i][1]>> <</if>> <</for>> <i>Modifiers</i><br> <span class="diceResultPositiveColor">_posMod</span> <span class="diceResultNegativeColor">_negMod</span> <</nobr>><</widget>> <<widget "dice-showDiceImage">><<nobr>> /*This widget will show the correct dice image based on the supplied argument (e.g. <<dice-showDiceImage "d10">>) */ /*or will default to showing a d10 (and an error message in the console if the argument was misstyped*/ <<if $args.length gt 0>> <<set _die to $args[0]>> <<else>> <<set _die to "d10">> <</if>> <<set _possibleDie to ["d10","d8","d6","d4"]>> <<if !_possibleDie.includes(_die)>> <<consoleLog "Wrong dice number!!! Choose d10, d8, d6 or d4." <<set _die to "d10">> <</if>> <<set _diceImg to $imagePath.ui +"dice/"+_die+".png">> <<= '<img src='+_diceImg+' style="float:left;">'>> <</nobr>><</widget>> <<widget "story-setKateName">><<nobr>> /*This widget will set the name depending on the agency*/ <<if $kate.agency eq "mi6">> <<if $kate.ethnicity eq "English" or $kate.ethnicity eq "english">> <<set $kate.firstName to setup.englishFemaleFirstnames1990s.random(), $kate.surname to setup.englishSurnames.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American" or $kate.ethnicity eq "angloAmerican">> <<set $kate.firstName to setup.usFirstname.random(), $kate.surname to setup.usSurname.random()>> <<elseif $kate.ethnicity eq "Irish American" or $kate.ethnicity eq "irishAmerican">> <<set $kate.firstName to setup.irishAmercanSurnames.random()>> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Italian American" or $kate.ethnicity eq "italianAmerican">> <<set $kate.firstName to setup.italianAmericanSurnames.random()>> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Polish American" or $kate.ethnicity eq "polishAmerican">> <<set $kate.firstName to setup.usFirstname.random(), $kate.surname to setup.polishAmercanSurnames.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian" or $kate.ethnicity eq "angloAustralian">> <<set $kate.firstName to setup.ausNZFirstname.random(), $kate.surname to setup.ausNZSurname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian" or $kate.ethnicity eq "angloCanadian">> <<set $kate.firstName to setup.canadianFirstname.random(), $kate.surname to setup.canadianSurname.random()>> <<elseif $kate.ethnicity eq "French Canadian" or $kate.ethnicity eq "frenchCanadian">> <<set $kate.firstName to setup.canadianFirstname.random(), $kate.surname to setup.frenchCanadianSurnames.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European" or $kate.ethnicity eq "nzEuropean">> <<set $kate.firstName to setup.ausNZFirstname.random(), $kate.surname to setup.ausNZSurname.random()>> <</if>> <<else>> <<set $kate.firstName to "Walrus", $kate.surname to "Walrusson">> <</if>> <</nobr>><</widget>> <<widget "story-setKateFirstName">><<nobr>> <<if $kate.agency eq "mi6">> <<if $kate.ethnicity eq "English">> <<set $kate.firstName to setup.englishFemaleFirstnames1990s.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.firstName to setup.usFirstname.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.firstName to setup.ausNZFirstname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.firstName to setup.canadianFirstname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.firstName to setup.canadianFirstname.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European">> <<set $kate.firstName to setup.ausNZFirstname.random()>> <</if>> <<else>> <<set $kate.firstName to "Walrus", $kate.surname to "Walrusson">> <</if>> <</nobr>><</widget>> <<widget "story-setKateSurName">><<nobr>> <<if $kate.agency eq "mi6">> <<set $kate.nationality to "british">> <<if $kate.ethnicity eq "English">> <<set $kate.surname to setup.englishSurnames.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.surname to setup.usSurname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.surname to setup.irishAmercanSurnames.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.surname to setup.italianAmericanSurnames.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.surname to setup.polishAmercanSurnames.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.surname to setup.ausNZSurname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.surname to setup.canadianSurname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.surname to setup.frenchCanadianSurnames.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European">> <<set $kate.surname to setup.ausNZSurname.random()>> <</if>> <<else>> <<set $kate.firstName to "Walrus", $kate.surname to "Walrusson">> <</if>> <</nobr>><</widget>> <<widget "dataTab2">> <div class="tab" data-tab="tab-2"> <div class="accordion-item"> <header>Psych Profile</header> <div class="accordion-item-content"> <<set _PsychProfile to ["openness","conscientiousness","extraversion","agreeableness","neuroticism"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _PsychProfile.includes(_attribute)>> <<if def $kate.attributes[_attribute]>> <<set _value to ($kate.attributes[_attribute]['level'] || 0).toString() >> <div class="character-stat"> <header> <<=_attribute.toUpperFirst()>>: <strong> <<= setup.info.attributeDescriptionTitles[_attribute][_value] >> </strong> </header> <<set _descriptions to setup.info.attributeDescriptions[_attribute][_value] >> <<for _j to 0; _j lt _descriptions.length; _j++>> <div class="stat-description"> _descriptions[_j] </div> <</for>> </div> <</if>> <</if>> <</for>> </div> </div> <div class="accordion-item"> <header>Stable Attributes</header> <div class="accordion-item-content"> <<set _StableAttr to ["intellect","coordination","height","beauty"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _StableAttr.includes(_attribute)>> <<if def $kate.attributes[_attribute]>> <<set _value to ($kate.attributes[_attribute]['level'] || 0).toString() >> <div class="character-stat"> <header> <<=_attribute.toUpperFirst()>>: <strong> <<= setup.info.attributeDescriptionTitles[_attribute][_value] >> </strong> </header> <<set _descriptions to setup.info.attributeDescriptions[_attribute][_value] >> <<for _j to 0; _j lt _descriptions.length; _j++>> <div class="stat-description"> _descriptions[_j] </div> <</for>> </div> <</if>> <</if>> <</for>> </div> </div> <div class="accordion-item"> <header>Fluid Attributes</header> <div class="accordion-item-content"> <<set _fluidAttr to ["confidence","creativity","daring","fitness","painThreshold","strength"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _fluidAttr.includes(_attribute)>> <<if def $kate.attributes[_attribute]>> <<set _value to (Math.round($kate.attributes[_attribute]['level'] || 0)).toString() >> <div class="character-stat"> <header> <<=_attribute.toUpperFirst()>>: <strong> _value </strong> </header> <div class="stat-description"> Insert Description of fluid attribute here. </div> <<set _XP to $kate.attributes[_attribute]['xp'] >> <<set _targetXP to 500 >> /*Calculations for target xp.*/ <<for _l to 0; _l lt 51; _l++>> <<if _targetXP lte _XP>> <<set _targetXP to _targetXP*2>> <<else>> <<break>> <</if>> <</for>> <<set _width to 100 * (_XP-(_targetXP /2)) / _targetXP>> <div class="progress-bar-container"> <div class="progress-bar"> <<= '<div class="progress-bar-filled" style="width:'+ _width +'%"></div>'>> </div> <div class="progress-bar-label"> _XP / _targetXP </div> </div> </div> <</if>> <</if>> <</for>> </div> </div> </div> <</widget>> <<widget "corinth-dressup">><<nobr>> <div class="wrapperAccordion"> <div class="wrap-1"> <input type="radio" id="tab-1" name="tabs"> <label for="tab-1"><div>Bras</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="bra-container"> <<corinth-bras>> </span> </div> </div> <div class="wrap-2"> <input type="radio" id="tab-2" name="tabs"> <label for="tab-2"><div>Pants</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="pants-container"> <<corinth-pants>> </span> </div> </div> <div class="wrap-3"> <input type="radio" id="tab-3" name="tabs"> <label for="tab-3"><div>Tops</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="tops-container"> <<corinth-tops>> </span> </div> </div> <div class="wrap-4"> <input type="radio" id="tab-4" name="tabs"> <label for="tab-4"><div>Shirts</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="shirts-container"> <<corinth-shirts>> </span> </div> </div> <div class="wrap-5"> <input type="radio" id="tab-5" name="tabs"> <label for="tab-5"><div>Jackets</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="jackets-container"> <<corinth-jackets>> </span> </div> </div> <div class="wrap-6"> <input type="radio" id="tab-6" name="tabs"> <label for="tab-6"><div>Shoes</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="shoes-container"> <<corinth-shoes>> </span> </div> </div> <div class="wrap-7"> <input type="radio" id="tab-7" name="tabs"> <label for="tab-7"><div>Trousers</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="trousers-container"> <<corinth-trousers>> </span> </div> </div> <div class="wrap-8"> <input type="radio" id="tab-8" name="tabs"> <label for="tab-8"><div>Skirts</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="skirts-container"> <<corinth-skirts>> </span> </div> </div> <div class="wrap-9"> <input type="radio" id="tab-9" name="tabs"> <label for="tab-9"><div>Dresses</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="dresses-container"> <<corinth-dresses>> </span> </div> </div> </div> Once $kate.firstName is presetable <span id="corinth-end"> (Wear either a dress or top and bottom, plus shoes) </span> <</nobr>><</widget>> <<widget "corinth-bras">><<nobr>> <br> <<if !$avatar.underwear.includes("clothing/underwear/blackPlungeBraWithPinkBow/30_bra-blackPlungeWithPinkBow-rear")>> <<link "Wear Black plunge bra with pink bow">> <<avatar-clothing-removeConflict "bra">> <<wear-bra-blackPlungeWithPinkBow>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove Black plunge bra with pink bow">> <<remove-bra-blackPlungeWithPinkBow>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/whiteHalfCupBraCentralDart/30_bra-whiteHalfCupCentralDart-rear")>> <<link "Wear white halfcup central dart bra">> <<avatar-clothing-removeConflict "bra">> <<wear-bra-whiteHalfCupCentralDart>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white halfcup central dart bra">> <<remove-bra-whiteHalfCupCentralDart>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/cherryRedPlungeBra/30_bra-cherryRedPlunge-rear")>> <<link "Wear cherry red plunge bra">> <<avatar-clothing-removeConflict "bra">> <<wear-bra-cherryRedPlunge>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove cherry red plunge bra">> <<remove-bra-cherryRedPlunge>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-pants">><<nobr>> <br> <br> <<if !$avatar.underwear.includes("clothing/underwear/blackStringWithPinkPolkaDots/30_pants-blackWithPinkPolkaDotsString-rear")>> <<link "Wear black with pink polkadots string">> <<avatar-clothing-removeConflict "pants">> <<wear-knickers-blackWithPinkPolkaDotsString>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black with pink polkadots string">> <<remove-knickers-blackWithPinkPolkaDotsString>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/whiteBrazilianCutPantiesWithLaceHem/30_pants-whiteBrazilianCutWithLaceHem-rear")>> <<link "Wear white Brazilian Cut With Lace Hem pants">> <<avatar-clothing-removeConflict "pants">> <<wear-knickers-whiteBrazilianCutWithLaceHem>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white Brazilian Cut With Lace Hem pants">> <<remove-knickers-whiteBrazilianCutWithLaceHem>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/cherryRedMidiKnickers/30_pants-cherryRedMidiWithSplitSide-rear")>> <<link "Wear cherry Red Midi With Split Side pants">> <<avatar-clothing-removeConflict "pants">> <<wear-knickers-cherryRedMidiWithSplitSide>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove cherry Red Midi With Split Side pants">> <<remove-knickers-cherryRedMidiWithSplitSide>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-tops">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/sweaters/blackTurtleNeckWithRolledUpSleeves/30_jumper-blackTurtleNeckWithRolledUpSleeves-rear")>> <<link "Wear black Turtleneck With Rolled Up Sleeves">> <<avatar-clothing-removeConflict "top">> <<wear-jumper-blackTurtleNeckWithRolledUpSleeves>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Turtleneck With Rolled Up Sleeves">> <<remove-jumper-blackTurtleNeckWithRolledUpSleeves>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/sweaters/greyHoodlessSweater/30_sweater-greyHoodlessSweater-rear")>> <<link "Wear grey Hoodless Sweater">> <<avatar-clothing-removeConflict "top">> <<wear-sweater-greyHoodlessSweater>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove grey Hoodless Sweater">> <<remove-sweater-greyHoodlessSweater>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/shellPinkVNeckWrapLongSleevedBlouse/30_top-shellPinkVNeckWrapLongSleevedBlouse-rear")>> <<link "Wear shell Pink V Neck Wrap Long Sleeved Blouse">> <<avatar-clothing-removeConflict "top">> <<wear-top-shellPinkVNeckWrapLongSleevedBlouse>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove shell Pink V Neck Wrap Long Sleeved Blouse">> <<remove-top-shellPinkVNeckWrapLongSleevedBlouse>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/whiteBacklessSatinHalterCropTopWithBigBow/20_top-whiteBacklessSatinHalterCropTopWithBigBow-rear")>> <<link "Wear white Backless Satin Halter CropTop With Big Bow">> <<avatar-clothing-removeConflict "top">> <<wear-top-whiteBacklessSatinHalterCropTopWithBigBow>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white Backless Satin Halter CropTop With Big Bow">> <<remove-top-whiteBacklessSatinHalterCropTopWithBigBow>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/darkGreyVNeckLongSleevedFlaredTop/30_top-darkGreyVNeckLongSleevedFlared-rear")>> <<link "Wear dark Grey VNeck LongSleeved Flared top">> <<avatar-clothing-removeConflict "top">> <<wear-top-darkGreyVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove dark Grey VNeck LongSleeved Flared top">> <<remove-top-darkGreyVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/whiteFlaredVestWithSpaghettiStraps/30_top-whiteFlaredVestWithSpaghettiStraps-rear")>> <<link "Wear white Flared Vest With Spaghettistraps">> <<avatar-clothing-removeConflict "top">> <<wear-top-whiteFlaredVestWithSpaghettiStraps>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white Flared Vest With Spaghettistraps">> <<remove-top-whiteFlaredVestWithSpaghettiStraps>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/mustardYellowVNeckLongSleevedFlaredTop/30_top-mustardYellowVNeckLongSleevedFlared-rear")>> <<link "Wear mustard Yellow VNeck LongSleeved Flared top">> <<avatar-clothing-removeConflict "top">> <<wear-top-mustardYellowVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove mustard Yellow VNeck LongSleeved Flared top">> <<remove-top-mustardYellowVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-shirts">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/shirts/paleGreyAndWhiteShirtWithRolledUpSleeves/20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-rear")>> <<link "Wear paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">> <<avatar-clothing-removeConflict "top">> <<wear-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves>> <<replace "#shirts-container">> <<corinth-shirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">> <<remove-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves>> <<replace "#shirts-container">> <<corinth-shirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-jackets">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/jackets/tanTwinButtonSuitJacketWithRolledUpSleeves/50_jacket-tanTwinButtonSuitJacketWithRolledUpSleeves-rear")>> <<link "Wear tan Twin Button Suit Jacket With RolledUp Sleeves">> <<avatar-clothing-removeConflict "jacket">> <<wear-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove tan Twin Button Suit Jacket With RolledUp Sleeves">> <<remove-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/jackets/blackShortLeatherJacketWithRolledUpSleeves/50_jacket-blackShortLeatherJacketWithSleevesRolledUp-rear")>> <<link "Wear black Short Leather Jacket With Sleeves RolledUp">> <<avatar-clothing-removeConflict "jacket">> <<wear-jacket-blackShortLeatherJacketWithSleevesRolledUp>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Short Leather Jacket With Sleeves RolledUp">> <<remove-jacket-blackShortLeatherJacketWithSleevesRolledUp>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-shoes">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/shoes/blackPatentHeels/20_shoes-blackPatentHeels-rear")>> <<link "Wear black Patent Heels">> <<avatar-clothing-removeConflict "shoes">> <<wear-shoes-blackPatentHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Patent Heels">> <<remove-shoes-blackPatentHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/shoes/brownPatentHeelsWithBlackToe/20_shoes-brownPatentHeelsWithBlackToe-rear")>> <<link "Wear brown Patent Heels With Black Toe">> <<avatar-clothing-removeConflict "shoes">> <<wear-shoes-brownPatentHeelsWithBlackToe>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <</link>><br> <<else>> <<link "Remove brown Patent Heels With Black Toe">> <<remove-shoes-brownPatentHeelsWithBlackToe>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/shoes/blackSuedeAnkleStilettosWithBuckles/20_boots-blackSuedeAnkleStillettosWithBuckles-rear")>> <<link "Wear black Suede Ankle Stillettos With Buckles">> <<avatar-clothing-removeConflict "shoes">> <<wear-boots-blackSuedeAnkleStillettosWithBuckles>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Suede Ankle Stillettos With Buckles">> <<remove-boots-blackSuedeAnkleStillettosWithBuckles>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/shoes/blackSuedeAnklePlatformHeels/20_boots-blackSuedeAnklePlatformHeels-rear")>> <<link "Wear black Suede Ankle Platform Heels">> <<avatar-clothing-removeConflict "shoes">> <<wear-boots-blackSuedeAnklePlatformHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Suede Ankle Platform Heels">> <<remove-boots-blackSuedeAnklePlatformHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-trousers">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/trousers/bootcutBlueJeans/30_trousers-darkBlueDenimBootcutJeans-highHeels-rear")>> <<link "Wear dark Blue Denim Bootcut Jeans">> <<avatar-clothing-removeConflict "trousers">> <<wear-trousers-darkBlueDenimBootcutJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove dark Blue Denim Bootcut Jeans">> <<remove-trousers-darkBlueDenimBootcutJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/trousers/blackStraightcutTrousers/30_trousers-blackStraightcutTrousers-highHeels-rear")>> <<link "Wear black Straightcut Trousers">> <<avatar-clothing-removeConflict "trousers">> <<wear-trousers-blackStraightcutTrousers>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Straightcut Trousers">> <<remove-trousers-blackStraightcutTrousers>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/trousers/skinnyBlueJeans/20_trousers-darkBlueDenimSkinnyJeans-highHeels-rear")>> <<link "Wear dark Blue Denim Skinny Jeans">> <<avatar-clothing-removeConflict "trousers">> <<wear-trousers-darkBlueDenimSkinnyJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove dark Blue Denim Skinny Jeans">> <<remove-trousers-darkBlueDenimSkinnyJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/trousers/blackCottonLeggings/10_leggings-blackCottonLeggings-rear")>> <<link "Wear black Cotton Leggings">> <<avatar-clothing-removeConflict "leggings">> <<wear-leggings-blackCottonLeggings>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Cotton Leggings">> <<remove-leggings-blackCottonLeggings>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-skirts">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/skirts/blackMiniPencil/20_skirt-blackMiniPencil-rear")>> <<link "Wear black Mini Pencil skirt">> <<avatar-clothing-removeConflict "skirt">> <<wear-skirt-blackMiniPencil>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Mini Pencil skirt">> <<remove-skirt-blackMiniPencil>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/skirts/blackSideSlitMini/20_skirt-blackSideSlitMini-rear")>> <<link "Wear black Side Slit Mini Skirt">> <<avatar-clothing-removeConflict "skirt">> <<wear-skirt-blackSideSlitMini>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Side Slit Mini Skirt">> <<remove-skirt-blackSideSlitMini>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-dresses">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/dresses/blackBodyconSleevelessMiniDress/20_dress-blackBodyconSleevelessMiniDress-rear")>> <<link "Wear black Bodycon Sleeveless MiniDress">> <<avatar-clothing-removeConflict "dress">> <<wear-dress-blackBodyconSleevelessMiniDress>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Bodycon Sleeveless MiniDress">> <<remove-dress-blackBodyconSleevelessMiniDress>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/dresses/blackSleevelessSkaterDress/30_dress-blackSleevelessSkater-rear")>> <<link "Wear black Sleeveless Skaterdress">> <<avatar-clothing-removeConflict "dress">> <<wear-dress-blackSleevelessSkater>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Sleeveless Skaterdress">> <<remove-dress-blackSleevelessSkater>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-check-ending">><<nobr>> <<if ($kate.isWearing.includes("dress") or ($kate.isWearing.includesAny("top","sweater","jumper","shirt") and $kate.isWearing.includesAny("trousers","leggings","skirt"))) and $kate.isWearing.includesAny("shoes","boots")>> <<replace "#corinth-end">> <<link "//they can meet $corinthian.partner.name at Corinthian//" "CORINTH-16000 Arrival">><</link>>. <</replace>> <<else>> <<replace "#corinth-end">> (Wear either a dress or top and bottom, plus shoes) <</replace>> <</if>> <</nobr>><</widget>> <<widget "showRear">><<nobr>> <<set $avatar.showRear to true>> <<replace "#avatar-container">><<avatar>><</replace>> <</nobr>><</widget>> <<widget "showFront">><<nobr>> <<set $avatar.showRear to false>> <<replace "#avatar-container">><<avatar>><</replace>> <</nobr>><</widget>> <<widget "cover-setCoverFirstName">><<nobr>> <<if $kate.agency eq "mi6">> <<if $kate.ethnicity eq "English">> <<set $kate.cover.firstname to setup.englishFemaleFirstnames1990s.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.cover.firstname to setup.ausNZFirstname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.cover.firstname to setup.canadianFirstname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.cover.firstname to setup.canadianFirstname.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European">> <<set $kate.cover.firstname to setup.ausNZFirstname.random()>> <</if>> <<else>> <<set $kate.cover.firstname to "Walrus", $kate.cover.surname to "Walrusson">> <</if>> <</nobr>><</widget>> <<widget "cover-setCoverSurName">><<nobr>> <<if $kate.agency eq "mi6">> <<set $kate.nationality to "british">> <<if $kate.ethnicity eq "English">> <<set $kate.cover.surname to setup.englishSurnames.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.cover.surname to setup.usSurname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.cover.surname to setup.irishAmercanSurnames.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.cover.surname to setup.italianAmericanSurnames.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.cover.surname to setup.polishAmercanSurnames.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.cover.surname to setup.ausNZSurname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.cover.surname to setup.canadianSurname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.cover.surname to setup.frenchCanadianSurnames.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European">> <<set $kate.cover.surname to setup.ausNZSurname.random()>> <</if>> <<else>> <<set $kate.cover.firstname to "Walrus", $kate.cover.surname to "Walrusson">> <</if>> <<if $kate.cover.surname eq $kate.surname>> <<cover-setCoverSurName>> <</if>> <</nobr>><</widget>> <<widget "cover-setKnownAs">><<nobr>> <<if $kate.cover.firstname eq "Elizabeth">> <<set $kate.cover.knownAs to either("Elizabeth", "Ellie", "Liz", "Beth")>> <<else>> <<set $kate.cover.knownAs to $kate.cover.firstname>> <</if>> <</nobr>><</widget>> <<widget "cover-OperationName">><<nobr>> <<set $kate.codename to setup.codeNames.random()>> <</nobr>><</widget>> <<widget "cover-names">> <span class="colourclass"> CODENAME: <<textbox "$kate.codename" $kate.codename>> \ <<link "(random)">><<cover-OperationName>><<replace "#coverNames">><<cover-names>><</replace>><</link>> COVER FIRST NAME: <<textbox "$kate.cover.firstname" $kate.cover.firstname>> \ <<link "(random)">><<cover-setCoverFirstName>><<cover-setKnownAs>><<replace "#coverNames">><<cover-names>><</replace>><</link>> KNOWN AS: <span style="color: #212226; border:#212226; border-style:solid; border-width:thin; width:250px; padding-left:5px; padding-right:200px;">$kate.cover.knownAs</span> \ <<link "(random)">><<cover-setKnownAs>><<replace "#coverNames">><<cover-names>><</replace>><</link>> COVER SURNAME: <<textbox "$kate.cover.surname" $kate.cover.surname>> \ <<link "(random)">><<cover-setCoverSurName>><<replace "#coverNames">><<cover-names>><</replace>><</link>> </span> <</widget>> <<widget "setDominantArchetype">><<silently>><<nobr>> <<if ($kate.crusaderRep gte $kate.waifRep) and ($kate.crusaderRep gte $kate.alphaRep) and ($kate.crusaderRep gte $kate.fataleRep)>> <<set $kate.dominantArchetype to "crusader">> <<elseif ($kate.waifRep gte $kate.crusaderRep) and ($kate.waifRep gte $kate.alphaRep) and ($kate.waifRep gte $kate.fataleRep)>> <<set $kate.dominantArchetype to "waif">> <<elseif ($kate.alphaRep gte $kate.crusaderRep) and ($kate.alphaRep gte $kate.waifRep) and ($kate.alphaRep gte $kate.fataleRep)>> <<set $kate.dominantArchetype to "alpha">> <<elseif ($kate.fataleRep gte $kate.crusaderRep) and ($kate.fataleRep gte $kate.waifRep) and ($kate.fataleRep gte $kate.alphaRep)>> <<set $kate.dominantArchetype to "fatale">> <</if>> <</nobr>><</silently>><</widget>> <<widget "cameraFlash">> <<nobr>> <<timed .75s>> <<run $("#cameraFlash").show()>> <<timed 0.15s>> <<run $("#cameraFlash").hide()>> <</timed>> <</timed>> <</nobr>><div id="cameraFlash"></div><</widget>>
<<silently>> <</silently>>\ <<page>>\ ''** BETA TEST VERSION **'' This is a beta test of an upcoming sex scene from Female Agent. ''It's not the actual game.'' You can play the full game (for free!) <a href="https://www.femaleagentgame.com">here</a>. [[Test the new scene.|BETA-2000 Beta briefing]] <</page>>
<<silently>> <</silently>>\ <<page>>\ You're 18-year old <b>Charlotte Drake.</b> In the future, you'll join MI6 as an officer; for now you're just a normal teenager. The next scene is a test of a new kind of sex scene in Female Agent. In previous versions, sex scenes have focused purely on physical descriptions. We're trying to create scenes that are more about characters and situations. This scene demonstrates a few new mechanics: <ul> <li>Dice rolls and player decisions change how the scene plays out</li> <li>Charlotte's Arousal impacts her decisionmaking</li> </ul>\ <<link "Begin" "BJFORTB-1000 Setup">> <<set $kate.firstName to "Charlotte", $kate.surname to "Drake", $kate.faceShape to "round", $kate.noseShape to "Greek", $kate.mouthShape to "Pearlique", $kate.eyeShape to "Round", $kate.eyeColour to "Blue">> /* calculate Kate's hair colour */ <<set $kate.hairColour to ("Blonde")>> /* calculate Kate's hairstyle */ <<set $kate.hairStyle to "Short bob">> <<set $kate.braSize to "small">> <<set $kate.quirks.push("sportsStar", "elite")>> <<set $header.line1 to "''MARK'S ROOM,'' W LONDON", $header.line2 to "2010 / Age 18">> <<lifepath-18yrAvatarBirthday>> <<set $kate.attributes.openness to {}, $kate.attributes.conscientiousness to {}, $kate.attributes.extraversion to {}, $kate.attributes.agreeableness to {}, $kate.attributes.neuroticism to {}>> <<set $kate.attributes.openness.level to 0, $kate.attributes.conscientiousness.level to 0, $kate.attributes.extraversion.level to 0, $kate.attributes.agreeableness.level to 0, $kate.attributes.neuroticism.level to 0, $kate.arousal to 0>> <</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ ''*** END OF BETA TEST CONTENT ***'' You've reached the end of the test. We're aiming to implement this scene into the next version (release target: Nov 30 2020). If you're playing this before the release, you've got time to suggest changes and improvements! Please give us feedback on <a href="https://discord.gg/eeXEnBS4S8">Discord</a> or <a href="https://www.patreon.com/crushstation">Patreon</a>. <</page>>
<<silently>> <<set setup.xpSkillThresholds to [0,1000,2000,4000,8000,16000,32000,64000,128000,256000,512000]>> <<set setup.info = {}>> <<set setup.info.quirkDescriptions to { "batarian": "You wear glasses or contacts.", "freckles": "You have freckles on your face.", "elite": "Your family's part of the 1%. You had extra opportunities growing up, including a year at an elite Swiss finishing school.", "middle class": "You're from a normal middle class background.", "working class": "You're from a working class background. Money was tight growing up.", "single mum": "You were raised by your mum on her own.", "big brother": "You have a big brother.", "big sister": "You have a big sister.", "kid brother": "You have a kid brother.", "kid sister": "You have a kid sister.", }>> <<set setup.info.quirkEffects to { "batarian": [ "-1 Perception (unaided vision)", ], "freckles": [ "", ], "elite": [ "", ], "middle class": [ "", ], "working class": [ "", ], "single mum": [ "", ], "big brother": [ "", ], "big sister": [ "", ], "kid brother": [ "", ], "kid sister": [ "", ], }>> <<set setup.info.attributes to [ "openness", "conscientiousness", "extraversion", "agreeableness", "neuroticism", "intellect", "coordination", "height", "beauty", "confidence", "creativity", "daring", "fitness", "painThreshold", "strength", ], setup.info.attributeMin to -2, setup.info.attributeMax to +2, setup.info.attributeExplanations to { "openness": "How curious, abstract and imaginative you are.", "conscientiousness": "How organized, productive and responsible you are.", "extraversion": "How sociable, assertive and cheery you are.", "agreeableness": "How compassionate, respectful and trusting you are.", "neuroticism": "Your tendencies towards anxiety and depression.", "intellect": "Your general intelligence.", "coordination": "Your natural grace and dexterity.", "height": "How tall you are.", "beauty": "How conventionally attractive you are.", "confidence": "Confidence description.Placeholder", "creativity": "creativity description Placeholder", "daring": "Daring description.Placeholder", "fitness": "Fitness description Placeholder", "painThreshold": "Pain Thershold description Placeholder.", "strength": "Strength description Placeholder.", }, setup.info.attributeDescriptionTitles to { "openness": { "-2": [ "Closed-minded (3% of people)" ], "-1": [ "Conventional (13% of people)" ], "0": [ "Practical (7 in 10 people)" ], "1": [ "Curious (13% of people)" ], "2": [ "Imaginative (3% of people)" ], }, "conscientiousness": { "-2": [ "Careless (3% of people)" ], "-1": [ "Spontaneous (13% of people)" ], "0": [ "Dependable (7 in 10 people)" ], "1": [ "Organised (13% of people)" ], "2": [ "Perfectionist (3% of people)" ], }, "extraversion": { "-2": [ "Reclusive (3% of people)" ], "-1": [ "Introvert (13% of people)" ], "0": [ "Sociable (7 in 10 people)" ], "1": [ "Outgoing (13% of people)" ], "2": [ "Gregarious (3% of people)" ], }, "agreeableness": { "-2": [ "Hostile (3% of people)" ], "-1": [ "Skeptical (13% of people)" ], "0": [ "Pleasant (7 in 10 people)" ], "1": [ "Kind (13% of people)" ], "2": [ "Compassionate (3% of people)" ], }, "neuroticism": { "-2": [ "Fearless (3% of people)" ], "-1": [ "Resilient (13% of people)" ], "0": [ "Moderate (7 in 10 people)" ], "1": [ "Sensitive (13% of people)" ], "2": [ "Anxious (3% of people)" ], }, "intellect": { "-2": [ "Dull (3% of people)" ], "-1": [ "Simple (13% of people)" ], "0": [ "Average (7 in 10 people)" ], "1": [ "Intelligent (13% of people)" ], "2": [ "Incisive (3% of people)" ], }, "coordination": { "-2": [ "Clumsy (3% of people)" ], "-1": [ "Awkward (13% of people)" ], "0": [ "Adequate (7 in 10 people)" ], "1": [ "Nimble (13% of people)" ], "2": [ "Graceful (3% of people)" ], }, "height": { "-2": [ "Short (3% of women)" ], "-1": [ "Petite (13% of women)" ], "0": [ "Average (7 in 10 women)" ], "1": [ "Tallish (13% of women)" ], "2": [ "Tall (3% of women)" ], }, "beauty": { "-2": [ "Unattractive (3% of women)" ], "-1": [ "Plain (13% of women)" ], "0": [ "Average (7 in 10 women)" ], "1": [ "Attractive (13% of women)" ], "2": [ "Striking (3% of women)" ], }, }, setup.info.attributeDescriptions to { "openness": { "-2": [ "Set firmly in your ways, you tend to think and do as you always have done. (Score too low to join _yourAgency)" ], "-1": [ "Conventional, pragmatic and traditional, you dislike change and resist new ideas. (Score too low to join _yourAgency)" ], "0": [ "Like most people, you're mainly down to earth, but you sometimes get excited by a new idea or seek out a new experience." ], "1": [ "Curious and open minded, you're intrigued by new experiences and new perspectives." ], "2": [ "An original and creative – some would say weird – thinker, you crave new ideas and experiences. You love art and find abstract ideas fascinating." ], }, "conscientiousness": { "-2": [ "Inconsistent, disorganised and unreliable; you don't follow rules and you ignore the requirements placed on you." ], "-1": [ "Laid back and not very reliable; although you're aware of them, you're just not interested in following all the rules or completing every objective. You struggle to be punctual and to honour your commitments." ], "0": [ "Like most people, when there's a job to be done you'll get on with it...eventually, sometimes after prompting from interested parties. You can mostly be relied upon to do what you've promised and to get to appointments on time." ], "1": [ "Responsible and dependable. You're naturally inclined to pour organisation and effort into your goals, with no need for outside control." ], "2": [ "Persistent and exacting; you focus naturally on detail and order. Hard work, organisation and innate self-discipline are the keys to your success." ], }, "extraversion": { "-2": [ "Painfully reserved and quiet; the ideal situation for you is alone, with no requirement to interact with other human beings. (Score too low to join _yourAgency)" ], "-1": [ "Groups of strangers (and sometimes even friends) are not your thing. You get much more out of spending most of your time pursuing activities quietly and alone. Reserved and passive, you rarely express your views to others." ], "0": [ "Like most people, you like spending time with friends and family, and you enjoy meeting new people from time to time. Taking your cues from social situations, you're sometimes talkative and sometimes more inclined to listen. You're also happy to spend time alone." ], "1": [ "Talkative, optimistic and fun, you enjoy meeting new people and are stimulated by social occasions." ], "2": [ "The center of attention in large, loud crowds of people is where you love to be. Self-disclosing and quick to speak, you aim to entertain and energise. You love to party and you get bored if you spend much time alone." ], }, "agreeableness": { "-2": [ "Skeptical and stubborn, what you want always comes first: you enjoy conflict and you can be ruthless to get what you want. You're antagonistic in your dealings with others, as you won't excuse their errors and their emotions won't sway your views." ], "-1": [ "Honest and dispassionate, you're ready and willing to compete with others to get what you want. You refuse to be pushed around, and will bluntly challenge the commonly accepted views and practices. You don't sacrifice long-term stability for short-term peace." ], "0": [ "Like most people, you're naturally kind, forgiving and affable; especially with loved ones and those whose goodwill you value. However, you dislike being taken advantage of, and will stand up for yourself when it really matters. You largely aim for peaceful relations." ], "1": [ "Flexible and compassionate, you're quick to help others and do what you can to oil the wheels of a social situation. You're quick to forgive and naturally trusting." ], "2": [ "Trusting, helpful and self-sacrificing, you're naturally swayed by the needs and desires of other people. You dislike competition and conflict, and prefer capitulation to confrontation. This can leave you feeling resentful or angry, but you prefer feeling that way to upsetting others." ], }, "neuroticism": { "-2": [ "Unemotional and self-satisfied, you confidently engage in a world containing very few things that can rattle you. You have exceptional tolerance for stress, failures and setbacks. Your lack of respect for genuine threats can lead you to take unnecessary risks." ], "-1": [ "You're calm and secure in your emotions, rarely feeling anxious or sad. Although you're aware of them, the negative elements of the past, present and future have little impact on your approach to the world." ], "0": [ "Like most people, you acknowledge past negative experiences and use them to make plans to avoid the insecurities of the future. You sometimes feel worried and emotional, but this doesn't restrict your actions." ], "1": [ "Emotionally sensitive, you're prone to stress and anxiety. You often see the worst in a situation, and feel insecurity about your past and fears for the future. Your natural caution can stultify your actions." ], "2": [ "Painfully anxious and self-conscious. All the negative emotions in you hold sway, and you're variously racked with shame, guilt, defensive anger and self pity. (Score too high to join _yourAgency)" ], }, "intellect": { "-2": [ "With an IQ of around 70, you're borderline retarded. Although you can live mostly independently, few modern careers are open to you. (Score too low to join _yourAgency)" ], "-1": [ "With an IQ of around 80, you're of low intelligence. You're best suited to careers involving manual labour or non-complex tasks. (Score too low to join _yourAgency)" ], "0": [ "With an IQ of around 100, you're of average intelligence. The bulk of white- and blue-collar careers are open to you. (Score too low to join _yourAgency)" ], "1": [ "With an IQ above 115, you're well-equipped for complex problem solving. Careers you're capable of include engineering, management and teaching." ], "2": [ "With an IQ above 130, you excel in analytical and critical thinking. Careers you're capable of include STEM scientist, barrister, medical doctor, and university lecturer." ], }, "coordination": { "-2": [ "You're a bit of a disaster when it comes to physical tasks." ], "-1": [ "You're not a very physical person. You sometimes fumble with tasks that need precision and quick moves." ], "0": [ "You're of average natural athleticism, so you handle most physical tasks just fine." ], "1": [ "Sports, dance, or any tasks needing finesse are right up your alley. You handle physical challenges with skill and a bit of flair." ], "2": [ "You're naturally graceful and precise. Whether it's acing a new dance routine or mastering a tricky sport, you make difficult physical tasks look easy." ], }, "height": { "-2": [ "You're around 4'10 (147cm) tall." ], "-1": [ "You're around 5' (152cm) tall." ], "0": [ "You're around 5'4 (162cm) tall." ], "1": [ "You're around 5'7 (170cm) tall." ], "2": [ "You're around 5'9 (175cm) tall." ], }, "beauty": { "-2": [ "They say true beauty is on the inside. (Score too low to be recruited for this mission)" ], "-1": [ "You struggle to turn heads. Your appearance is often overlooked, and you might face challenges in fields where looks are a factor. (Score too low to be recruited for this mission)" ], "0": [ "You have an everyday, girl-next-door attractiveness. Your charm and character are what really make you shine. (Score too low to be recruited for this mission)" ], "1": [ "Men often notice your good looks, which makes it easier to gain attention and co-operation. However, it can be challenging to melt into the background, and sometimes you feel like your professionalism is overshadowed by your appearance." ], "2": [ "Your striking good looks stand out in every situation. While your beauty can open doors and create opportunties, it can also overshadow your other qualities." ], }, } >> <<set setup.info.kinks to [ "exhibitionist", "masochist", "submissive", ], setup.info.kinkDescriptions to { "exhibitionist": "You fantasise about being exposed and desired.", "masochist": "You fantasise about rough sex and being physically dominated.", "submissive": "You fantasise about being emotionally dominated and controlled.", } >> <<set setup.info.skillDescriptions to { "academic": "skill description", "agent": "skill description", "athlete": "skill description", "brawler": "skill description", "charmer": "skill description", "cook": "skill description", "dancer": "skill description", "driver": "skill description", "musician": "skill description", "partyAnimal": "skill description", "sexpert": "skill description", "shooter": "skill description", "singer": "skill description", "writer": "skill description", }, setup.info.skillDescriptionTitles to { "academic": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "agent": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "athlete": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "brawler": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "charmer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "cook": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "dancer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "driver": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "musician": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "partyAnimal": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "sexpert": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "shooter": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "singer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "writer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, } >> <</silently>>
<<silently>> <<set $header.line1 to "''BANGKOK''", $header.line2 to "THAILAND / MAY 2018">> <<emote-calm>> <</silently>>\ <<header>>\ <<page>>\ <b>Oh no!</b> You've reached the end of this episode, //White Russian!// $kate.firstName went on a double date with $zoe.firstName, <<if hasVisited("WR-4280 Yeah")>>and spent a night in a Russian businessman's hotel room<<if hasVisited("WR-240 Not planning on sex with Kolya")>>, despite her best intentions<</if>>. She got closer to $zoe.firstName, in prep for recruiting her as an <div class="tooltip">agent<span class="tooltiptext">a person working for an intelligence service, not always knowingly</span></div> in the future.<<else>>but went home early. If you like, you can <<link "jump back to the decision point" "WR-4270 Ladies room">><<avatar-stripNaked>><<wear-bracelet-friendshipBraceletsLeftWrist>><<wear-dress-emeraldGreenSatinMiniDress>><<apply-makeup-eyeshadow-emerald>><<apply-makeup-eyeliner-lina>><<apply-makeup-lipstick-soWhat>><<wear-shoes-silverStrappyStilettoSandals>><</link>> and make a different choice.<</if>> <b>What now?</b> We're currently working on the next episode. It will continue $kate.firstName's story. In the meantime, you can: <ul> <li>Play <a href="https://www.femaleagentgame.com/download/">version 1.11</a> (which is focused on $kate.firstName's youth and university years, before she joined <<if $kate.agency == "cia">>the <<else>><<= $kate.agency.toUpperCase()>><</if>>).</li> <li>Play <a href="https://www.femaleagentgame.com/download/">version 1.6</a> (which uses the old engine).</li> <li>Find out more about the game at our <a href="https://www.femaleagentgame.com/">website</a>.</li> <li>Give us feedback and ideas on <a href="https://discord.gg/eeXEnBS4S8">Discord</a>.</li> </ul>\ <b>Development is 100% funded by fans</b> Writing, illustrating and coding the game takes many many hours! We wouldn't be able to do it without the support of our great fans on <a href="https://www.patreon.com/crushstation">Patreon</a> and <a href="https://subscribestar.adult/femaleagent">Subscribestar</a>. <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>>\ If you love the game and can afford $1 or more, please support us at <a href="https://www.patreon.com/crushstation">Patreon</a> or <a href="https://subscribestar.adult/femaleagent">Subscribestar</a>. You'll be able to download a supporter version with some extra features (like the largest bra size, and a very cheaty back button). More importantly, you'll be directly funding development of the game. <b>Thanks for playing this episode of Female Agent!</b> <<else>>\ Thank you humbly for making this game possible. I promise to always do my best. 😔 <b>And thanks for playing this episode of Female Agent!</b> <</if>>\ $kate.firstName $kate.surname will always remember you. – 🦀 <i>Crushstation, November 2023</i> <small>//<<back "Back to game">>//</small> <</page>>
<div id="game"> <header id="header"> <a href="#" data-target='#logo-dropdown' class="dropdown-toggle logo"></a> <div id="logo-dropdown" class="dropdown-content"> <a id="websiteId" href="https://www.femaleagentgame.com/" target="_blank">Website</a> <a id="supportusId" href="https://www.patreon.com/crushstation" target="_blank">Support Us</a> <a id="discordId" href="https://discord.gg/eeXEnBS4S8" target="_blank">Discord</a> <a id="devToolsId" href="#">Dev Tools </a> <a id="restartId" href="#">Restart</a> </div> <div id="ui-bar-history"> <button id="history-backward" tabindex="0"><</button> <button id="history-forward" tabindex="0">></button> </div> <div id="menu"> <a id="turnAvatar" href="#">Turn avatar</a> <a id="characterId" href="#">Character sheet</a> <a id="savesId" href="#">Saves</a> <a id="settingsId" href="#">Settings</a> <a id="debugId" href="#">Bug Report</a> </div> </header> <div id="game-inner"> <div id="avatar" class="avatar"> <div class="avatar-inner"> <div class="avatar-abs"> <div id="avatar-container" data-passage="StoryCaption" class="avatar-image"> </div> </div> </div> </div> <div id="passages" class="game-main detail-marker-container"></div> </div> <footer id="footer"> </footer> </div>
<<nobr>> <<avatar>> <</nobr>>
<<set setup to {}>> <<include "namelists">>
<<showNotifications>>
<<silently>><<include "variables">><</silently>> <<silently>><<include "characterTexts">><</silently>> <script> $(document).on('change', '#hairColor', function() { // Get the selected color from the input var color = $(this).val(); // Change the fill color of the SVG path(s) $('#short-2 .cls-1').css('fill', color); }); $(document).on('input', '#hairOpacity', function() { // Get the selected opacity value from the input var opacity = $(this).val(); // Change the opacity of the SVG $('#short-2').css('opacity', opacity); // Update the displayed percentage $('#opacityValue').text(Math.round(opacity * 100) + '%'); }); // Function to apply preset values function applyPreset(color, opacity) { // Set color and update the input field $('#hairColor').val(color).trigger('change'); // Set opacity and update the input field $('#hairOpacity').val(opacity).trigger('input'); }; // Set initial opacity when the page loads $(document).ready(function() { $('#hairOpacity').val(0.35).trigger('input'); // Set initial opacity to 0.35 and trigger the change }); </script> <<page>> <h1>SVG HAIR COLOUR TEST</h1> (Proof of concept; work in progress) <!-- Container for the paper doll and SVG --> <div id="paperdoll" style="position: relative; width: 529px; height: 505px;"> <!-- Mannequin image --> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/test/svgHairTest/hairMannequin2.png" id="doll" style="position:absolute; top:0; left:0; width: 529px; height: 505px; margin: 0; padding: 0; border: none"> <!-- Inline SVG for hair --> <svg id="short-2" data-name="short" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 529 505" style="position:absolute; top:0; left:0; width: 529px; height: 505px; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(1.25px, 1.25px);" preserveAspectRatio="xMidYMid meet"> <defs> <style> .cls-1 { fill: #0072a9; opacity: 1; } </style> </defs> <path id="svg_ballet_shin" data-name="svg ballet shin" class="cls-1" d="m374.0996223,138.0782001c-7.9129028-24.6555786-16.9951172-47.0585327-35.1220093-66.1463623-8.1651001-8.5980225-17.3626099-14.0775146-26.4421387-17.7417603-14.72052-7.1069336-32.6066895-9.7602539-54.3062744-5.5944824l.0050049.1644897c-.864563-.1184692-1.7203369-.2241821-2.5678711-.3183594-24.2959595-6.140564-59.7680664.4120483-93.8588867,37.8303223.9512939-.968811,1.9008789-1.909668,2.8494873-2.833374-7.4586182,7.2650757-14.2451172,15.3249512-20.098938,23.9344482-6.2180176,9.1452637-9.692749,18.9260864-13.1184082,29.4086304-11.4194946,34.946106-18.1275635,70.7559204-14.7357178,107.5610352,1.1947021,12.9631958,2.7615967,25.7354126,8.9078979,37.5890503l.0471191-4.6976318c9.3937988,34.4245605,22.2084961,46.2924805,27.4650879,50.795166,0,0-2.5249634-2.1781006-1.104187-5.897644.2825928.3256836.5654297.6506348.8500977.9699097.6818848.8084717,1.4487915,1.6503296,2.2836914,2.5066528,3.1453247,4.0021362,9.378418,9.5248413,20.5013428,11.1468506.0958252.0550537.1888428.1141968.2851562.168457-.0882568-.0496826-.1742554-.112854-.2620239-.1655273.5359497.0778198,1.0803223.1489868,1.6391602.2081299,0,0-3.9540405-4.1550293-5.0101929-6.9662476,0,0,3.2223511,5.703125,11.0510864,7.1477661.2209473.0430298.4481201.081543.6813354.1164551.0213013.0031128.0426025.0063477.0639648.0093994.2905884.0423584.5893555.078125.8968506.1074219.0374146.0036011.0747681.0072632.1123657.0106812.2532959.022583.5114136.0403442.7746582.053772.1160889.0062866.2322998.0124512.3500366.0168457.0687256.0023804.1344604.0076904.2037964.0094604.1528931.0048218.3114624.0023193.4658203.0036011.1477661.0010376.2958374.0014038.446106-.0006104.1260376-.0018311.2543335-.0073853.3817749-.0112915.2068481-.0061646.4116211-.0100708.6231689-.0220947.171936-.0102539.3513794-.0267334.5265503-.0410767.2139893-.0168457.4260254-.031189.6447144-.0541382.3743286-.0388184.7518921-.0856323,1.1324463-.1424561,0,0-5.7246704-2.7720947-8.1760864-8.8250732,0,0,.0159912.0081177.0422363.0213623.0150146.0076294.027832.0139771.0553589.0276489.0267334.0133057.0587769.0291138.0966187.0477295.1245117.0614014.3071899.149292.5432129.2595825.0266113.0123901.0529785.0246582.0808105.0375366.2774658.1287842.6137085.2794189.9992676.444519.0209961.0089722.0411987.0176392.062439.0266724.4046631.1723633.8548584.3547363,1.3395996.538147.0147705.0056152.0289917.0111084.0438232.0166626.15448.0581665.31073.1152954.4708862.1727295.0339966.012146.0684814.0240479.1026611.0361938.3196411.1133423.6466064.2231445.9810181.3276367.0111694.003479.0220337.0072021.0332031.0106812.1503906.0467529.3010864.0908813.453125.1348267.0728149.0210571.1455688.0413818.218689.0616455.1467896.0407715.2927856.0810547.4400635.1184082.0001831.000061.0004272.0001221.0006104.0001831h0c.0004883.0001221.0009766.0001831.0014648.0003052.2983398.0756226.5956421.1415405.8916016.1997681.0648193.0128174.128479.0234375.1930542.0352783.2317505.0422974.460144.0774536.6864624.105835.0863647.0109253.171875.0213013.2572021.0300293.2103882.0212402.4151001.0328369.6172485.0391235.0813599.0026245.1641235.0083618.2438965.0083618.2716064-.0003662.5358887-.0123291.7850342-.0462646,0,0-7.2575684-8.979187-15.1230469-22.8275757l-1.7303467-5.2821045c3.9421387,8.93927,7.4863281,14.3497925,7.4863281,14.3497925,0,0-9.8934937-20.0856323-14.1219482-54.6585693-2.7055054-22.1210938-2.1204224-44.4295044-.9901733-60.4041748.7631226.7399292,1.5380249,1.4862671,2.3392334,2.2486572.0247192-4.7042236.2756348-9.1159058.718811-13.269043,4.6650391-12.1291504,11.5097046-25.9716187,19.8823242-38.2199097.7410889-1.0760498,1.4841919-2.1516724,2.2537231-3.215271.0010986-.0014648.0020752-.0029907.0031738-.0044556.0001831-.0002441.0003662-.0004272.0004883-.0006714.47229-.5855713.9500122-1.1519165,1.4303589-1.7089233.072937-.0845947.1466675-.166626.2197876-.2506104.1212158-.1390991.2434692-.2745361.3652344-.4118652.3053589-.3446655.6115112-.6867065.9199219-1.0205078.0195312-.0211792.0391235-.0422363.0586548-.0632935.2175293-.2346191.4364014-.4645996.6554565-.6939087.2644043-.2770386.5297241-.5508423.7962036-.8203125.2650757-.2677002.5307617-.53302.7978516-.793335.0355225-.034668.0714111-.0678711.1069946-.102356.1878662-.1824341.3764648-.3620605.5652466-.5408936.300415-.2842407.6008301-.5686646.9036865-.8439941.2084961-.1898193.4191284-.3717651.6287842-.5574341.729187-.6451416,1.4638672-1.2699585,2.2056885-1.8670044.0605469-.0487671.1204224-.0999146.1810303-.1483765.3898315-.3113403.7824097-.6121826,1.1754761-.9110107.112793-.0856934.2254639-.171814.338501-.2565308,7.8011475-5.6043091,16.7560425-9.3842773,26.8601685-12.4645386.19104-.0544434.382019-.1057129.5730591-.1594238,1.4102783-.3966675,2.8200073-.7764282,4.2268677-1.1414795.2232056-.0579224.4467163-.1170044.6697998-.1743774,1.8760376-.4822388,3.7421875-.9472046,5.5997925-1.4067993.7767944-.1920776,1.5509644-.3840942,2.322998-.576416.0014038-.0003662.0028687-.0006714.0042725-.0010376.2190552-.0545654.4384155-.1090088.6569824-.1637573.0043335-.0010986.008728-.0021973.0130615-.0032959.215271-.053894.4302368-.1080322.6450195-.1621094.1730347-.0435791.3466187-.0879517.5193481-.1316528.2005615-.0507202.4011841-.1013794.6012573-.1524048.0018311-.0004883.00354-.0009155.0053711-.0014038.225647-.0574951.4512939-.1152344.6763306-.1731567.0045166-.0011597.0090942-.0023193.0136108-.003479.1990356-.0512085.3972778-.1032715.5957642-.1549683,1.1488647-.2614746,2.2077637-.5283203,3.1550293-.8118896,1.9760132-.5914917,3.9903564-1.8656616,5.2597046-3.5305786.3157349-.0285034.6290283-.0612183.9475708-.0847778,1.2550659-.0928955,2.4299927-.1530151,3.5384521-.1851807,1.0733032,1.595459,2.6846924,2.9018555,4.4512939,3.5974121.0612183.024292.1242676.0445557.1862793.0673828.3459473.1270142.6954956.2376709,1.0490723.3149414,20.3005981,4.4379883,40.5718994,8.7315063,57.5365601,27.5839233.5462646.6168213,1.0925903,1.2331543,1.6329346,1.8722534,1.1751099,1.5606689,2.3728638,3.204895,3.5786743,4.9209595,1.2058105,1.7160034,2.4196167,3.5039062,3.62677,5.3519287,1.6095581,2.4640503,3.2073364,5.0349731,4.7584839,7.6851807,1.5512085,2.6501465,3.0557861,5.3795776,4.4790649,8.1605225.355835.6952515.706543,1.3937378,1.0516968,2.0949707.6901855,1.4024658,1.3579712,2.8161011,1.9988403,4.2374268s1.2549438,2.8504028,1.8377686,4.2836304c.8742676,2.1498413,1.6783447,4.3092041,2.397583,6.4664307.8009644,2.4022217,1.4890747,4.8005981,2.0593872,7.1813354.7782593,13.9332275.7963867,35.7335815-3.6707153,59.7635498-6.3658447,34.2438965-14.9268188,45.6585693-14.9268188,45.6585693,0,0,7.0477905-6.9412842,12.5079956-22.3887939-.0942383.4042358-.1903687.8359985-.2931519,1.3132324-.1174316.4914551-.2384644,1.0215454-.3612061,1.5945435-.6312866,2.9466553-1.2654419,5.7830811-1.9038086,8.5333252-.5859985,2.4907227-1.1282349,4.6900024-1.635498,6.654541-2.3067627,8.796814-4.1004639,13.2409058-5.6691895,16.1755981-.7756348,1.3453369-1.519104,2.3931274-2.3364868,3.8117065,1.9949341-.3355713,4.1499634-2.3792114,4.1499634-2.3792114,0,0-3.0141602,7.4519043-5.8463745,12.2822876,0,0,.2531128-.2056274.6431885-.5726318.8347778-.7813721,2.3387451-2.3408203,3.3151245-4.2299194-.0022583.0881958-.0187378.6013794-.0794067,1.3928833-.0393677.5125732-.0988159,1.1403809-.1854858,1.8357544-.0036621.0296631-.0077515.0601807-.0115356.0900879-.1342163,1.0564575-.3322754,2.2652588-.6256714,3.4833374-.0009155.0039673-.0019531.0079346-.0028687.0119019-.2984009,1.2363892-.6942139,2.4799194-1.2191162,3.5765381-.0413208.0863037-.0784912.1772461-.1213989.2615967,0,0,9.4730225,2.03302,20.4041138-8.2624512l-1.6704102,3.8302612s1.6663818-.2126465,4.1259766-1.1431274c1.7543945-.6177979,4.1659546-1.265564,6.4055176-3.3219604.5681763-.404541,1.1073608-.8430176,1.6141357-1.3116455,1.6887207-1.383606,3.3548584-3.0853271,4.8486328-5.1783447l-.784729,2.6427002s.0244751-.0175171.0598755-.043396c.956665-.6612549,2.0355835-1.6595459,3.173645-2.9004517,2.2454834-2.3555298,5.3795776-6.2442017,8.4853516-12.059082,1.9721069-3.49646,3.5818481-6.9961548,4.3786621-9.8234253,1.024353,2.0324707.5853882,4.5004883.5853882,4.5006714,6.2926636-9.6448364,9.1271973-29.6090088,9.512207-45.6448364.947998-39.489624-8.4099121-83.5376587-20.487793-121.1707153Zm-210.4390259,84.5853271c.1850586-4.1229858.5697632-8.1091309,1.0809937-11.9003296-.6644897,8.3626099-.9473267,17.2108765-.8899536,26.1082153-.2905273-5.0415649-.385437-9.8768921-.19104-14.2078857Zm194.9268188,0c-.0687866-3.7487183-.3370972-7.2976074-.7404785-10.618042.0178223-.0125122.0368042-.0267334.0545654-.0391235.2797241-.1288452.5600586-.2412109.8505249-.3184204-.0178833-.069519-.0373535-.1409302-.0553589-.2106323.2130127-.1327515.4094238-.2418823.5968018-.3381958.1820068-.0629272.3658447-.1283569.5298462-.1679688.8375244-.2022705,2.1259155.1853638,3.4488525,1.0705566.887146,6.2503052,1.5616455,13.3653564,1.8605957,21.4318848.2247314-.9335327.4328003-1.8532715.6328125-2.7651367-1.0125732,8.4685059-2.2275391,15.5154419-3.5480957,21.3922729-.0634766.2014771-.1257324.4104614-.19104.5996094-.0144653.1453247-.0262451.2764282-.0401611.4191284-2.5835571,11.1294556-5.5447388,17.8822632-8.1901245,21.9821167-.848999,1.286377-1.7440796,2.4276123-2.6912231,3.3783569-.1256714.1126709-.1998901.1707153-.2004395.171936-.0003052.0006714-.0013428.0162354-.0021362.0266113-.3674927.355957-.7426758.682312-1.125061.9810181,3.1853638-12.8786621,9.1323853-39.4294434,8.8101196-56.9959717Zm-4.8036499-7.7800293c.0072021-.0050049.013916-.0101318.0211182-.0151367.0027466.0358887.0053711.0768433.0081177.1122437.3778076-.2487183.7880249-.5435791,1.2067871-.850708.0755615,2.3513184.1004028,4.8254395.0554199,7.4360962-.1355591,7.8623047-1.1924438,17.3150024-2.5880737,26.6265259,1.1590576-11.5952759,1.6168213-22.8057861,1.2966309-33.309021ZM203.1727425,56.3397968c-13.5800781,6.4124756-25.8666382,15.1238403-36.7633667,25.4204102,12.2156372-11.5623169,24.2637329-19.5180664,36.7633667-25.4204102Zm-42.1463013,214.0003052c-2.3207397-8.7490234-7.2574463-21.8684082-10.083313-35.1901855-.1141357-.7711182-.2171021-1.5079956-.3069458-2.194519-.0056763.1821289-.0041504.3711548-.0091553.5539551-.2358398-1.5256958-.4532471-3.0425415-.6494141-4.5465088-.0164795.1068115-.0351562.227478-.0543823.3520508-.0906372-.6303711-.1831665-1.2735596-.2783203-1.93396-.0089722.1224976-.0163574.2415771-.0252075.3637695-.0440063-.3105469-.0790405-.6190186-.1196899-.928833.0384521.1623535.0859375.3484497.1448975.5650635.0341797-.4668579.0866699-.942688.124939-1.4115601-.171814-.0884399-.3381958-.2119141-.3835449-.0358276-.0343628-.2846069-.0788574-.5714111-.1101685-.8552856-.6417236-5.8118286-.4875488-10.0211792.24646-12.9204102-.1861572,2.9251099.0206299,6.8082886.4730225,11.2602539.0006104-.0061035.0010376-.012146.0016479-.0182495.0500488.5055542.098999,1.0085449.1569214,1.5332031.4485474,4.0625-.6972656,2.18927.9852295,7.5007935.3121338-9.9946899,1.2609253-18.5722656,2.2797241-25.2646484.6891479-.1713867,1.4332886-.1902466,2.2325439-.0375366.579895.1107788,1.5471191,1.1176758,2.6609497,2.4144287,1.2994995,1.5128784,2.7985229,3.4204102,4.1151123,4.7597656.0457153.0465088.0888672.0852051.1340942.1303101-.267395,1.9750366-.4924927,3.9870605-.6573486,6.0322266-1.4394531,17.8547974.7927856,48.1882935,2.7674561,61.3913574-1.364563-3.7387695-2.6027222-7.5884399-3.6455078-11.5196533Z"/> </svg> </div> <!-- Controls for selecting color and opacity --> <label for="hairColor">Select Hair Color:</label> <input type="color" id="hairColor" name="hairColor" value="#ff0000"> <label for="hairOpacity">Select Hair Opacity:</label> <input type="range" id="hairOpacity" name="hairOpacity" min="0" max="1" step="0.01" value="1"> <span id="opacityValue">100%</span> <h2>Experimental presets</h2> <button onclick="applyPreset('#fff8de', .32)">Pure Diamond</button> <button onclick="applyPreset('#ffef99', .25)">Light Ash Blonde</button> <button onclick="applyPreset('#f07e27', .25)">Caramel</button> <button onclick="applyPreset('#421600', .4)">Havana Brown</button> <button onclick="applyPreset('#ff4d00', .35)">Copper Shimmer</button> <button onclick="applyPreset('#730030', .35)">Blowout Burgundy</button> <button onclick="applyPreset('#c20000', .35)">Ruby Fusion</button> <button onclick="applyPreset('#000000', .55)">Black</button> <button onclick="applyPreset('#ff739a', .3)">Peach Pink</button> <button onclick="applyPreset('#ff0084', .3)">Hot Pink</button> <button onclick="applyPreset('#540de0', .35)">Purple Haze</button> <button onclick="applyPreset('#00729a', .35)">Midnight Blue</button> <</page>>
<<nobr>> <<= "<img class='hero-image' src='" + $imagePath.base + "ui/changelogBanner.jpg'>" >> <<page>> <div class="buttons"> <<button "Create a Character" "country-select">><</button>> </div> <div class="news-box"> <h1>What's new?</h1> This is ''Episode 1.20, //White Russian.//'' Go on a double date with Zoe and two Russian businessmen. </div> <ul class="legend"> <li> <<newSceneIcon>> New scene </li> <li> <<newFeatureIcon>> New feature </li> <li> <<improvementIcon>> Improvement </li> <li> <<fixIcon>> Bug fix </li> </ul> <div class="release"> <header> <br /> Episode 1.21 (DD Mmm 2024) <small>Early access version for $5+ supporters.</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Goth Phase –</b> summary of Goth Phase. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Many bugs stomped! –</b> your friend ''Q5'' swept through and stomped many annoying bugs, including: Fixed missing [remove] option on some clothing items in dressup scenes (thanks Falloutbabe and Lawhorn). Removed an instance of the heroine wearing two handbags during White Russian (thanks playsafe). Various grammar and typo fixes (thanks newport_georgeg, Lady Alexa, Zephyrous and Miky). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Zero Kate Thirty (27 Dec 2023) <small>Standalone Christmas mini-episode! Play it <a href="https://www.femaleagentgame.com/download/">here</a>. 🎄</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Zero Kate Thirty –</b> flash back to a memorable Christmas past. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.20.1 (22 Nov 2023) <small>General release of Episode 1.20, "White Russian"</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Scene edits –</b> general edits and improvements based on Early Access feedback. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.20 (31 Oct 2023) <small>Early access version for $5+ supporters. Happy Halloween, baby 🎃</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>White Russian –</b> Go on a double date with Zoe and two Russian businessmen. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Changing faces –</b> Fixed Amanda's artwork showing up when you click Zoe's name during a scene in Girls' Night Out (thanks <s>Mozart</s> gg). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.19 (27 Aug 2023) <small>General release of episode 1.19, "The New Girl"</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Scene revisions –</b> Revised two club scenes based on user feedback, adding additional context and player decision options. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Yoginis –</b> Fixed the game forgetting that the heroine had been invited to yoga during Girls' Night Out (thanks Khal, XG, glcOn and Lady Alexa). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Dani Dani –</b> Changed Emilia's stage name so it can't be the same as the heroine's (thanks Sam Rainer, bos and Steve C). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Zoe calling –</b> Fixed Zoe's phone call to the heroine at the hostel triggering on the //wrong// condition (thanks glcOn). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Broken link –</b> Fixed broken link in a bar scene with Emilia (thanks Bread Pitt, MacMichael and MFW Safety always off). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Mix up –</b> Fixed some name mix-ups with some regular customers (thanks Bread Pitt). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Missing help text –</b> Fixed an error with mouseover text explaining what a bargirl is not displaying correctly (thanks Zephyrous both for the bug fix and confirming that people are still checking this in episode 1.19). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.19 (11 Aug 2023) <small>Early access version for $5+ supporters. Sorry the editing took more hours than expected, guys, this one was tricky to write 😔</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>The New Girl –</b> Go undercover in the Hard Cock Cafe, and take on some new responsibilities for the enigmatic Miss Nin. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Minor bugfixes –</b> Fixed some minor bugs (with help from Q5). Corrected some typos (thanks Jenna). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.18.1 (13 Apr 2023) <small>General release of episode 1.18</small> </header> <table><<nobr>> <tr> <td> <<fixIcon>> </td> <td> <b>Sorry boys –</b> Prevented the heroine returning to the skybar topless after her bathroom visit in //Girls' Night Out// (thanks chico3812). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Make the bed –</b> Fixed visual glitch with bedsheets appearing in wrong layer (thanks for the //excellent// bug report Lawhorn). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>False modesty –</b> Fixed heroine not taking off her trousers when changing with the bargirls in Amanda's apartment (thanks Miky and playsafe). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Too hot –</b> Adjusted the Malaysia hotel arrival scene so the heroine takes a cool, refreshing shower not a hot, steamy one (thanks SuperMaxo). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Stop trying to make fëtch happen –</b> Fixed many instances of my annoying, futile attempts to bring back the diaeresis (coördination, preärranged etc; thanks spark75). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Dead End –</b> Fixed broken link in the nightclub girl/girl kiss dare during //Girls' Night Out// (thanks Aetherial). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>The old Ping –</b> Fixed instance of Ping using her old AI-generated avatar in Amanda's condo (thanks Aetherial). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Tricksy bargirlses –</b> Fixed an instance of Zoe talking like Gollum (thanks DESpear). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Glove up –</b> Adjusted manicure layers so they shouldn't appear above gloves anymore (thanks Bread Pitt). Something tells me I am going to have to fix this fix again later 😬. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Typos –</b> Fixed typo describing colours as 'brith' not 'bright' (thanks Aetherial). Fixed typo 'designed for designed for' when filing down long nails (thanks spark75). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.18 (30 Mar 2023) <small>Early access version for $5+ supporters. Thank you for making this possible 🥰</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Weekend Warrior –</b> Carry out a spy mission and a strip club shift, back to back. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Illustrated sex scenes –</b> Check out two new illustrated sex scenes in the club. This is an experiment, let us know if you want more! </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.17.2 (24 Jan 2023) <small>General release of episode 1.17</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Three's Company –</b> Added a new path, written by ''The Lost Engineer,'' allowing an exhibitionist heroine to join in when Zoe and Amanda are sending topless selfies to Zoe's boyfriend. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Just Say No –</b> Added a new path to Kob's sex scene, allowing the heroine to avoid giving him a BJ. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Typos & corrections –</b> Renamed the Joint Task Force as a Combined Task Force, in line with US military conventions //(Joint// normally means two US services working together, ally nations are //Combined)// - thanks spark75. Removed extra "on" from dialogue set on on Faslane base (thanks spark75). Fixed Zoe disliking it twice if the heroine refuses MDMA (thanks Mike the Red). Fixed placeholder text about the heroine's fingernails from the date with Mr Kriangsak (thanks Salisria). Sold unnecessary closing <small></div></small> tags in one scene, and used the proceeds to buy a missing space needed in a later one (thanks playsafe). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.17.1 (28 Dec 2022) <small>Bug fixes during Early Access</small> </header> <table><<nobr>> <tr> <td> <<fixIcon>> </td> <td> <b>Dead end girl –</b> Fixed a dead end for good girls who say no to coke at the party (thanks Nanaru and MD21). Fixed a dead end after failing your Sex Appeal check with Chonny (thanks RuSt). Fixed a dead end when choosing some not-yet-implemented dialogue with Zoe (thanks Maid Queen Mariam). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Red flags –</b> Fixed red errors when automatically applying or removing the new nail polishes in this episode (thanks Maid Queen Mariam, gg, Wildtexan, Lady Alexa, Swift and Salisria). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>What kind of model –</b> Fixed broken links when Kolya challenges the heroine on her modelling snap cover (thanks Maid Queen Mariam and Lady Alexa). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Mem is not Moo –</b> Fixed a few instances where the bargirl Mem got confused with the bargirl Moo (thanks Miky). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Code name –</b> Fixed a few instances of the heroine being addressed as $kate.strippername instead of her actual stage name (thanks Wildtexan and gg). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Masochism is no longer compulsory –</b> Fixed an issue where the game could turn the heroine masochist after a shift in the Hard Cock Cafe. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Crush can't count –</b> Potential agents now have six key qualities, not five (thanks Emm4rmstrong). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Maybe Danny //is// Mossad –</b> Fixed an error in the Ghost Tower where Danny addresses the heroine by her real name in dialogue, not her cover name. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Visible code –</b> Removed visible </span> tag during the second taxi ride with Max in Kuala Lumpur (thanks QA for the fix). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Typing with claws is hard –</b> Corrected several typos (thanks Lady Alexa). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.17 "Girls' Night Out" (23 Dec 2022) <small>Early access version for $5+ supporters. Sorry this took so long 😔</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Girls' Night Out –</b> hit the town for a night out with some Hard Cock Cafe bargirls! </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Dynamic bargirl avatars –</b> all new art for Amanda, Zoe, Gina, Ping, Mem and Jib! Their appearance will update throughout the scene. This is an experiment, let us know if you want more dynamic avatars! </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Weather report –</b> fixed unlikely description of March weather in Canberra as being blazing hot (thanks chimpy321). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bug fixes & typos –</b> Fixed a bug that applied an extra layer of eyeshadow when the avatar's eyes are closed. Removed extra "for" in scene where Connor interviews the heroine for for a job (thanks Lady Alexa). Fixed an instance in Max's hotel room where the game doesn't recognise if the heroine is naked or topless (thanks Heresiarch). Tweaked dialogue between Miss Nin and Miss Lu for blonde heroines (thanks Candi34dd and Heresiarch). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.16.1 (14 Sep 2022) <small>General release of Episode 1.16, "Fallout"</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Proper classified –</b> updated the NEPTUNE dossier in the first scene to carry correct US classification markings. (Thanks Jim S) </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bug fixes & typos –</b> changed "margaritas, margaritas and daiquiris" to "margaritas, mai tais and daiquiris" (thanks BD72). Corrected British slang "scrip" for US "script" in dialogue with Commander Perry (thanks jkl). Corrected wrong dialogue choice appearing in Signal chat with Ian (thanks playsafe). Removed extra "with" during dinner with with Max (thanks MacMichael). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Episode 1.16 "Fallout" (31 Aug 2022) <small>Early access version for $5+ supporters. Thank you for supporting us 🥰</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Fallout –</b> deal with the consequences of the black bag job. Includes a dialogue scene written by The Lost Engineer, involving a new character invented by XIII-Death, translated by HollyGrail! Thanks guys! It takes a village to help an idiot 🤡 </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Moar make up –</b> added //Apricot Fantasy, Burnt Zellige, Lady Danger, Pourpre Edgy, Rose Hip, Rose the Day, So What?, Universal Biscuit// and //Violet Vixen// lipsticks. Added //Azure Like It// and //Lemon Bomb// nail polishes. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Coming back from a game over –</b> added a back button to the end of content page, so players who save on this page can navigate back from it. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Bambi meets the boss –</b> changed the header during the date with Kriangsak to reflect if the heroine uses her stage name (thanks Nymphonomicon). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bug fixes –</b> Fixed red error during the taxi ride home in Malaysia (thanks TH and JusticeLover). Fixed typo in Yacht Guy's name (thanks playsafe). Fixed mis-spelling of "Quebecois" (merci Murmur). Corrected dialogue error referring to Sweden as a NATO member (thanks Salisria). Corrected typos in this very changelog (thanks Fishy). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.15.1 (29 Apr 2022) <small>General release of 1.15.</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Nail polish –</b> paint those piggies before a date or a work shift. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Malaysia inner monologue tweaks –</b> various subtle tweaks to the heroine's inner monologue during her encounter with Max in Malaysia, based on her kinks. These edits were written by Corneel. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Scene edits –</b> various scene edits based on player feedback. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bug fixes –</b> Stomped many bugs reported during Early Access, including the one where amethyst eyeshadow can turn her eyes demonic after orgasm. Thanks OperatorE, Sten, Sam R, Player58273, playsafe, JusticeLover69, Curious, Zariaswell, Sorter and Mister B for the bug reports! </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.15 Early Access (15 Apr 2022) <small>Early access version of 1.15 to $5 supporters. Thank you for continuing to support Female Agent, we'll keep making it as long as you want it 🥰</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Girl On Film –</b> go deeper undercover at the Hard Cock Cafe. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.14.1 (24 Dec 2021) <small>General release of 1.14. Merry Christmas, everybody!</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Dynamic dresses –</b> the appearance of the dress your heroine wears to meet Mr Kriangsak can change as the scene progresses. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Lipstick –</b> added two lipsticks to the makeup options. More lipsticks coming Soon™! </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Body glitter –</b> added body glitter avatar art (available sometimes in the club). </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Makeup in Malaysia –</b> added makeup options for the dinner date with Max. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Pôot paa-săa tai mâi gàyng kà-nàat nán –</b> added Thai translations to placeholder text. Thanks so much HollyGrail! </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bug fixes –</b> Stomped many bugs reported during Early Access. Thanks OperatorE, Samantha Louise, playsafe, evanthebruce, US v. Fokker Servs, Strigon888, James Malaprop, ArsenalJacob, imma-monster, Thalion, boobthief and Scottish PePe for the bug reports! </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.14 Early Access (12 Dec 2021) <small>Early access version of 1.14 to $5 supporters. You guys made this happen, thank you so much for supporting us 🥰</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>F.N.G. –</b> the heroine strips down for her first undercover mission. </td> </tr> <tr> <td> <<newSceneIcon>> </td> <td> <b>Dinner with the Boss –</b> get to know the owner of the Hard Cock Cafe. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Makeup –</b> customise the avatar's look with mascara, eyeshadow and blusher! Because you're worth it. Lipstick coming Soon™. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Backward save compatability –</b> load your saved game from 1.13 instead of starting over from scratch. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>It sounds better in Swedish –</b> improvements to Max's Swedish dialogue (thanks to Akrane and ArsenalJacob). </td> </tr> <</nobr>></table> </div> <div class="changelog"> <div class="release"> <header> <br /> Version 1.13.1 (28 Sep 2021) <small>General release of 1.13.</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Wet look –</b> the avatar now gets wet skin and hair in shower & pool scenes. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Better underwiring –</b> we made some technical improvements (image preloading, script minification, server side image compression, tailored image loading 🤓) that should make the game load faster and run more smoothly. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bug fixes –</b> fixed a whole bunch of bugs and typos reported during Early Access. Thanks to YH Lin, shphinx, OperatorE, Thalion, Samantha Louise, Bread Pitt, Z794, Thorson and esclavage! </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.13 Early Access (14 Sep 2021) <small>Early access version of 1.13 to $5 supporters. Guys ''thank you'' for making this game possible, we love you 😔 </small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Welcome to Bangkok –</b> land in Bangkok and infiltrate the Hard Cock Cafe. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>New avatar emotions –</b> we did a big visual and technical upgrade of the avatar emotions. She can now carry out a wider and subtler range of facial expressions, using 80% fewer art assets than before. This upgrade makes the avatar ready to support makeup and new skin tones (coming Soon™). </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>New hair colours –</b> added auburn and champagne/dirty blonde hair colours. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.12.1 (13 June 2021) <small>General release of 1.12.</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Sweet emotion –</b> added avatar facial expressions to scenes. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Piercing issues –</b> fixed tattoos and piercings vanishing in Max's hotel room (thanks Falloutbabe and Thorson). Choosing a nose piercing no longer breaks body customisation in the shower scene. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Me and my Shadow, Mk IV –</b> Fixed the shadow not turning around when the heroine does. (Imagine how freaky that would be in real life!) Also fixed the UI halo/glow behind the heroine sometimes disappearing. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Dialogue tweaks –</b> Max now mistakes a French Canadian agents for a Frenchwoman, not an American (thanks Antilles). The CIA chief of station in Malaysia's dialogue has been finessed to sound more American (thanks Plagioclase). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Wardrobe malfunctions –</b> The turtleneck sweater now fits all necks. After the shower, the heroine now wears one towel of the correct size, rather than all three towels at once. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.12 (31 May 2021) <small>Early access version of 1.12 to $5 supporters. Thank you for making //Female Agent// possible, guys, we humbly appreciate it. 😔 </small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Welcome to the Task Force –</b> new story scene to set up the main mission. </td> </tr> <tr> <td> <<newSceneIcon>> </td> <td> <b>Acclimatisation Phase –</b> a revamped 1.6 side quest, featuring a nude scene and a sex scene. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>All Five Eyes –</b> added US, Australian, Canadian and Kiwi nationality options. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Wardrobe control –</b> pick your heroine's outfit for the new side quest. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Dat ass doe –</b> check out your heroine from behind using //Turn avatar// (in the top menu). </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Skinny dice roll UI –</b> redesigned the dice roll menu to be less intrusive. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.11.1 (14 Mar 2021) <small>General release of version 1.11. Lots of bug fixes!</small> </header> <table><<nobr>> <tr> <td> <<fixIcon>> </td> <td> <b>Floating earrings –</b> Fixed earrings not fitting certain head shapes. Thanks Bread Pitt (who wrote an exceptionally high quality bug report). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>What did you just call me? –</b> Changed kate.shortname to kate.uni.shortname. Thanks TimF. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Top Secret –</b> Lots of <b>CLASSIFIED</b> bugfixes, Thanks Cooldevo, Tommy N, Thorson! </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Level Up! –</b> Improved level calculation logic and display in the Character Sheet. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Cold and Calculating –</b> Fixed wrong emotion in uni selection. Thanks Mister B. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Content Division Elements? –</b> Fixed Multiple Divs in hottub scene. Thanks CoolDevo! </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Spring Cleaning –</b> Removed many unnecessary files to keep file size down. Cleaned up variables used in Character Sheet. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Moving Day –</b> Restructered and moved many internal folders. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Loss of Face –</b> Fixed bug where the age18 avatar would not have a faceshape. Thanks Bread Pitt! </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.11 (28 Feb 2021) <small>Early access version of 1.11 to $5 supporters.</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Freshman Year –</b> your heroine's going to university! Experience her first year at either Cardiff, Durham or Oxford, including three optional sex scenes. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Emotional avatar –</b> the avatar now reacts emotionally to scenes. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Six pack –</b> sporty & conscientious heroines can develop six pack abs! Join the volleyball squad at uni to unlock this option. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Character sheet –</b> keep track of your Attributes and Skills on the all-new character sheet! More features coming soon. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>New dice roll UI –</b> made the dice roll information clearer for you (thanks Etceterotica). </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Freckles –</b> added a new Freckles quirk that...well, click it and see. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Old school D4s –</b> changed the appearance of the 4-sided dice to be more readable to grognards. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Age 16 nose job –</b> fixed a visual glitch with the heroine's nose at age 16. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Pardon my French –</b> further improved the French language dialogue in Montreux. (Thanks Corneel and Al2001 – it has now taken three people to fix my bad French). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.10.1 (14 Jan 2021) <small>General release of version 1.10. Lots of bug fixes!</small> </header> <table><<nobr>> <tr> <td> <<fixIcon>> </td> <td> <b>Floating tattoos –</b> fixed certain tattoos and piercings floating in mid-air when Lena puts Kate into bondage (thanks Danny Cal and others). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Je m'appelle Crushstation –</b> corrected some of my bad French in the Montreux scenes (thanks Tuko). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Diamond Eyes –</b> fixed a graphics glitch when combining //wide// eyes with the //diamond// face shape (thanks Bread Pitt). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Hold still while I do this, sweetie –</b> repositioned the left nipple piercing for agents with //medium// boobs. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Montreux partners roll –</b> fixed dice roll for random partners in Montreux not happening (thanks Stefan K). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Montreux is not in London –</b> fixed location header not updating when the heroine moves to Montreux (thanks Stefan K). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Bethan is not Stacey –</b> fixed text referring to the wrong NPC in the Prom Queen scene (thanks Stefan K). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.10 (31 Dec 2020) <small>Early access release to $5+ supporters. Adds three new foreign adventures.</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Finishing School –</b> added one nude scene and one sex scene for heroines from the //elite// social class. </td> </tr> <tr> <td> <<newSceneIcon>> </td> <td> <b>Bless the Rains –</b> added one nude scene and one sex scene for //middle class// heroines. </td> </tr> <tr> <td> <<newSceneIcon>> </td> <td> <b>Confessions of a Holiday Rep –</b> added one nude scene and one sex scene for //working class// heroines. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Worth 1,000 words –</b> added location photography to various scenes. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.9.1 (14 Dec 2020) <small>General release of version 1.9.</small> </header> <table><<nobr>> <tr> <td> <<improvementIcon>> </td> <td> <b>Dynamic heels –</b> wearing high heels now boosts the avatar's height. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.9 (30 Nov 2020) <small>Age 18 scenes, new avatar customisation options, and popup notifications.</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>18 and I Like It –</b> your heroine turns 18 in this update! Develop her backstory, and play through her first sex scene. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>For life –</b> ink up with 25 new tattoo options. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Bling Bling –</b> puncture your body in up to 15 places with the new body piercing options. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Best kept lady garden 2010 –</b> choose from 7 bikini line styles. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>You have 25 new notifications!</b> Critical Update Notification Tool added. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>New avatar artwork –</b> added more than 170 avatar artwork items. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Supersize me –</b> new XXL and XXS avatar size options added to the Settings menu. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>New Quirks –</b> added new Quirks you can select during character creation. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Studying's for nerds –</b> the number of GCSE exams your heroine takes will vary based on her Conscientiousness score. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Hidden start button –</b> fixed a bug that hid the "Create a Character" button on very wide screens. </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Edgware Road –</b> fixed the spelling of this famous road in London (thanks Lyn-chan). </td> </tr> <tr> <td> <<fixIcon>> </td> <td> <b>Permanent Buns –</b> no more permanent Leia buns for you! (thanks Lyn-chan). </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.8 (31 Oct 2020) <small>Early backstory scenes and dice roller.</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Early backstory –</b> play through your heroine's childhood and teens. We added new mini-quests and lots of avatar art for <i>sports stars, geek girls, alpha females</i> and <i>rock chicks.</i> </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>That's how we roll –</b> rolling dice is one of the most fun parts of a tabletop roleplaying game! We added a dice roller to make action scenes more engaging. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Version 1.7 (6 Oct 2020) <small>Launch of new UI, avatar and refactored source code.</small> </header> <table><<nobr>> <tr> <td> <<newFeatureIcon>> </td> <td> <b>Quirks –</b> a new system, offering more ways to customise your heroine at the start of the game. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Low Maintenance Avatar –</b> we redrew the avatar so she's more beautiful, but much easier for us to create clothes and makeup for. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>New user interface –</b> we redesigned the UI, to make the whole game look and play better. </td> </tr> <tr> <td> <<improvementIcon>> </td> <td> <b>Refactored source code –</b> we rebuilt the source code, so we can add new scenes faster. </td> </tr> <</nobr>></table> </div> <div class="release"> <header> <br /> Earlier versions </header> <div class="changelog-link"> You can still play the <a href="https://www.femaleagentgame.com/download/">previous version</a> (1.6), which has all the old story content. </div> </div> </div> <</page>> <</nobr>>
<<set setup.englishSurnames to [ 'Adams', 'Allen', 'Anderson', 'Atkinson', 'Bailey', 'Baker', 'Barker', 'Barnes', 'Bell', 'Bennett', 'Brooks', 'Brown', 'Burton', 'Butler', 'Campbell', 'Carnarvon', 'Carter', 'Chapman', 'Clarke', 'Cole', 'Collins', 'Cook', 'Cooper', 'Cox', 'Davies', 'Dawson', 'Day', 'Edwards', 'Ellis', 'Evans', 'Fisher', 'Fletcher', 'Ford', 'Foster', 'Frost', 'Gibson', 'Graham', 'Gray', 'Green', 'Griffiths', 'Hall', 'Harris', 'Harrison', 'Harvey', 'Hill', 'Holmes', 'Hughes', 'Hunt', 'Jackson', 'James', 'Jenkins', 'Johnson', 'Jones', 'King', 'Knight', 'Lee', 'Lewis', 'Lloyd', 'Lowe', 'Marshall', 'Martin', 'Mason', 'Matthews', 'Miller', 'Mills', 'Mitchell', 'Moore', 'Morgan', 'Morris', 'Murphy', 'Murray', 'Owen', 'Palmer', 'Parker', 'Payne', 'Pearson', 'Phillips', 'Powell', 'Price', 'Reid', 'Reynolds', 'Richardson', 'Roberts', 'Robinson', 'Rogers', 'Russell', 'Saunders', 'Scott', 'Sharpe', 'Shaw', 'Simpson', 'Smith', 'Stevens', 'Stewart', 'Taylor', 'Thomas', 'Thompson', 'Turner', 'Walker', 'Walsh', 'Ward', 'Watson', 'Webb', 'West', 'White', 'Wilkinson', 'Williams', 'Wilson', 'Wood', 'Wright', 'Yates', 'Yeoman', 'Young' ]>> <<set setup.englishFemaleFirstnames1990s to [ 'Abbie', 'Aimee', 'Alexandra', 'Alice', 'Amelia', 'Amy', 'Anna', 'Ashleigh', 'Beth', 'Bethan', 'Caitlyn', 'Catherine', 'Chantelle', 'Charlotte', 'Chloe', 'Claire', 'Courtney', 'Danielle', 'Demi', 'Eleanor', 'Ellen', 'Ellie', 'Emily', 'Emma', 'Francesca', 'Gabrielle', 'Gemma', 'Georgina', 'Harriet', 'Heather', 'Helen', 'Hollie', 'Holly', 'Imogen', 'Jade', 'Jasmine', 'Jennifer', 'Jessica', 'Joanna', 'Jodie', 'Jordan', 'Katherine', 'Kate', 'Katie', 'Kayleigh', 'Kelly', 'Kerry', 'Kimberley', 'Kirsty', 'Lauren', 'Leah', 'Leanne', 'Lily', 'Lisa', 'Louise', 'Lucy', 'Lydia', 'Maria', 'Megan', 'Melissa', 'Molly', 'Naomi', 'Natalie', 'Natasha', 'Nicola', 'Nicole', 'Olivia', 'Paige', 'Rachael', 'Rebecca', 'Robyn', 'Rosie', 'Samantha', 'Sian', 'Sophie', 'Stacey', 'Stephanie', 'Toni', 'Victoria', 'Yasmin', 'Zoe' ]>> <<set setup.canadianFirstname to [ 'Alexis', 'Allison', 'Amy', 'Angélique', 'Annabelle', 'Annalise', 'Anne', 'Christine', 'Courtney', 'Crystal', 'Daina', 'Darlene', 'Deanna', 'Devon', 'Elise', 'Emily', 'Erin', 'Eva', 'Evelyn', 'Ginny', 'Holly', 'Janine', 'Jeananne', 'Jennifer', 'Jessica', 'Jill', 'Jo', 'Joanne', 'Kate', 'Keeley', 'Kelly', 'Kelsey', 'Kimberlyn', 'Leanne', 'Lindsay', 'Lisa', 'Lizzie', 'Lizzy', 'Lynda', 'Megan', 'Melissa', 'Modesty', 'Monica', 'Paige', 'Peggy', 'Rachel', 'Ramona', 'Renee', 'Rose', 'Ruth', 'Sadie', 'Samantha', 'Sarah', 'Sarah-Jayne', 'Sharon', 'Stacey', 'Stella', 'Susie', 'Tanya' ]>> <<set setup.canadianSurname to [ 'Belbin', 'Bettrill', 'Blaise', 'Borden', 'Boudrais', 'Brown', 'Brydon', 'Cartwright', 'Cockburn', 'Crawford', 'Daniels', 'Finch', 'Foster', 'Flowers', 'Frechette', 'Gough', 'Groves', 'Gregg', 'Greene', 'Hail', 'Haliwell', 'Hartley', 'Hefford', 'Heymans', 'Holmes', 'Hughes', 'Humphries', 'Hunter', 'Irwin', 'James', 'Johnston', 'Jones', 'Kellar', 'Kingsbury', 'Klassen', 'Knight', 'Labonte', 'Lauscher', 'Leroux', 'MacLeod', 'McCoy', 'McCrow', 'McIvor', 'May', 'Mikkelson', 'Moyse', 'Murphy', 'Nesbitt', 'Oullette', 'Overland', 'Perreault', 'Poulin', 'Pierce', 'Premont', 'Renner', 'Ricker', 'Roberge', 'Robichaud', 'Rochette', 'Sanchez', 'St-Gelais', 'St-Pierre', 'Stoddard', 'Sutherland', 'Upperton', 'Vaillancourt', 'van Halden', 'van Houten', 'Verbeek', 'Vincent', 'Waldorf', 'Walker', 'Ward', 'Watson', 'Weatherston', 'Webb', 'Whitney', 'Wickenheiser' ]>> <<set setup.ausNZFirstname to [ 'Alexis', 'Ally', 'Amy', 'Anna', 'Annabelle', 'Becky', 'Bella', 'Beth', 'Beverly', 'Bronwyn', 'Caitlin', 'Carla', 'Caroline', 'Cat', 'Cathy', 'Catherine', 'Charlene', 'Chloe', 'Chris', 'Christina', 'Christine', 'Colette', 'Courtney', 'Daisy', 'Daphne', 'Debbie', 'Dee', 'Donna', 'Elise', 'Elly', 'Emily', 'Emma', 'Erin', 'Eva', 'Eve', 'Evelyn', 'Fay', 'Gayle', 'Gemma', 'Georgia', 'Gillian', 'Hannah', 'Helen', 'Holly', 'Hope', 'Isabella', 'Jackie', 'Jade', 'Jaime', 'Jasmine', 'Jess', 'Jessica', 'Jo', 'Joanna', 'Jody', 'Kate', 'Katie', 'Katya', 'Keeley', 'Kendall', 'Kerry', 'Kimberlyn', 'Krista', 'Kim', 'Lara', 'Laura', 'Lauren', 'Libby', 'Linda', 'Lily', 'Lisa', 'Lizzie', 'Lizzy', 'Lorraine', 'Lucy', 'Madeleine', 'Melissa', 'Miranda', 'Natalie', 'Nell', 'Nicola', 'Nicolette', 'Nikki', 'Paige', 'Phoebe', 'Piper', 'Rachel', 'Raelee', 'Ramona', 'Rebecca', 'Rose', 'Rosie', 'Ruth', 'Sadie', 'Sarah', 'Saskia', 'Scarlett', 'Serena', 'Sharon', 'Sheila', 'Sheridan', 'Sienna', 'Simone', 'Sky', 'Sonya', 'Sophie', 'Stella', 'Steph', 'Stephanie', 'Summer', 'Susan', 'Tabitha', 'Teresa', 'Tessa', 'Tess', 'Tiffany', 'Zoe' ]>> <<set setup.ausNZSurname to [ 'Allen', 'Anderson', 'Atkins', 'Barnes', 'Beaumont', 'Bell', 'Bishop', 'Borden', 'Brennan', 'Bright', 'Brooks', 'Brown', 'Buckingham', 'Burke', 'Canning', 'Carpenter', 'Cartwright', 'Clarke', 'Cole', 'Daniels', 'Davies', 'Dennison', 'Duncan', 'Elliot', 'Finch', 'Fitzgerald', 'Flowers', 'Foster', 'Freedman', 'Gannon', 'Greenwood', 'Griggs', 'Haliwell', 'Hancock', 'Handley', 'Harris', 'Hartman', 'Healey', 'Holmes', 'Hyland', 'Hudson', 'Hunter', 'Jarrett', 'Jones', 'Kennedy', 'Kirk', 'Knight', 'Landers', 'Lawson', 'Maloney', 'Marshall', 'Martin', 'McClain', 'McCoy', 'McCrow', 'McLachlan', 'Mitchell', 'Napier', 'O\'Brien', 'O\'Neill', 'Parker', 'Pearson', 'Ramsay', 'Reeves', 'Rhodes', 'Riley', 'Robinson', 'Samuels', 'Sanchez', 'Scully', 'Stark', 'Steiger', 'Stoddard', 'Timmins', 'Tucker', 'Turner', 'Tyler', 'Upton', 'van Halden', 'van Houten', 'Villante', 'Waldorf', 'Walker', 'Watson', 'Watts', 'Webb', 'Wells', 'West', 'Whitney', 'Wilkinson', 'Williams', 'Willis', 'Yeats', 'Young' ]>> <<set setup.usFirstname to [ 'Abi', 'Abigail', 'Addison', 'Alex', 'Alexis', 'Allison', 'Amelia', 'Amy', 'Anna', 'Annabelle', 'Aria', 'Ava', 'Avery', 'Ash', 'Ashley', 'Autumn', 'Bella', 'Brianna', 'Britney', 'Brooklyn', 'Charlie', 'Charlotte', 'Chloe', 'Chris', 'Christine', 'Claire', 'Cora', 'Denise', 'Elise', 'Elizabeth', 'Ella', 'Ellie', 'Emma', 'Emily', 'Eva', 'Evelyn', 'Faith', 'Gabrielle', 'Gianna', 'Grace', 'Hadley', 'Hailey', 'Hannah', 'Harper', 'Hazel', 'Holly', 'Ivy', 'Jessica', 'Kat', 'Kate', 'Kayla', 'Kaylee', 'Keeley', 'Kendall', 'Kennedy', 'Kimberlyn', 'Kinsley', 'Kylie', 'Layla', 'Leah', 'Lillian', 'Lily', 'Liv', 'Liz', 'Lizzie', 'Lizzy', 'Lucy', 'Mackenzie', 'Madelyn', 'Madison', 'Maya', 'Mia', 'Mila', 'Molly', 'Monica', 'Morgan', 'Naomi', 'Natalie', 'Nicole', 'Norah', 'Olivia', 'Peyton', 'Piper', 'Phoebe', 'Rachel', 'Ramona', 'Riley', 'Rose', 'Ruth', 'Sadie', 'Samantha', 'Sara', 'Sarah', 'Savannah', 'Scarlett', 'Skylar', 'Sophia', 'Stella', 'Taylor', 'Teagan', 'Tori', 'Vanessa', 'Victoria', 'Willow', 'Zoe', 'Zoey' ]>> <<set setup.usSurname to [ 'Adams', 'Allen', 'Anderson', 'Bailey', 'Baker', 'Bennett', 'Borden', 'Brown', 'Campbell', 'Carter', 'Cartwright', 'Clark', 'Clayton', 'Collins', 'Cook', 'Cooper', 'Daniels', 'Davis', 'Edwards', 'Evans', 'Finch', 'Fisher', 'Flowers', 'Foster', 'Green', 'Haliwell', 'Hall', 'Hill', 'Harris', 'Holmes', 'Hughes', 'Hunter', 'Jackson', 'Kelly', 'King', 'Knight', 'Jones', 'Lee', 'Lewis', 'Long', 'Martin', 'McCoy', 'McCrow', 'Miller', 'Mitchell', 'Moore', 'Morris', 'Murphy', 'Myers', 'Nelson', 'North', 'Parker', 'Peterson', 'Phillips', 'Johnson', 'Jones', 'Reed', 'Roberts', 'Robinson', 'Rogers', 'Sanchez', 'Scott', 'Smith', 'Stewart', 'Stoddard', 'Sullivan', 'Taylor', 'Thomas', 'Thompson', 'Turner', 'Waldorf', 'Walker', 'Ward', 'Webb', 'Weiland', 'Watson', 'White', 'Whitney', 'Williams', 'Wilson', 'Wood', 'Wright', 'Young' ]>> <<set setup.britFirstname to [ 'Abbey', 'Abi', 'Addison', 'Alexis', 'Alice', 'Amanda', 'Amelia', 'Amy', 'Andrea', 'Angela', 'Angelica', 'Angelina', 'Anna', 'Annabelle', 'Antonia', 'Aria', 'Ashley', 'Ashlyn', 'Audrey', 'Bailey', 'Becky', 'Bella', 'Bethany', 'Beverley', 'Billie', 'Brittany', 'Brooke', 'Bryony', 'Callie', 'Camilla', 'Caroline', 'Cassandra', 'Cat', 'Catherine', 'Charley', 'Charlie', 'Charlotte', 'Chelsea', 'Chloe', 'Chris', 'Christine', 'Christy', 'Claire', 'Clare', 'Clarissa', 'Claudia', 'Daisy', 'Dawn', 'Diane', 'Edie', 'Eleanor', 'Elise', 'Eliza', 'Elizabeth', 'Ella', 'Ellen', 'Ellie', 'Emilia', 'Emily', 'Emma', 'Eva', 'Eve', 'Evelyn', 'Fawn', 'Fay', 'Fern', 'Florence', 'Freya', 'Gail', 'Gemma', 'Georgia', 'Grace', 'Hadley', 'Haley', 'Hannah', 'Harper', 'Harriet', 'Hazel', 'Hayley', 'Heather', 'Helen', 'Holly', 'Hunter', 'Imogen', 'Isabelle', 'Isla', 'Ivy', 'Jane', 'Jasmine', 'Jayne', 'Jess', 'Jessica', 'Jill', 'Jo', 'Julia', 'Juliet', 'Kat', 'Kate', 'Katherine', 'Katie', 'Katy', 'Kaye', 'Keeley', 'Kelly', 'Kendall', 'Kimberly', 'Kirsty', 'Laura', 'Leah', 'Leanne', 'Libby', 'Lily', 'Linda', 'Lindsay', 'Lisa', 'Liz', 'Lizzie', 'Lizzy', 'Louise', 'Lucy', 'Maddie', 'Madison', 'Maisie', 'Maitland', 'Marissa', 'Maggie', 'Megan', 'Melanie', 'Michelle', 'Millie', 'Molly', 'Olivia', 'Paige', 'Peony', 'Penny', 'Piper', 'Polly', 'Poppy', 'Queenie', 'Rachel', 'Ramona', 'Rebecca', 'Riley', 'Robyn', 'Rosa', 'Rose', 'Rosie', 'Rowan', 'Ruby', 'Ruth', 'Sadie', 'Saffron', 'Sally', 'Sam', 'Samantha', 'Sara', 'Sarah', 'Scarlett', 'Sidney', 'Skylar', 'Sophia', 'Sophie', 'Stella', 'Summer', 'Susannah', 'Vanessa', 'Veronica', 'Victoria', 'Virginia', 'Wednesday', 'Whitney', 'Willow', 'Zara', 'Zoe' ]>> <<set setup.britSurname to [ 'Abbott', 'Ackland', 'Adair', 'Adams', 'Addams', 'Adderley', 'Addington', 'Addison', 'Ainsworth', 'Aitken', 'Aldrich', 'Allen', 'Allport', 'Allsopp', 'Anderson', 'Andrews', 'Armstrong', 'Atkinson', 'Bailey', 'Baker', 'Barker', 'Barnes', 'Bell', 'Bennett', 'Berry', 'Booth', 'Borden', 'Bradley', 'Brooks', 'Brown', 'Butler', 'Campbell', 'Carnarvon', 'Carter', 'Cartwright', 'Chambers', 'Chapman', 'Clark', 'Clarke', 'Cole', 'Collins', 'Cooper', 'Cox', 'Cunningham', 'Daniels', 'Davies', 'Davis', 'Dawson', 'Dean', 'Dixon', 'Edwards', 'Ellis', 'Evans', 'Finch', 'Fisher', 'Flowers', 'Foster', 'Fox', 'Gardner', 'Gibson', 'Gill', 'Gordon', 'Graham', 'Grant', 'Gray', 'Green', 'Griffiths', 'Haliwell', 'Hall', 'Hamilton', 'Harris', 'Harrison', 'Hart', 'Harvey', 'Hill', 'Holmes', 'Hudson', 'Hughes', 'Hunt', 'Hunter', 'Jackson', 'James', 'Jenkins', 'Johnson', 'Johnston', 'Jones', 'Kelly', 'Kennedy', 'King', 'Knight', 'Lane', 'Lawrence', 'Lawson', 'Lee', 'Lewis', 'Lloyd', 'Macdonald', 'Marshall', 'Martin', 'Mason', 'Matthews', 'McCoy', 'McCrow', 'Miller', 'Mills', 'Mitchell', 'Moore', 'Morgan', 'Morris', 'Murphy', 'Murray', 'Norton', 'Owen', 'Palmer', 'Parker', 'Pearce', 'Pearson', 'Phillips', 'Poole', 'Powell', 'Price', 'Reid', 'Reynolds', 'Richards', 'Roberts', 'Robertson', 'Robinson', 'Rogers', 'Ross', 'Russell', 'Ryan', 'Sanchez', 'Saunders', 'Scott', 'Shaw', 'Simpson', 'Smith', 'Spencer', 'Stevens', 'Stewart', 'Stoddard', 'Stone', 'Taylor', 'Thomas', 'Thompson', 'Thomson', 'Turner', 'van Halden', 'van Houten', 'Waldorf', 'Walker', 'Walsh', 'Ward', 'Watson', 'Watts', 'Webb', 'Wells', 'West', 'White', 'Whitney', 'Wilkinson', 'Williams', 'Williamson', 'Wilson', 'Wood', 'Wright', 'Young' ]>> <<set setup.maleScottishFirstnames to [ 'Jack', 'Ollie', 'James', 'Jimmy', 'Lewis', 'Alex', 'Charlie', 'Lucas', 'Luke', 'Dan', 'Fin', 'Jake', 'Leo', 'Harry', 'Alfie', 'Callum', 'Aaron', 'Adam', 'Tom', 'Ethan', 'Rory', 'Oscar', 'Matt', 'Nate', 'Josh', 'Brodie', 'Will', 'Billy', 'Liam', 'Ryan', 'Jamie', 'Joe', 'Dylan', 'Sam', 'David', 'Dave', 'Andy', 'Connor', 'Ben', 'Michael', 'Mike', 'Angus', 'Jude', 'Robbie', 'Paul', 'Peter', 'Pete', 'Jim']>> <<set setup.scottishSurnames to [ 'Smith', 'Brown', 'Wilson', 'Thomson', 'Robertson', 'Campbell', 'Anderson', 'Macdonald', 'Reid', 'Murray', 'Taylor', 'Clark', 'Mitchell', 'Ross', 'Walker', 'Paterson', 'Young', 'Watson', 'Morrison', 'Miller', 'Fraser', 'Davidson', 'Gray', 'McDonald', 'Henderson', 'Johnston', 'Hamilton', 'Kerr', 'Simpson', 'Martin', 'Ferguson', 'Cameron', 'Duncan', 'Hunter', 'Kelly', 'Bell', 'Mackenzie', 'Mackay', 'Allan', 'Black', 'Macleod', 'Maclean', 'Russell', 'Gibson', 'Wallace', 'Gordon']>> <<set setup.swedishMaleFirstnames to [ "Acke", "Adam", "Adrian", "Ake", "Albin", "Alex", "Alexander", "Alfred", "Algot", "Alvar", "Alvin", "Ame", "Anderson", "Andreas", "Ansgar", "Anton", "Aron", "Arvid", "August", "Axel", "Balder", "Baldhere", "Beck", "Bengt", "Benjamin", "Birger", "Boje", "Bore", "Bosse", "Bota", "Botild", "Brictwen", "Burr", "Caj", "Calle", "Carl", "Casper", "Caspian", "Cenn", "Charlie", "Christer", "Claes", "Colin", "Daavid", "Dag", "Daniel", "David", "Didrik", "Dolph", "Ebbe", "Eddie", "Edvard", "Edvin", "Edward", "Egil", "Egonia", "Ehrenfried", "Eidef", "Eilhard", "Einar", "Elfred", "Elias", "Elimar", "Elis", "Elling", "Elliot", "Elof", "Elton", "Elvin", "Emil", "Engelard", "Enok", "Erik", "Erling", "Eugen", "Eyvind", "Felix", "Filip", "Finnick", "Fiske", "Flor", "Folke", "Frank", "Frans", "Fredrik", "Fritjof", "Gabriel", "Geat", "Georg", "Gerhard", "Gjord", "Gosta", "Gottfrid", "Greger", "Gudmund", "Gunne", "Guppa", "Gustaff", "Gustav", "Gustave", "Gusten", "Haldo", "Halen", "Halvar", "Hampus", "Hannus", "Harald", "Hariulf", "Harry", "Hasse", "Helmar", "Hemming", "Hendrik", "Henke", "Henry", "Heorrenda", "Hilmar", "Hjalmar", "Holger", "Hugo", "Ingemar", "Ingolf", "Isak", "Ivar", "Jack", "Jacob", "Jager", "Janne", "Jerk", "Jerker", "Joel", "Joh", "John", "Jonathan", "Josef", "Julian", "Jurdik", "Kare", "Kettil", "Kevin", "Kian", "Kjell", "Klas", "Lasse", "Lau", "Lennart", "Leo", "Leon", "Levi", "Liam", "Lias", "Lindbergh", "Linnaeus", "Linne", "Linnel", "Linus", "Loke", "Lorens", "Loui", "Love", "Lucas", "Ludde", "Ludvig", "Magnar", "Magne", "Malte", "Marric", "Mats", "Matteo", "Max", "Maximilian", "Melker", "Melvin", "Mikkel", "Milian", "Milo", "Milton", "Mio", "Nichlas", "Nicolas", "Niklas", "Nils", "Noah", "Noel", "Ohthere", "Olander", "Olaus", "Olin", "Oliver", "Olle", "Ollen", "Olof", "Omar", "Ongentheow", "Onlaf", "Orpheus", "Oscar", "Oskar", "Otto", "Peder", "Peer", "Peik", "Pelle", "Per", "Povel", "Ragnar", "Randulf", "Rasmus", "Regitze", "Reimond", "Reno", "Rikke", "Rikki", "Roffe", "Ruben", "Rubert", "Runar", "Rurik", "Salomon", "Sam", "Samuel", "Sebastian", "Sellen", "Siger", "Sigge", "Sigstein", "Sigvard", "Simme", "Simon", "Sivert", "Sixten", "Staffan", "Stefan", "Stellan", "Sten", "Stian", "Stieg", "Stig", "Stigr", "Strom", "Sture", "Svante", "Sven", "Tage", "Theo", "Theodor", "Thobias", "Thor", "Torbjorn", "Tordis", "Tore", "Torgny", "Ture", "Ulf", "Valter", "Vidar", "Viggo", "Viktor", "Vilgot", "Ville", "Vincent", "Wilhelm", "William", "Wilmer"]>> <<set setup.italianMaleFirstnames to [ "Adalberto", "Agatho", "Ale", "Alessandro", "Alessio", "Alfio", "Amadeo", "Ambrogio", "Amedeo", "Amerigo", "Andrea", "Angelo", "Antonio", "Aretino", "Aristide", "Armani", "Arrigo", "Arsenio", "Attilio", "Aurelio", "Benedetto", "Benito", "Benvenuto", "Biaggio", "Biondello", "Bonavento", "Borachio", "Braulio", "Bronze", "Cajetan", "Carmelo", "Carmine", "Celesto", "Celso", "Cesare", "Christian", "Cirrillo", "Colombo", "Colonel", "Constanzo", "Cornelio", "Corrado", "Cosimo", "Cristian", "Cristiano", "Daniel", "Daniele", "Danilo", "Dante", "Davide", "Demarco", "Demonte", "Deusdedit", "Diego", "Dino", "Domenico", "Donatello", "Donato", "Donus", "Durante", "Edoardo", "Elia", "Emanuele", "Emilio", "Enzo", "Ercole", "Eriberto", "Ermanno", "Ettore", "Eugenio", "Fabio", "Fabrizio", "Falito", "Faustino", "Fausto", "Federico", "Filippo", "Fiorello", "Flavio", "Fleance", "Floritzel", "Fortino", "Francesco", "Franco", "Gabriel", "Gabriele", "Gaetano", "Galileo", "Genovese", "Geronimo", "Giacomo", "Giambattista", "Giancarlo", "Gianni", "Gino", "Gioacchino", "Gioele", "Giorgio", "Giovanni", "Giuliano", "Giulio", "Giuseppe", "Gratiano", "Honorius", "Hormisdas", "Hortensio", "Indro", "Jacopo", "Jenoah", "Lando", "Lazzaro", "Leonardo", "Lombardi", "Lorenzo", "Luca", "Luciano", "Lucio", "Luigi", "Manuel", "Marcello", "Marco", "Mariano", "Marino", "Mario", "Martino", "Massimo", "Matteo", "Mattia", "Maurizio", "Mauro", "Maury", "Mercury", "Messala", "Michelangelo", "Michele", "Napoleon", "Nazario", "Nek", "Nero", "Nicola", "Nicolo", "Nino", "Nuncio", "Othello", "Ottavio", "Paco", "Palmiro", "Pancrazio", "Paolo", "Paris", "Pasquale", "Philario", "Pietro", "Pino", "Pisano", "Placido", "Porfirio", "Primo", "Proculeius", "Prospero", "Raffaele", "Renato", "Renzo", "Riccardo", "Rocco", "Romano", "Romeo", "Romolo", "Ruggerio", "Salvatore", "Samuel", "Samuele", "Santino", "Santo", "Saverio", "Sebastiano", "Sergio", "Severin", "Severino", "Severo", "Silvano", "Silvestro", "Silvio", "Simone", "Solanio", "Soren", "Stefano", "Taddeo", "Tancredo", "Thomas", "Tito", "Tommaso", "Tonio", "Ugo", "Umberto", "Valentino", "Valerio", "Venezio", "Ventura", "Venturo", "Vesuvio", "Vincenzo", "Vitale", "Vitalian", "Vito", "Vittorio", "Zanebono", "Zanipolo"]>> <<set setup.japaneseMaleFirstnames to [ "Aito", "Akio", "Akira", "Aoto", "Banko", "Banzan", "Bassui", "Benjiro", "Botan", "Chimon", "Chotan", "Dai", "Daichi", "Daido", "Dai-In", "Daiki", "Daisuke", "Doryo", "Eiichi", "Eiji", "Eita", "Eito", "Engu", "Enki", "Enmei", "Eryu", "Fudoki", "Fujita", "Fumihiro", "Genko", "Giichi", "Goro", "Hakaku", "Hansuke", "Haru", "Haruki", "Haruma", "Haruto", "Hayato", "Hibiki", "Hideaki", "Hideo", "Hikaru", "Hinata", "Hiroaki", "Hirohito", "Hiroki", "Hiromasa", "Hiromichi", "Hiromitsu", "Hironori", "Hiroshi", "Hiroto", "Hiroyuki", "Hisao", "Hisashi", "Hisato", "Hisoka", "Hitomu", "Hitoshi", "Hoshi", "Hyousuke", "Iachima", "Ibuki", "Ichiro", "Ikki", "Isao", "Itsu", "Itsuki", "Itsuo", "Izumi", "Jikai", "Jiro", "Jiryu", "Joben", "Joji", "Jomei", "Junichiro", "Kado", "Kaisha", "Kaito", "Kakumyo", "Kanaye", "Kando", "Kane", "Kaori", "Katsumi", "Kazue", "Kazumi", "Kazuo", "Keitaro", "Kentaro", "Kenzou", "Kin", "Kishi", "Kisho", "Kiyoshi", "Kobe", "Kogen", "Koichi", "Koji", "Koki", "Kosei", "Kosuke", "Kota", "Kouichi", "Kousuke", "Kozan", "Makoto", "Mamoru", "Manato", "Manzo", "Mareo", "Maro", "Masahiro", "Masakazu", "Masao", "Masato", "Masatoshi", "Michio", "Minato", "Minoru", "Mitsue", "Montaro", "Morio", "Mugen", "Mu-nan", "Nan Shin", "Naoki", "Naoko", "Naoyuki", "Naozumi", "Natsuo", "Noritaka", "Oki", "Raiden", "Raidon", "Rei", "Reiji", "Ren", "Rento", "Riichi", "Riku", "Rikuto", "Ringo", "Roka", "Ronin", "Rui", "Ryo", "Ryogi", "Ryoichi", "Ryota", "Ryozo", "Ryuga", "Ryuichi", "Ryuki", "Ryusei", "Ryuto", "Saburo", "Sachihiro", "Seiichi", "Seiko", "Senichi", "Shinichi", "Shiro", "Shoichi", "Shoma", "Shota", "Shuichi", "Shunichi", "Shunsuke", "Shusuke", "Soma", "Sora", "Soshi", "Sosuke", "Sota", "Souji", "Subaru", "Tadaaki", "Tadashi", "Taichi", "Taiga", "Taisei", "Takahiro", "Takeru", "Takeshi", "Taku", "Takumi", "Taro", "Tatsuki", "Tatsuo", "Tatsuya", "Tetsu", "Toma", "Tomiichi", "Tomo", "Tomohiro", "Tomomi", "Toshiro", "Toyo", "Tsubasa", "Tsukiya", "Unkan", "Usaku", "Washi", "Yamato", "Yasahiro", "Yasashiku", "Yasuhiro", "Yasuo", "Yemon", "Yo", "Yogi", "Yokuto", "Yoshi", "Yoshiaki", "Yoshifumi", "Yoshihiro", "Yoshiki", "Yoshimi", "Yoshio", "Yosuke", "Yousuke", "Yuito", "Yuki", "Yukio", "Yuma", "Yusei", "Yushin", "Yuta", "Yutaka", "Yuto", "Zen"]>> <<set setup.germanMaleFirstnames to [ "Aadne", "Aaron", "Aart", "Abbe", "Abbey", "Abbot", "Abbott", "Abelard", "Abelino", "Abell", "Abidin", "Abie", "Abijah", "Abramo", "Absalom", "Absalon", "Aby", "Achaz", "Achim", "Acwulf", "Ad", "Adaire", "Adal", "Adalbeorht", "Adalbert", "Adalbrecht", "Adalbrechta", "Adalfieri", "Adalgar", "Adalhard", "Adalheid", "Adaliz", "Adalric", "Adalrik", "Adalwen", "Adalwin", "Adalwine", "Adalwolf", "Adalwolfa", "Adar", "Addaley", "Addie", "Addler", "Ade", "Adelar", "Adelard", "Adelbert", "Adelbrecht", "Adelgund", "Adelgunde", "Adelhard", "Adelhild", "Adelis", "Adeliz", "Adelky", "Adelmar", "Adelmund", "Adelram", "Adelredus", "Adelric", "Adelrik", "Adem", "Ademar", "Adie", "Adim", "Adima", "Adiran", "Adison", "Adisson", "Adken", "Adkins", "Adkyn", "Adlar", "Adlard", "Adler", "Adne", "Ado", "Adoff", "Adolf", "Adolph", "Adolphe", "Adolpho", "Adolphus", "Adorjan", "Adrean", "Adrian", "Adriano", "Adrianus", "Adrien", "Adrion", "Adron", "Adulf", "Ady", "Aebbe", "Aebi", "Aedilbert", "Aedilburh", "Aedilhum", "Aedilhun", "Aedwulf", "Aegenwulf", "Aelbehrt", "Aelbert", "Aelfa", "Aelfryth", "Affonso", "Agilbert", "Ahren", "Ahti", "Ailbert", "Ailbriht", "Ailwyn", "Aimery", "Alard", "Alaric", "Alasdair", "Alaster", "Albano", "Alberic", "Albern", "Albert", "Albertus", "Albrecht", "Alburn", "Alburt", "Alcuin", "Aldous", "Aldric", "Aldrik", "Aldrin", "Ales", "Alexander", "Alexius", "Alger", "Alisann", "Allard", "Allin", "Allon", "Almar", "Almaric", "Almund", "Alnoth", "Aloin", "Alois", "Aloisio", "Alon", "Alonso", "Aloysisus", "Alpheus", "Alphie", "Altherr", "Alvyn", "Alwar", "Alwin", "Alwyn", "Alwyne", "Amacker", "Ambros", "Ambrosius", "Ame", "Americus", "Amerigo", "Amet", "Amory", "Anastasius", "Anatol", "Ancel", "Andries", "Angelus", "Anna", "Anno", "Anse", "Ansell", "Anselm", "Anselmi", "Anselmo", "Ansgar", "Anshelm", "Anton", "Apollonius", "Archibold", "Ard", "Are", "Arent", "Arland", "Arlen", "Armand", "Armands", "Armin", "Armino", "Armon", "Armond", "Armondo", "Arnald", "Arnaud", "Arndt", "Arnel", "Arno", "Arnold", "Arnoldus", "Arnott", "Arrick", "Arrigo", "Artur", "Arvy", "Arwin", "Ascher", "Asmus", "Asser", "Astan", "Aswine", "Athanasius", "Atre", "Atreyu", "Auberi", "Audric", "Audwin", "August", "Augustinus", "Aurick", "Aurik", "Austell", "Auster", "Autry", "Avicus", "Axell", "Axil", "Bahr", "Baldemar", "Baldewin", "Baldewyn", "Baldovino", "Baldrik", "Baldwin", "Baldwine", "Baldwynn", "Balldwin", "Baltasar", "Bamard", "Bamey", "Bannan", "Bannruod", "Bardric", "Barduwulf", "Barend", "Baret", "Barnard", "Barnardel", "Barnardo", "Barnhard", "Barnhardo", "Barnim", "Barny", "Baron", "Barrant", "Barrat", "Barratt", "Barrey", "Bartholome", "Bartold", "Bas", "Basilius", "Bastein", "Bastian", "Bau", "Baudouin", "Baudric", "Baumar", "Baumer", "Bawer", "Bayerd", "Bearnard", "Beat", "Beltran", "Beltrano", "Bemot", "Ben", "Benedict", "Benedicto", "Benedikte", "Benediktus", "Beneger", "Benek", "Benjamin", "Benjy", "Bennet", "Benny", "Beno", "Benz", "Ber", "Berchtwald", "Berdy", "Berengar", "Berenger", "Berg", "Bergelmir", "Bergen", "Bergh", "Berinhard", "Berlinger", "Berlyn", "Berman", "Bernald", "Bernard", "Bernardyn", "Bernarr", "Bernez", "Bernhardo", "Bernhold", "Berno", "Bernstein", "Berowalt", "Bert", "Bertel", "Berthoud", "Bertie", "Bertil", "Bertram", "Bertrando", "Bertschy", "Bertwin", "Billy", "Bingham", "Bittan", "Bitten", "Blixa", "Bogart", "Bonifaz", "Borris", "Bosel", "Botulf", "Bracken", "Brandeis", "Brando", "Branson", "Brant", "Bren", "Brenner", "Brohomaglus", "Bronson", "Bruno", "Brunon", "Bud", "Burchard", "Burckhard", "Burg", "Burhardt", "Burke", "Burkhardt", "Burkhart", "Burle", "Burlin", "Burnard", "Burnell", "Cariel", "Carl", "Carper", "Carsten", "Ceorl", "Chlodwig", "Christoph", "Chuckie", "Claus", "Clay", "Clemens", "Clovis", "Colbert", "Colin", "Conerad", "Conrad", "Conrade", "Conradin", "Conrado", "Constantin", "Corbinian", "Cord", "Corrado", "Corty", "Cramer", "Cuma", "Currau", "Curt", "Cusick", "Dagobert", "Dagoberto", "Dahl", "Dalbert", "Dale", "Damian", "Daneal", "Daniel", "David", "Dearil", "Decker", "Deiter", "Delmar", "Denzill", "Denzin", "Derek", "Derrer", "Dewitt", "Dian", "Dicca", "Dicel", "Dick", "Dickinson", "Dicky", "Didyu", "Diederich", "Diedrich", "Diedrick", "Dierck", "Diesel", "Dietbald", "Dieter", "Dietmar", "Dietrich", "Dietz", "Dik", "Dillinger", "Disler", "Dolf", "Dolphus", "Dominic", "Donar", "Drake", "Dresden", "Drexel", "Drogo", "Drud", "Durr", "Dust", "Dustan", "Dutch", "Eadwin", "Earda", "Earnest", "Eawart", "Eberhard", "Eberhardt", "Eberhart", "Eberly", "Ebersold", "Ebert", "Eburhardt", "Ecgmund", "Ecgwald", "Ecgwulf", "Eckard", "Eckardt", "Eckart", "Eckbert", "Ecke", "Eckehard", "Eckehardt", "Eckerd", "Eckert", "Eckhard", "Eckhardt", "Eckhart", "Edel", "Edelhard", "Edelmar", "Edid", "Ediline", "Ediltrudis", "Edina", "Edingu", "Edlyn", "Edmon", "Edmond", "Edmonde", "Edmondo", "Edolf", "Edsel", "Edvinas", "Egelbert", "Eggen", "Eginhard", "Eginhardt", "Egmont", "Egon", "Ehren", "Eilert", "Einhard", "Einhardt", "Eino", "Ekerd", "Ekhard", "Ekkehard", "Elbert", "Eldredge", "Eldrege", "Elias", "Ellard", "Eller", "Elman", "Elsinger", "Eluard", "Elwald", "Elys", "Emeri", "Emeric", "Emerson", "Emery", "Emest", "Emet", "Emil", "Emmerson", "Emmersyn", "Emmery", "Emmet", "Emmete", "Emmit", "Emmitt", "Emo", "Emond", "Emory", "Empa", "Emps", "Ems", "Enando", "Engel", "Engelard", "Engelbert", "Enno", "Eno", "Enrico", "Enzo", "Eorcenbehrt", "Eorcna", "Eorconbeald", "Eorconbehrt", "Eorcongota", "Eorconweald", "Erardo", "Erchanbold", "Erchanhardt", "Erchebald", "Erchembaut", "Erhard", "Erhardt", "Erhart", "Erik", "Erisman", "Erkerd", "Erl", "Erland", "Erman", "Ermengild", "Ernest", "Ernst", "Ernulf", "Ernwyd", "Erryn", "Erth", "Ervyn", "Escher", "Ethelard", "Ethelheard", "Ethelred", "Etwald", "Etzel", "Eugen", "Eugered", "Eugeret", "Everett", "Everhardt", "Evers", "Evert", "Everten", "Everton", "Evraud", "Ewald", "Fabian", "Fadri", "Fahrni", "Falk", "Falke", "Falken", "Falkner", "Fassnacht", "Faxon", "Fedde", "Felix", "Ferd", "Ferdinand", "Ferdo", "Fernand", "Fessler", "Fillip", "Finn", "Flak", "Flora", "Florian", "Fonz", "Fonzell", "Fonzie", "Fonzo", "Fonzy", "Franck", "Franco", "Franek", "Frank", "Franke", "Franki", "Frankie", "Frants", "Frantz", "Franz", "Franzen", "Franziskus", "Franzl", "Fred", "Freddie", "Freddy", "Fredek", "Frederic", "Frederich", "Frederick", "Frederico", "Frederik", "Frederyk", "Fredi", "Fredo", "Fredric", "Fredrick", "Fredy", "Freed", "Freedman", "Fremi", "Fremont", "Friederich", "Friedhelm", "Friedman", "Friedmann", "Friedrich", "Friethjof", "Frimunt", "Frithebert", "Frithegod", "Frithel", "Fritheswith", "Frithswith", "Frithugar", "Frithugyth", "Frithuric", "Frithuwald", "Frits", "Fritz", "Fritzchen", "Fritzi", "Fritzl", "Fritzroy", "Frod", "Froda", "Fryderyk", "Fulbert", "Fulhert", "Fulk", "Fur", "Gabriel", "Galfridus", "Garald", "Garet", "Garis", "Garit", "Garold", "Garven", "Gary", "Geert", "Gehrig", "Gellan", "Gelle", "Genevieve", "Geofa", "Geoffery", "Geoffraie", "Geoffrey", "Geoffry", "Geofrey", "Geofry", "Geomar", "Georg", "Ger", "Gerald", "Geralde", "Geraldo", "Gerard", "Gerardo", "Gerdt", "Gere", "Gereke", "Gereon", "Gerhard", "Gerhardt", "Gerhart", "Gerik", "Gerlac", "Gerlach", "Gerold", "Geron", "Gerrald", "Gerran", "Gerrell", "Gerrit", "Gerry", "Gert", "Gervase", "Geuecok", "Gherman", "Gibbons", "Gibbs", "Gijsbert", "Gilbert", "Gilburt", "Gilman", "Giomar", "Godbert", "Godefridus", "Godfrey", "Godofredo", "Gofraidh", "Gösta", "Gottfried", "Gotthard", "Gottlieb", "Govert", "Grentel", "Grimbeald", "Grimwold", "Griswald", "Griswold", "Guenter", "Gustav", "Gustave", "Gustavo", "Gustavus", "Gustaw", "Gusztav", "Haedda", "Haegel", "Hafis", "Hagan", "Hahn", "Hamblin", "Hamlyn", "Hammet", "Hannes", "Hansh", "Hansl", "Hany", "Hanz", "Harbert", "Harbin", "Harlan", "Harri", "Harry", "Harti", "Hartmann", "Hartwig", "Hasse", "Headda", "Hega", "Hegelina", "Heibert", "Heine", "Heino", "Heinrich", "Heinrick", "Heinz", "Heliap", "Heller", "Hellewell", "Helliwell", "Helmand", "Helmfried", "Hemma", "Henry", "Henya", "Heorstan", "Herb", "Herbert", "Herbst", "Herebert", "Herman", "Hernan", "Herrick", "Herrik", "Hershel", "Hersz", "Herz", "Heutte", "Hilbrand", "Hildebrand", "Hildehrand", "Hobart", "Hoh", "Hohberht", "Hoppe", "Hopson", "Horsa", "Horst", "Hubert", "Hubertus", "Huey", "Hugh", "Hughe", "Hughoc", "Hugiet", "Hugon", "Hulbard", "Hulbart", "Huldiberaht", "Hum", "Humbert", "Humfrey", "Humfried", "Humfry", "Humph", "Humphrey", "Humphrie", "Humphry", "Humur", "Hun", "Hunfredo", "Hunfried", "Huni", "Hurman", "Hutch", "Hyldeiard", "Ing", "Ingram", "Ivo", "Jaakob", "Jacob", "Jakobe", "Jakobi", "Jannes", "Jannik", "Jannis", "Jans", "Jantis", "January", "Jarell", "Jarem", "Jaret", "Jarett", "Jarman", "Jarmann", "Jarrad", "Jarrell", "Jaryl", "Jayden", "Jeff", "Jefferie", "Jefferies", "Jeffery", "Jeffree", "Jeffrey", "Jeffry", "Jefri", "Jefry", "Jeorg", "Jer", "Jerald", "Jerardo", "Jeri", "Jerri", "Jerry", "Jesaja", "Jette", "Joab", "Joachim", "Joah", "Joakim", "Joel", "Johan", "Johann", "Johannes", "John", "Jona", "Jonah", "Jonas", "Jonathan", "Joram", "Joseph", "Joshua", "Juanito", "Jukka", "Juku", "Julian", "Julius", "Justus", "Kagan", "Kaiser", "Kaizer", "Kajetan", "Kant", "Karcher", "Karl", "Kasch", "Kass", "Kauzlarich", "Kearn", "Kellen", "Kennen", "Kepler", "Kesler", "Kettil", "Kiefer", "Kiker", "Kilian", "Kinchen", "Kite", "Klaus", "Klein", "Knut", "Knute", "Kolten", "Konrad", "Kord", "Kurt", "Kurtis", "Lance", "Lando", "Lang", "Lasse", "Laverick", "Lear", "Leica", "Lekso", "Len", "Lennard", "Lennerd", "Lennox", "Lenny", "Leo", "Leon", "Leonard", "Leonhards", "Leopoldo", "Leorad", "Levi", "Levin", "Liam", "Lieb", "Lindberg", "Lindburg", "Lindsai", "Lindsay", "Linfred", "Linus", "Liudolf", "Lorencz", "Lorentz", "Lorenz", "Loring", "Louis", "Luca", "Ludwig", "Lueis", "Luis", "Lukas", "Luke", "Luther", "Lydon", "Lynde", "Lynsai", "Lyo", "Lyulf", "Maiti", "Malfred", "Mallory", "Malte", "Malthe", "Mandel", "Manfred", "Manfredo", "Manfrid", "Manfrit", "Manheim", "Mann", "Manne", "Mannes", "Mannfred", "Mannfryd", "Mannis", "Mannleah", "Mannton", "Mannus", "Mansfeld", "Mansfield", "Mantel", "Margit", "Markell", "Markus", "Marlen", "Marlon", "Martell", "Marvin", "Marx", "Mathe", "Mathias", "Mats", "Matteo", "Matthaus", "Mattis", "Mauer", "Mauritius", "Max", "Maxim", "Maximilian", "Mayeer", "Mayer", "Maynard", "Mayne", "Maynhard", "Mayor", "Medard", "Meier", "Meinhard", "Meinke", "Meino", "Meinolf", "Meinrad", "Meinyard", "Memo", "Menard", "Meyer", "Mika", "Miles", "Milo", "Milou", "Moritz", "Nando", "Napoleon", "Nef", "Nefen", "Nevin", "Nick", "Nicklaus", "Nicko", "Niclaus", "Nico", "Niklas", "Nils", "Nisse", "Noah", "Noel", "Norbert", "Nordman", "Oberon", "Oberron", "Obert", "Obrecht", "Ochs", "Odaliz", "Odall", "Odalric", "Odalys", "Odalyz", "Odard", "Odell", "Odette", "Odie", "Odilio", "Odilo", "Odis", "Odolf", "Odolff", "Odwolf", "Oeberon", "Oethelwald", "Olav", "Olbrecht", "Oldrik", "Ole", "Onfre", "Onfroi", "Onofredo", "Orbert", "Orlain", "Orlan", "Orland", "Ormand", "Ormanda", "Osbald", "Osbaldo", "Osborn", "Oskar", "Osten", "Otek", "Othmann", "Othmar", "Othomann", "Othon", "Otis", "Otmar", "Otte", "Ottis", "Ottmar", "Otto", "Packer", "Paco", "Paris", "Parsafal", "Parsefal", "Pasak", "Paul", "Paull", "Paulos", "Pennsylvania", "Penrod", "Penu", "Pepe", "Peppin", "Percard", "Pertti", "Phil", "Philbert", "Philipp", "Pippin", "Porsche", "Prailes", "Primin", "Quene", "Rab", "Rae", "Rafael", "Ragin", "Raimon", "Raimonds", "Raimund", "Rainar", "Rainart", "Raine", "Rainer", "Rainhard", "Rainhardt", "Rainier", "Rainor", "Rajmund", "Rald", "Ralf", "Ralph", "Rambert", "Rami", "Ramiro", "Ramon", "Ramonde", "Ramos", "Rand", "Randal", "Randall", "Randell", "Randle", "Randolph", "Randulfus", "Randulph", "Randwulf", "Randy", "Rashard", "Raulf", "Raulfe", "Raulo", "Ray", "Raylan", "Raylon", "Rayman", "Rayment", "Raymund", "Raynard", "Raynor", "Reamonn", "Redmond", "Reel", "Reggie", "Reginheraht", "Reichard", "Rein", "Reinaldo", "Reince", "Reiner", "Reinhard", "Reinhardt", "Reinhart", "Reinhold", "Renaldo", "Renardo", "Rence", "Rendel", "Renke", "Renner", "Renny", "Renold", "Reyen", "Reymond", "Reymundo", "Reynardo", "Reyne", "Reyner", "Reynold", "Reynolds", "Rezso", "Rhen", "Rhodri", "Rhudi", "Rhymer", "Riccardo", "Rich", "Richan", "Richard", "Richenda", "Richerd", "Richmond", "Richrit", "Rigoberto", "Rigocatus", "Rihards", "Rikard", "Riker", "Riku", "Ring", "Riobard", "Riocard", "Ripkin", "Ritch", "Ritchy", "Ritter", "Roald", "Rob", "Robb", "Robbe", "Robbey", "Robbi", "Robbie", "Robert", "Roberto", "Roberts", "Robin", "Robley", "Robrecht", "Roburts", "Robyn", "Roch", "Rochus", "Rock", "Rockford", "Roden", "Roderick", "Roderik", "Roderyck", "Rodi", "Rodman", "Rodolf", "Rodrik", "Rodryk", "Rody", "Roger", "Roland", "Rolf", "Rolfe", "Rolla", "Rollins", "Rolph", "Romuald", "Romualdo", "Romy", "Roney", "Roparzh", "Ross", "Roswald", "Roswalt", "Roswell", "Roth", "Rowland", "Rozlyn", "Rubo", "Rudeger", "Rudiger", "Rudolf", "Rudolph", "Rudy", "Rueben", "Rune", "Rupert", "Ruprecht", "Ryker", "Ryszard", "Ryter", "Saacha", "Saelac", "Samuel", "Saxan", "Saxe", "Saxons", "Saxton", "Scenwulf", "Schaeffer", "Schaffer", "Schatzi", "Schmidt", "Schneider", "Schroder", "Schroeder", "Schuler", "Sebastian", "Seifred", "Seigmund", "Selda", "Selig", "Selik", "Senta", "Sente", "Sepp", "Serle", "Shadley", "Shermon", "Sherye", "Sibert", "Siegbert", "Siegfrid", "Siegfried", "Sieghard", "Siegmund", "Sievert", "Sig", "Sigbert", "Sige", "Sigelac", "Sigerith", "Sigewulf", "Sigfreda", "Sigfried", "Sigfriede", "Sigfryd", "Sighard", "Sigismund", "Sigmond", "Sigmund", "Sigreda", "Sigwalt", "Siler", "Silvester", "Simon", "Sinbad", "Siward", "Siwardus", "Somerhild", "Sonnen", "Spangler", "Spengler", "Stadler", "Stadtler", "Stark", "Stefan", "Steffen", "Stein", "Steiner", "Stendre", "Steno", "Streiter", "Strom", "Sunqur", "Tab", "Tabb", "Tabbart", "Tahbert", "Talebot", "Tallbot", "Tallbott", "Tamino", "Tancred", "Tancredi", "Tankred", "Tannen", "Tasman", "Terel", "Terrall", "Terrelle", "Terriel", "Thebaldus", "Thedric", "Thedrick", "Thelonius", "Theo", "Theobald", "Theobaldus", "Theobold", "Theodbald", "Theodgar", "Theodlac", "Theodoric", "Theodulf", "Thibaud", "Thibaut", "Thilo", "Tidwulf", "Tihalt", "Til", "Till", "Tillo", "Tillot", "Tillote", "Tilmund", "Tim", "Timo", "Tinder", "Tipp", "Tiziana", "Tobias", "Tom", "Toni", "Topp", "Toralf", "Torhtsige", "Torkel", "Tota", "Totavali", "Totavalus", "Traugott", "Trayger", "Treffen", "Trost", "Trott", "Twilliam", "Tybalt", "Tyler", "Tyson", "Uben", "Uberto", "Ubrig", "Ubrigens", "Udo", "Uhr", "Ulas", "Ulbrecht", "Ulbrich", "Ulexite", "Ulgar", "Ulman", "Ulriah", "Ulrich", "Unser", "Urs", "Uwe", "Vaduz", "Valdermar", "Valentin", "Valters", "Varick", "Varner", "Verile", "Verner", "Vid", "Vilem", "Vilmos", "Vincent", "Volker", "Waggoner", "Wagner", "Walbert", "Waldemar", "Walden", "Waldron", "Walmond", "Walten", "Walter", "Waltraut", "Warner", "Warren", "Wes", "Wilbert", "Willermus", "William", "Willis", "Wilmer", "Wilson", "Winfield", "Wojciech", "Wolfgang", "Wolfram", "Yale", "Yohann", "Zamael", "Zelig"]>> <<set setup.swissMaleFirstnames to [ "Aaron", "Accola", "Adalheid", "Adam", "Adank", "Adolfus", "Adrien", "Aebi", "Agon", "Alessandro", "Alessio", "Alex", "Alexander", "Alexis", "Altherr", "Amacker", "Andrea", "Andrin", "Anett", "Anna", "Antonio", "Aram", "Ardit", "Armend", "Arnborg", "Balthis", "Basile", "Bastein", "Bastien", "Beat", "Ben", "Benjamin", "Benziger", "Beranger", "Berlinger", "Bertschy", "Billeter", "Blerim", "Bryan", "Caflisch", "Camenzind", "Caspari", "Cedric", "Charles", "Chet", "Chris", "Christian", "Colin", "Dani luca", "Daniel", "Danuser", "Dario", "David", "Davide", "Derrer", "Dettwiler", "Diego", "Dietiker", "Disler", "Dorian", "Dritan", "Dylan", "Eberly", "Ebersold", "Eggen", "Ehlii", "Eiger", "Elia", "Elias", "Eliott", "Elov", "Elsinger", "Emanuele", "Enea", "Eric", "Erisman", "Ethan", "Evan", "Fabio", "Fahrni", "Fassnacht", "Federico", "Fessler", "Filander", "Filippo", "Finn", "Fisnik", "Flamur", "Florian", "Francesco", "Frédéric", "Fricker", "Frutiger", "Gabriel", "Gabriele", "Giacomo", "Gian", "Gioele", "Giona", "Giuliano", "Gösta", "Guillaume", "Hugo", "Ives", "Jacopo", "Jan", "Jason", "Jérémie", "Jérôme", "Jessy", "Jetmir", "Jeton", "Joachim", "Joao", "Joel", "Johan", "Jonas", "Jonathan", "Jorim", "Julian", "Julien", "Juni", "Kettil", "Kevin", "Kreshnik", "Kushtrim", "Kyledrick", "Laurin", "Leandro", "Lenny", "Leo", "Leon", "Leonardo", "Léopold", "Leutrim", "Levin", "Liam", "Lian", "Lionel", "Livio", "Lorenzo", "Loris", "Louis", "Luca", "Lucas", "Luis", "Lukas", "Manuel", "Marc", "Markus", "Marti", "Martí", "Marwan", "Mathieu", "Matteo", "Matthias", "Matthieu", "Mattia", "Max", "Maxime", "Maximilian", "Michele", "Miguel", "Nathan", "Nathanaël", "Nevio", "Nick", "Nico", "Nicola", "Nicolas", "Nicolo", "Nils", "Nino", "Nisse", "Noah", "Noel", "Oliver", "Orell", "Oscar", "Patrick", "Patrik", "Philippe", "Pierre", "Pietro", "Primin", "Quentin", "Rafael", "Ramone", "Raphael", "Reto", "Riccardo", "Robin", "Romain", "Ruben", "Ryan", "Samuel", "Samuele", "Sebastian", "Sebastiano", "Sergio", "Silvan", "Simon", "Simone", "Stefano", "Steffen", "Steven", "Sven", "Theo", "Théo", "Thierry", "Thomas", "Tim", "Timo", "Tommaso", "Toni", "Torkel", "Udo", "Ulrich", "Urs", "Valentin", "Walden", "Wendell", "Wilbur", "Willard", "Willermus", "William", "Wolfgang", "Wubshet", "Yacine", "Yann", "Yannick", "Yohan", "Yolan"]>> <<set setup.frenchMaleFirstnames to [ "Aaron", "Abel", "Achille", "Adam", "Adrien", "Aleron", "Alexandre", "Alexis", "Algernon", "Ames", "Amiens", "Amine", "Antoine", "Antonin", "Aramis", "Arthur", "Audric", "Auguste", "Augustin", "Axel", "Baptiste", "Basile", "Beau", "Benjamin", "Blaise", "Bonar", "Boniface", "Boyce", "Briar", "Bruce", "Byron", "Cabal", "Cade", "Camille", "Campbell", "Canaan", "Canon", "Carolus", "Carvell", "Chainey", "Charles", "Chevy", "Ciel", "Circinus", "Clement", "Colar", "Colville", "Côme", "Courvoisier", "Coyne", "Dabney", "Daniel", "Dashiell", "David", "Dax", "Delano", "Demont", "Destin", "Didier", "Dior", "Donatien", "Eden", "Edgar", "Elias", "Eliott", "Enzo", "Ethan", "Etienne", "Evan", "Fabron", "Felix", "Ferrand", "Franchot", "Francois", "Frasier", "Gabin", "Gabriel", "Gage", "Garen", "Gareth", "Garland", "Garner", "Garrison", "Gaspard", "Gaston", "Gaylord", "Gerald", "Germain", "Geron", "Giles", "Glanville", "Gower", "Granger", "Grant", "Granville", "Gustave", "Guy", "Hackett", "Hadrien", "Hector", "Hello", "Henri", "Holland", "Honore", "Hugo", "Isaac", "Jacques", "Jasper", "Javier", "Jean", "Jemond", "Jesper", "Joseph", "Joshua", "Jules", "Kaïs", "Labaron", "Lance", "Landry", "Laramie", "Laron", "Larrimore", "Launcelot", "Laurent", "Leggett", "Leo", "Leon", "Leonard", "Leverett", "Liam", "Lionel", "Louis", "Luc", "Lucas", "Lucien", "Maël", "Mallory", "Marceau", "Marcel", "Mardian", "Marin", "Marius", "Marshall", "Martin", "Marvel", "Mason", "Mathis", "Maxence", "Maxime", "Mehdi", "Merrill", "Milo", "Montague", "Montgomery", "Montrell", "Montrose", "Mortimer", "Naël", "Nathan", "Nazaire", "Neville", "Nicolas", "Noah", "Noam", "Noe", "Noel", "Nolan", "Odil", "Odilon", "Odo", "Olier", "Oliver", "Olympe", "Orane", "Orleans", "Orson", "Orville", "Oscar", "Ouida", "Page", "Paris", "Pascal", "Paul", "Percy", "Pernell", "Pierre", "Platt", "Porter", "Quincy", "Rafael", "Rance", "Ranger", "Raphael", "Raul", "Ray", "Rayan", "Raynard", "Remi", "Robin", "Romain", "Ross", "Royal", "Ruben", "Rupert", "Rush", "Russel", "Saber", "Sacha", "Samuel", "Sargent", "Satch", "Senior", "Sennett", "Sergeant", "Severin", "Seymour", "Sezni", "Sid", "Similien", "Simon", "Sinclair", "Sinjon", "Solal", "Sorrel", "Sumner", "Talbot", "Telford", "Tenenan", "Theo", "Theodore", "Thibaud", "Thomas", "Timothée", "Tom", "Travis", "Tremeur", "Tugdual", "Tujan", "Turiau", "Tyson", "Ulysse", "Umber", "Vachel", "Vadim", "Valentin", "Valeray", "Varden", "Varil", "Varocher", "Verdun", "Vere", "Verity", "Vermont", "Vernon", "Verrier", "Verrill", "Victor", "Villard", "Villiers", "William", "Xebec", "Yanis", "Yannick"]>> <<set setup.spanishMaleFirstnames to [ "Aaron", "Abelardo", "Abraham", "Adalberto", "Adam", "Adelmo", "Ademar", "Adolfo", "Adrià", "Adrian", "Agapetus", "Aimar", "Aimon", "Aitor", "Alberto", "Aldo", "Aleix", "Alejandro", "Alex", "Alexandro", "Alfonso", "Alfredo", "Alonso", "Alonzo", "Alvaro", "Ambrosio", "Amelio", "Amias", "Anastacio", "Ander", "Andres", "Angel", "Anselmo", "Anso", "Antonio", "Apolonio", "Archibaldo", "Armando", "Arnaldo", "Arnau", "Arsenio", "Arturo", "Asier", "Aurelio", "Bartolo", "Beltran", "Benito", "Bernardo", "Berto", "Biel", "Bolivar", "Bonito", "Bronco", "Bruno", "Calderon", "Carlito", "Carlitos", "Carlos", "Celso", "Cesar", "Chavez", "Che", "Cipriano", "Cisco", "Colorado", "Conrado", "Cordero", "Cornelio", "Cortez", "Cristian", "Cruz", "Cuba", "Damarion", "Daniel", "Danilo", "Dario", "David", "Dejuan", "Delmar", "Desiderio", "Diego", "Dimos", "Domingo", "Dylan", "Eberardo", "Edgardo", "Eduardo", "Elonso", "Emberto", "Emilio", "Enrico", "Enrique", "Enzo", "Erardo", "Eric", "Erik", "Ernesto", "Esteban", "Estefan", "Eugenio", "Eustacio", "Everardo", "Ezequias", "Fabio", "Fanuco", "Faustino", "Fausto", "Federico", "Felipe", "Fernando", "Flavio", "Fraco", "Francisco", "Frisco", "Gabriel", "Gael", "Geraldo", "Gerard", "Gerardo", "Geronimo", "Gervasio", "Gig", "Gilberto", "Gonzalo", "Gregorio", "Guido", "Guillermo", "Gustavo", "Hector", "Henio", "Hernan", "Hilario", "Hugo", "Humberto", "Ian", "Ibai", "Ignacio", "Ignado", "Iker", "Isaac", "Isandro", "Isidro", "Ismael", "Ivan", "Izador", "Izan", "Jaguar", "Jaime", "Jair", "Jan", "Javier", "Jeronimo", "Jerrold", "Jesus", "Joan", "Joel", "Jon", "Jorge", "Jose", "José", "Jose-luis", "Josue", "Juan", "Julen", "Lando", "Larenzo", "Lasaro", "Leo", "Leonardo", "Lisandro", "Loredo", "Lorenzo", "Luca", "Lucas", "Luciano", "Lucio", "Luis", "Macario", "Malvolio", "Manfredo", "Manolo", "Manuel", "Marc", "Marco", "Marcos", "Marino", "Mario", "Marjun", "Markel", "Martí", "Martin", "Mateo", "Mauro", "Miguel", "Mikel", "Milo", "Montana", "Montego", "Montel", "Montenegro", "Narciso", "Nasario", "Nazario", "Nemesio", "Neper", "Neron", "Nevada", "Nicandro", "Nicolas", "Nil", "Noah", "Noe", "Oier", "Oihane", "Oleos", "Olindo", "Oliver", "Omar", "Onofre", "Ora", "Orlando", "Oro", "Oscar", "Osias", "Ovidio", "Pablo", "Paco", "Pancho", "Pau", "Pedro", "Pol", "Ponce", "Porfio", "Porfirio", "Prospero", "Quico", "Quinto", "Quiqui", "Quito", "Rafael", "Ramiro", "Ramon", "Raul", "Rayan", "Raymundo", "Rejinaldo", "Renaldo", "Renato", "Reyes", "Reynaldo", "Rico", "Rio", "Roberto", "Rodolfo", "Rodrigo", "Rogelio", "Rolando", "Roldan", "Roman", "Roque", "Rosario", "Ruben", "Ryo", "Sagaz", "Salvador", "Samuel", "Sancho", "Sandro", "Santana", "Santiago", "Santos", "Saturnin", "Saul", "Seferino", "Selestino", "Senon", "Sergio", "Severino", "Severo", "Sierra", "Silvio", "Socorro", "Tajo", "Tavares", "Teodoro", "Thiago", "Timoteo", "Tito", "Tomas", "Ugo", "Umberto", "Unai", "Urvano", "Valdez", "Valerio", "Vegas", "Venacio", "Vicente", "Victor", "Vidal", "Vito", "Xabat", "Xalvador", "Xaver", "Xaverius", "Xavier", "Xavion", "Xeres", "Ximen", "Yago", "Youssef", "Zelipe", "Zenon"]>> <<set setup.africanAmericanMaleFirstnames to [ "Aabinus", "Aaron", "Abanus", "Abnus", "Absolan", "Adelram", "Adie", "Adiran", "Adrean", "Adrian", "Adriano", "Adrianus", "Adric", "Adrien", "Adrik", "Adrion", "Adron", "Adryan", "Ajou", "Akil", "Akmad", "Akrsna", "Algernon", "Alphonse", "Alwan", "Amadom", "Aman", "Amani", "Amber", "Amos", "Andra", "Andre", "Andreas", "Andrew", "Andri", "Andrian", "Anjisnu", "Anogopta", "Antama", "Anthone", "Antiere", "Antoine", "Antonio", "Aray", "Arcus", "Armstrong", "Arold", "Asitvaran", "Atiyama", "Autry", "Azibo", "Baron", "Barrington", "Bartt", "Bellinor", "Benjamin", "Benton", "Beorhtsige", "Bevaun", "Bisman", "Blac", "Black", "Blagden", "Blakey", "Blamore", "Booker", "Bowie", "Brendon", "Bron", "Bruns", "Busta", "Cahya", "Calbert", "Calvin", "Cameron", "Canard", "Carl", "Carnell", "Cartier", "Casim", "Cassius", "Cavin", "Cerne", "Chante", "Christopher", "Ciar", "Ciaran", "Cica", "Cippa", "Citoc", "Clacc", "Claec", "Clarence", "Clayton", "Cleavant", "Cleavon", "Clement", "Clendon", "Clester", "Cleveland", "Clifton", "Clinton", "Cody", "Cofa", "Cofsi", "Colby", "Colemann", "Coleridge", "Coley", "Colis", "Collby", "Collis", "Colt", "Colten", "Colton", "Colvin", "Colys", "Cordell", "Corey", "Cornelius", "Cornell", "Cornia", "Cors", "Cronan", "Cufa", "Cula", "Curtiss", "D\'andre", "D\'angelo", "D\'ante", "D\'lon", "D\'marco", "D\'marcus", "D\'marreio", "D\'Sean", "D\'shaun", "Dade", "Daegel", "Daevin", "Daevon", "Dagen", "Daghishat", "Dajon", "Da-Jon", "Dajuan", "Da-Juan", "Dallan", "Dallen", "Dalton", "Damarco", "Damon", "Damone", "Dandrae", "Dandras", "Dangelo", "Daquain", "Daray", "Darce", "Darcio", "Darel", "Darell", "Darik", "Darius", "Darnay", "Darnel", "Darnell", "Darrian", "Darryl", "Daruk", "Daryn", "Da-Shawn", "Dauntay", "Davian", "Davion", "Dawayne", "Dayton", "De\'ron", "De\'Shane", "De\'vegas", "Deaengelo", "Deagan", "Deandra", "Deandrae", "DeAndre", "Deangelo", "De-Angelo", "Deaundra", "Deaven", "Dedrian", "Deelon", "Deion", "Deiondre", "Dejohn", "De-John", "Delane", "Delaney", "Delano", "Delaynie", "Dele", "Delford", "Dell", "Delmar", "Delon", "Delonn", "Delroy", "Demaine", "Demarion", "Demery", "Demetrius", "Demonde", "Demont", "De-Morris", "Dennard", "Denzel", "Deole", "Deon", "Dequain", "Deron", "Derrick", "Deshane", "DeShawn", "Devain", "Deval", "Devan", "Deven", "Devondre", "Devontae", "Dewain", "Dewan", "Dewayne", "Dexter", "Dikembe", "Diondre", "Diron", "Dixon", "Dominique", "Don", "Donahue", "Donall", "Donavan", "Donner", "Donovan", "Dontrell", "Doogie", "Dooley", "Dorjan", "Dorrin", "Dorsey", "Doue", "Doughlas", "Dougie", "Douglas", "Douglass", "Dove", "Dow", "Duana", "Duane", "Duante", "Dubal", "Duff", "Dugan", "Duglas", "Dulamah", "Duncan", "Dunn", "Dunnere", "Dunstan", "Duron", "Duval", "Duwayne", "Dwade", "Dwain", "Dwaine", "Dwane", "Dwayne", "Eason", "Ebany", "Eddie", "Edgerin", "Edhem", "Edward", "Edwyn", "Eldrick", "Elroy", "Elton", "Emmet", "Ennis", "Ernard", "Erskine", "Ervan", "Evander", "Fayard", "Ferric", "Fiadh", "Fie", "Finias", "Finneas", "Fosco", "Garfield", "Garlan", "Garon", "Gerain", "Geroy", "Gethrude", "Gethwine", "Getla", "Ghadra", "Ghana", "Glenden", "Glendin", "Glendon", "Glover", "Godrell", "Gotam", "Gotama", "Goutam", "Goutham", "Grant", "Gurutej", "Guyton", "Haben", "Hades", "Hareem", "Harkan", "Harken", "Harkyn", "Harnish", "Hasan", "Hethin", "Hosea", "Hraefn", "Hunapo", "Indíbil", "Indigo", "Isiah", "Ivory", "Jacoury", "Jaedyn", "Jahquil", "Jalen", "Jamaall", "Jamaar", "Jamal", "Jamar", "Jamarco", "Jamarr", "Jamel", "Jamero", "Janard", "Janile", "Jaquin", "Jared", "Jarek", "Jarel", "Jarell", "Jaric", "Jarmarr", "Ja-ron", "Jarrick", "Jarvis", "Jason", "Jaumar", "Javan", "Jefferson", "Jemarcus", "Jenell", "Jermain", "Jermaine", "Jerom", "Jerome", "Jeron", "Jerrick", "Jessan", "Jevonte", "Jimar", "Jimarcus", "John", "Jolice", "Jomo", "Jonathon", "Jorell", "Jovan", "Judean", "Judge", "Kaanan", "Kadeem", "Kadema", "Kalmali", "Kamau", "Karam", "Karlus", "Karvannan", "Kaseko", "Kasen", "Kaval", "Kaven", "Kaynard", "Keandre", "Kearney", "Keary", "Kedron", "Keenan", "Keeria", "Keifer", "Kenard", "Kendell", "Kendis", "Kendrick", "Kentay", "Kenton", "Kenyata", "Keon", "Kerr", "Kerrim", "Kerryn", "Kerwinn", "Keshawn", "Keyair", "Keyon", "Khalon", "Kier", "Kieran", "Kierian", "Kieron", "Kimbel", "Kiralescense", "Kirryn", "Kofi", "Kojo", "Kol", "Kolby", "Kordae", "Kordal", "Kordell", "Krishan", "Krishay", "Kristion", "Kunta", "Kuraim", "Kwamie", "Kwamin", "Kyan", "Kyrin", "Kyrone", "La Vonn", "La-corey", "Lado", "Ladrus", "Laken", "Lakista", "Lamar", "Lamark", "Lamarr", "Lamech", "Lamont", "Lance", "Laran", "Larent", "Larice", "Larmar", "Laron", "La-Ron", "Lasean", "Lashawn", "Lasil", "Lason", "Lathan", "Latrell", "Latrivis", "Lavan", "Lavar", "Lavaughan", "Lavaughn", "Lavernus", "Lavon", "Lavonne", "LeBron", "Ledell", "Lee-Ron", "Lemar", "Lemarr", "Lemuel", "Leron", "Lester", "Le-Vaughan", "Levon", "Lincoln", "Liron", "Lisimba", "Lloyd", "Louis", "Lovell", "Lucius", "Ludacris", "Lugobi", "Luther", "Lyron", "Mablevi", "Major", "Malik", "Mancel", "Marcus", "Maron", "Marques", "Marquis", "Martel", "Martin", "Marvin", "Mashawn", "Maurica", "Maurice", "Mauricio", "Maurilio", "Maurin", "Mauritius", "Maurizio", "Maurus", "Maury", "Mauryen", "Mavra", "Mavriki", "Melaina", "Merick", "Merik", "Merric", "Meurig", "Michael", "Mikal", "Minas", "Mo", "Mohtadi", "Moise", "Montel", "Montell", "Montez", "Montraie", "Morie", "Moris", "Morison", "Moritz", "Moriz", "Morkere", "Morly", "Morris", "Morrisey", "Morse", "Mouric", "Mykelti", "Nabulung", "Napoleon", "Nasr", "Natrick", "Neeshika", "Nelson", "Nero", "Nigel", "Nisang", "Noah", "Norrece", "Nox", "Obiajulu", "Odell", "Omari", "Omarr", "Onyx", "Onzi", "Orlando", "Orpheus", "Otis", "Ovishkar", "Patrice", "Pearson", "Peran", "Perry", "Pinye", "Quaashie", "Quaddus", "Quadrees", "Quannell", "Quarren", "Quashawn", "Quenton", "Quincy", "Quintavius", "Quinton", "Quoitrel", "Rachard", "Radd", "Raimy", "Ramell", "Randall", "Rashan", "Rashard", "Rashon", "Raymone", "Raynard", "Razi", "Reggie", "Reggis", "Reginald", "Reidel", "Reshay", "Revon", "Rhashan", "Robaire", "Rodell", "Rodney", "Romain", "Romeo", "Romon", "Romone", "Romy", "Rondall", "Rondy", "Roscoe", "Roshaun", "Rufus", "Runako", "Salim", "Sammy", "Samuel", "Santana", "Sayon", "Sean", "Sebastion", "Serek", "Shadow", "Shan", "Shandrel", "Shantie", "Shaquille", "Shawnte", "Sheik", "Sherwin", "Shevon", "Shontae", "Shyam", "Siavash", "Sidell", "Simeon", "Smokey", "Souley", "Spike", "Steadman", "Sterlin", "Steve", "Sulaiman", "Sullivan", "Suwayd", "Sylvester", "Tabansi", "Tabari", "Talin", "Tamal", "Tamarius", "Tameron", "Tamesis", "Tamish", "Tavarius", "Tavon", "Taye", "Taylan", "Terell", "Terrance", "Terrell", "Terris", "Tevaughn", "Tevin", "Tion", "Todney", "Travanis", "Travaughn", "Travon", "Trayvon", "Trece", "Trejean", "Tremaine", "Trenton", "Treshaun", "Treven", "Trevon", "Trone", "Trory", "Tupac", "Turell", "Twain", "Ty", "Tyjon", "Tyreck", "Tyree", "Tyreese", "Tyrek", "Tyrell", "Tyrone", "Tyrus", "Uba", "Ulan", "Umar", "Uzoma", "Vance", "Vandwon", "Vashan", "Vashon", "Veltry", "Verlyn", "Vishon", "Voshon", "Wardell", "Warwick", "Waverly", "Wayan", "Wendell", "Wesley", "Wilburn", "Willie", "Winton", "Wyclef", "Xavier", "Xayvion", "Xyshaun", "Yemane", "Yobachi", "Zachary", "Zaid", "Zareb", "Zashawn", "Zchon", "Zeffross", "Zeshaun", "Zeshon", "Zyshonne"]>> <<set setup.swedishFemaleFirstnames to [ "Adahlia", "Adele", "Affton", "Agata", "Agda", "Agnes", "Agneta", "Alfhild", "Alice", "Alicia", "Alma", "Alva", "Alvinia", "Amanda", "Amelia", "Andrine", "Aninna", "Anja", "Anna", "Annali", "Annalies", "Annaliese", "Annalisa", "Anneli", "Annelie", "Anneline", "Annelis", "Annelisa", "Annely", "Annica", "Ase", "Asta", "Astrid", "Atalie", "Aurela", "Axelina", "Barbro", "Bele", "Bengta", "Bianca", "Bim", "Blida", "Bobba", "Bodil", "Borghild", "Brigetta", "Brite", "Britt", "Cajsa", "Camilla", "Caren", "Carin", "Carita", "Carola", "Celine", "Christana", "Cilla", "Clara", "Cleo", "Cornelia", "Dahlia", "Duve", "Ebba", "Edeltrud", "Edit", "Edith", "Edrit", "Effe", "Egefride", "Egelfride", "Eija", "Eiji", "Eina", "Eira", "Eldis", "Eleonora", "Elin", "Elina", "Elisabet", "Elise", "Ella", "Ellen", "Ellie", "Ellinor", "Elsa", "Elvan", "Elvinia", "Elvira", "Embla", "Emeliana", "Emelie", "Emilia", "Emma", "Emmy", "Engla", "Erny", "Errika", "Ester", "Felicia", "Filippa", "Fredrika", "Freja", "Germund", "Gittan", "Greta", "Gull", "Gunborg", "Gunda", "Gunhild", "Gunilla", "Gunvor", "Gusten", "Haidi", "Haifa", "Hanna", "Hannus", "Hedda", "Hella", "Helmi", "Helvi", "Hilda", "Hildur", "Hillevi", "Hilma", "Ida", "Ines", "Inez", "Ingrid", "Iris", "Isabella", "Isabelle", "Jannicke", "Jasmine", "Joline", "Jonna", "Julia", "Julie", "Juni", "Kajsa", "Karina", "Kerry", "Kerstin", "Kerstina", "Kerstine", "Kjerstin", "Klara", "Lajla", "Laura", "Leah", "Leia", "Leva", "Lexandra", "Lilly", "Linn", "Linna", "Linnae", "Linnaea", "Linnea", "Lisa", "Liv", "Livia", "Lo", "Lotta", "Lova", "Lovis", "Lovisa", "Luna", "Lykke", "Magna", "Maj", "Maja", "Majken", "Malena", "Margareta", "Maria", "Marikka", "Marriba", "Marta", "Märta", "Matilda", "Medeleine", "Meja", "Melissa", "Mila", "Minna", "Mira", "Moa", "Molly", "My", "Nalle", "Nathalie", "Nea", "Nellie", "Nicole", "Noah", "Nora", "Nova", "Novalie", "Olivia", "Penny", "Pernilla", "Pixie", "Quenby", "Ragna", "Rita", "Ronja", "Ronya", "Ros", "Rosel", "Runa", "Rut", "Saga", "Sally", "Sanna", "Sara", "Sassa", "Selma", "Sidsel", "Sigfrid", "Signe", "Signy", "Sigrid", "Sigrunn", "Sire", "Siri", "Sissela", "Siv", "Sofia", "Solvig", "Stella", "Stina", "Sunni", "Svea", "Tekla", "Teresia", "Thea", "Tilda", "Tilde", "Tindra", "Trind", "Tuva", "Tyra", "Ulla", "Valborg", "Vera", "Victoria", "Wilma"]>> <<set setup.italianFemaleFirstnames to [ "Abriana", "Adele", "Agata", "Alba", "Alessa", "Alessandra", "Alessia", "Alice", "Allegra", "Alma", "Amanda", "Anastasia", "Angela", "Angelica", "Angelina", "Anna", "Antonia", "Aria", "Ariana", "Arianna", "Armida", "Asia", "Augusta", "Aurelia", "Aurora", "Bambi", "Barbara", "Beatrice", "Benedetta", "Berenice", "Bianca", "Bibiana", "Bice", "Camilla", "Capriana", "Caprice", "Cara", "Carin", "Carlotta", "Carola", "Cassandra", "Caterina", "Cecilia", "Celeste", "Celia", "Cettina", "Chiara", "Clara", "Clarissa", "Claudia", "Contessa", "Cornelia", "Cosima", "Damiana", "Daria", "Delia", "Diana", "Domani", "Donatella", "Donna", "Elena", "Eleonora", "Elisa", "Emilia", "Emily", "Emma", "Eugenia", "Eulalia", "Fabia", "Fabiana", "Fabiola", "Faustina", "Febe", "Filippa", "Fiorella", "Fiorenza", "Flavia", "Flora", "Francesca", "Fulvia", "Gaetana", "Gaia", "Giada", "Gina", "Ginevra", "Gioia", "Giordana", "Giorgia", "Giovanna", "Giulia", "Giustina", "Gloria", "Graziella", "Greta", "Ilaria", "Irene", "Isa", "Isabella", "Itala", "Justina", "Ladonna", "Lanza", "Laura", "Lauretta", "Lave", "Lia", "Liona", "Lorena", "Lorenza", "Luca", "Lucia", "Luciana", "Ludovica", "Madonna", "Marcella", "Margherita", "Maria", "Mariabella", "Marietta", "Marina", "Marissa", "Marsala", "Marta", "Martina", "Matilde", "Melissa", "Mia", "Micaela", "Michelle", "Mila", "Miriam", "Natalia", "Neroli", "Nicole", "Noemi", "Nora", "Olivia", "Oriana", "Ornella", "Paola", "Perla", "Prima", "Primavera", "Priscilla", "Quorra", "Rebecca", "Regina", "Renata", "Ricarda", "Rita", "Rocio", "Roma", "Romana", "Rosa", "Rosalia", "Rosetta", "Ruffina", "Rufina", "Sabina", "Sabrina", "Sara", "Scilla", "Serena", "Sidonia", "Sienna", "Sistine", "Sofia", "Speranza", "Stella", "Tatiana", "Tessa", "Trilby", "Uberta", "Urbana", "Valentina", "Vedette", "Venecia", "Venetia", "Verona", "Veronica", "Vincenza", "Viola", "Virginia", "Vita", "Vittoria", "Zita", "Zola"]>> <<set setup.spanishFemaleFirstnames to [ "Abril", "Adalia", "Adora", "Adoracion", "Adriana", "Africa", "Agata", "Agueda", "Aidia", "Aina", "Ainara", "Ainhoa", "Aitana", "Alba", "Alejandra", "Alexia", "Alicia", "Alma", "Alva", "Amparo", "Ana", "Anahi", "Anastasia", "Andrea", "Ane", "Angela", "Anna", "Antonia", "Ariadna", "Arlet", "Aroa", "Aureliano", "Aurora", "Aya", "Azahara", "Belinda", "Berta", "Bettina", "Bibiana", "Blanca", "Bonita", "Buena", "Candela", "Carey", "Carla", "Carlota", "Carlotta", "Carmen", "Carolina", "Cassandra", "Cayetana", "Cecilia", "Celia", "Charo", "Chelo", "Chiquita", "Chloe", "Cierra", "Clara", "Claudia", "Cloe", "Coco", "Concepcion", "Concetta", "Concha", "Conchita", "Consolata", "Consuelo", "Cristina", "Cruz", "Damita", "Daniela", "Delfina", "Delia", "Delores", "Diana", "Dolores", "Dores", "Duena", "Duenna", "Dulce", "Dulcie", "Eldora", "Elena", "Elia", "Elsa", "Elvira", "Emilia", "Emma", "Enriqua", "Esmerelda", "Esperanza", "Estela", "Eugenia", "Eulalia", "Eva", "Fabiola", "Fe", "Febe", "Flavia", "Fonda", "Frida", "Friera", "Gabriela", "Genoveva", "Gertrudes", "Gitana", "Gloria", "Gotzone", "Guadalupe", "Haizea", "Helena", "Hermosa", "Ines", "Irati", "Irene", "Iria", "Iris", "Isa", "Isabel", "Itzel", "Jade", "Jana", "Jardena", "Jesenia", "Jimena", "Julia", "Julitta", "June", "Kesare", "Lacienega", "Ladonna", "Laia", "Landrada", "Lara", "Laura", "Lavada", "Leire", "Lela", "Lenora", "Leonor", "Leya", "Leyre", "Lia", "Liani", "Linda", "Lluvia", "Lola", "Lolita", "Loma", "Lorena", "Lorenza", "Lucia", "Luisa", "Lujuana", "Luna", "Lupita", "Lux", "Luz", "Madeira", "Madra", "Maitane", "Maitea", "Majondra", "Malak", "Manda", "Manuela", "Mar", "Mara", "Maria", "Maricruz", "Marina", "Mariola", "Mariposa", "Marisa", "Marisol", "Marissa", "Marta", "Martina", "Melosa", "Mercedes", "Merche", "Mia", "Micaela", "Milagros", "Mio", "Mira", "Mireia", "Miriam", "Montana", "Mora", "Nadia", "Nahia", "Naia", "Naiara", "Natalia", "Nayara", "Neiva", "Nerea", "Nerita", "Neva", "Nevada", "Neves", "Nieve", "Nieves", "Nina", "Noa", "Noelia", "Nora", "Novia", "Novyanna", "Nuria", "Oihane", "Olivia", "Ona", "Ora", "Osana", "Paca", "Palma", "Palmira", "Paloma", "Paola", "Paula", "Perla", "Placida", "Puma", "Querida", "Queta", "Quinceanos", "Raeka", "Rafaela", "Ramona", "Rana", "Reyes", "Ria", "Rigoberta", "Roana", "Rocio", "Rocío", "Rosa", "Rosalind", "Rosalynda", "Rosario", "Rufina", "Sally", "Salma", "Sancha", "Sancho", "Sandia", "Santana", "Santina", "Sara", "Savana", "Savanna", "Savannah", "Seina", "Senalda", "Senona", "Sierra", "Silvia", "Socorro", "Sofia", "Sofiel", "Sol", "Solana", "Soledad", "Sonora", "Taina", "Tea", "Tejana", "Terceiro", "Teresa", "Texcean", "Tia", "Tierra", "Tina", "Tranquilia", "Trella", "Triana", "Tulia", "Ursulina", "Uxue", "Valentina", "Valeria", "Vega", "Vera", "Verda", "Verdad", "Veta", "Victoria", "Vina", "Virginia", "Xalbadora", "Xevera", "Xiao", "Xiomara", "Yadra", "Yesenia", "Yomaris", "Zaneta", "Zarela", "Zarita", "Zavanna", "Zaviera", "Zequinha", "Zoe", "Zuriaa", "Zurine"]>> <<set setup.japaneseFemaleFirstnames to [ "Ai", "Aiko", "Airi", "Akako", "Akanah", "Akari", "Aki", "Akina", "Akira", "Akiyama", "Amarante", "Amaya", "Andrea", "Aneko", "Anna", "Anzan", "Anzu", "Aoi", "Asa", "Ayaka", "Ayame", "Ayane ", "Bankei", "Chika", "Chinshu", "Chiyo", "Cho", "Chorei", "Dai", "Eido", "Etsu", "Fuka", "Fuyo", "Gyo Shin", "Hakue", "Hama", "Hana", "Hanako", "Haruka", "Haya", "Hikaru", "Himari", "Hina", "Hinata", "Hisa", "Hiyori", "Honoka", "Hoshi", "Ichika", "Ima", "Ishi", "Iva", "Jakushitsu", "Jimin", "Jin", "JoMei", "Kaede", "Kagami", "Kaho", "Kaida", "Kaiya", "Kameko", "Kamin", "Kane", "Kanon", "Kaori", "Kaoru", "Karin", "Kata", "Kaya", "Kei", "Keiko", "Kiaria", "Kichi", "Kiku", "Kimi", "Kin", "Kioko", "Kira", "Kita", "Kiwa", "Kiyoshi", "Koge", "Kogen", "Kohana", "Koharu", "Kokona", "Koto", "Kozue", "Kuma", "Kumi", "Kumiko", "Kuniko", "Kura", "Kyoko", "Leiko", "Machi", "Machiko", "Maeko", "Maemi", "Mai", "Maiko", "Makiko", "Mamiko", "Mao", "Mariko", "Masago", "Masako", "Matsuko", "Mayako", "Mayuko", "Mei", "Michi", "Michiko", "Midori", "Mieko", "Mihoko", "Mika", "Miki", "Minako", "Mine", "Mio", "Misaki", "Misako", "Mitsuko", "Miwa", "Miya", "Miyoko", "Miyu", "Miyuki", "Momoka", "Momoko", "Mutsuko", "Myoki", "Nahoko", "Nami", "Nana", "Nanako", "Nanami", "Naoko", "Nariko", "Natsuki", "Natsuko", "Nayoko", "Nishi", "Noa", "Nori", "Noriko", "Nozomi", "Nyoko", "Oki", "Rai", "Raku", "Rei", "Reiko", "Reina", "Ren", "Renora", "Ría", "Rieko", "Rikako", "Riko", "Riku", "Rin", "Rina", "Rinako", "Rini", "Rino", "Rio", "Risa", "Risako", "Roshin", "Ruka", "Rumiko", "Ruri", "Ryoko", "Sachi", "Sachiko", "Sada", "Saeko", "Saiun", "Saki", "Sakiko", "Sakuko", "Sakura", "Sakurako", "Sana", "Sanako", "Sara", "Sasa", "Sashi", "Sato", "Satoko", "Sawa", "Sayo", "Sayoko", "Seki", "Shika", "Shikah", "Shina", "Shinko", "Shiori", "Shoko", "Sora", "Sorano", "Suki", "Sumi", "Tadako", "Taido", "Taka", "Takako", "Takara", "Taki", "Tamaka", "Tamiko", "Tanaka", "Taney", "Tani", "Taree", "Tazu", "Tennen", "Tetsu", "Tokiko", "Tomi", "Tomiko", "Tora", "Tori", "Toyo", "Umeko", "Usagi", "Wakana", "Washi", "Yachi", "Yaki", "Yama", "Yasu", "Yayoi", "Yei", "Yoi", "Yoko", "Yori", "Yoshiko", "Yua", "Yui", "Yuka", "Yukako", "Yukiko", "Yume", "Yumi", "Yumiko", "Yuna", "Yuri", "Yuriko", "Yutsuko", "Yuzuki", "Zadhiya"]>> <<set setup.germanFemaleFirstnames to [ "Aada", "Aadelheide", "Aalis", "Ada", "Adabelle", "Adahlia", "Adalaide", "Adalee", "Adaleigh", "Adalena", "Adalgisa", "Adalheida", "Adali", "Adalia", "Adalie", "Adalina", "Adallina", "Adaly", "Adalyn", "Adalynn", "Addalla", "Addelyne", "Addie", "Addilyn", "Addler", "Adelade", "Adelaid", "Adelaide", "Adelaine", "Adelajda", "Adeldreda", "Adele", "Adeleine", "Adelena", "Adelgunda", "Adelheid", "Adelheide", "Adelia", "Adelice", "Adelicia", "Adelid", "Adelie", "Adelien", "Adelin", "Adelind", "Adelinda", "Adeline", "Adelisa", "Adelise", "Adelita", "Adeliza", "Adell", "Adella", "Adellah", "Adellene", "Adellufu", "Adelredus", "Adeluin", "Adelyn", "Adelyne", "Adelynn", "Adelyte", "Aderine", "Aderyn", "Adette", "Adhelina", "Adilene", "Adolfina", "Adolpha", "Adolphine", "Aebba", "Aelf", "Aelfrun", "Aelish", "Aelive", "Aemilia", "Aerin", "Ailne", "Aimiliona", "Alberta", "Alberteen", "Albertina", "Albertine", "Albertyna", "Albertyne", "Aldith", "Aldona", "Aldus", "Aldys", "Aleece", "Aleesha", "Aleksandra", "Aleshia", "Alice", "Alicja", "Alina", "Aline", "Aliosha", "Alis", "Alisanne", "Alise", "Alisha", "Alishay", "Alishia", "Alisia", "Aliska", "Alisone", "Alissandre", "Alisse", "Alisun", "Alisz", "Alita", "Alitheea", "Alitia", "Aliz", "Alize", "Alla", "Allar", "Allaryce", "Allcen", "Allcenne", "Allecia", "Alleece", "Alles", "Alless", "Allice", "Allicea", "Allicen", "Allicenne", "Allie", "Alliree", "Allis", "Allisann", "Allisanne", "Allissa", "Allisun", "Allisunne", "Allisyn", "Allvar", "Ally", "Allys", "Allyse", "Allyssa", "Almarine", "Almas", "Almeena", "Almena", "Almut", "Aloisa", "Aloisia", "Alonsa", "Alphie", "Alvarie", "Alverta", "Alwyne", "Alyana", "Alyce", "Alys", "Alyse", "Alysha", "Alyshia", "Alysia", "Alysone", "Alysse", "Alyssia", "Amelia", "Amelie", "Americus", "Amerie", "Amilia", "Amy", "Ann", "Annabell", "Anneliese", "Annemarie", "Annerose", "Anni", "Annika", "Annmarie", "Antje", "Antonia", "Arabella", "Arabelle", "Aria", "Arla", "Arlana", "Arleana", "Arleena", "Arleene", "Arlena", "Arlenna", "Arlette", "Arlina", "Arlinda", "Arline", "Arlyn", "Arlyne", "Armanda", "Arnelle", "Arnola", "Arrietty", "Arthurina", "Arthurine", "Auberi", "Auberon", "Aubrey", "Aubriana", "Aubrianne", "Aubrielle", "Aubry", "Aude", "Audene", "Audre", "Audrea", "Audreana", "Audreanna", "Audri", "Audria", "Audriana", "Audrianna", "Audrie", "Audrielle", "Audris", "Audry", "Auelina", "Ava", "Avah", "Avalee", "Avaleigh", "Avaley", "Avalie", "Avanda", "Avas", "Aveson", "Avia", "Aviana", "Aviance", "Avianna", "Avicia", "Avie", "Avila", "Avilina", "Avlynn", "Avys", "Awilda", "Aydia", "Azelice", "Azilis", "Baldhild", "Baldith", "Balsam", "Barbetta", "Barrett", "Bathilda", "Bathilde", "Belynda", "Berendina", "Berit", "Berlynn", "Bernadine", "Berni", "Bertha", "Bertina", "Betelgeuse", "Betia", "Billie", "Binney", "Bluma", "Bobbe", "Bruna", "Callan", "Caree", "Carla", "Carlotta", "Catinka", "Catja", "Cecania", "Charilette", "Charla", "Charlotte", "Charoline", "Cheryl", "Cheryle", "Chiara", "Chole", "Chriselda", "Christianitye", "Christin", "Chryssi", "Clara", "Clarae", "Claral", "Clarimonda", "Clarimonde", "Claudette", "Clay", "Cleotilde", "Clotild", "Clotilda", "Clotilde", "Conradina", "Constanze", "Cordula", "Cramer", "Crescentia", "Criseyde", "Dagmar", "Dale", "Dame", "Delaina", "Delana", "Delina", "Delinda", "Della", "Delli", "Delly", "Deloise", "Denica", "Didrika", "Dolf", "Due", "Dustan", "Dustin", "Eadaion", "Eagle", "Eamma", "Earnestine", "Eartha", "Eatta", "Ebba", "Eberta", "Edeline", "Edelle", "Edelmar", "Edelot", "Edeltraud", "Edeltraut", "Edeltrude", "Edi", "Edid", "Edida", "Edie", "Edied", "Edihe", "Edith", "Edony", "Edvig", "Edvige", "Edwina", "Eevonne", "Egelina", "Ehren", "Eidel", "Eidith", "Eih", "Eiichi", "Eilieua", "Eilieue", "Eilika", "Einilda", "Elberthina", "Elena", "Elfreeda", "Elfriede", "Elica", "Elif", "Elina", "Elisa", "Elisabeth", "Elita", "Elke", "Ella", "Ellea", "Ellfreeda", "Ellfrida", "Ellfrieda", "Ellfrydah", "Ellina", "Ellsa", "Elmeena", "Elom", "Elouise", "Elsabe", "Elsbeth", "Else", "Elsha", "Elsje", "Elske", "Elvah", "Elysant", "Elza", "Em", "Emaline", "Emallie", "Emalyn", "Emayn", "Embe", "Ember", "Embeth", "Emelie", "Emeline", "Emely", "Emelyne", "Emersyn", "Emestine", "Emilia", "Emilie", "Emily", "Emm", "Emma", "Emmajean", "Emmaleah", "Emmaline", "Emmalise", "Emmaly", "Emmalyn", "Emmalynn", "Emmeline", "Emmer", "Emmilene", "Emmylou", "Emota", "Ems", "Enelise", "Engel", "Engelbertha", "Englbehrt", "Enna", "Enrica", "Eorcengota", "Eormenhilde", "Eraman", "Eramana", "Erda", "Ericka", "Erla", "Erma", "Ermegarde", "Ermengarda", "Ermengarde", "Ermengild", "Ermine", "Ermingard", "Ermintrude", "Ermyntrude", "Ernesha", "Ernestina", "Ernestine", "Erth", "Ertha", "Erykah", "Escher", "Estrild", "Ethel", "Ethelinde", "Etta", "Eva", "Everleigh", "Everley", "Everly", "Everlynn", "Evi", "Evon", "Ewe", "Fabienne", "Faiga", "Farica", "Federica", "Fenja", "Ferda", "Fernanda", "Filiberta", "Filma", "Finja", "Fiona", "Firuz", "Franka", "Franziska", "Freda", "Freddi", "Frederica", "Fredericka", "Frederika", "Frederique", "Fredricka", "Fredrika", "Freeda", "Freedah", "Freida", "Frida", "Frieda", "Friederike", "Frig", "Frija", "Frithela", "Frithestan", "Fritzie", "Fuchsia", "Galiana", "Gari", "Gartrude", "Gena", "Genevieve", "Geoffrey", "Gerald", "Geralda", "Geraldene", "Geraldine", "Geralyn", "Gerardo", "Gerda", "Gerdi", "Gerianne", "Gerla", "Gerri", "Gerrianne", "Gerrie", "Gertraud", "Gertrude", "Gerty", "Gesine", "Geua", "Geue", "Ghislaine", "Gilda", "Gilly", "Gresilda", "Greta", "Gretal", "Gretchen", "Gretel", "Gretha", "Grethe", "Gretta", "Grisel", "Griselda", "Gritt", "Grizel", "Grizelda", "Grizelle", "Gromer", "Gronw", "Guðrún", "Haak", "Hallam", "Hannabelle", "Hannah", "Hanneli", "Hannelore", "Harriett", "Harriette", "Hattie", "Hawisa", "Hawise", "Hawisia", "Hawys", "Haydee", "Hedda", "Hedi", "Hedvig", "Hedvika", "Hehilde", "Hei", "Heida", "Heide", "Heidi", "Heidie", "Heidy", "Heike", "Heiko", "Heila", "Heilewis", "Helena", "Helene", "Helevisa", "Helewisa", "Helewise", "Helewys", "Helewyse", "Helmet", "Henny", "Henria", "Henrienna", "Henrietta", "Herlinda", "Herlinde", "Herma", "Hermelinda", "Hermia", "Hermila", "Hermina", "Herminia", "Hettie", "Hetty", "Hida", "Hilda", "Hilde", "Hildegard", "Hildegarde", "Hildegunn", "Hildie", "Hildreth", "Hildur", "Hildy", "Hilma", "Hiltrude", "Hollye", "Honey", "Huberta", "Hylda", "Hylde", "Ida", "Idaia", "Ilina", "Ilsa", "Imelda", "Irma", "Isabell", "Isabella", "Isela", "Jakobie", "Jana", "Jarvia", "Jaselle", "Jasmin", "Jauslyn", "Jenell", "Jeralee", "Jeri", "Jerolyn", "Jerri", "Jerrie", "Jerrileen", "Jette", "Jo", "Joaida", "Joan", "Joana", "Joane", "Joanelle", "Johanna", "Johannah", "Jolaife", "Jolanda", "Jolina", "Jolinn", "Joona", "Josephine", "Joss", "Jozette", "Judeth", "Jule", "Julia", "Julieann", "Juliette", "Kaja", "Kalona", "Kamrie", "Karel", "Karla", "Karlotta", "Kateri", "Katharina", "Katrin", "Katrina", "Kelby", "Kerstin", "Klarissa", "Kornelia", "Kreszentia", "Kristol", "Landra", "Lara", "Laura", "Lawanda", "Lea", "Leisel", "Lena", "Leni", "Lenna", "Leoma", "Leona", "Leonie", "Léonie", "Leopoldina", "Leota", "Lerissa", "Lia", "Libelle", "Liesa", "Liese", "Liesei", "Liesel", "Lieselotte", "Liesi", "Liesl", "Liezel", "Liezl", "Lilly", "Lina", "Linda", "Linde", "Lindsai", "Lindsay", "Lindsea", "Lindsee", "Lisa", "Lise", "Liuete", "Lizzet", "Lizzette", "Loralai", "Loralee", "Loralei", "Loralie", "Loralyn", "Loranna", "Lore", "Lorelai", "Lorelei", "Loreley", "Lorelii", "Lorella", "Lorenza", "Lorilee", "Lotta", "Lotte", "Louanna", "Louisa", "Louise", "Loyce", "Luana", "Lucina", "Lucy", "Ludwiga", "Luijzika", "Luisa", "Luisana", "Luise", "Luisina", "Luna", "Lurlene", "Lurline", "Luvisa", "Lynda", "Lynde", "Lyndee", "Lysa", "Mactilda", "Mactildis", "Maddalen", "Maddalene", "Madelhari", "Mafalda", "Maganhildi", "Magdalena", "Magnhilda", "Magnhilde", "Magnild", "Magnilda", "Magnilde", "Mahald", "Mahalt", "Mahault", "Mahaut", "Mahenyld", "Maila", "Maja", "Malene", "Malkyn", "Mallory", "Mandel", "Manel", "Maneld", "Manild", "Mara", "Marai", "Marelda", "Margetud", "Marhilda", "Marhildi", "Maria", "Mariateresa", "Marie", "Mariel", "Maritza", "Markella", "Marlana", "Marlayna", "Marleena", "Marleina", "Marleisha", "Marlene", "Marlenie", "Marlenne", "Marlina", "Marlinda", "Marlisa", "Marliss", "Marlynn", "Martha", "Mary", "Mathila", "Mathild", "Mathilda", "Mathilde", "Mathildis", "Matild", "Matilda", "Matilde", "Matildis", "Matilldis", "Matthildur", "Matti", "Matylda", "Maude", "Maudie", "Mautild", "Mawde", "Maysaunt", "Mazie", "Mechtild", "Mehpare", "Meika", "Melda", "Meliah", "Melina", "Melinda", "Melisande", "Melissa", "Mendie", "Merle", "Meryl", "Meta", "Mette", "Metti", "Mia", "Miata", "Miette", "Mila", "Milena", "Milicent", "Milita", "Milla", "Millicent", "Millie", "Milly", "Mimi", "Mina", "Mine", "Minea", "Minna", "Minne", "Minni", "Minnie", "Minny", "Mira", "Miriam", "Mittie", "Mitzie", "Moana", "Moanna", "Moll", "Molleigh", "Mollye", "Morgen", "Nadja", "Nanetta", "Nanina", "Nastassja", "Nedra", "Nele", "Nina", "Nixie", "Noah", "Nora", "Norberta", "Nordica", "Notburga", "Ode", "Odela", "Odelette", "Odelia", "Odelina", "Odell", "Odella", "Odetta", "Odilia", "Odolina", "Olaia", "Olie", "Olinda", "Oma", "Oriholt", "Oriold", "Oriolda", "Orlanda", "Orlantha", "Ormanda", "Otha", "Othelia", "Otilia", "Ottie", "Ottilia", "Ottilie", "Otway", "Otylia", "Patra", "Paula", "Paulina", "Pauline", "Pavia", "Petri", "Petronilla", "Pia", "Pietronella", "Pippi", "Porsche", "Porsha", "Priska", "Quartz", "Rae", "Rainah", "Ramonda", "Randilyn", "Rapunzel", "Rayla", "Rayma", "Rayna", "Raynel", "Raynelle", "Raynne", "Reia", "Reinheld", "Reinhild", "Reinhilde", "Renilda", "Reyna", "Reynae", "Reyne", "Rhine", "Rhoslyn", "Richa", "Richarda", "Richel", "Richella", "Richelle", "Richia", "Richil", "Richild", "Richilene", "Richmal", "Richmalle", "Ricka", "Rieka", "Rigmor", "Rilla", "Rillia", "Rillie", "Riqua", "Rixa", "Robbey", "Robena", "Roberte", "Robertena", "Robertene", "Robette", "Roderica", "Rohine", "Rokilda", "Rolanda", "Rolande", "Rollande", "Romilda", "Romy", "Ronja", "Rory", "Rosamond", "Rosamund", "Rosine", "Roswitha", "Rothais", "Rowena", "Roysia", "Roz", "Rozalia", "Rozi", "Rozlyn", "Rozlynn", "Rozmonda", "Rudi", "Rudie", "Rudina", "Rudolfa", "Ruomhildi", "Ruperta", "Rupetta", "Rycca", "Saacha", "Sarah", "Sarilda", "Sarlote", "Sarohildi", "Saskia", "Saxa", "Schatzi", "Schmetterling", "Sedehanna", "Sedemai", "Selina", "Selma", "Selmah", "Senta", "Serhild", "Serhilda", "Serhilde", "Serihilda", "Serihilde", "Serilda", "Serilde", "Serrilda", "Shadley", "Sieglind", "Sieglinde", "Sigfreida", "Sigfrieda", "Sigfryda", "Sigilwig", "Sigismunda", "Siglinda", "Siglinde", "Sigmonda", "Sigmunda", "Silke", "Silko", "Sina", "Sofia", "Sommer", "Sonnenschein", "Sophia", "Sophie", "Stanze", "Stark", "Steffi", "Steffie", "Stella", "Sunhild", "Sunhilde", "Swanhilda", "Swanhilde", "Swanild", "Swanilda", "Tabea", "Taleja", "Talicia", "Tamina", "Tatjana", "Tawanda", "Tawanna", "Teigra", "Terrie", "Theresa", "Tila", "Tilda", "Tilles", "Tilli", "Tillie", "Tilly", "Tresa", "Treza", "Trianna", "Trissa", "Trude", "Trudi", "Trudie", "Trudy", "Trula", "Truvy", "Ulla", "Ulrika", "Ulva", "Uschi", "Uta", "Valentina", "Victoria", "Viveka", "Vreneli", "Vreni", "Walda", "Wanda", "Wibeke", "Wibke", "Wilhelmina", "Wilma", "Winola", "Zelda", "Zelinda", "Zelma", "Zenzi", "Zipporah", "Zoe", "Zoey"]>> <<set setup.swissFemaleFirstnames to [ "Adelheid", "Agata", "Agnetta", "Alessandra", "Alessia", "Alexandra", "Alexia", "Alice", "Alicia", "Alina", "Alyssa", "Amanda", "Ambra", "Amelia", "Amelie", "Amélie", "Amina", "Amy", "Anaïs", "Anna", "Annagret", "Anne", "Arianna", "Arjeta", "Asia", "Audrey", "Aurélia", "Aurora", "Babetta", "Barbara", "Barbel", "Blanda", "Blerina", "Bothild", "Cajsa", "Camilla", "Camille", "Caroline", "Caterina", "Catherine", "Célia", "Celine", "Céline", "Charlotte", "Chiara", "Chloe", "Chloé", "Christelle", "Christine", "Clara", "Dagmar", "Deborah", "Delphine", "Diellza", "Ehlii", "Elena", "Eleonora", "Éléonore", "Eliana", "Elin", "Elina", "Elisa", "Elizabeth", "Ella", "Emilia", "Émilie", "Emily", "Emma", "Erika", "Estelle", "Eva", "Evia", "Fabienne", "Fiona", "Floke", "Friede", "Gabriel", "Gaëlle", "Gaia", "Giada", "Ginevra", "Gioia", "Giorgia", "Gittan", "Giulia", "Greta", "Grete", "Hanna", "Heidi", "Heilwig", "Helga", "Ines", "Inge", "Ingegerd", "Ingram", "Irene", "Isabel", "Jacqui", "Jade", "Jael", "Jana", "Jessica", "Jolanda", "Julia", "Julie", "Juliette", "Justine", "Karen", "Kelly", "kenza", "Kristin", "Ladina", "Laetitia", "Lara", "Larissa", "Laura", "Lea", "Léane", "Leïla", "Lena", "Léna", "Léonie", "Lia", "Liesl", "Lili", "Lina", "Liridona", "Lisa", "Livia", "Lorena", "Louise", "Luana", "Lucie", "Luisa", "Lynn", "Maeva", "Magdalena", "Manon", "Manuela", "Mara", "Maria", "Marie", "Marine", "Marion", "Martina", "Mary", "Mathilde", "Matilde", "Maude", "Meia", "Mélanie", "Melina", "Melissa", "Mélissa", "Mia", "Michelle", "Mila", "Monika", "Morgane", "Nadia", "Nathalie", "Nicole", "Nina", "Noah", "Noemi", "Noémi", "Noémie", "Nora", "Océane", "Olga", "Olivia", "Patricia", "Pauline", "Rachel", "Rahel", "Rebecca", "Romane", "Ronja", "Sabrina", "salomé", "Samantha", "Sandra", "Sara", "Sarah", "Selina", "Serena", "Sira", "Sofia", "Sonja", "Sophia", "Sophie", "Stephanie", "Susanne", "Sylvette", "Sylvia", "Sylviane", "Tania", "Tiffany", "Uland", "Ursel", "Uschi", "Ushi", "Valentina", "Vanessa", "Verena", "Verene", "Victoria", "Viola", "Vittoria", "Vreneli", "Vreni", "Waltraud", "Xenia", "Yasmina", "Yasmine", "Yves", "Yvonne", "Zoe", "Zuna"]>> <<set setup.frenchFemaleFirstnames to [ "Abril", "Agathe", "Aïcha", "Alair", "Alberta", "Alize", "Alma", "Amour", "Ava", "Avril", "Babette", "Bailey", "Bedelia", "Bernadette", "Caroline", "Caron", "Celia", "Cerise", "Chablis", "Chanel", "Charlotte", "Cheriss", "Cheryl", "Claudette", "Colette", "Constance", "Courtesy", "Cydney", "Daphne", "Darcie", "Darlene", "Deja", "Denise", "Desiree", "Destiny", "Didina", "Dior", "Djab", "Dominique", "Doreen", "Elaine", "Elise", "Elita", "Elle", "Eloise", "Emeraude", "Etoile", "Eva", "Evonne", "Fifine", "Fleur", "Fontanna", "Fortune", "Gabrielle", "Garance", "Garland", "Gay", "Geneva", "Gervaise", "Ghislaine", "Harriet", "Heloise", "Honor", "Iris", "Isabeau", "Ivette", "Jacqueline", "Jaimie", "Janel", "Jolie", "Juliet", "Kadence", "Kalet", "Kordell", "Kyrielle", "Larue", "Lauren", "Laverne", "Lea", "Leala", "Lena", "Léonie", "Leontyne", "Lesh", "Lisa", "Lisette", "Lisle", "Lois", "L\'Oréal", "Loring", "Louise", "Lucetta", "Lucie", "Lunette", "Lyla", "Lyle", "Maëlys", "Maine", "Mallory", "Manon", "Mardi", "Margo", "Mariam", "Marianne", "Maribel", "Marie", "Marion", "Marvelle", "Maureen", "Mauve", "Mavis", "Maya", "Melisenda", "Merane", "Merla", "Merle", "Merlyn", "Meryl", "Miette", "Mignon", "Monique", "Moselle", "Nadia", "Naeva", "Nanette", "Narcisse", "Nathaly", "Ninon", "Noella", "Odetta", "Odette", "Odil", "Opaline", "Orane", "Oriel", "Ouida", "Page", "Pascale", "Perry", "Prunella", "Purvis", "Questa", "Quiterie", "Raylene", "Remy", "Renee", "Riva", "Rochelle", "Roslin", "Ruby", "Rui", "Sage", "Salene", "Sarotte", "Satin", "Scout", "Searlait", "Sebastiona", "Sennett", "Shannelle", "Shantay", "Shanton", "Sharice", "Shyann", "Sidonie", "Sigourney", "Solange", "Soleil", "Sorrel", "Sosie", "Stella", "Susie", "Suzanne", "Suzette", "Sydney", "Sydni", "Symone", "Tallis", "Tallys", "Tayce", "Taylar", "Tempest", "Therese", "Tiffany", "Tilda", "Tolena", "Toni", "Tracy", "Troy", "Turquoise", "Vedette", "Vilette", "Violette", "Yasmine", "Yvonne", "Zanette"]>> <<set setup.spanishFemaleFirstnames to [ "Abril", "Adalia", "Adora", "Adoracion", "Adriana", "Africa", "Agata", "Agueda", "Aidia", "Aina", "Ainara", "Ainhoa", "Aitana", "Alba", "Alejandra", "Alexia", "Alicia", "Alma", "Alva", "Amparo", "Ana", "Anahi", "Anastasia", "Andrea", "Ane", "Angela", "Anna", "Antonia", "Ariadna", "Arlet", "Aroa", "Aureliano", "Aurora", "Aya", "Azahara", "Belinda", "Berta", "Bettina", "Bibiana", "Blanca", "Bonita", "Buena", "Candela", "Carey", "Carla", "Carlota", "Carlotta", "Carmen", "Carolina", "Cassandra", "Cayetana", "Cecilia", "Celia", "Charo", "Chelo", "Chiquita", "Chloe", "Cierra", "Clara", "Claudia", "Cloe", "Coco", "Concepcion", "Concetta", "Concha", "Conchita", "Consolata", "Consuelo", "Cristina", "Cruz", "Damita", "Daniela", "Delfina", "Delia", "Delores", "Diana", "Dolores", "Dores", "Duena", "Duenna", "Dulce", "Dulcie", "Eldora", "Elena", "Elia", "Elsa", "Elvira", "Emilia", "Emma", "Enriqua", "Esmerelda", "Esperanza", "Estela", "Eugenia", "Eulalia", "Eva", "Fabiola", "Fe", "Febe", "Flavia", "Fonda", "Frida", "Friera", "Gabriela", "Genoveva", "Gertrudes", "Gitana", "Gloria", "Gotzone", "Guadalupe", "Haizea", "Helena", "Hermosa", "Ines", "Irati", "Irene", "Iria", "Iris", "Isa", "Isabel", "Itzel", "Jade", "Jana", "Jardena", "Jesenia", "Jimena", "Julia", "Julitta", "June", "Kesare", "Lacienega", "Ladonna", "Laia", "Landrada", "Lara", "Laura", "Lavada", "Leire", "Lela", "Lenora", "Leonor", "Leya", "Leyre", "Lia", "Liani", "Linda", "Lluvia", "Lola", "Lolita", "Loma", "Lorena", "Lorenza", "Lucia", "Luisa", "Lujuana", "Luna", "Lupita", "Lux", "Luz", "Madeira", "Madra", "Maitane", "Maitea", "Majondra", "Malak", "Manda", "Manuela", "Mar", "Mara", "Maria", "Maricruz", "Marina", "Mariola", "Mariposa", "Marisa", "Marisol", "Marissa", "Marta", "Martina", "Melosa", "Mercedes", "Merche", "Mia", "Micaela", "Milagros", "Mio", "Mira", "Mireia", "Miriam", "Montana", "Mora", "Nadia", "Nahia", "Naia", "Naiara", "Natalia", "Nayara", "Neiva", "Nerea", "Nerita", "Neva", "Nevada", "Neves", "Nieve", "Nieves", "Nina", "Noa", "Noelia", "Nora", "Novia", "Novyanna", "Nuria", "Oihane", "Olivia", "Ona", "Ora", "Osana", "Paca", "Palma", "Palmira", "Paloma", "Paola", "Paula", "Perla", "Placida", "Puma", "Querida", "Queta", "Quinceanos", "Raeka", "Rafaela", "Ramona", "Rana", "Reyes", "Ria", "Rigoberta", "Roana", "Rocio", "Rocío", "Rosa", "Rosalind", "Rosalynda", "Rosario", "Rufina", "Sally", "Salma", "Sancha", "Sancho", "Sandia", "Santana", "Santina", "Sara", "Savana", "Savanna", "Savannah", "Seina", "Senalda", "Senona", "Sierra", "Silvia", "Socorro", "Sofia", "Sofiel", "Sol", "Solana", "Soledad", "Sonora", "Taina", "Tea", "Tejana", "Terceiro", "Teresa", "Texcean", "Tia", "Tierra", "Tina", "Tranquilia", "Trella", "Triana", "Tulia", "Ursulina", "Uxue", "Valentina", "Valeria", "Vega", "Vera", "Verda", "Verdad", "Veta", "Victoria", "Vina", "Virginia", "Xalbadora", "Xevera", "Xiao", "Xiomara", "Yadra", "Yesenia", "Yomaris", "Zaneta", "Zarela", "Zarita", "Zavanna", "Zaviera", "Zequinha", "Zoe", "Zuriaa", "Zurine"]>> <<set setup.africanAmericanSurnames to [ "Aaron", "Abbott", "Abdullah", "Abernathy", "Abney", "Abraham", "Abram", "Abrams", "Adams", "Addison", "Adkins", "Agee", "Agnew", "Ahmed", "Aiken", "Aikens", "Akins", "Albert", "Aldridge", "Alexander", "Alexis", "Alford", "Alfred", "Ali", "Allen", "Alleyne", "Allison", "Alston", "Ambrose", "Amos", "Anderson", "Andre", "Andrews", "Anthony", "Antoine", "Applewhite", "Arceneaux", "Archer", "Archie", "Armour", "Armstead", "Armstrong", "Arnold", "Arrington", "Arthur", "Artis", "Ash", "Ashby", "Ashe", "Ashford", "Ashley", "Askew", "Atkins", "Atkinson", "Auguste", "Augustin", "Augustine", "Austin", "Avant", "Avery", "Ayers", "Bacon", "Bagley", "Bailey", "Baines", "Baker", "Baldwin", "Ball", "Ballard", "Bankhead", "Banks", "Bankston", "Bannister", "Baptiste", "Barbee", "Barber", "Barbour", "Barfield", "Barker", "Barkley", "Barksdale", "Barlow", "Barner", "Barnes", "Barnett", "Barney", "Barr", "Barrett", "Barron", "Barrow", "Barry", "Bartley", "Barton", "Baskerville", "Baskin", "Bass", "Bassett", "Bates", "Batiste", "Battle", "Battles", "Batts", "Baugh", "Baxter", "Baylor", "Beal", "Beamon", "Bean", "Beard", "Beasley", "Beatty", "Beavers", "Beck", "Beckett", "Beckford", "Bedford", "Belcher", "Bell", "Bellamy", "Belle", "Belton", "Bender", "Benford", "Benjamin", "Bennett", "Benoit", "Benson", "Bentley", "Benton", "Bernard", "Berry", "Bess", "Best", "Bethea", "Bethel", "Betts", "Beverly", "Bey", "Bibbs", "Biggs", "Billings", "Billingsley", "Billups", "Bingham", "Bishop", "Bivens", "Bivins", "Black", "Blackburn", "Blackman", "Blackmon", "Blackshear", "Blackwell", "Blair", "Blake", "Blakely", "Blanchard", "Bland", "Blanding", "Blanks", "Blanton", "Bledsoe", "Blocker", "Blount", "Blue", "Blunt", "Boatwright", "Bobo", "Boddie", "Bogan", "Bolden", "Boles", "Bolling", "Bolton", "Bond", "Bonds", "Bonner", "Booker", "Boone", "Booth", "Borden", "Borders", "Bostic", "Bostick", "Boston", "Boswell", "Bowden", "Bowen", "Bowens", "Bowers", "Bowie", "Bowles", "Bowman", "Bowser", "Boyce", "Boyd", "Boyer", "Boykin", "Boykins", "Bracey", "Bradford", "Bradley", "Bradshaw", "Brady", "Bragg", "Braggs", "Branch", "Brandon", "Brannon", "Brantley", "Braswell", "Brathwaite", "Braxton", "Bray", "Breaux", "Brent", "Brewer", "Brewington", "Brewster", "Brice", "Bridges", "Briggs", "Bright", "Brinkley", "Brinson", "Briscoe", "Britt", "Britton", "Broadnax", "Broadway", "Brock", "Brockington", "Bronson", "Brookins", "Brooks", "Broughton", "Broussard", "Brown", "Browne", "Browning", "Brownlee", "Bruce", "Brumfield", "Brunson", "Bryan", "Bryant", "Bryson", "Buchanan", "Buck", "Buckley", "Buckner", "Buford", "Buggs", "Buie", "Bullard", "Bullock", "Bunch", "Burch", "Burden", "Burgess", "Burke", "Burks", "Burley", "Burnett", "Burnette", "Burney", "Burns", "Burnside", "Burrell", "Burris", "Burroughs", "Burt", "Burton", "Burwell", "Busby", "Bush", "Bussey", "Butcher", "Butler", "Butts", "Byers", "Bynum", "Byrd", "Cade", "Cadet", "Caesar", "Cage", "Cain", "Caldwell", "Calhoun", "Callahan", "Callaway", "Callender", "Calloway", "Calvin", "Cameron", "Camp", "Campbell", "Canada", "Canady", "Cannady", "Cannon", "Canty", "Capers", "Carey", "Carlisle", "Carlton", "Carmichael", "Carney", "Carpenter", "Carr", "Carrington", "Carroll", "Carson", "Carswell", "Carter", "Cartwright", "Casey", "Cash", "Cason", "Caston", "Cathey", "Cato", "Causey", "Ceasar", "Celestin", "Celestine", "Chambers", "Chambliss", "Champion", "Chance", "Chandler", "Chaney", "Chapman", "Chappell", "Charles", "Charleston", "Chase", "Chatman", "Chavis", "Cheatham", "Cheek", "Cheeks", "Cherry", "Chery", "Chester", "Chestnut", "Childress", "Childs", "Chisholm", "Chism", "Chisolm", "Choice", "Christian", "Christie", "Christmas", "Christopher", "Church", "Claiborne", "Clanton", "Clark", "Clarke", "Clay", "Clayton", "Clement", "Clements", "Clemmons", "Clemons", "Cleveland", "Clifton", "Clinton", "Cloud", "Coates", "Coats", "Cobb", "Cobbs", "Cochran", "Cockrell", "Cody", "Coffey", "Cofield", "Cohen", "Coker", "Colbert", "Cole", "Coleman", "Coles", "Coley", "Collier", "Collins", "Colvin", "Combs", "Comer", "Compton", "Coney", "Conley", "Conner", "Connor", "Conway", "Conyers", "Cook", "Cooke", "Cooks", "Cooley", "Cooper", "Copeland", "Corbett", "Corbin", "Corley", "Cormier", "Cornelius", "Cornish", "Cosby", "Coston", "Cotton", "Coulter", "Council", "Courtney", "Cousin", "Cousins", "Covington", "Cowan", "Coward", "Cox", "Craft", "Craig", "Crawford", "Crawley", "Crayton", "Crenshaw", "Crews", "Crockett", "Cromwell", "Croom", "Crosby", "Cross", "Crowder", "Crowell", "Crump", "Crutcher", "Crutchfield", "Cruz", "Culpepper", "Culver", "Cummings", "Cunningham", "Cureton", "Currie", "Curry", "Curtis", "Dabney", "Dailey", "Dale", "Daley", "Dallas", "Dalton", "Dancy", "Dandridge", "Daniel", "Daniels", "Dantzler", "Darby", "Darden", "Davenport", "David", "Davidson", "Davis", "Davison", "Dawkins", "Dawson", "Day", "Daye", "Deal", "Dean", "Deas", "Deberry", "Debose", "Delaney", "Deloach", "Deloatch", "Dennis", "Denson", "Dent", "Denton", "Desir", "Dewberry", "Diallo", "Diaz", "Dickens", "Dickerson", "Dickey", "Dickson", "Diggs", "Dillard", "Dillon", "Dilworth", "Dingle", "Dinkins", "Dix", "Dixon", "Dobbins", "Dobbs", "Dobson", "Dockery", "Dodd", "Dodson", "Doe", "Donald", "Donaldson", "Dorsey", "Dortch", "Doss", "Dotson", "Douglas", "Dove", "Dowdell", "Dowdy", "Dowell", "Downing", "Downs", "Doyle", "Dozier", "Drake", "Draper", "Drayton", "Drew", "Driver", "Drummond", "Dubose", "Duckett", "Dudley", "Duke", "Dukes", "Dumas", "Dunbar", "Duncan", "Dunham", "Dunlap", "Dunn", "Dunson", "Dunston", "Dupree", "Durant", "Durden", "Durham", "Durr", "Dye", "Dyer", "Dykes", "Dyson", "Eaddy", "Eady", "Ealy", "Earl", "Early", "Easley", "Eason", "Easter", "Easterling", "Eaton", "Echols", "Edmond", "Edmonds", "Edmondson", "Edward", "Edwards", "Elam", "Elder", "Eldridge", "Eley", "Ellington", "Elliott", "Ellis", "Ellison", "Elmore", "Emanuel", "Emerson", "English", "Epps", "Ervin", "Estes", "Etheridge", "Etienne", "Eubanks", "Eugene", "Evans", "Everett", "Ewing", "Ezell", "Fair", "Fairley", "Faison", "Farley", "Farmer", "Farr", "Farrar", "Farrell", "Farris", "Farrow", "Faulk", "Faulkner", "Favors", "Fears", "Feaster", "Felder", "Felix", "Felton", "Fennell", "Ferguson", "Fernandez", "Ferrell", "Fields", "Finch", "Finley", "Finney", "Fisher", "Fitzgerald", "Fitzpatrick", "Flagg", "Flanagan", "Fleming", "Flemming", "Fletcher", "Flood", "Florence", "Flournoy", "Flowers", "Floyd", "Fluellen", "Fluker", "Fontenot", "Foote", "Forbes", "Ford", "Forde", "Foreman", "Forrest", "Fort", "Forte", "Fortson", "Fortune", "Foster", "Fountain", "Fowler", "Fowlkes", "Fox", "Foy", "France", "Francis", "Francois", "Frank", "Franklin", "Franks", "Fraser", "Frasier", "Frazier", "Frederick", "Freeman", "French", "Friday", "Frierson", "Frost", "Frye", "Fuller", "Fulton", "Fuqua", "Gabriel", "Gaddis", "Gaddy", "Gadsden", "Gadson", "Gage", "Gaines", "Gainey", "Gaither", "Gales", "Galloway", "Gamble", "Gandy", "Gant", "Gantt", "Garcia", "Gardner", "Garland", "Garner", "Garnett", "Garrett", "Garrison", "Garvin", "Gary", "Gaskin", "Gaskins", "Gaston", "Gates", "Gatewood", "Gatlin", "Gatling", "Gause", "Gavin", "Gay", "Gayle", "Gee", "Gentry", "George", "Gerald", "German", "Germany", "Geter", "Gholston", "Gibbons", "Gibbs", "Gibson", "Gilbert", "Gilchrist", "Giles", "Gill", "Gillard", "Gillespie", "Gilliam", "Gilliard", "Gillis", "Gilmore", "Gipson", "Gist", "Gittens", "Givens", "Gladden", "Gladney", "Glasper", "Glass", "Glenn", "Glover", "Godfrey", "Godwin", "Goff", "Goins", "Golden", "Goldsmith", "Gomez", "Gonzalez", "Gooch", "Good", "Goode", "Gooden", "Goodman", "Goodson", "Goodwin", "Goolsby", "Gordon", "Gore", "Gorham", "Goss", "Gould", "Govan", "Grace", "Grady", "Graham", "Granger", "Grant", "Graves", "Gray", "Grays", "Grayson", "Green", "Greene", "Greenwood", "Greer", "Gregg", "Gregory", "Gresham", "Grey", "Grice", "Grier", "Griffin", "Griffith", "Griggs", "Grigsby", "Grimes", "Grooms", "Gross", "Groves", "Guidry", "Guillory", "Gulley", "Gunn", "Gunter", "Guy", "Guyton", "Hackett", "Hadley", "Haile", "Hailey", "Hairston", "Hale", "Haley", "Hall", "Ham", "Hamilton", "Hamlin", "Hamm", "Hammond", "Hammonds", "Hampton", "Hancock", "Handy", "Haney", "Hankerson", "Hankins", "Hanna", "Hannah", "Hanson", "Hardaway", "Hardeman", "Harden", "Hardin", "Harding", "Hardison", "Hardwick", "Hardy", "Hargrove", "Harley", "Harmon", "Harper", "Harrell", "Harrington", "Harris", "Harrison", "Harry", "Hart", "Hartfield", "Harvey", "Haskins", "Hassan", "Hatcher", "Hatchett", "Hatten", "Hawkins", "Hawthorne", "Hayden", "Hayes", "Haynes", "Hayward", "Haywood", "Head", "Heard", "Hearn", "Heath", "Hebert", "Hector", "Hemingway", "Hemphill", "Henderson", "Hendricks", "Hendrix", "Henley", "Henry", "Henson", "Herbert", "Hernandez", "Herndon", "Herring", "Herron", "Hester", "Hewitt", "Heyward", "Hickman", "Hicks", "Hickson", "Higgins", "Higgs", "High", "Hightower", "Hill", "Hilliard", "Hillman", "Hills", "Hilton", "Hinds", "Hines", "Hinson", "Hinton", "Hobbs", "Hobson", "Hodge", "Hodges", "Hogan", "Holden", "Holder", "Holiday", "Holland", "Holley", "Holliday", "Hollingsworth", "Hollins", "Hollis", "Holloman", "Holloway", "Holly", "Holman", "Holmes", "Holt", "Hood", "Hooker", "Hooks", "Hooper", "Hoover", "Hope", "Hopkins", "Hopson", "Horn", "Horne", "Horton", "Hoskins", "House", "Houston", "Howard", "Howell", "Howze", "Hubbard", "Hudgins", "Hudson", "Huff", "Huffman", "Huggins", "Hughes", "Hughley", "Hull", "Humphrey", "Humphries", "Hunt", "Hunter", "Huntley", "Hurd", "Hurst", "Hurt", "Hutcherson", "Hutchins", "Hutchinson", "Hutton", "Hyde", "Hylton", "Hyman", "Ingram", "Irby", "Irvin", "Irving", "Isaac", "Isom", "Ivery", "Ivey", "Ivory", "Ivy", "Jack", "Jackson", "Jacob", "Jacobs", "Jacques", "Jamerson", "James", "Jamison", "Jarrett", "Jarvis", "Jasper", "Jean", "Jeanbaptiste", "Jeanlouis", "Jeanpierre", "Jefferies", "Jeffers", "Jefferson", "Jeffery", "Jeffries", "Jemison", "Jenkins", "Jennings", "Jernigan", "Jeter", "Jett", "Jiles", "Joe", "John", "Johns", "Johnson", "Johnston", "Joiner", "Jolly", "Jones", "Jordan", "Jordon", "Joseph", "Joyce", "Joyner", "Julien", "Justice", "Kamara", "Kearney", "Keaton", "Kee", "Keith", "Keller", "Kelley", "Kelly", "Kemp", "Kendall", "Kendrick", "Kennedy", "Kenney", "Kent", "Kerr", "Key", "Keyes", "Keys", "Kidd", "Kilgore", "Kilpatrick", "Kimble", "Kimbrough", "Kinard", "King", "Kinney", "Kinsey", "Kirby", "Kirk", "Kirkland", "Kirksey", "Kirkwood", "Kitchen", "Knight", "Knowles", "Knox", "Kornegay", "Kyle", "Kyles", "Lacey", "Lackey", "Lacy", "Ladson", "Lake", "Lamar", "Lamb", "Lambert", "Lampkin", "Lancaster", "Land", "Landers", "Landrum", "Landry", "Lane", "Lang", "Langford", "Langley", "Langston", "Lanier", "Larkin", "Larkins", "Larry", "Lassiter", "Laster", "Latham", "Latimer", "Latimore", "Lattimore", "Law", "Lawrence", "Laws", "Lawson", "Lawton", "Layne", "Leach", "Leak", "Leary", "Leblanc", "Ledbetter", "Lee", "Leflore", "Leggett", "Lemon", "Lemons", "Leon", "Leonard", "Leslie", "Lester", "Lett", "Levy", "Lewis", "Liddell", "Liggins", "Lightfoot", "Ligon", "Lilly", "Lincoln", "Lindsay", "Lindsey", "Linton", "Lipscomb", "Little", "Littlejohn", "Littles", "Littleton", "Livingston", "Lloyd", "Locke", "Lockett", "Lockhart", "Lofton", "Logan", "Lomax", "London", "Long", "Lopez", "Lott", "Louis", "Love", "Lovelace", "Lovett", "Loving", "Lowe", "Lowery", "Loyd", "Lucas", "Luckett", "Luckey", "Luke", "Lumpkin", "Lundy", "Luster", "Lyles", "Lynch", "Lynn", "Lyons", "Mabry", "Mack", "Mackey", "Macklin", "Macon", "Madden", "Maddox", "Madison", "Magee", "Mahone", "Major", "Majors", "Malcolm", "Mallard", "Mallory", "Malloy", "Malone", "Mangum", "Manley", "Mann", "Manning", "Manns", "Manson", "Manuel", "Mapp", "Marable", "Marcus", "Marion", "Mark", "Marks", "Marsh", "Marshall", "Martin", "Martinez", "Mason", "Massey", "Mathews", "Mathis", "Matlock", "Matthew", "Matthews", "Mattox", "Maxey", "Maxwell", "May", "Mayberry", "Maye", "Mayers", "Mayes", "Mayfield", "Maynard", "Mayo", "Mays", "Mcafee", "Mcallister", "Mcarthur", "Mcbride", "Mccain", "Mccall", "Mccallum", "Mccann", "Mccants", "Mccarter", "Mccarthy", "Mccarty", "Mccaskill", "Mccauley", "Mcclain", "Mcclary", "Mcclellan", "Mcclendon", "Mcclinton", "Mccloud", "Mcclure", "Mccollum", "Mcconnell", "Mccord", "Mccormick", "Mccoy", "Mccrary", "Mccray", "Mccree", "Mccullough", "Mccullum", "Mcdade", "Mcdaniel", "Mcdaniels", "Mcdonald", "Mcdowell", "Mcduffie", "Mcelroy", "Mcfadden", "Mcfarland", "Mcfarlane", "Mcgee", "Mcghee", "Mcgill", "Mcginnis", "Mcgowan", "Mcgraw", "Mcgregor", "Mcgriff", "Mcgruder", "Mcguire", "Mchenry", "Mcintosh", "Mcintyre", "Mciver", "Mckay", "Mckee", "Mckenzie", "Mckinley", "Mckinney", "Mckinnon", "Mcknight", "Mckoy", "Mclaughlin", "Mclaurin", "Mclean", "Mclemore", "Mclendon", "Mcleod", "Mcmillan", "Mcmillian", "Mcmullen", "Mcnair", "Mcneal", "Mcneil", "Mcneill", "Mcpherson", "Mcqueen", "Mcrae", "Mcwilliams", "Meadows", "Means", "Medley", "Meeks", "Melton", "Melvin", "Mensah", "Mercer", "Merchant", "Meredith", "Merritt", "Merriweather", "Metcalf", "Meyers", "Michael", "Michel", "Mickens", "Middlebrooks", "Middleton", "Miles", "Mill", "Miller", "Milligan", "Mills", "Milner", "Milton", "Mims", "Mincey", "Mingo", "Minor", "Minter", "Mitchel", "Mitchell", "Mixon", "Mobley", "Moffett", "Mohamed", "Mohammed", "Moise", "Monroe", "Montague", "Montgomery", "Moody", "Moon", "Moore", "Moorer", "Moran", "Moreland", "Morgan", "Morris", "Morrison", "Morrow", "Morse", "Morton", "Mosby", "Moseley", "Mosely", "Moses", "Mosley", "Moss", "Moten", "Motley", "Moton", "Moultrie", "Mouton", "Moye", "Muhammad", "Muldrow", "Mullen", "Mullins", "Murdock", "Murphy", "Murray", "Murrell", "Murry", "Muse", "Myers", "Myles", "Myrick", "Nance", "Napier", "Narcisse", "Nash", "Nathan", "Naylor", "Neal", "Nealy", "Neely", "Nelson", "Nesbitt", "Nesmith", "Nettles", "Newby", "Newell", "Newkirk", "Newman", "Newsom", "Newsome", "Newson", "Newton", "Nicholas", "Nichols", "Nicholson", "Nickerson", "Nix", "Nixon", "Noble", "Nobles", "Noel", "Nolan", "Norfleet", "Norman", "Norris", "North", "Norton", "Norwood", "Nunn", "Oates", "Oden", "Odom", "Oglesby", "Ogletree", "Oliver", "Oneal", "Oneil", "Orange", "Orr", "Osborne", "Outlaw", "Overstreet", "Overton", "Owens", "Pace", "Pack", "Page", "Paige", "Palmer", "Pannell", "Parham", "Paris", "Parker", "Parks", "Parnell", "Parris", "Parrish", "Parson", "Parsons", "Pate", "Patrick", "Patterson", "Patton", "Paul", "Payne", "Payton", "Peace", "Peacock", "Pearson", "Peebles", "Peeples", "Pegues", "Pendleton", "Penn", "Pennington", "Penny", "Peoples", "Perdue", "Perez", "Perkins", "Perry", "Perryman", "Person", "Pete", "Peters", "Peterson", "Pettaway", "Pettiford", "Pettigrew", "Pettis", "Pettus", "Pettway", "Petty", "Peyton", "Phelps", "Phifer", "Phillip", "Phillips", "Phipps", "Pickens", "Pickett", "Pierce", "Pierre", "Pierrelouis", "Pierson", "Pinckney", "Pinkney", "Pinkston", "Pitt", "Pittman", "Pitts", "Pleasant", "Plummer", "Poe", "Poindexter", "Pointer", "Polite", "Polk", "Pollard", "Ponder", "Poole", "Pope", "Porter", "Portis", "Posey", "Potter", "Potts", "Powe", "Powell", "Powers", "Prater", "Prather", "Pratt", "Prescott", "Presley", "Pressley", "Preston", "Price", "Pride", "Prince", "Pringle", "Pritchett", "Proctor", "Pruitt", "Pryor", "Pugh", "Pulley", "Pulliam", "Purnell", "Purvis", "Qualls", "Quarles", "Queen", "Quick", "Quinn", "Radford", "Ragin", "Ragland", "Raines", "Rainey", "Ramey", "Ramos", "Ramsey", "Randall", "Randle", "Randolph", "Rankin", "Rankins", "Ransom", "Ratcliff", "Ratliff", "Rawls", "Ray", "Rayford", "Raymond", "Reaves", "Redd", "Reddick", "Redding", "Redmond", "Reece", "Reed", "Reeder", "Reese", "Reeves", "Reid", "Rembert", "Reynolds", "Rhodes", "Rhone", "Rice", "Rich", "Richard", "Richards", "Richardson", "Richmond", "Ricketts", "Ricks", "Riddick", "Riddle", "Ridley", "Riggins", "Riggs", "Riley", "Rivera", "Rivers", "Roach", "Robbins", "Roberson", "Robert", "Roberts", "Robertson", "Robins", "Robinson", "Roby", "Rodgers", "Rodriguez", "Rogers", "Roland", "Rolle", "Rollins", "Rooks", "Roper", "Rose", "Ross", "Rosser", "Roundtree", "Rouse", "Rowe", "Rowell", "Rowland", "Roy", "Royal", "Royster", "Rozier", "Rucker", "Rudd", "Rudolph", "Ruff", "Ruffin", "Rumph", "Rush", "Rushing", "Russ", "Russell", "Rutherford", "Rutledge", "Ryan", "Saddler", "Sadler", "Sales", "Salley", "Salmon", "Salter", "Sam", "Sample", "Sampson", "Sams", "Samuel", "Samuels", "Sanchez", "Sanders", "Sandifer", "Sands", "Sanford", "Santos", "Sapp", "Sargent", "Satterwhite", "Saunders", "Savage", "Savoy", "Sawyer", "Sayles", "Scales", "Scott", "Scroggins", "Scruggs", "Seals", "Searcy", "Sears", "Seay", "Sellers", "Session", "Sessoms", "Settles", "Seward", "Sewell", "Seymore", "Seymour", "Shabazz", "Shackelford", "Shanks", "Shannon", "Sharp", "Sharpe", "Shavers", "Shaw", "Sheffield", "Shelby", "Shell", "Shelton", "Shepard", "Shephard", "Shepherd", "Sheppard", "Sherman", "Sherrod", "Shields", "Shine", "Shipman", "Shipp", "Shirley", "Shivers", "Short", "Shorter", "Shuler", "Sibley", "Silas", "Silver", "Simmons", "Simms", "Simon", "Simons", "Simpkins", "Simpson", "Sims", "Sinclair", "Singh", "Singletary", "Singleton", "Skinner", "Skipper", "Slade", "Slater", "Slaughter", "Sledge", "Sloan", "Small", "Smalls", "Smallwood", "Smart", "Smiley", "Smith", "Smoot", "Smothers", "Snead", "Sneed", "Snell", "Snipes", "Snow", "Snowden", "Snyder", "Solomon", "Sowell", "Spain", "Spann", "Sparks", "Sparrow", "Spearman", "Spears", "Speed", "Speight", "Speller", "Spence", "Spencer", "Spicer", "Spikes", "Spivey", "Spriggs", "Springer", "Spruill", "Stafford", "Staley", "Stallings", "Stallworth", "Stamps", "Stanford", "Stanley", "Stanton", "Staples", "Starks", "Starling", "Starr", "Staten", "Staton", "Steed", "Steele", "Stephen", "Stephens", "Stephenson", "Sterling", "Stevens", "Stevenson", "Steward", "Stewart", "Stinson", "Stith", "Stokes", "Stone", "Story", "Stovall", "Strange", "Street", "Streeter", "Strickland", "Stringer", "Stroman", "Strong", "Strother", "Stroud", "Stuart", "Stubblefield", "Stubbs", "Stuckey", "Sturdivant", "Styles", "Suber", "Suggs", "Sullivan", "Summers", "Summerville", "Sumpter", "Sutherland", "Sutton", "Swain", "Swan", "Swann", "Swanson", "Sweeney", "Sweet", "Swift", "Swinton", "Sykes", "Sylvester", "Tabb", "Talbert", "Talley", "Tanner", "Tarver", "Tate", "Tatum", "Taylor", "Teague", "Teasley", "Temple", "Terrell", "Terry", "Thames", "Thibodeaux", "Thigpen", "Thomas", "Thompkins", "Thompson", "Thorne", "Thornton", "Thorpe", "Threatt", "Thrower", "Thurman", "Thurmond", "Tibbs", "Tidwell", "Tillery", "Tillman", "Timmons", "Tinsley", "Tisdale", "Titus", "Todd", "Tolbert", "Toliver", "Tolliver", "Tomlin", "Tomlinson", "Tompkins", "Toney", "Toomer", "Torrence", "Torres", "Toussaint", "Townes", "Towns", "Townsend", "Trammell", "Travis", "Traylor", "Trent", "Trice", "Trimble", "Triplett", "Tripp", "Trotter", "Truitt", "Tubbs", "Tucker", "Tunstall", "Turner", "Tutt", "Tyler", "Tyson", "Tyus", "Underwood", "Upshaw", "Usher", "Valentine", "Vance", "Vann", "Varner", "Vaughan", "Vaughn", "Veal", "Venable", "Vereen", "Vernon", "Vickers", "Victor", "Vincent", "Vines", "Vinson", "Waddell", "Wade", "Wagner", "Wakefield", "Walden", "Walker", "Wall", "Wallace", "Waller", "Walls", "Walter", "Walters", "Walton", "Ward", "Ware", "Warfield", "Warner", "Warren", "Wash", "Washington", "Waters", "Watkins", "Watson", "Watt", "Watts", "Way", "Weathers", "Weathersby", "Weatherspoon", "Weaver", "Webb", "Webber", "Webster", "Weeks", "Weems", "Welch", "Weldon", "Wellington", "Wells", "Wesley", "West", "Westbrook", "Weston", "Whaley", "Wharton", "Whatley", "Wheeler", "Whitaker", "White", "Whitehead", "Whitehurst", "Whiteside", "Whitfield", "Whiting", "Whitley", "Whitlock", "Whitmore", "Whitney", "Whittaker", "Whitted", "Whittington", "Whyte", "Wicks", "Wigfall", "Wiggins", "Wilborn", "Wilburn", "Wilcox", "Wilder", "Wiley", "Wilkerson", "Wilkes", "Wilkins", "Wilkinson", "Wilks", "William", "Williams", "Williamson", "Willingham", "Willis", "Willoughby", "Wills", "Wilson", "Wimberly", "Wimbush", "Winfield", "Winfrey", "Wingate", "Wingfield", "Winn", "Winston", "Winters", "Wise", "Witcher", "Withers", "Witherspoon", "Wofford", "Wolfe", "Womack", "Wood", "Woodard", "Wooden", "Woodley", "Woodruff", "Woods", "Woodson", "Woody", "Woolfolk", "Wooten", "Word", "Worrell", "Wortham", "Worthy", "Wren", "Wright", "Wyatt", "Wyche", "Wynn", "Yancey", "Yancy", "Yarborough", "Yarbrough", "Yates", "York", "Young", "Youngblood", "Younger", "Zeigler", "Zimmerman"]>> <<set setup.swedishSurnames to [ "Åberg", "Abrahamsson", "Adell", "Adolfson", "Adolphson", "Ahl", "Ahlberg", "Ahlborn", "Ahlgren", "Ahlin", "Ahlman", "Ahlquist", "Ahlstedt", "Ahlstrand", "Ahlstrom", "Ahmed", "Akerman", "Akerson", "Åkesson", "Al", "Alberg", "Ali", "Allender", "Allin", "Allinder", "Alm", "Alman", "Almen", "Almer", "Almgren", "Almquist", "Alms", "Alquist", "Alstrom", "Alvin", "Ameen", "Anderberg", "Andersson", "Andre", "Andreasson", "Andren", "Anfinson", "Angerman", "Ansell", "Antell", "Appell", "Ardell", "Arn", "Arnell", "Arning", "Arvidsson", "Ask", "Aslin", "Asp", "Asplund", "Åström", "Axelson", "Axelsson", "Backlund", "Backman", "Bagge", "Balstad", "Bankson", "Barkman", "Beckius", "Beckman", "Beckstrand", "Bengtsson", "Bennick", "Berg", "Bergdahl", "Bergen", "Bergendahl", "Bergerson", "Bergeson", "Berggren", "Bergin", "Berglin", "Berglund", "Bergman", "Bergmark", "Bergner", "Bergquist", "Bergqvist", "Bergstedt", "Bergsten", "Bergstrand", "Bergstrom", "Bergström", "Bernson", "Billing", "Birger", "Birke", "Bjork", "Björk", "Bjorklund", "Björklund", "Bjorkman", "Bjorkquist", "Bjornberg", "Bjur", "Bjurstrom", "Blaustein", "Blink", "Blix", "Blixt", "Blohm", "Blom", "Blomberg", "Blome", "Blomgren", "Blomquist", "Blomqvist", "Blomstrom", "Blondell", "Blondin", "Bloom", "Bloome", "Bloss", "Blum", "Blume", "Blundell", "Bly", "Bobek", "Boberg", "Bockman", "Bodeen", "Bodell", "Boden", "Bodin", "Boe", "Boehmer", "Boesen", "Bogren", "Bohl", "Bohlander", "Bohlen", "Bohlender", "Bohlin", "Bohman", "Bohner", "Bohren", "Bok", "Bolander", "Bold", "Bolden", "Boldin", "Bolen", "Bolin", "Bolinder", "Boll", "Bolle", "Bollin", "Bolling", "Bolten", "Boman", "Bond", "Bondeson", "Boner", "Bong", "Bonner", "Boquist", "Boren", "Borgman", "Borgstrom", "Borr", "Borreson", "Bostrom", "Boven", "Braff", "Brand", "Brandel", "Brandell", "Branden", "Brandin", "Branstad", "Branstrom", "Branting", "Bratt", "Bratten", "Brauner", "Breden", "Bredenberg", "Broberg", "Brodd", "Broden", "Brodin", "Brogren", "Brolin", "Broman", "Brostrom", "Brunell", "Brunn", "Bruse", "Bryngelson", "Bursell", "Byland", "Bylund", "Byman", "Bystrom", "Callander", "Carbin", "Carby", "Carlberg", "Carlin", "Carling", "Carlquist", "Carlsson", "Carlstedt", "Carlstrom", "Carnell", "Casten", "Castner", "Cato", "Ceder", "Cederberg", "Cedergren", "Cederholm", "Cederquist", "Cederstrom", "Charles", "Christerson", "Christoferson", "Claesson", "Clarin", "Classon", "Collin", "Cornell", "Corvin", "Cronquist", "Curlin", "Dahlberg", "Dahlen", "Dahlgren", "Dahlin", "Dahlman", "Dahlquist", "Dahlstrom", "Dahmen", "Dalberg", "Dalen", "Dalin", "Dalman", "Danielsson", "Degn", "Dovell", "Eck", "Eckdahl", "Edberg", "Edelberg", "Edgren", "Edholm", "Edlund", "Edquist", "Edstrom", "Ehn", "Ek", "Ekberg", "Ekblad", "Ekdahl", "Ekholm", "Eklof", "Eklund", "Ekman", "Ekstrand", "Ekstrom", "Ekström", "Ekwall", "Elander", "Eld", "Elg", "Eliason", "Eliasson", "Ellstrom", "Elm", "Elmquist", "Elofson", "Enberg", "Eng", "Engberg", "Engblom", "Engdahl", "Engelson", "Engeman", "Engh", "Engholm", "England", "Englander", "Englund", "Engman", "Engquist", "Engstrand", "Engstrom", "Engström", "Engwall", "Enquist", "Enstrom", "Ericsson", "Eriksson", "Erland", "Fager", "Fagerstrom", "Fahlgren", "Fahlstrom", "Falk", "Farin", "Farstad", "Fellin", "Ferm", "Fernelius", "Fernstrom", "Finberg", "Flink", "Floberg", "Floden", "Flodin", "Floren", "Florin", "Florman", "Flygare", "Fogelberg", "Follin", "Fors", "Forsberg", "Forsell", "Forsgren", "Forslund", "Forsman", "Forss", "Forstrom", "Fosberg", "Fosburg", "Fransson", "Franzen", "Freberg", "Fred", "Fredell", "Fredenberg", "Fredin", "Fredlund", "Fredman", "Fredriksson", "Frid", "Fridell", "From", "Frykman", "Gard", "Garde", "Gedman", "Germundson", "Göransson", "Gradin", "Grahn", "Gran", "Granat", "Granath", "Granberg", "Granholm", "Graning", "Granlund", "Granquist", "Granstrom", "Gren", "Grendahl", "Grinberg", "Gronberg", "Grondahl", "Gronlund", "Gronquist", "Grundstrom", "Gudmundson", "Gullickson", "Gullikson", "Gunnarson", "Gunnarsson", "Gustafsson", "Gustavsson", "Haaf", "Haag", "Haak", "Haake", "Hagberg", "Hagelin", "Hageman", "Hagen", "Hagg", "Hagge", "Hagglund", "Haggstrom", "Haglund", "Hagman", "Hagstrom", "Hak", "Hakanson", "Håkansson", "Halberg", "Halgren", "Hallberg", "Hallen", "Hallgren", "Hallin", "Hallman", "Hallquist", "Hallstrom", "Hammar", "Hammarstrom", "Hammerberg", "Hamner", "Hansen", "Hansson", "Hassan", "Hassel", "Hast", "Hedberg", "Hedeen", "Hedeman", "Hedin", "Hedlund", "Hedman", "Hedquist", "Hedstrom", "Helander", "Helgerson", "Helgren", "Helin", "Hellberg", "Hellen", "Hellstrom", "Hellström", "Helsing", "Helstrom", "Henning", "Henriksson", "Hermansson", "Hertzberg", "Hessel", "Hildahl", "Hilding", "Hillen", "Hillstrom", "Hjelm", "Hjerpe", "Hjort", "Hogberg", "Hogen", "Hogland", "Hoglund", "Holm", "Holmbeck", "Holmberg", "Holmer", "Holmgren", "Holmlund", "Holmquist", "Holmstrom", "Holstrom", "Hoog", "Hook", "Horn", "Horne", "Hoving", "Hult", "Hultberg", "Hultgren", "Hultin", "Hultman", "Hultquist", "Hurtig", "Huss", "Hyland", "Hylen", "Ingerman", "Ingerson", "Isackson", "Isakson", "Isaksson", "Isberg", "Isenberg", "Ivarsson", "Jakobsson", "Jansson", "Jernberg", "Joens", "Johansson", "Johnsson", "Jonasson", "Jonsson", "Jönsson", "Josefsson", "Juhlin", "Julin", "Kahr", "Kalberg", "Kall", "Kallberg", "Kallen", "Kallenberg", "Kallgren", "Kallin", "Kallman", "Kallstrom", "Kalm", "Kalmar", "Karlberg", "Karlen", "Karlin", "Karlsson", "Karlstad", "Karm", "Kask", "Kasten", "Kernell", "Kielman", "Kilburg", "Kindberg", "Kindell", "Kjar", "Kjellberg", "Klang", "Kling", "Klinge", "Kolberg", "Kring", "Kronholm", "Krook", "Kroon", "Kulberg", "Kullberg", "Kvistad", "Lager", "Lagergren", "Lagerman", "Lagerquist", "Lagerstrom", "Lagman", "Lamberg", "Lampa", "Landberg", "Landeen", "Landen", "Landgren", "Landin", "Landsberg", "Landstrom", "Larsson", "Latt", "Lauren", "Ledin", "Ledman", "Leiman", "Levander", "Lidberg", "Liden", "Lidstrom", "Lilja", "Liljedahl", "Liljegren", "Liljenquist", "Lillquist", "Lind", "Lindahl", "Lindbeck", "Lindberg", "Lindblad", "Lindblom", "Lindbo", "Lindborg", "Lindeen", "Lindell", "Lindelof", "Linden", "Linder", "Lindfors", "Lindgren", "Lindh", "Lindholm", "Lindland", "Lindman", "Lindmark", "Lindquist", "Lindqvist", "Lindroth", "Lindskog", "Lindstedt", "Lindstrand", "Lindstrom", "Lindström", "Lindvall", "Lindwall", "Lingren", "Linne", "Linner", "Linquist", "Litle", "Lo", "Loden", "Lofdahl", "Loff", "Lofgren", "Löfgren", "Lofquist", "Lofstrom", "Loften", "Loftin", "Lonn", "Loren", "Lorentson", "Lovgren", "Loving", "Lubell", "Lund", "Lundahl", "Lundberg", "Lundblad", "Lundborg", "Lundeen", "Lundell", "Lunden", "Lundgren", "Lundholm", "Lundin", "Lundmark", "Lundquist", "Lundqvist", "Lundstedt", "Lundsten", "Lundstrom", "Lundström", "Lundvall", "Luthman", "Magnusson", "Mahlberg", "Malberg", "Malm", "Malmberg", "Malmborg", "Malmgren", "Malmquist", "Malmstrom", "Malstrom", "Månsson", "Marken", "Markstrom", "Markus", "Markuson", "Mårtensson", "Martinsson", "Mathiason", "Mattsson", "Melander", "Melberg", "Meldahl", "Melin", "Mellberg", "Mellgren", "Mellman", "Melquist", "Meske", "Moberg", "Moden", "Moder", "Modin", "Modine", "Moe", "Mogren", "Molander", "Molen", "Molin", "Moman", "Moren", "Morton", "Mossberg", "Munsen", "Naslund", "Nilsson", "Nobel", "Nolen", "Norberg", "Norby", "Nordahl", "Nordberg", "Nordby", "Nordeen", "Nordell", "Norden", "Norder", "Nordgren", "Nordholm", "Nordin", "Nordling", "Nordlund", "Nordmark", "Nordquist", "Nordstrand", "Nordstrom", "Nordström", "Nordwall", "Noreen", "Norell", "Noren", "Norenberg", "Norgaard", "Norgren", "Norin", "Nork", "Norlander", "Norlin", "Norling", "Norman", "Norquist", "Norr", "Norrell", "Norstrom", "Norum", "Nyberg", "Nygren", "Nyholm", "Nylander", "Nylen", "Nylin", "Nyman", "Nyquist", "Nyren", "Nystrom", "Nyström", "Oberg", "Öberg", "Ode", "Oden", "Ogren", "Ohland", "Ohlin", "Ohlsson", "Ohlund", "Ohman", "Ohrn", "Ohs", "Olan", "Oland", "Olander", "Olden", "Olen", "Olin", "Olofsson", "Olsson", "Oman", "Oquist", "Orell", "Orn", "Orne", "Orrell", "Osbeck", "Oscarson", "Osen", "Oslin", "Ostberg", "Osteen", "Osten", "Oster", "Osterberg", "Ostergren", "Osterholm", "Osterling", "Osterlund", "Osterman", "Ostling", "Ostlund", "Ostman", "Ostrom", "Otterstrom", "Over", "Overbeck", "Overberg", "Overgaard", "Overgard", "Palm", "Palmberg", "Palme", "Palmer", "Palmgren", "Palmquist", "Pålsson", "Pehrson", "Personius", "Persson", "Petersson", "Petre", "Pettersson", "Piehl", "Plahn", "Quarnstrom", "Quist", "Rahr", "Ramstad", "Rank", "Ranstrom", "Rapp", "Reierson", "Ren", "Renberg", "Rendahl", "Renstrom", "Restad", "Ringdahl", "Ringquist", "Roberg", "Roden", "Rodin", "Rodine", "Romm", "Ron", "Roos", "Ros", "Rosander", "Rosberg", "Rosdahl", "Roseen", "Rosell", "Roselle", "Rosen", "Rosenberg", "Rosendahl", "Rosengard", "Rosengren", "Rosenlund", "Rosenquist", "Rosenson", "Rosing", "Roslund", "Rozelle", "Rubendall", "Ruberg", "Rudberg", "Rudeen", "Rudell", "Ruden", "Rudin", "Rundberg", "Rundell", "Rundquist", "Runquist", "Rydberg", "Rydeen", "Rydell", "Ryden", "Rydman", "Rylander", "Ryman", "Rystrom", "Saam", "Safstrom", "Sahlberg", "Sahlin", "Sahlstrom", "Salin", "Sall", "Salstrom", "Samberg", "Samuelsson", "Sandahl", "Sandau", "Sandberg", "Sandborn", "Sandburg", "Sandeen", "Sandel", "Sandelin", "Sandell", "Sanden", "Sanderlin", "Sandgren", "Sandholm", "Sandin", "Sandlin", "Sandman", "Sando", "Sandquist", "Sandstedt", "Sandstrom", "Sandström", "Sandvik", "Sanner", "Satterlund", "Schelin", "Sederstrom", "Segerson", "Segerstrom", "Selander", "Selberg", "Selin", "Sellen", "Sellin", "Selling", "Setterberg", "Settergren", "Setterlund", "Sidman", "Silberg", "Silverberg", "Siren", "Sjoberg", "Sjöberg", "Sjoblom", "Sjodin", "Sjogren", "Sjögren", "Sjolander", "Sjoquist", "Sjostrand", "Sjostrom", "Skarin", "Skog", "Skoglund", "Skogman", "Skold", "Skoog", "Slott", "Smedberg", "Soder", "Soderberg", "Söderberg", "Sodergren", "Soderholm", "Soderlind", "Soderlund", "Soderman", "Soderquist", "Soderstrom", "Söderström", "Solberg", "Solin", "Solomonson", "Spong", "Spongberg", "Stahlberg", "Stahle", "Steen", "Sten", "Stenberg", "Stendahl", "Stenlund", "Stenquist", "Stenstrom", "Sternhagen", "Stomberg", "Strandberg", "Strandell", "Strid", "Strom", "Ström", "Stromberg", "Strömberg", "Stromgren", "Stromquist", "Strutz", "Sund", "Sundahl", "Sundberg", "Sundblad", "Sundell", "Sunderlin", "Sundgren", "Sundholm", "Sundin", "Sundling", "Sundman", "Sundquist", "Sundstrom", "Sundström", "Svensson", "Swahn", "Swanberg", "Swanstrom", "Swedberg", "Swedlund", "Sylvan", "Tapper", "Telander", "Thelander", "Thelen", "Thelin", "Tholl", "Thomasson", "Thorell", "Thoren", "Thornberg", "Thorne", "Thornell", "Thorner", "Thorngren", "Thornquist", "Thorsell", "Thron", "Thulin", "Thull", "Thun", "Thunberg", "Thunstrom", "Thur", "Tolleson", "Torborg", "Torell", "Toren", "Torkelson", "Tornberg", "Tornquist", "Torstenson", "Trana", "Trest", "Tulin", "Turnquist", "Underberg", "Utter", "Vaden", "Vallin", "Vardeman", "Varn", "Vass", "Viklund", "Wadell", "Wahlgren", "Wahlin", "Wahlman", "Wahlquist", "Wahlstrom", "Walberg", "Walin", "Wall", "Wallander", "Wallar", "Wallen", "Wallenberg", "Wallerstedt", "Wallgren", "Wallin", "Wallman", "Wangberg", "Wass", "Weberg", "Wedin", "Wedman", "Welander", "Wellman", "Wenberg", "Wenman", "Wennberg", "Wenner", "Wennerberg", "Wennerstrom", "Wenstrom", "Westby", "Westerberg", "Westerdahl", "Westergren", "Westerholm", "Westerlund", "Westgard", "Westin", "Westling", "Westlund", "Westman", "Westrom", "Wiberg", "Wiborg", "Wickland", "Wicklander", "Wickstrom", "Widell", "Widen", "Wider", "Widing", "Widman", "Widmark", "Wieberg", "Wigren", "Wiker", "Wiklund", "Wikman", "Wikstrom", "Wikström", "Wilden", "Wiman", "Winberg", "Wind", "Windell", "Wingard", "Winge", "Winger", "Winquist", "Wisell", "Wist", "Wistrom", "Wolin", "Younggren", "Zetterberg"]>> <<set setup.italianSurnames to [ "Abate", "Abato", "Abbruzzese", "Abela", "Abella", "Abramo", "Abruzzese", "Abruzzo", "Accardi", "Accardo", "Accetta", "Accomando", "Accordino", "Aceto", "Achille", "Acierno", "Acquaviva", "Acquisto", "Acri", "Adami", "Adamo", "Addonizio", "Adduci", "Adinolfi", "Adornetto", "Adorno", "Adragna", "Affinito", "Agnello", "Agosta", "Agosti", "Agostinelli", "Agostini", "Agostino", "Agosto", "Agrella", "Agresta", "Agresti", "Agro", "Agrusa", "Ajello", "Alagna", "Alaimo", "Alario", "Albani", "Albano", "Albergo", "Alberici", "Alberta", "Albertelli", "Alberti", "Albertini", "Albini", "Albino", "Aldi", "Ale", "Aleo", "Ales", "Alesi", "Alessandrini", "Alessandro", "Alessi", "Alessio", "Alfano", "Alfieri", "Alfonsi", "Alfonso", "Algiere", "Aliberti", "Alioto", "Allegra", "Allegretti", "Allegretto", "Allegro", "Allesi", "Allessi", "Allessie", "Alleva", "Allocca", "Alma", "Alo", "Aloise", "Aloisi", "Aloisio", "Alonge", "Alongi", "Altadonna", "Altamura", "Altavilla", "Altera", "Altieri", "Altimari", "Altobelli", "Altobello", "Altomare", "Alu", "Amabile", "Amadeo", "Amadio", "Amalfitano", "Amante", "Amantea", "Amara", "Amarante", "Amari", "Amaro", "Amato", "Amatucci", "Ambrogi", "Ambrogio", "Ambrosi", "Ambrosia", "Ambrosini", "Ambrosino", "Ambrosio", "Amedeo", "Amelio", "Amici", "Amico", "Amicone", "Amidei", "Ammirati", "Amodei", "Amodeo", "Amodio", "Amore", "Amorosi", "Amoroso", "Anastasi", "Anastasia", "Anastasio", "Ancona", "Andolina", "Andrea", "Andreano", "Andreini", "Andreola", "Andreoli", "Andreotti", "Andreozzi", "Andresano", "Andriano", "Andriola", "Anello", "Angeletti", "Angeli", "Angelico", "Angelillo", "Angelini", "Angelino", "Angelis", "Angello", "Angelo", "Angelone", "Angeloni", "Angelotti", "Angelucci", "Angiolillo", "Angotti", "Aniello", "Annese", "Annunziata", "Annunziato", "Anselmi", "Anselmo", "Antico", "Antolini", "Antonelli", "Antonellis", "Antonetti", "Antoni", "Antonini", "Antonino", "Antonioli", "Antonucci", "Anzivino", "Apollo", "Aprea", "Aquila", "Aquilina", "Aquilino", "Aquino", "Arabia", "Arace", "Aragona", "Arata", "Arcara", "Arcari", "Arcaro", "Arco", "Arcuri", "Ardito", "Ardizzone", "Ardolino", "Arduini", "Arena", "Argenio", "Argenta", "Argenti", "Argentieri", "Argento", "Argenziano", "Argiro", "Argo", "Arlotta", "Armani", "Armanini", "Armato", "Armellino", "Armenia", "Armenti", "Armento", "Armetta", "Arno", "Arnoldi", "Arola", "Arone", "Arpino", "Arrighi", "Arrigo", "Arrigoni", "Artale", "Artino", "Artuso", "Asaro", "Assante", "Asti", "Astrella", "Attanasio", "Attardo", "Auciello", "Audi", "Audia", "Audino", "Aufiero", "Augello", "Augeri", "Augusta", "Augustino", "Aurelio", "Auricchio", "Auriemma", "Aurilio", "Avara", "Avella", "Avellino", "Avena", "Aveni", "Avolio", "Azzarello", "Azzaro", "Azzopardi", "Babino", "Baccaro", "Bacci", "Bacco", "Bacigalupi", "Bacino", "Badami", "Badamo", "Badaracco", "Badolato", "Baffa", "Baglio", "Bagnoli", "Baiamonte", "Baio", "Baiocchi", "Balbi", "Balbo", "Balboni", "Baldacci", "Baldassano", "Baldassare", "Baldassari", "Baldassarre", "Baldelli", "Baldi", "Baldini", "Baldino", "Baldo", "Baldocchi", "Baldoni", "Balducci", "Balestra", "Balestreri", "Balestrieri", "Balla", "Ballerini", "Balli", "Ballo", "Balma", "Balotelli", "Balzano", "Balzarini", "Bambino", "Bamonte", "Banchero", "Bandi", "Banducci", "Baranello", "Baratta", "Barba", "Barbagallo", "Barbano", "Barbara", "Barbaria", "Barbarino", "Barbaro", "Barbati", "Barbato", "Barbella", "Barberi", "Barberio", "Barbetta", "Barbieri", "Barbo", "Barbone", "Barbuto", "Barcellona", "Barco", "Bardi", "Bardo", "Barella", "Baresi", "Bari", "Barile", "Barilla", "Barillaro", "Barletta", "Barna", "Barnaba", "Baroffio", "Barone", "Baroni", "Barraco", "Barrella", "Barrese", "Barresi", "Barretta", "Barretto", "Barrile", "Barsotti", "Barto", "Bartoletti", "Bartoli", "Bartolini", "Bartolo", "Bartolomei", "Bartolomeo", "Bartolomucci", "Bartolone", "Bartolotta", "Bartolotti", "Bartolucci", "Basilio", "Basilone", "Bassani", "Bassano", "Bassetti", "Bassi", "Basso", "Bastianelli", "Bastone", "Battaglia", "Battaglini", "Battaglino", "Battista", "Battistelli", "Battisti", "Battistoni", "Baudo", "Bava", "Bavaro", "Bazzano", "Beatrice", "Bedacholli", "Beffa", "Belardo", "Belfi", "Belfiore", "Bella", "Bellafiore", "Bellanca", "Bellante", "Bellanti", "Bellantoni", "Bellavia", "Belle", "Bellezza", "Belli", "Bellia", "Bellina", "Bellini", "Bellino", "Bellisario", "Bellissimo", "Belloli", "Bellomo", "Bellone", "Belloni", "Bellotti", "Bellucci", "Belluomini", "Belotti", "Belsito", "Beltrami", "Beltramo", "Belvedere", "Ben", "Benanti", "Benassi", "Bencivenga", "Bencivengo", "Bene", "Benedetti", "Benedetto", "Benetti", "Beneventi", "Benevento", "Benigni", "Benigno", "Beninati", "Beninato", "Bennardo", "Bentivegna", "Benveniste", "Benvenuti", "Benvenuto", "Benza", "Berardi", "Berardinelli", "Berardino", "Berardo", "Berarducci", "Berenato", "Bergamini", "Bergamo", "Bernabei", "Bernacchi", "Bernardi", "Bernardini", "Bernasconi", "Bernero", "Berni", "Berretta", "Bersani", "Berta", "Bertagnolli", "Bertani", "Bertelli", "Berti", "Bertini", "Bertino", "Berto", "Bertocchi", "Bertola", "Bertolami", "Bertoldi", "Bertoli", "Bertolini", "Bertolino", "Bertolotti", "Bertolucci", "Bertone", "Bertoni", "Bertorelli", "Bertozzi", "Bertucci", "Bertuzzi", "Betti", "Bettin", "Bettini", "Bevacqua", "Bevilacqua", "Bezio", "Biafore", "Biaggi", "Biagi", "Biagini", "Biagioni", "Biagiotti", "Biamonte", "Biancalana", "Biancardi", "Bianchi", "Bianchini", "Bianco", "Bianconi", "Biasi", "Biele", "Biello", "Biggio", "Bila", "Bilello", "Bilotti", "Binda", "Binetti", "Bini", "Biondi", "Biondo", "Bisceglia", "Bisesi", "Bisio", "Bisogno", "Bisso", "Bitto", "Biviano", "Bivona", "Bizzaro", "Bizzarro", "Blancato", "Blanco", "Blanda", "Blandino", "Blando", "Blasi", "Bloise", "Bocchino", "Bocci", "Boccia", "Boccio", "Boccuzzi", "Boffa", "Bolio", "Bologna", "Bolognese", "Bombara", "Bommarito", "Bona", "Bonacci", "Bonaccorsi", "Bonaccorso", "Bonadies", "Bonadio", "Bonadonna", "Bonafede", "Bonagura", "Bonanni", "Bonanno", "Bonano", "Bonaparte", "Bonardi", "Bonasera", "Bonato", "Bonaventura", "Bonavita", "Bondi", "Bonelli", "Bonello", "Bonetti", "Bonfanti", "Bonfiglio", "Bongiorno", "Bongiovanni", "Boni", "Bonica", "Bonifacio", "Bonini", "Bonino", "Bonito", "Bono", "Bonocchi", "Bonomi", "Bonomo", "Bonsignore", "Bontempo", "Bonura", "Bonventre", "Bordonaro", "Borgese", "Borghese", "Borgia", "Borgo", "Borino", "Borroni", "Borsa", "Borsari", "Boschetti", "Bosco", "Bosetti", "Bosi", "Bosio", "Boso", "Bossio", "Bosso", "Botta", "Bottari", "Bottaro", "Botte", "Botti", "Botticelli", "Bottiglieri", "Bottini", "Bottino", "Botto", "Bottone", "Bottoni", "Bova", "Bove", "Bovino", "Bozza", "Bozzelli", "Bozzi", "Bozzo", "Bozzuto", "Bracci", "Braccia", "Bracco", "Bramante", "Branca", "Brancato", "Branciforte", "Branda", "Brandi", "Brando", "Breda", "Brenna", "Brescia", "Bresciani", "Bressan", "Bressi", "Bria", "Brichese", "Brigandi", "Brigante", "Briganti", "Briglia", "Brindisi", "Brizzi", "Brocato", "Brocco", "Broccoli", "Broggi", "Brucato", "Bruna", "Brunelli", "Brunetti", "Brunetto", "Bruni", "Bruno", "Bruschi", "Brusco", "Bruzzese", "Bua", "Bucca", "Buccellato", "Bucceri", "Bucci", "Bucciarelli", "Bucciero", "Buccini", "Buccino", "Buccio", "Bucco", "Buccola", "Bucolo", "Bueti", "Bufalini", "Bufalino", "Buffa", "Buffo", "Buffon", "Buffone", "Buglione", "Bugni", "Bulla", "Buonaiuto", "Buonanno", "Buonomo", "Buonopane", "Buratti", "Burdi", "Burgi", "Burgio", "Burgo", "Buro", "Busa", "Busacca", "Busalacchi", "Bussa", "Bussone", "Butta", "Buttacavoli", "Buttitta", "Butto", "Buzza", "Buzzelli", "Buzzeo", "Buzzi", "Caccamise", "Caccamo", "Caccavale", "Caccese", "Cacchione", "Caccia", "Cacciatore", "Cacciola", "Cafarella", "Cafarelli", "Cafaro", "Cafasso", "Cafe", "Cagnina", "Caiazza", "Caiazzo", "Cairo", "Caito", "Calabrese", "Calabretta", "Calabria", "Calabro", "Calafiore", "Calamari", "Calandra", "Calandro", "Calarco", "Calcagni", "Calcagno", "Calcaterra", "Caldarella", "Caldarelli", "Caldarera", "Caldarone", "Calderaro", "Calderone", "Calegari", "Calicchio", "Caliendo", "Califano", "Calistro", "Calitri", "Caliva", "Calla", "Callegari", "Caltabiano", "Caltagirone", "Calvanese", "Calvano", "Calvetti", "Calvi", "Camarata", "Cambareri", "Cambio", "Cambria", "Camelio", "Camerino", "Camilli", "Camillo", "Caminiti", "Camino", "Cammarano", "Camozzi", "Campagna", "Campana", "Campanale", "Campanella", "Campanelli", "Campanile", "Campi", "Campione", "Campise", "Campitelli", "Campo", "Campobasso", "Campodonico", "Campoli", "Campolo", "Campopiano", "Camporeale", "Campus", "Canal", "Canale", "Canali", "Cancellieri", "Candela", "Candia", "Candito", "Candreva", "Canepa", "Canevari", "Cangialosi", "Cannada", "Cannone", "Cannova", "Cantalupo", "Cantarella", "Cantone", "Cantoni", "Cantore", "Canzano", "Capaccio", "Capaldi", "Caparelli", "Capella", "Capelli", "Capello", "Capito", "Capo", "Capobianco", "Capodanno", "Capone", "Caponera", "Caponi", "Caponigro", "Caporale", "Caporaso", "Capotosto", "Capozzi", "Capparelli", "Cappella", "Cappelletti", "Cappelli", "Cappellini", "Cappellino", "Cappello", "Cappetta", "Cappiello", "Cappo", "Cappola", "Capponi", "Cappucci", "Capra", "Capretta", "Capri", "Capriglione", "Caprio", "Capriotti", "Caproni", "Capuano", "Capurso", "Caputa", "Caputi", "Caputo", "Capuzzi", "Carabello", "Caracappa", "Caracci", "Caradonna", "Caramanica", "Caranci", "Carangelo", "Carangi", "Carano", "Caravella", "Caravello", "Carbonara", "Carbone", "Carboni", "Carchidi", "Carda", "Cardamone", "Cardarelli", "Cardelli", "Cardello", "Cardi", "Cardile", "Cardillo", "Cardinale", "Cardinali", "Cardo", "Cardone", "Cardoni", "Cardosi", "Carducci", "Cardullo", "Carella", "Carelli", "Carello", "Carfagna", "Carfagno", "Carfora", "Carico", "Carideo", "Caridi", "Cariello", "Carilli", "Carinci", "Carini", "Carino", "Carleo", "Carli", "Carlin", "Carlini", "Carlino", "Carlisi", "Carlo", "Carlone", "Carloni", "Carlozzi", "Carminati", "Carmine", "Carmosino", "Carnaghi", "Carnevale", "Carnicelli", "Caro", "Carone", "Caronia", "Carosella", "Caroselli", "Carosi", "Carota", "Carotenuto", "Carozza", "Carpentieri", "Carpinelli", "Carpinello", "Carpino", "Carpio", "Carra", "Carraro", "Carricato", "Carriere", "Carrieri", "Carriero", "Carro", "Carrozza", "Carta", "Cartelli", "Caruana", "Caruso", "Carusone", "Carvelli", "Casa", "Casagranda", "Casagrande", "Casale", "Casaletto", "Casali", "Casalino", "Casamento", "Casarella", "Casasanta", "Casassa", "Casazza", "Cascella", "Casciani", "Casciano", "Casciato", "Cascioli", "Cascone", "Casella", "Caselli", "Caserta", "Casini", "Casino", "Cason", "Cassani", "Cassano", "Cassaro", "Cassella", "Cassese", "Cassetta", "Cassinelli", "Cassino", "Cassone", "Castagna", "Castagno", "Castagnola", "Castaldi", "Castaldo", "Castellani", "Castellano", "Castelli", "Castellini", "Castello", "Castellucci", "Castelluccio", "Castiglia", "Castiglione", "Castiglioni", "Castoro", "Castricone", "Catalani", "Catalano", "Catalanotto", "Catalino", "Catania", "Catano", "Catanzano", "Catanzaro", "Catenacci", "Caterina", "Caterino", "Catizone", "Catone", "Catrambone", "Cattaneo", "Catto", "Catucci", "Cava", "Cavalcante", "Cavaliere", "Cavalieri", "Cavalli", "Cavallini", "Cavallo", "Cavanna", "Cavataio", "Cavicchi", "Cecala", "Ceccarelli", "Cecchetti", "Cecchi", "Cecchini", "Cecconi", "Cece", "Cecere", "Ceci", "Cedrone", "Cefalo", "Cefalu", "Ceglia", "Celani", "Celano", "Celentano", "Celenza", "Celia", "Cella", "Celli", "Cellini", "Cellucci", "Cellura", "Celona", "Cena", "Cenci", "Cennamo", "Centanni", "Centofanti", "Centola", "Centore", "Centrella", "Centrone", "Ceraso", "Cerasoli", "Cerasuolo", "Ceravolo", "Cerbone", "Cercone", "Cereghino", "Ceresa", "Cericola", "Cerini", "Cerino", "Cerminaro", "Cerniglia", "Cerreta", "Cerri", "Cerrito", "Cerro", "Cerrone", "Cerroni", "Cerruti", "Certa", "Certo", "Cerulli", "Cerullo", "Cerutti", "Cervelli", "Cervi", "Cervini", "Cervino", "Cervone", "Cesa", "Cesare", "Cesari", "Cesarini", "Cesario", "Cesaro", "Cesena", "Cesta", "Cestaro", "Cestone", "Cetta", "Checchi", "Cherico", "Cherubini", "Chiappini", "Chiara", "Chiaramonte", "Chiarella", "Chiarelli", "Chiarello", "Chiaro", "Chiaverini", "Chiavetta", "Chiellini", "Chiera", "Chiesa", "Chimienti", "China", "Chinnici", "Chino", "Chiodi", "Chiodini", "Chiodo", "Chirco", "Chirichella", "Chirico", "Chiumento", "Chiusano", "Ciabattoni", "Ciaburri", "Ciaccia", "Ciaccio", "Ciambrone", "Ciampa", "Ciampi", "Cianci", "Ciancio", "Cianciola", "Cianciolo", "Cianciulli", "Cianelli", "Cianflone", "Ciani", "Ciano", "Ciaramitaro", "Ciaravino", "Ciardullo", "Ciarleglio", "Ciarlo", "Ciarrocchi", "Cibelli", "Cicala", "Cicale", "Cicalese", "Ciccarelli", "Ciccarello", "Ciccarone", "Cicchetti", "Cicchini", "Cicchino", "Cicci", "Cicciarelli", "Ciccolella", "Ciccone", "Cicconi", "Ciccotelli", "Cicio", "Cicone", "Cieri", "Ciervo", "Cifaldi", "Cifarelli", "Cifelli", "Cilento", "Cillo", "Cilluffo", "Cima", "Cimaglia", "Ciminelli", "Ciminera", "Cimini", "Cimino", "Cimmino", "Cimo", "Cimorelli", "Cinco", "Cinelli", "Cini", "Cino", "Cinotti", "Cinque", "Cinquemani", "Ciocca", "Ciocco", "Cioffi", "Ciolino", "Ciolli", "Cione", "Cioni", "Cioppa", "Ciotola", "Ciotti", "Cipolla", "Cipollone", "Cipriani", "Cipriano", "Cira", "Circo", "Cirelli", "Ciresi", "Ciriello", "Cirigliano", "Cirilli", "Cirillo", "Cirincione", "Cirino", "Cirrincione", "Cirrito", "Citrano", "Cittadino", "Ciucci", "Ciuffo", "Ciufo", "Ciulla", "Ciullo", "Civello", "Civiello", "Civitarese", "Civitello", "Clarizio", "Claro", "Clementi", "Clerici", "Clerico", "Coca", "Cocca", "Cocchi", "Cocchiola", "Cocci", "Cocco", "Cociarelli", "Coco", "Cocozza", "Cocuzza", "Coda", "Codella", "Cofone", "Cofrancesco", "Coglianese", "Cogliano", "Coia", "Coiro", "Colabella", "Colacino", "Colaianni", "Colaizzi", "Colaluca", "Colandrea", "Colaneri", "Colangelo", "Colantoni", "Colantonio", "Colantuoni", "Colantuono", "Colao", "Colapietro", "Colarossi", "Colarusso", "Colasanti", "Colasuonno", "Colavita", "Colavito", "Colella", "Colello", "Coletta", "Coletti", "Coletto", "Colicchio", "Colina", "Colla", "Colletta", "Colletti", "Colli", "Colombini", "Colombo", "Colona", "Colone", "Colosi", "Colucci", "Coluccio", "Columbo", "Comella", "Comito", "Como", "Comolli", "Compagno", "Compagnone", "Comunale", "Cona", "Conca", "Condello", "Conetta", "Confalone", "Conforti", "Conigliaro", "Coniglio", "Conradi", "Consigli", "Consiglio", "Console", "Consoli", "Consolo", "Constantini", "Constantino", "Contarino", "Conte", "Contento", "Contessa", "Conti", "Contini", "Contino", "Conto", "Contrino", "Coppi", "Coppola", "Coppolino", "Corallo", "Corazza", "Corbello", "Corbi", "Corbo", "Corcione", "Corda", "Cordano", "Cordaro", "Cordasco", "Cordi", "Cordisco", "Cordone", "Corella", "Corelli", "Corigliano", "Cornacchia", "Cornelia", "Cornella", "Cornetta", "Corona", "Corra", "Corradetti", "Corradi", "Corradini", "Corradino", "Corrado", "Corrao", "Correale", "Corrente", "Correnti", "Corriere", "Corsa", "Corsaro", "Corsello", "Corsentino", "Corsetti", "Corsi", "Corsiglia", "Corsini", "Corsino", "Corso", "Corte", "Cortese", "Cortesi", "Corti", "Cortina", "Cortopassi", "Corvi", "Corvino", "Corvo", "Coscia", "Cosco", "Cosio", "Cosmo", "Costa", "Costanza", "Costanzo", "Costella", "Cotrone", "Cotroneo", "Cotta", "Covelli", "Covello", "Coviello", "Covino", "Cozza", "Cozzi", "Cozzo", "Cozzolino", "Cozzone", "Cracchiolo", "Cravotta", "Crea", "Crecco", "Crescenzi", "Crescenzo", "Cresci", "Cresta", "Cresto", "Cretella", "Cribari", "Crifasi", "Crimi", "Crisafi", "Criscione", "Crisco", "Criscuolo", "Crispi", "Cristello", "Cristiano", "Cristofaro", "Critelli", "Crivelli", "Crivello", "Crocco", "Croce", "Crocetti", "Croci", "Crognale", "Crovo", "Crudele", "Crudo", "Cuccaro", "Cucchi", "Cucci", "Cuccia", "Cuccio", "Cucco", "Cucinotta", "Cugini", "Cuneo", "Cunico", "Cuoco", "Cuomo", "Cuozzo", "Cupo", "Cura", "Curci", "Curcuru", "Curreri", "Curti", "Cusanelli", "Cusano", "Cusato", "Cusenza", "Cusimano", "Cusmano", "Cusumano", "Cutaia", "Cutillo", "Cutone", "Cuva", "D\'Achille", "D\'Acquisto", "D\'Acunto", "D\'Adamo", "D\'Addario", "D\'Addio", "D\'Addona", "D\'Agata", "D\'Agosta", "D\'Agostino", "D\'Aiuto", "D\'Aleo", "D\'Alesandro", "D\'Alesio", "D\'Alessandro", "D\'Alessio", "D\'Alfonso", "D\'Alia", "D\'Alleva", "D\'Aloia", "D\'Aloisio", "D\'Alonzo", "D\'Alto", "D\'Amato", "D\'Ambra", "D\'Ambrosi", "D\'Ambrosia", "D\'Ambrosio", "D\'Amelio", "D\'Amico", "D\'Amore", "D\'Andrea", "D\'Angelo", "D\'Aniello", "D\'Annunzio", "D\'Antona", "D\'Antoni", "D\'Antonio", "D\'Antuono", "D\'Apolito", "D\'Aprile", "D\'Aquila", "D\'Aquino", "D\'Arcangelo", "D\'Arco", "D\'Arezzo", "D\'Arienzo", "D\'Arpino", "D\'Arrigo", "D\'Asaro", "D\'Ascanio", "D\'Ascenzo", "D\'Ascoli", "D\'Atri", "D\'Attilio", "D\'Auria", "D\'Avanzo", "D\'Aversa", "D\'Azzo", "D\'Egidio", "D\'Elia", "D\'Emilio", "D\'Ercole", "D\'Errico", "D\'Esposito", "D\'Ettore", "D\'Imperio", "D\'Innocenzo", "D\'Intino", "D\'Orazio", "D\'Oria", "D\'Orio", "D\'Orsi", "D\'Orso", "D\'Ottavio", "D\'Ovidio", "D\'Urbano", "D\'Uva", "Da Ponte", "Da Pra", "D\'Agostino", "Daino", "Dal Porto", "Dal Santo", "Damiani", "Damiano", "Damone", "D\'Amore", "Danella", "Danese", "Danesi", "Daniele", "Danieli", "Dante", "Danza", "Danzi", "Darin", "Dato", "Dattoli", "Davi", "Davia", "Davide", "Davino", "Davoli", "Daza", "De Amicis", "De Andrea", "De Angelis", "De Angelo", "De Bacco", "De Bari", "De Bartolo", "De Bella", "De Bellis", "De Bello", "De Benedetti", "De Benedetto", "De Benedictis", "De Berardinis", "De Bernardi", "De Bernardo", "De Biase", "De Blase", "De Blasi", "De Blasio", "De Bona", "De Bonis", "De Bono", "De Candia", "De Canio", "De Caprio", "De Capua", "De Carli", "De Carlo", "De Caro", "De Carolis", "De Cecco", "De Cesare", "De Chellis", "De Cicco", "De Cola", "De Cosmo", "De Crescenzo", "De Cristofaro", "De Cristoforo", "De Domenico", "De Dominicis", "De Donato", "De Fabio", "De Falco", "De Fazio", "De Feo", "De Filippis", "De Filippo", "De Fina", "De Fino", "De Fiore", "De Florio", "De Francesco", "De Francisco", "De Franco", "De Fronzo", "De Furia", "De Gaetano", "De Gennaro", "De Giacomo", "De Giorgio", "De Girolamo", "De Grado", "De Grande", "De Gregorio", "De Laura", "De Laurentis", "De Lauro", "De Lellis", "De Lello", "De Leonardis", "De Lillo", "De Lisi", "De Lisio", "De Lorenzo", "De Luca", "De Lucca", "De Lucchi", "De Lucia", "De Luise", "De Maggio", "De Maio", "De Marchi", "De Marco", "De Maria", "De Marinis", "De Mario", "De Martini", "De Martinis", "De Martino", "De Marzo", "De Masi", "De Mattei", "De Matteis", "De Matteo", "De Mattia", "De Mello", "De Meo", "De Michele", "De Muro", "De Napoli", "De Nardis", "De Nardo", "De Natale", "De Nigris", "De Ninno", "De Noia", "De Nucci", "De Nunzio", "De Palma", "De Palo", "De Paola", "De Paoli", "De Paolis", "De Paolo", "De Pascale", "De Pasquale", "De Paula", "De Paulis", "De Petris", "De Petro", "De Piano", "De Piero", "De Pierro", "De Pietro", "De Pinto", "De Polo", "De Ponte", "De Prima", "De Prospero", "De Renzo", "De Rienzo", "De Riggi", "De Rita", "De Robertis", "De Rocco", "De Rogatis", "De Rose", "De Rossi", "De Rubeis", "De Salvo", "De Sanctis", "De Santi", "De Santis", "De Santo", "De Sario", "De Sarno", "De Sarro", "De Sena", "De Serio", "De Simone", "De Sisto", "De Socio", "De Sorbo", "De Spirito", "De Stasio", "De Stefanis", "De Stefano", "De Toro", "De Vico", "De Vincentis", "De Vincenzi", "De Vincenzo", "De Vita", "De Vitis", "De Vito", "De Vitto", "De Vivo", "Dean", "DeFilippis", "Degan", "Del Bene", "Del Bianco", "Del Buono", "Del Carlo", "Del Conte", "Del Core", "Del Duca", "Del Gatto", "Del Gaudio", "Del Giorno", "Del Giudice", "Del Grande", "Del Greco", "Del Grosso", "Del Guercio", "Del Mastro", "Del Medico", "Del Monaco", "Del Monico", "Del Monte", "Del Negro", "Del Nero", "Del Papa", "Del Ponte", "Del Pozzo", "Del Prete", "Del Priore", "Del Re", "Del Rossi", "Del Rosso", "Del Santo", "Del Signore", "Del Sordo", "Del Tufo", "Del Vecchio", "Delfino", "Delisa", "Delise", "Deliso", "Dell\'Anno", "Dell\'Aquila", "Dell\'Olio", "Della Croce", "Della Penna", "Della Porta", "Della Rocca", "Della Torre", "Della Valle", "Della Vecchia", "Delle Donne", "Delli Santi", "Delligatti", "Dello Russo", "Dellucci", "Demma", "Demonte", "Dena", "Deni", "Denisco", "Dente", "Dentice", "Dentino", "Deo", "Depace", "Deramo", "Derasmo", "Derico", "Desiderio", "Desio", "Destro", "Detti", "DeVille", "Devoto", "Di Angelo", "Di Antonio", "Di Bari", "Di Bartolo", "Di Bartolomeo", "Di Battista", "Di Bella", "Di Bello", "Di Benedetto", "Di Berardino", "Di Bernardo", "Di Biase", "Di Biasi", "Di Biasio", "Di Blasi", "Di Blasio", "Di Bona", "Di Buono", "Di Camillo", "Di Caprio", "Di Capua", "Di Carlo", "Di Cecco", "Di Cello", "Di Cenzo", "Di Cerbo", "Di Cesare", "Di Chiara", "Di Chiaro", "Di Cicco", "Di Cioccio", "Di Clemente", "Di Cocco", "Di Cola", "Di Cosola", "Di Costanzo", "Di Cristofaro", "Di Croce", "Di Dio", "Di Domenico", "Di Domizio", "Di Donato", "Di Donna", "Di Fabio", "Di Falco", "Di Fatta", "Di Fazio", "Di Filippo", "Di Fiore", "Di Fonzo", "Di Francesco", "Di Franco", "Di Fronzo", "Di Fulvio", "Di Gaetano", "Di Gangi", "Di Gennaro", "Di Genova", "Di Geronimo", "Di Giacinto", "Di Giacomo", "Di Gilio", "Di Gioia", "Di Giorgio", "Di Giovanna", "Di Giovanni", "Di Girolamo", "Di Giulio", "Di Giuseppe", "Di Grazia", "Di Gregorio", "Di Iorio", "Di Julio", "Di Lallo", "Di Laura", "Di Lauro", "Di Lella", "Di Lello", "Di Liberti", "Di Liberto", "Di Lillo", "Di Lisio", "Di Lorenzo", "Di Loreto", "Di Luzio", "Di Maggio", "Di Maio", "Di Marco", "Di Mare", "Di Maria", "Di Marino", "Di Mario", "Di Martino", "Di Marzio", "Di Marzo", "Di Mascio", "Di Masi", "Di Matteo", "Di Mattia", "Di Meglio", "Di Menna", "Di Meo", "Di Michele", "Di Mino", "Di Modica", "Di Moze", "Di Muccio", "Di Muro", "Di Muzio", "Di Napoli", "Di Nardi", "Di Nardo", "Di Natale", "Di Nelli", "Di Nello", "Di Nicola", "Di Nino", "Di Nitto", "Di Noia", "Di Nolfo", "Di Norcia", "Di Noto", "Di Novo", "Di Nucci", "Di Nunzio", "Di Nuzzo", "Di Pace", "Di Palma", "Di Palo", "Di Paola", "Di Paolo", "Di Pasqua", "Di Pasquale", "Di Piazza", "Di Piero", "Di Pierro", "Di Pietrantonio", "Di Pietro", "Di Pinto", "Di Pippo", "Di Pirro", "Di Placido", "Di Prima", "Di Re", "Di Renzo", "Di Rienzo", "Di Rocco", "Di Roma", "Di Rosa", "Di Russo", "Di Sabatino", "Di Sabato", "Di Salvatore", "Di Salvo", "Di Sandro", "Di Sano", "Di Santi", "Di Santis", "Di Santo", "Di Sanza", "Di Sarro", "Di Scenza", "Di Sciullo", "Di Silvestro", "Di Simone", "Di Spirito", "Di Stasi", "Di Stasio", "Di Stefano", "Di Taranto", "Di Tomaso", "Di Tommaso", "Di Toro", "Di Traglia", "Di Tullio", "Di Vincenzo", "Di Virgilio", "Di Vita", "Di Vito", "Di Vittorio", "Diana", "Diano", "Diglio", "Dina", "Dini", "Dino", "Diodati", "Diodato", "Dioguardi", "Dionisio", "Dispenza", "Dito", "Ditta", "Ditto", "Dodaro", "Dolce", "Dolfi", "Domanico", "Domenici", "Domenico", "Domiano", "Dominici", "Domino", "Don", "Dona", "Donatelli", "Donati", "Donato", "Dondero", "Donini", "Donis", "Donisi", "Donna", "Donnatiello", "Doro", "Dorsa", "Doto", "Draghi", "Drago", "Dragone", "Dragonetti", "Dragotta", "Duca", "Duce", "Dugo", "Dura", "Durando", "Durante", "Duro", "Elardo", "Ellena", "Elmo", "Emanuele", "Emilio", "Emma", "Emmi", "Endrizzi", "Enea", "Eneide", "Enrico", "Epifano", "Episcopo", "Eppolito", "Eramo", "Ercolani", "Ercole", "Errante", "Errico", "Errigo", "Esposito", "Evangelista", "Evangelisti", "Evola", "Fabbri", "Fabbro", "Fabiani", "Fabiano", "Fabio", "Fabozzi", "Fabri", "Fabris", "Fabrizi", "Fabrizio", "Fabro", "Facciolo", "Faenza", "Fagin", "Faiella", "Failla", "Faillace", "Faiola", "Falasco", "Falbo", "Falcione", "Falco", "Falcone", "Falconi", "Faletti", "Fallaci", "Fallo", "Fallone", "Falsetta", "Falsetti", "Falso", "Falsone", "Falvo", "Falzarano", "Falzon", "Falzone", "Fama", "Famiglietti", "Famularo", "Fanella", "Fanelli", "Fant", "Fantin", "Fantini", "Fanto", "Fanton", "Fantozzi", "Fanucchi", "Fanucci", "Farace", "Faraci", "Faranda", "Faraone", "Fare", "Farella", "Farese", "Fargnoli", "Fariello", "Farina", "Farinacci", "Farinella", "Farinelli", "Farino", "Faro", "Farone", "Farro", "Farruggia", "Farruggio", "Farrugia", "Fasanella", "Fasano", "Fasciano", "Fasolo", "Fasone", "Fassio", "Fasullo", "Fatica", "Fatta", "Fattore", "Faugno", "Faulmino", "Faustini", "Faustino", "Fausto", "Fava", "Favale", "Favaro", "Favero", "Favia", "Favorito", "Favro", "Fazio", "Fazzari", "Fazzi", "Fazzina", "Fazzini", "Fazzino", "Fazzio", "Fazzolari", "Fazzone", "Febo", "Fede", "Fedele", "Fedeli", "Federici", "Federico", "Felice", "Felicetti", "Felici", "Feliciano", "Fellin", "Femia", "Fenoglio", "Feola", "Feole", "Fera", "Feraco", "Ferlazzo", "Ferlita", "Fernicola", "Ferone", "Ferragamo", "Ferraioli", "Ferraiolo", "Ferraiuolo", "Ferrandino", "Ferrando", "Ferrante", "Ferranti", "Ferrantino", "Ferrara", "Ferrari", "Ferrarini", "Ferrario", "Ferraris", "Ferraro", "Ferrelli", "Ferrentino", "Ferrera", "Ferrero", "Ferretti", "Ferri", "Ferrin", "Ferrini", "Ferritto", "Ferro", "Ferron", "Ferrone", "Ferroni", "Ferrucci", "Ferullo", "Fiacco", "Fiano", "Fiaschetti", "Fiato", "Ficca", "Ficco", "Fico", "Fidanza", "Fidel", "Fierro", "Figliola", "Figone", "Filardi", "Filice", "Filipi", "Filippelli", "Filippi", "Filippini", "Filippo", "Filippone", "Fina", "Finamore", "Finelli", "Fini", "Finizio", "Fino", "Finocchio", "Fiocca", "Fiocchi", "Fiola", "Fioravanti", "Fiore", "Fiorella", "Fiorelli", "Fiorello", "Fiorentino", "Fiorenza", "Fioretti", "Fiori", "Fiorilli", "Fiorini", "Fiorino", "Fiorito", "Fiorucci", "Fischetti", "Fisco", "Fittipaldi", "Flaim", "Flaminio", "Flocco", "Flore", "Florentino", "Flori", "Florian", "Florio", "Foglia", "Foglio", "Folino", "Folliero", "Fontana", "Fontanella", "Fontecchio", "Fonti", "Fonzi", "Foppiano", "Forcina", "Forcucci", "Foresta", "Forgione", "Forino", "Forlano", "Forlenza", "Forlini", "Formato", "Formisano", "Fornaro", "Forner", "Forni", "Forte", "Forti", "Fortini", "Fortino", "Fortuna", "Fortunato", "Fosco", "Foto", "Frabotta", "Fracassi", "Fracasso", "Fradella", "Fragale", "Fragola", "Fraioli", "Franca", "Franceschi", "Franceschini", "Francesco", "Francesconi", "Francese", "Franchetti", "Franchi", "Franchina", "Franchini", "Franchino", "Francia", "Francione", "Franciosa", "Franco", "Francone", "Frangella", "Frangipane", "Franza", "Franze", "Franzone", "Franzoni", "Frascone", "Fratangelo", "Frate", "Fratello", "Fraticelli", "Frattaroli", "Frazzini", "Freda", "Frederico", "Frediani", "Fredo", "Fresco", "Fricano", "Frigo", "Frisella", "Frisina", "Frisone", "Froio", "Frongillo", "Frontiero", "Frontino", "Fucci", "Fuccillo", "Fuda", "Fugazzi", "Fulco", "Fulgenzi", "Fulginiti", "Fumo", "Funari", "Funaro", "Fuoco", "Furfaro", "Furia", "Furino", "Furno", "Fusaro", "Fuscaldo", "Fusco", "Fusillo", "Gabriele", "Gabrielli", "Gaccione", "Gaeta", "Gaetani", "Gaetano", "Gagliano", "Gagliardi", "Gaglione", "Gaia", "Gaito", "Galano", "Galante", "Galanti", "Galassi", "Galasso", "Galati", "Galbo", "Galdi", "Galea", "Galeazzi", "Galella", "Galgano", "Galiano", "Galioto", "Galla", "Gallerani", "Galletta", "Galletti", "Galli", "Gallia", "Galliano", "Gallicchio", "Gallina", "Gallino", "Gallo", "Gallucci", "Galluccio", "Galluzzo", "Gamba", "Gambale", "Gambaro", "Gambetta", "Gambini", "Gambino", "Gambone", "Ganci", "Gandolfi", "Gandolfo", "Gangemi", "Garafalo", "Garafola", "Garavaglia", "Garbarini", "Garbarino", "Garbo", "Gardella", "Gargano", "Garibaldi", "Garofano", "Garone", "Garramone", "Garritano", "Garufi", "Garza", "Garzone", "Gasbarro", "Gaspari", "Gasparini", "Gasparro", "Gasperini", "Gatta", "Gatti", "Gatto", "Gattone", "Gattuso", "Gauci", "Gaudino", "Gaudio", "Gaudioso", "Gavino", "Gazzara", "Gazzo", "Gazzola", "Gelardi", "Gelli", "Gelo", "Gelsomino", "Gemelli", "Gemignani", "Gemma", "Gencarelli", "Genco", "Genetti", "Gengo", "Gennarelli", "Gennari", "Gennaro", "Gennusa", "Gennuso", "Genova", "Genovese", "Genovesi", "Gentilcore", "Gentile", "Gentili", "Gentilini", "Genua", "Gerace", "Geraci", "Gerardi", "Gerbasi", "Gerbino", "Germani", "Germano", "Gervasi", "Gervasio", "Gesualdi", "Gesualdo", "Getto", "Gherardi", "Ghezzi", "Ghilardi", "Ghilarducci", "Giaccone", "Giachetti", "Giacinto", "Giacobbe", "Giacomelli", "Giacometti", "Giacomini", "Giacomo", "Giacona", "Giacone", "Gialanella", "Giallombardo", "Giambalvo", "Giambattista", "Giambra", "Giambrone", "Giambruno", "Giammanco", "Giammarco", "Giammarino", "Giammona", "Giampa", "Giampaolo", "Giampapa", "Giampietro", "Giancola", "Gianelli", "Gianfrancesco", "Giangiulio", "Giangrande", "Giangrasso", "Giangreco", "Giangregorio", "Gianino", "Giannantonio", "Giannattasio", "Giannelli", "Giannetta", "Giannetti", "Giannetto", "Gianni", "Giannini", "Giannino", "Giannola", "Giannone", "Giannoni", "Giannotti", "Giannuzzi", "Gianotti", "Giaquinto", "Giardina", "Giardini", "Giardino", "Giarraputo", "Giarrusso", "Gibilisco", "Gigante", "Giganti", "Giglia", "Giglio", "Gigliotti", "Gilardi", "Gilberti", "Gilberto", "Giliberti", "Giliberto", "Gilio", "Gillotti", "Ginnetti", "Ginocchio", "Gioe", "Gioffre", "Gioia", "Gionfriddo", "Gionta", "Giordani", "Giordano", "Giorgi", "Giorgianni", "Giorgio", "Giorlando", "Giorno", "Giovacchini", "Giovanelli", "Giovanetti", "Giovanini", "Giovannelli", "Giovannetti", "Giovanni", "Giovanniello", "Giovannini", "Giovannoni", "Giovannucci", "Giove", "Giovenco", "Giovinazzo", "Giovinco", "Giraldi", "Girardi", "Giro", "Girolami", "Girolamo", "Gironda", "Girone", "Gismondi", "Gitto", "Giudice", "Giudici", "Giuffrida", "Giuliani", "Giuliano", "Giunta", "Giuntoli", "Giusti", "Giustino", "Giusto", "Gizzi", "Glaviano", "Glorioso", "Gobbi", "Godino", "Goffredo", "Goglia", "Gola", "Golia", "Golini", "Golino", "Gonnella", "Gorgone", "Gotelli", "Gotta", "Gotti", "Gotto", "Governale", "Govoni", "Grado", "Grammatico", "Grana", "Granata", "Granato", "Grande", "Grandi", "Grandin", "Grandinetti", "Granelli", "Granese", "Granieri", "Granillo", "Granito", "Grano", "Granucci", "Grassi", "Grassia", "Grasso", "Gravina", "Gravino", "Graziadei", "Graziani", "Graziano", "Grazioli", "Graziosi", "Grazioso", "Greco", "Gregori", "Gregorio", "Grella", "Grieco", "Griffo", "Grilli", "Grillo", "Grima", "Grimaldi", "Grippi", "Grippo", "Grisanti", "Grossi", "Grosso", "Gruttadauria", "Guadagni", "Guadagnino", "Guadagno", "Guadagnoli", "Guagenti", "Guagliardo", "Gualdoni", "Gualtieri", "Guarascio", "Guardino", "Guarente", "Guariglia", "Guarini", "Guarino", "Guarnera", "Gucci", "Gucciardo", "Guccio", "Guccione", "Guercio", "Guerino", "Guerra", "Guerrera", "Guerrieri", "Guerriero", "Guerrini", "Guglielmetti", "Guglielmi", "Guglielmino", "Guglielmo", "Gugliotta", "Gugliotti", "Gugliuzza", "Guida", "Guidetti", "Guidi", "Guido", "Guidone", "Guidotti", "Guiluliani", "Gulino", "Gulla", "Gulli", "Gullotti", "Gulotta", "Gurrieri", "Guzzetta", "Guzzi", "Guzzo", "Iaccarino", "Iacobelli", "Iacobucci", "Iacovelli", "Iacovone", "Iadanza", "Iadarola", "Iadevaia", "Iannaccone", "Iannarelli", "Iannello", "Iannetta", "Ianni", "Ianniello", "Iannone", "Iannotti", "Iannucci", "Iannuzzi", "Iantosca", "Iaquinta", "Iarussi", "Iezzi", "Ilacqua", "Ilardi", "Imbesi", "Imbriale", "Imbrogno", "Imburgia", "Imondi", "Imparato", "Impastato", "Imperato", "Imperatore", "Imperiale", "Indelicato", "Indovina", "Infante", "Infanti", "Infantino", "Inga", "Ingargiola", "Ingemi", "Ingenito", "Inglese", "Innamorato", "Innocenti", "Insalaco", "Insana", "Inserra", "Insigne", "Insinga", "Interrante", "Intrieri", "Inverso", "Iocco", "Iosue", "Iozzo", "Ippoliti", "Ippolito", "Isabella", "Isola", "Italiano", "Iuliano", "Izzi", "Jacaruso", "Jacobucci", "Jilani", "La Barbera", "La Bella", "La Bianca", "La Cava", "La Civita", "La Corte", "La Duca", "La Falce", "La Fata", "La Fauci", "La Fazia", "La Femina", "La Forgia", "La Forte", "La Franchi", "La Fratta", "La Greca", "La Macchia", "La Martina", "La Monda", "La Monica", "La Monte", "La Morte", "La Motta", "La Neve", "La Padula", "La Paglia", "La Penna", "La Penta", "La Pera", "La Petina", "La Piana", "La Pietra", "La Placa", "La Polla", "La Raia", "La Rossa", "La Ruffa", "La Sala", "La Scala", "La Scola", "La Sorsa", "La Spada", "La Stella", "La Tella", "La Tona", "La Valla", "La Via", "La Viola", "Labate", "Labbate", "Labriola", "Labruzzo", "Lacovara", "Lagomarsino", "Lagorio", "Laguardia", "Laino", "Lalama", "Lalla", "Lalli", "Lamagna", "Lamattina", "Lamberti", "Lambo", "Lamendola", "Lampo", "Lancellotti", "Lanci", "Lancia", "Landi", "Landini", "Landino", "Lando", "Landolfi", "Landucci", "Lanese", "Langella", "Langone", "Lano", "Lanza", "Lanzetta", "Lanzillo", "Lanzo", "Lanzone", "Laporta", "Larese", "Lariccia", "Lasco", "LaSpina", "Laterza", "Latessa", "Latina", "Latini", "Latino", "Lato", "Latronica", "Lattanzi", "Lattanzio", "Lattuca", "Laudano", "Laudato", "Laudicina", "Lauletta", "Laura", "Laurenti", "Laurenzi", "Laurenzo", "Lauri", "Lauria", "Lauricella", "Laurino", "Laurita", "Laurito", "Lauro", "Laviano", "Lavigna", "Lavorgna", "Lazio", "Lazzara", "Lazzari", "Lazzarini", "Lazzaro", "Lazzeri", "Le Donne", "Le Rose", "Leandro", "Leano", "Lecce", "Leccese", "Lefave", "Legato", "Leggio", "Lella", "Lelli", "Lello", "Lemma", "Lemme", "Lemmo", "Lena", "Lenci", "Lencioni", "Lentine", "Lentini", "Lento", "Lenza", "Lenzi", "Lenzini", "Lenzo", "Leo", "Leombruno", "Leonardi", "Leonardis", "Leonardo", "Leone", "Leonelli", "Leonetti", "Leoni", "Leonti", "Lepera", "Lepre", "Lerro", "Letizia", "Leto", "Lettiere", "Lettieri", "Leuzzi", "Levatino", "Levere", "Leverone", "Leveroni", "Li Causi", "Li Cavoli", "Li Fonti", "Li Pani", "Li Santi", "Li Vecchi", "Li Voti", "Libera", "Liberati", "Liberatore", "Liberi", "Liberti", "Liberto", "Libonati", "Licata", "Licciardello", "Licciardi", "Licursi", "Lieto", "Liggio", "Liguori", "Lilla", "Lillo", "Lina", "Lionetti", "Liotta", "Lipari", "Lippa", "Lippi", "Liquori", "Lisa", "Liscio", "Lisi", "Liuzza", "Liuzzi", "Liuzzo", "Lizza", "Lizzi", "Lizzio", "Lo Biondo", "Lo Bue", "Lo Castro", "Lo Cicero", "Lo Duca", "Lo Faro", "Lo Faso", "Lo Galbo", "Lo Giudice", "Lo Piano", "Lo Pilato", "Lo Priore", "Lo Sacco", "Lo Schiavo", "Lo Squadro", "Lo Tito", "Lo Vullo", "Locatelli", "Locati", "Lodato", "Lodi", "Lodico", "Loffredo", "Loggia", "Loi", "Lombardi", "Lombardino", "Lombardo", "Lombardozzi", "Lona", "Lonardo", "Longhi", "Longino", "Longo", "Lopardo", "Lorello", "Lorenzetti", "Lorenzi", "Lorenzini", "Lorenzo", "Loretta", "Lori", "Loria", "Lorino", "Lorio", "Lotti", "Lotto", "Lovera", "Loy", "Lozzi", "Luberto", "Lubrano", "Luca", "Lucarelli", "Lucca", "Lucchese", "Lucchesi", "Lucchetti", "Lucci", "Lucciano", "Lucente", "Luchetti", "Luchini", "Lucian", "Luciani", "Luciano", "Lucibello", "Lucidi", "Lucido", "Ludovici", "Ludovico", "Lui", "Luisi", "Lullo", "Lumetta", "Lumia", "Lunetta", "Luongo", "Luoni", "Lupi", "Lupia", "Lupica", "Lupinacci", "Lupo", "Lupoli", "Luppino", "Lusardi", "Lusco", "Luzi", "Luzzi", "Macaluso", "Macari", "Macario", "Macchi", "Macchia", "Macchio", "Macchione", "Maccini", "Machi", "Macina", "Macioce", "Macri", "Maddalena", "Maddalone", "Maddaloni", "Madonna", "Maestri", "Maffei", "Maffeo", "Maffia", "Maffucci", "Magaldi", "Maggi", "Maggiacomo", "Maggio", "Maggiore", "Magistro", "Magliano", "Magliaro", "Maglio", "Magliocca", "Maglione", "Magliozzi", "Magnani", "Magnano", "Magni", "Magnifico", "Magno", "Magnone", "Magnotti", "Magri", "Magrini", "Magrino", "Magro", "Mainella", "Mainiero", "Mainini", "Maio", "Maiocco", "Maiolo", "Maisto", "Malara", "Malaspina", "Malatesta", "Malena", "Malerba", "Maletta", "Malfitano", "Malito", "Malizia", "Mallo", "Mallozzi", "Malnati", "Maltese", "Malzone", "Mammone", "Mamo", "Manca", "Mancera", "Mancia", "Mancinelli", "Mancini", "Mancino", "Mancuso", "Mandala", "Mandarino", "Mandracchia", "Manera", "Manetta", "Manfre", "Manfredi", "Manfredo", "Manfredonia", "Manganiello", "Mangano", "Mangieri", "Manginelli", "Mangione", "Mango", "Mangone", "Manieri", "Manna", "Mannarino", "Mannella", "Manni", "Mannina", "Mannino", "Manno", "Mansi", "Mantini", "Mantione", "Mantovani", "Manuele", "Manza", "Manzella", "Manzi", "Manzione", "Manzo", "Manzolillo", "Marabella", "Maraldo", "Marandola", "Marano", "Maranto", "Marcantonio", "Marcelli", "Marcellino", "Marcello", "Marchello", "Marcheschi", "Marchese", "Marchesi", "Marchetti", "Marchi", "Marchini", "Marchionda", "Marchitelli", "Marcia", "Marcolini", "Marcon", "Marcone", "Marconi", "Marcucci", "Mare", "Marella", "Marelli", "Marenco", "Marengo", "Mareno", "Maresco", "Margo", "Margotta", "Mari", "Mariani", "Mariano", "Mariconda", "Marietta", "Marietti", "Marin", "Marinacci", "Marinaccio", "Marinari", "Marinaro", "Marinelli", "Marinello", "Marini", "Marino", "Marinucci", "Mario", "Mariotti", "Marmo", "Maro", "Marocco", "Marolda", "Marone", "Maroni", "Marotta", "Marotto", "Marra", "Marrano", "Marrazzo", "Marre", "Marrese", "Marrocco", "Marsella", "Marsicano", "Marsiglia", "Marsili", "Marsilio", "Marsocci", "Marte", "Martelli", "Marti", "Martignetti", "Martina", "Martinell", "Martinelli", "Martinetti", "Martini", "Martino", "Martire", "Martocci", "Martorano", "Martorella", "Martorelli", "Marucci", "Marullo", "Marzella", "Marzilli", "Marzo", "Mascari", "Mascaro", "Mascioli", "Masella", "Masi", "Masin", "Masini", "Masino", "Mason", "Masone", "Masotti", "Massara", "Massarelli", "Massaro", "Massetti", "Massi", "Massimino", "Massimo", "Masso", "Massoni", "Massucci", "Mastrandrea", "Mastrianni", "Mastriano", "Mastrogiacomo", "Mastromarino", "Mastromatteo", "Masucci", "Masullo", "Matarazzo", "Matarese", "Matarrese", "Matassa", "Matera", "Matrone", "Mattaliano", "Mattei", "Matteis", "Matteo", "Mattera", "Matteucci", "Mattiace", "Mattiello", "Mattina", "Mattioli", "Matto", "Mattucci", "Maturo", "Mauceri", "Mauri", "Mauriello", "Maurin", "Maurizio", "Mauro", "Mautino", "Mazza", "Mazzaferro", "Mazzanti", "Mazzara", "Mazzarella", "Mazzarelli", "Mazzarese", "Mazzariello", "Mazzaro", "Mazzeo", "Mazzetti", "Mazzi", "Mazzilli", "Mazzio", "Mazziotta", "Mazziotti", "Mazzo", "Mazzocchi", "Mazzocco", "Mazzoli", "Mazzone", "Mazzoni", "Mazzotta", "Mazzotti", "Mazzuca", "Mazzucco", "Mazzullo", "Mecca", "Meccia", "Medici", "Medico", "Meglio", "Megna", "Mei", "Melara", "Melaragno", "Melchiori", "Melchiorre", "Mele", "Meli", "Melia", "Melino", "Melis", "Melita", "Mello", "Mellone", "Meloni", "Melucci", "Memoli", "Menapace", "Menconi", "Menditto", "Mendola", "Mendolia", "Menghini", "Menicucci", "Menna", "Menotti", "Mento", "Menza", "Meo", "Meola", "Meoli", "Meranda", "Merante", "Mercaldo", "Merenda", "Merendino", "Merli", "Merlini", "Merlino", "Merlo", "Mero", "Messano", "Messina", "Messore", "Mestre", "Meucci", "Mezzanotte", "Mezzatesta", "Micalizzi", "Micciche", "Miccio", "Micco", "Michela", "Michele", "Micheletti", "Micheli", "Michelini", "Michelotti", "Michetti", "Micucci", "Migliaccio", "Miglio", "Migliorini", "Migliozzi", "Mignone", "Milan", "Milani", "Milano", "Milardo", "Milazzo", "Milillo", "Milito", "Minadeo", "Minardi", "Minelli", "Mineo", "Minerva", "Minervini", "Minervino", "Minetti", "Mingione", "Mini", "Miniati", "Minichiello", "Minicozzi", "Minicucci", "Minieri", "Minneci", "Minotti", "Minucci", "Mion", "Mione", "Mira", "Mirabella", "Mirabelli", "Mirabile", "Mirando", "Mirro", "Mirto", "Mistretta", "Mitri", "Mizzi", "Mobilia", "Moccia", "Moccio", "Moceri", "Modena", "Modica", "Moffa", "Mogavero", "Moglia", "Moise", "Mola", "Mole", "Molinari", "Molinaro", "Molinelli", "Molini", "Molino", "Mona", "Monacelli", "Monachino", "Monaco", "Monaldo", "Monastero", "Monda", "Mondelli", "Mondello", "Mondi", "Mondo", "Monet", "Moneta", "Monetti", "Monforte", "Mongelli", "Mongelluzzo", "Mongiello", "Mongillo", "Monica", "Monico", "Monopoli", "Montagna", "Montagnino", "Montalbo", "Montalti", "Montalto", "Montana", "Montanari", "Montanaro", "Montani", "Montanino", "Montano", "Montante", "Monte", "Montecalvo", "Monteforte", "Monteleone", "Montella", "Montello", "Montelongo", "Montemarano", "Monteverde", "Monti", "Monticello", "Montini", "Montone", "Montoro", "Montuori", "Monzo", "Mora", "Morabito", "Morace", "Morandi", "Morando", "Morano", "Morasco", "Morea", "Morella", "Morelli", "Moreschi", "Moresco", "Moresi", "Moretti", "Moretto", "Morga", "Morganelli", "Morgano", "Morgante", "Morganti", "Morgese", "Morgillo", "Mori", "Morici", "Moriconi", "Morin", "Morini", "Morino", "Mormino", "Moro", "Morocco", "Morone", "Moroni", "Morra", "Morreale", "Mortara", "Mortellaro", "Mortillaro", "Mosca", "Moscaritolo", "Moscatelli", "Moscatello", "Moscato", "Moschella", "Moschetti", "Moschetto", "Mosco", "Moscone", "Mosconi", "Mose", "Mossa", "Mosso", "Motola", "Motta", "Motto", "Mucci", "Mucciarone", "Muccino", "Muccio", "Muffoletto", "Muglia", "Mule", "Munafo", "Mundo", "Munno", "Muoio", "Mura", "Muraca", "Muraco", "Murano", "Muratori", "Murgia", "Murgo", "Murra", "Musacchia", "Musante", "Musarra", "Muscarello", "Muscatello", "Muscato", "Musco", "Musella", "Musilli", "Musolino", "Musso", "Mustafa", "Musto", "Muto", "Mutti", "Muzzarelli", "Muzzi", "Naclerio", "Nalbone", "Nanna", "Nanni", "Nannini", "Napoleone", "Napolitano", "Nappi", "Nardella", "Nardelli", "Nardi", "Nardiello", "Nardini", "Nardo", "Nardolillo", "Nardone", "Nardozzi", "Narducci", "Nargi", "Nasi", "Naso", "Nasso", "Nastri", "Nasuti", "Natale", "Natali", "Natoli", "Nauta", "Navone", "Nazzaro", "Necci", "Neglia", "Negri", "Negro", "Nelli", "Nenni", "Nenno", "Neri", "Nero", "Nerone", "Nese", "Nespoli", "Nesta", "Nestico", "Netti", "Netto", "Neve", "Niccoli", "Nicola", "Nicolai", "Nicolazzo", "Nicolella", "Nicoletta", "Nicoletti", "Nicoli", "Nicolini", "Nicolosi", "Nicosia", "Nini", "Nino", "Niro", "Nitti", "Nobile", "Noce", "Nocella", "Nocerino", "Nocito", "Nole", "Nolfi", "Nora", "Norcia", "Norelli", "Nori", "Notarangelo", "Notarianni", "Notaro", "Noto", "Notte", "Nova", "Novara", "Novella", "Novelli", "Novello", "Noviello", "Nucci", "Nuccio", "Nudo", "Nunno", "Nunziata", "Nunziato", "Nuti", "Nutile", "Oberto", "Occhino", "Occhiogrosso", "Occhipinti", "Oddi", "Oddo", "Odierno", "Odorizzi", "Offredi", "Ognibene", "Oldani", "Oliva", "Oliveri", "Oliverio", "Oliveto", "Olivieri", "Oliviero", "Olmo", "Oneto", "Ongaro", "Onio", "Onofrio", "Opizzi", "Oppedisano", "Orecchio", "Orio", "Orlandi", "Orlandini", "Orlando", "Orrico", "Orsi", "Orsini", "Orsino", "Orso", "Ortolani", "Ortolano", "Oscuro", "Ossani", "Ossi", "Osso", "Oteri", "Ottaviani", "Ottaviano", "Paccione", "Paccioretti", "Pace", "Pacella", "Pacelli", "Pacetti", "Paci", "Paciello", "Pacific", "Pacifico", "Pacilio", "Pacini", "Pacino", "Pacione", "Pacitti", "Pacitto", "Padalino", "Padovani", "Padovano", "Paduano", "Paganelli", "Pagani", "Paganini", "Pagano", "Paglia", "Pagliarini", "Paglione", "Pagni", "Pagnotta", "Pagnotto", "Pagnozzi", "Paino", "Pais", "Pala", "Paladini", "Paladino", "Palagi", "Palaia", "Palange", "Palazzi", "Palazzo", "Palazzola", "Palazzolo", "Palermo", "Palese", "Paletta", "Paliotta", "Palla", "Palladino", "Pallante", "Palleschi", "Pallone", "Pallotta", "Palmeri", "Palmiere", "Palmieri", "Palmiero", "Palmiotto", "Palo", "Palomba", "Palombi", "Palombo", "Palone", "Palumbo", "Paluzzi", "Panarello", "Panarese", "Panariello", "Panaro", "Panciera", "Pandolfi", "Pandolfo", "Pane", "Panebianco", "Panella", "Panelli", "Panepinto", "Panetta", "Panetti", "Paniccia", "Panico", "Panicucci", "Panno", "Pannone", "Pannullo", "Panozzo", "Pantaleo", "Pantalone", "Pantano", "Pantone", "Pantuso", "Panza", "Panzarella", "Panzarino", "Panzera", "Panzica", "Paola", "Paolantonio", "Paolella", "Paoletta", "Paoletti", "Paoli", "Paolillo", "Paolini", "Paolino", "Paolo", "Paolucci", "Paone", "Paonessa", "Papa", "Papaleo", "Papalia", "Papandrea", "Papania", "Paparella", "Paparo", "Papetti", "Papi", "Papini", "Pappalardo", "Pappano", "Paradiso", "Paratore", "Parco", "Pardi", "Pardini", "Pardo", "Parella", "Parente", "Parenti", "Paretti", "Parillo", "Parise", "Parisi", "Pariso", "Parlapiano", "Parlatore", "Parma", "Paro", "Parodi", "Parola", "Parrella", "Parrilla", "Parrilli", "Parrillo", "Parrinello", "Parrino", "Parro", "Parrotta", "Partipilo", "Parziale", "Pascarella", "Pascarelli", "Pasco", "Pascucci", "Pascuzzi", "Pasini", "Pasqua", "Pasqual", "Pasquale", "Pasquali", "Pasqualini", "Pasqualone", "Pasquarella", "Pasquarelli", "Pasquarello", "Pasquariello", "Pasquinelli", "Pasquini", "Passafiume", "Passalacqua", "Passamonte", "Passanante", "Passanisi", "Passantino", "Passarella", "Passarelli", "Passarello", "Passaretti", "Passariello", "Passeri", "Passero", "Passini", "Passino", "Pastore", "Pastori", "Pastorino", "Pata", "Patalano", "Patania", "Patella", "Paterniti", "Paterno", "Paternostro", "Patierno", "Patino", "Patitucci", "Patricelli", "Patrizi", "Patrizio", "Patrone", "Patruno", "Patti", "Pavan", "Pavese", "Pavia", "Pavon", "Pavone", "Pazienza", "Pecchia", "Pecci", "Pecora", "Pecoraro", "Pecorella", "Pedalino", "Pedone", "Pedrotti", "Pedulla", "Peduto", "Peduzzi", "Peirano", "Pelino", "Pella", "Pelle", "Pellecchia", "Pellegrin", "Pellegrini", "Pellegrino", "Pellerito", "Pellicane", "Pelliccia", "Pellino", "Pellitteri", "Pelosi", "Peloso", "Peluso", "Pendola", "Penna", "Pennacchio", "Pennella", "Pennino", "Pennisi", "Pensabene", "Pensiero", "Penso", "Penta", "Penza", "Pepe", "Pepi", "Pepitone", "Peppe", "Pera", "Peragine", "Peraino", "Perazzo", "Perella", "Perelli", "Peretti", "Perfetti", "Perfetto", "Pergola", "Peri", "Perilli", "Perillo", "Perin", "Perini", "Perino", "Perito", "Perla", "Perna", "Perniciaro", "Perno", "Pero", "Peron", "Perona", "Perone", "Peroni", "Perotti", "Perra", "Perrella", "Perrelli", "Perretta", "Perretti", "Perri", "Perricone", "Perriello", "Perrino", "Perro", "Perron", "Perrone", "Perrotta", "Perrotti", "Perrotto", "Perrucci", "Persichetti", "Persico", "Perugini", "Peruzzi", "Pesavento", "Pescatore", "Pesce", "Pesci", "Pesola", "Pessolano", "Petillo", "Petito", "Petitti", "Petitto", "Petosa", "Petracca", "Petraglia", "Petralia", "Petrarca", "Petrecca", "Petrella", "Petrelli", "Petri", "Petricca", "Petriello", "Petrilla", "Petrilli", "Petrillo", "Petrini", "Petrino", "Petrizzi", "Petrizzo", "Petro", "Petrocelli", "Petrone", "Petronella", "Petroni", "Petronio", "Petrosino", "Petruccelli", "Petrucci", "Petrucelli", "Petruzzelli", "Petruzzi", "Petruzziello", "Petta", "Petti", "Pettinato", "Pettine", "Pettinelli", "Pezza", "Pezzano", "Pezzella", "Pezzi", "Pezzino", "Pezzullo", "Pezzuti", "Pezzuto", "Pia", "Piacente", "Piacentini", "Piacentino", "Piacenza", "Piana", "Pianalto", "Piano", "Piazza", "Pica", "Picano", "Picardi", "Picarelli", "Picarello", "Picariello", "Picchi", "Picciano", "Piccini", "Piccinini", "Piccininni", "Piccio", "Piccione", "Piccioni", "Piccirilli", "Picco", "Piccola", "Piccoli", "Piccolo", "Piccone", "Picerno", "Pico", "Picone", "Picozzi", "Piemonte", "Pieretti", "Pieri", "Pierini", "Piermarini", "Pieroni", "Pierotti", "Pierro", "Pietrangelo", "Pietrantonio", "Pietri", "Pietro", "Pietropaolo", "Pignato", "Pignone", "Pignotti", "Pilato", "Pileggi", "Pilla", "Pilotti", "Pinelli", "Pini", "Pinna", "Pino", "Pinta", "Pinto", "Pio", "Pioli", "Pipia", "Pipitone", "Piraino", "Pirani", "Piras", "Pirillo", "Pirlo", "Piro", "Pirolli", "Pirone", "Pirozzi", "Pirrello", "Pirri", "Pirro", "Pirrone", "Pisa", "Pisani", "Pisano", "Pisapia", "Pisciotta", "Piscitelli", "Piscitello", "Piselli", "Pisoni", "Pistilli", "Pistone", "Pitre", "Pitrone", "Pitta", "Pitti", "Pittillo", "Pivirotto", "Pizzano", "Pizzi", "Pizzimenti", "Pizzini", "Pizzino", "Pizzitola", "Pizzo", "Pizzoferrato", "Pizzolato", "Pizzurro", "Pizzuti", "Pizzuto", "Plano", "Platania", "Pluchino", "Po", "Poccia", "Podesta", "Poggi", "Poggioli", "Pola", "Polcari", "Polce", "Poletti", "Poli", "Policastro", "Polidori", "Polidoro", "Polimeni", "Polino", "Pollara", "Polletta", "Polli", "Pollina", "Pollino", "Pollio", "Polo", "Polselli", "Polsinelli", "Polumbo", "Poma", "Pomarico", "Pompa", "Pompei", "Pompeo", "Pompilio", "Pomponio", "Pontarelli", "Pontecorvo", "Ponti", "Ponticello", "Pontillo", "Pontrelli", "Ponzi", "Ponzio", "Ponzo", "Popolizio", "Poppa", "Porcaro", "Porcella", "Porcelli", "Porcello", "Porchia", "Porco", "Porpora", "Porrazzo", "Porreca", "Porretta", "Porta", "Portanova", "Portella", "Portelli", "Portera", "Porto", "Posa", "Posillico", "Postiglione", "Poveromo", "Pozza", "Pozzi", "Prata", "Pratico", "Prato", "Presti", "Presutti", "Prete", "Pretti", "Pretto", "Previte", "Previti", "Preziosi", "Prezioso", "Primavera", "Primerano", "Primiano", "Primo", "Principato", "Principe", "Prinzi", "Priola", "Priolo", "Priore", "Prisco", "Prizzi", "Procaccini", "Procida", "Procopio", "Profeta", "Proia", "Proietti", "Proscia", "Prosperi", "Prospero", "Proto", "Provenza", "Provenzano", "Prudente", "Puccetti", "Pucci", "Puccia", "Pucciarelli", "Puccinelli", "Puccini", "Puccio", "Pucillo", "Puglia", "Pugliano", "Pugliese", "Pugliesi", "Puglise", "Puglisi", "Pula", "Pulcini", "Puleo", "Puliafico", "Pulice", "Pulito", "Pulizzi", "Pullano", "Pullara", "Pulli", "Pullo", "Puma", "Pumilia", "Puopolo", "Pupa", "Pupillo", "Pupo", "Puricelli", "Puro", "Purpura", "Pusateri", "Puzio", "Quaglia", "Quagliata", "Quaranto", "Quartararo", "Quarto", "Quartuccio", "Quattro", "Quattrone", "Quattrucci", "Quercia", "Querin", "Quilici", "Quintiliani", "Quinto", "Rabito", "Racanelli", "Racca", "Raccio", "Racioppi", "Raciti", "Raco", "Radice", "Rado", "Radosta", "Raffa", "Raffaele", "Raffaelli", "Raffetto", "Raffin", "Raffo", "Ragazzo", "Raggio", "Ragno", "Rago", "Ragona", "Ragone", "Ragonese", "Ragosta", "Ragozzino", "Ragucci", "Ragusa", "Raia", "Raimo", "Raimondi", "Raimondo", "Rainaldi", "Raineri", "Raiola", "Rallo", "Rama", "Ramaglia", "Ramella", "Rametta", "Rampino", "Rampone", "Rampulla", "Ranalli", "Ranallo", "Randazzo", "Rando", "Raneri", "Ranieri", "Ranno", "Ranucci", "Rao", "Rapa", "Rapisarda", "Rapone", "Rappa", "Rapuano", "Raso", "Raspa", "Rassi", "Rastelli", "Ratta", "Ratti", "Ratto", "Rau", "Rauseo", "Razza", "Razzano", "Re", "Reale", "Reali", "Realmuto", "Rebecca", "Recchia", "Recchio", "Recine", "Recla", "Recupero", "Reda", "Rega", "Regalia", "Reggio", "Regina", "Reginato", "Regis", "Reina", "Reino", "Reitano", "Rella", "Renaldi", "Renaldo", "Renda", "Rende", "Rendina", "Rendine", "Renzetti", "Renzi", "Renzo", "Renzoni", "Renzulli", "Reo", "Repetti", "Repetto", "Reppucci", "Rescigno", "Ressa", "Resta", "Restaino", "Restifo", "Restivo", "Restuccia", "Revello", "Ricca", "Riccardi", "Riccardo", "Riccelli", "Ricci", "Ricciardelli", "Ricciardi", "Riccio", "Riccitelli", "Ricciuti", "Ricco", "Riccobono", "Richardi", "Richichi", "Ricigliano", "Rienzo", "Rigali", "Rigano", "Riggi", "Riggio", "Righetti", "Righi", "Rigoli", "Rigoni", "Rinaldi", "Rinaldo", "Rinaudo", "Rindone", "Rinella", "Rini", "Riolo", "Riotto", "Ripa", "Risi", "Riso", "Rispoli", "Risso", "Ristaino", "Rita", "Ritacco", "Riva", "Rivelli", "Rivera", "Riviello", "Riviera", "Rizza", "Rizzi", "Rizzio", "Rizzo", "Rizzolo", "Rizzotti", "Rizzotto", "Robello", "Roberti", "Roberto", "Robino", "Robustelli", "Rocca", "Roccaforte", "Rocchi", "Rocchio", "Rocco", "Rodia", "Rodino", "Rolando", "Rolla", "Rolleri", "Rolli", "Roma", "Romagnoli", "Romanelli", "Romanello", "Romani", "Romaniello", "Romano", "Romeo", "Romito", "Ronca", "Ronchetti", "Ronchetto", "Ronco", "Roncone", "Rondinelli", "Rondon", "Roppolo", "Rosa", "Rosamilia", "Rosania", "Rosano", "Rosario", "Rosasco", "Rosati", "Rosato", "Roselli", "Rosellini", "Rosetta", "Rosetti", "Rosi", "Rosica", "Rosiello", "Rosini", "Roso", "Rossa", "Rossano", "Rosselli", "Rossello", "Rossetti", "Rossetto", "Rossi", "Rossin", "Rossini", "Rosso", "Rosson", "Rota", "Rotella", "Rotelli", "Roti", "Rotondi", "Rotondo", "Rotta", "Rotunda", "Rotundo", "Rotunno", "Rovito", "Rozzi", "Rua", "Rubano", "Rubbo", "Ruberti", "Ruberto", "Rubin", "Rubino", "Rucci", "Ruffini", "Ruffino", "Ruffolo", "Rufo", "Rugani", "Ruggeri", "Ruggero", "Ruggiano", "Ruggieri", "Ruggiero", "Ruggirello", "Ruisi", "Rulli", "Rullo", "Runco", "Runfola", "Ruocco", "Ruotolo", "Ruscio", "Ruscitti", "Rusco", "Rusconi", "Russi", "Russo", "Russomanno", "Ruta", "Rutigliano", "Ruvolo", "Ruzzo", "Sabatelli", "Sabatine", "Sabatini", "Sabatino", "Sabbatini", "Sabella", "Sabetta", "Sabino", "Saccente", "Sacchi", "Sacco", "Saccoccio", "Saccomanno", "Saccone", "Saeli", "Sagese", "Saggese", "Saggio", "Sagona", "Saitta", "Sal", "Sala", "Saladino", "Salamone", "Salata", "Salatino", "Salce", "Saldutti", "Salemi", "Salera", "Saletta", "Salmeri", "Salomone", "Salone", "Salvadore", "Salvadori", "Salvaggio", "Salvati", "Salvato", "Salvatore", "Salvatori", "Salvetti", "Salvi", "Salvini", "Salvino", "Salvo", "Salvucci", "Salzano", "Salzillo", "Sammarco", "Sammartino", "San Severino", "Sandretto", "Sandri", "Sanfilippo", "Sanfratello", "Sangermano", "Sangiacomo", "Sangiovanni", "Sanguinetti", "Sani", "Sanna", "Sano", "Sansalone", "Sansone", "Sant", "Santa Croce", "Santa Maria", "Santagata", "Santaniello", "Santarelli", "Santarossa", "Santarsiero", "Santavicca", "Santel", "Santell", "Santella", "Santelli", "Santeramo", "Santi", "Santilli", "Santillo", "Santini", "Santino", "Santo", "Santo Pietro", "Santoli", "Santomauro", "Santone", "Santoni", "Santora", "Santore", "Santorelli", "Santori", "Santoriello", "Santoro", "Santostefano", "Santosuosso", "Santucci", "Sanzo", "Sanzone", "Saponaro", "Sapone", "Saporito", "Saputo", "Saracco", "Saraceno", "Saracino", "Sardella", "Sardi", "Sardina", "Sardo", "Sardone", "Sarli", "Sarni", "Sarno", "Sarra", "Sarracino", "Sarro", "Sarti", "Sartin", "Sartini", "Sarto", "Sartore", "Sartori", "Sarubbi", "Saso", "Sassano", "Sassi", "Sasso", "Sassone", "Satriano", "Saulino", "Sauro", "Sava", "Savaria", "Savarino", "Savastano", "Savelli", "Saverino", "Saviano", "Savignano", "Savini", "Savino", "Savio", "Savo", "Savoca", "Savoia", "Saya", "Sbarra", "Sberna", "Scaccia", "Scacco", "Scagnelli", "Scala", "Scalera", "Scaletta", "Scalone", "Scalzi", "Scalzitti", "Scalzo", "Scamardo", "Scanga", "Scanio", "Scannapieco", "Scaramella", "Scarangella", "Scarantino", "Scarcelli", "Scarcello", "Scardina", "Scardino", "Scarfo", "Scarlata", "Scarlato", "Scarola", "Scarpa", "Scarpace", "Scarpati", "Scarpato", "Scarpelli", "Scarpinato", "Scarpino", "Scarpone", "Scarsella", "Scatena", "Scaturro", "Scavo", "Scavone", "Scavuzzo", "Scelfo", "Scelza", "Scenna", "Scerbo", "Schena", "Schenone", "Schettini", "Schettino", "Schiano", "Schiappa", "Schiavi", "Schiavo", "Schiavone", "Schiavoni", "Schira", "Schiraldi", "Schirra", "Schirripa", "Sciacca", "Scialabba", "Scialdone", "Sciandra", "Scianna", "Sciara", "Sciarra", "Sciarretta", "Sciarrino", "Scibelli", "Scibetta", "Scibilia", "Scigliano", "Scime", "Scimeca", "Scinta", "Scioli", "Sciortino", "Scioscia", "Scipio", "Scipione", "Scipioni", "Scire", "Sciulli", "Sciullo", "Sciuto", "Sclafani", "Scola", "Scolari", "Scolaro", "Scoma", "Scopel", "Scopelliti", "Scordato", "Scorsone", "Scorza", "Scotti", "Scotto", "Scozzafava", "Scozzari", "Scrima", "Scrivani", "Scuderi", "Scungio", "Scutari", "Sebastiani", "Sebastiano", "Segreti", "Segreto", "Sella", "Sellitti", "Sellitto", "Selvaggi", "Selvaggio", "Semenza", "Senatore", "Seneca", "Senerchia", "Senese", "Senna", "Senne", "Seno", "Sepe", "Seppi", "Sera", "Serafine", "Serafini", "Serafino", "Serena", "Sereno", "Sergi", "Sergio", "Serino", "Serio", "Serpe", "Serpico", "Serra", "Serrata", "Serratore", "Serritella", "Servedio", "Servello", "Servi", "Servidio", "Sesto", "Seta", "Setaro", "Severini", "Severino", "Severo", "Sferra", "Sferrazza", "Sforza", "Sgambati", "Sgarlata", "Sibilia", "Sica", "Sicignano", "Sicilia", "Siciliano", "Sico", "Siconolfi", "Sicurella", "Sidoti", "Siena", "Signor", "Signorelli", "Signorello", "Signorino", "Sigona", "Siino", "Silano", "Sileo", "Silla", "Silvani", "Silvano", "Silveri", "Silveria", "Silvestri", "Silvestro", "Silvi", "Simiele", "Simione", "Simoncini", "Simone", "Simonelli", "Simonet", "Simonetta", "Simonette", "Simonetti", "Simoni", "Simonini", "Sinacore", "Sinagra", "Sinatra", "Sindoni", "Sinibaldi", "Sinopoli", "Siracusa", "Siragusa", "Siravo", "Siri", "Sirianni", "Sirico", "Sirna", "Sisco", "Sisti", "Sisto", "Smaldone", "Smeriglio", "Soave", "Socci", "Soccio", "Sodaro", "Solano", "Solazzo", "Soldan", "Soldano", "Soldo", "Soli", "Solimine", "Sollami", "Sollecito", "Somma", "Soprano", "Soracco", "Sorace", "Soranno", "Sorbello", "Sorbo", "Sorci", "Sordillo", "Sorge", "Sorgi", "Sorice", "Sorrento", "Sortino", "Soscia", "Sottosanti", "Spada", "Spadaccini", "Spadafore", "Spadea", "Spadoni", "Spagna", "Spagnoletti", "Spagnoli", "Spagnolo", "Spagnuolo", "Spallino", "Spallone", "Spano", "Spata", "Spatafora", "Spatafore", "Spataro", "Spatola", "Spaziani", "Spaziano", "Spedale", "Sperandeo", "Sperandio", "Speranza", "Sperduti", "Sperduto", "Speroni", "Sperrazza", "Spezia", "Spicola", "Spicuzza", "Spiezio", "Spina", "Spinazzola", "Spinello", "Spinnato", "Spino", "Spinola", "Spinosa", "Spirito", "Spizzirri", "Sposato", "Sposito", "Squicciarini", "Squillante", "Squitieri", "Stabile", "Staffa", "Staffieri", "Stagnaro", "Stagnitta", "Stagno", "Stallone", "Stanco", "Stano", "Stanzione", "Stasio", "Stavola", "Stefanelli", "Stefani", "Stefanini", "Stefano", "Stella", "Stellato", "Stello", "Stephani", "Stigliano", "Storino", "Storti", "Storto", "Strada", "Strazza", "Striano", "Strinati", "Strollo", "Stumpo", "Sturniolo", "Subia", "Sulla", "Sulpizio", "Sunseri", "Supino", "Susco", "Susi", "Sutera", "Tabacchi", "Tabone", "Taddei", "Taddeo", "Taddonio", "Tafuri", "Tagliaferri", "Tagliaferro", "Taglieri", "Taibi", "Talarico", "Talerico", "Taliercio", "Tallarico", "Tallo", "Talone", "Tamasi", "Tambasco", "Tambellini", "Tamborello", "Tamburello", "Tamburino", "Tamburo", "Tamburri", "Tamburrino", "Tamburro", "Tammaro", "Tancredi", "Tango", "Tangredi", "Tani", "Tano", "Tantalo", "Tantillo", "Tanzi", "Taormina", "Tarantino", "Taranto", "Taravella", "Tarolli", "Tarquinio", "Tarsi", "Tartaglia", "Tartaglione", "Tarulli", "Tasca", "Tassi", "Tassinari", "Tasso", "Tassone", "Tata", "Tauriello", "Tauro", "Tavani", "Tavella", "Taverna", "Tavolacci", "Tedeschi", "Tedesco", "Tedone", "Telesca", "Telesco", "Tella", "Tello", "Tempesta", "Tenaglia", "Tenuta", "Tepedino", "Terenzi", "Teresi", "Terracciano", "Terracina", "Terrano", "Terreri", "Terzi", "Tesauro", "Tesoriero", "Tesoro", "Tessaro", "Tessitore", "Testa", "Testani", "Testo", "Teti", "Tiano", "Tiberi", "Tiberio", "Tierno", "Timpone", "Tine", "Tino", "Tinti", "Tirabassi", "Tirone", "Tiso", "Tito", "Titone", "Tobia", "Tocci", "Tocco", "Toce", "Todaro", "Todora", "Tofani", "Tognetti", "Toia", "Tolerico", "Tolomeo", "Toma", "Tomaino", "Tomarchio", "Tomaselli", "Tomasello", "Tomasetti", "Tomasi", "Tomasini", "Tomasino", "Tomaso", "Tomassetti", "Tomassi", "Tomassini", "Tomasso", "Tomasulo", "Tomei", "Tomeo", "Tonelli", "Toni", "Tonini", "Tonti", "Toppi", "Torchia", "Torcivia", "Torelli", "Torello", "Toriello", "Torino", "Tornabene", "Tornatore", "Tornetta", "Torno", "Toro", "Torre", "Torregrossa", "Torres", "Torri", "Torrisi", "Torti", "Tortora", "Tortorella", "Tortorelli", "Tortorello", "Tortorice", "Tortorici", "Toscani", "Toscano", "Tosi", "Toso", "Tosti", "Tota", "Toti", "Totino", "Toto", "Tozzi", "Trabucco", "Traficante", "Traina", "Traino", "Trama", "Tramontana", "Tramontano", "Tramonte", "Tramontozzi", "Tranchina", "Trani", "Travaglini", "Traverso", "Travisano", "Trento", "Trevisan", "Trevisani", "Trezza", "Trifiletti", "Triglia", "Trillo", "Trimboli", "Trinca", "Tringale", "Tringali", "Triola", "Triolo", "Tripi", "Tripodi", "Tripoli", "Trivisonno", "Troccoli", "Troia", "Troiani", "Troiano", "Troilo", "Troise", "Troisi", "Trombetta", "Trombino", "Troncone", "Tronolone", "Tropea", "Tropeano", "Tropiano", "Trotta", "Trotti", "Trotto", "Trovato", "Trozzo", "Trubiano", "Truglio", "Trunzo", "Trupiano", "Tucci", "Tucciarone", "Tuccillo", "Tuccio", "Tufano", "Tufaro", "Tufo", "Tulli", "Tullio", "Tullo", "Tumbarello", "Tuminello", "Tumminello", "Tumminia", "Tumolo", "Turano", "Turchi", "Turco", "Turi", "Turiano", "Turo", "Turri", "Turrisi", "Turro", "Tursi", "Turturro", "Tusa", "Tuscano", "Tutino", "Tuzzolino", "Uberti", "Uccello", "Ucci", "Udinese", "Udinesi", "Ugolini", "Uliano", "Ungaro", "Urbani", "Urciuoli", "Urgo", "Ursillo", "Ursini", "Ursino", "Urso", "Uva", "Uzzo", "Vacanti", "Vacca", "Vaccarella", "Vaccarelli", "Vaccarello", "Vaccari", "Vaccariello", "Vaccarino", "Vaccaro", "Vacco", "Vadala", "Vagnoni", "Vairo", "Vala", "Valent", "Valente", "Valenti", "Valentini", "Valentino", "Valenza", "Valeri", "Valiante", "Valla", "Vallario", "Vallese", "Valli", "Vallone", "Valore", "Valvano", "Valvo", "Vanacore", "Vanella", "Vannelli", "Vanni", "Vannucci", "Vanore", "Varallo", "Varano", "Varda", "Vario", "Varisco", "Varni", "Varone", "Varriale", "Varricchio", "Varrone", "Vars", "Varvaro", "Vasile", "Vassallo", "Vasta", "Vastano", "Vastola", "Vecchi", "Vecchiarelli", "Vecchio", "Vecchione", "Vece", "Vecellio", "Vecera", "Vecoli", "Vellucci", "Velotta", "Veltre", "Vena", "Venanzi", "Vendetti", "Venditti", "Venditto", "Venezia", "Veneziale", "Veneziano", "Venezio", "Venier", "Venneri", "Veno", "Venti", "Ventimiglia", "Vento", "Ventola", "Ventre", "Ventrella", "Ventresca", "Ventrone", "Ventura", "Venturella", "Venturelli", "Venturi", "Venturini", "Venturino", "Venturo", "Venuti", "Venuto", "Venzon", "Verde", "Verderame", "Verderosa", "Verdi", "Verdone", "Verducci", "Verga", "Verna", "Vernetti", "Verni", "Verno", "Vero", "Verona", "Veronesi", "Verrastro", "Verratti", "Verrico", "Verrilli", "Verrone", "Vertucci", "Verucchi", "Vescio", "Vesco", "Vescovi", "Vespa", "Vetere", "Vetrone", "Vettraino", "Viale", "Vian", "Viani", "Viano", "Vicari", "Vicario", "Vicini", "Vicino", "Vida", "Viel", "Vietti", "Viglione", "Vigliotti", "Vigna", "Vignali", "Vignola", "Vignone", "Vilardo", "Villa", "Villani", "Villano", "Villanova", "Villella", "Villone", "Vincelli", "Vincenti", "Vincenzo", "Vinci", "Viola", "Violante", "Virgili", "Virgilio", "Virginia", "Virzi", "Visalli", "Viscardi", "Visco", "Viscomi", "Visconti", "Viscuso", "Viselli", "Vita", "Vitacco", "Vitale", "Vitali", "Vitanza", "Vitela", "Vitelli", "Vitello", "Viti", "Vitiello", "Vito", "Vitolo", "Vitrano", "Vitti", "Vittone", "Vittori", "Vittoria", "Vittorio", "Vitucci", "Vitulli", "Vitullo", "Vivenzio", "Viviani", "Viviano", "Vivirito", "Vivolo", "Vivona", "Vizza", "Vizzini", "Voce", "Voci", "Volante", "Volino", "Vollaro", "Volpe", "Volpi", "Volpicelli", "Volta", "Vona", "Vota", "Votta", "Vozzella", "Vullo", "Vultaggio", "Vuono", "Zaccagnini", "Zaccagnino", "Zaccardi", "Zaccardo", "Zaccaria", "Zaccheo", "Zaccone", "Zadra", "Zaffino", "Zaffuto", "Zaino", "Zambelli", "Zambon", "Zamboni", "Zambrano", "Zammit", "Zampa", "Zampella", "Zampini", "Zampino", "Zanardi", "Zanca", "Zandi", "Zane", "Zanella", "Zanelli", "Zanetti", "Zangari", "Zanghi", "Zangrilli", "Zani", "Zanin", "Zanni", "Zannini", "Zanon", "Zanone", "Zanoni", "Zanotti", "Zappa", "Zappala", "Zappone", "Zappulla", "Zara", "Zarcone", "Zarella", "Zarlengo", "Zaro", "Zarrella", "Zarrilli", "Zarro", "Zavaglia", "Zecca", "Zegarelli", "Zella", "Zello", "Zema", "Zeni", "Zeno", "Zeoli", "Zeolla", "Zeppieri", "Zetticci", "Zezza", "Zingale", "Zingarelli", "Zingaro", "Zini", "Zinni", "Zinno", "Zino", "Zirpoli", "Zisa", "Zito", "Zizzi", "Zizzo", "Zocchi", "Zocco", "Zoda", "Zola", "Zolezzi", "Zolla", "Zollo", "Zona", "Zoppi", "Zorzi", "Zotti", "Zottola", "Zucca", "Zuccarelli", "Zuccarello", "Zuccaro", "Zucco", "Zulli", "Zullo", "Zumbo", "Zummo", "Zumpano", "Zunino", "Zurlo"]>> <<set setup.japaneseSurnames to [ "Abe", "Adachi", "Akagi", "Akamine", "Aki", "Akiyama", "Amano", "Amari", "Amaya", "Ando", "Anno", "Anzai", "Aoki", "Aoyama", "Arai", "Arakaki", "Arakawa", "Araki", "Arata", "Araya", "Arima", "Arita", "Asa", "Asai", "Asano", "Asato", "Ashikaga", "Azuma", "Baba", "Ban", "Bando", "Chiba", "Chinen", "Chino", "Date", "Doi", "Domen", "Eguchi", "Endo", "Enomoto", "Eto", "Fujii", "Fujikawa", "Fujimori", "Fujimoto", "Fujimura", "Fujino", "Fujioka", "Fujita", "Fujiwara", "Fukuda", "Fukuhara", "Fukui", "Fukumoto", "Fukunaga", "Fukushima", "Funai", "Furukawa", "Furuta", "Furutani", "Furuya", "Fuse", "Gima", "Go", "Goda", "Goto", "Goya", "Hada", "Haga", "Hagiwara", "Hamada", "Hamamoto", "Hamasaki", "Handa", "Hano", "Hara", "Harada", "Hase", "Hasegawa", "Hashimoto", "Hata", "Hatanaka", "Hattori", "Hayakawa", "Hayashi", "Hayashida", "Higa", "Higashi", "Higuchi", "Himura", "Hino", "Hirabayashi", "Hirai", "Hirano", "Hiraoka", "Hirata", "Hirayama", "Hironaka", "Hirose", "Hirota", "Hisakawa", "Hoga", "Hokama", "Honda", "Hora", "Hori", "Horie", "Horiuchi", "Hoshino", "Ichikawa", "Ida", "Ide", "Igarashi", "Ige", "Iha", "Iida", "Ike", "Ikeda", "Ikehara", "Imada", "Imai", "Imamura", "Inaba", "Inoue", "Inouye", "Isa", "Iseri", "Ishibashi", "Ishida", "Ishihara", "Ishii", "Ishikawa", "Ishimoto", "Isobe", "Ito", "Itoh", "Itou", "Iwai", "Iwamoto", "Iwasaki", "Iwata", "Izumi", "Jin", "Jo", "Juba", "Kaba", "Kagawa", "Kai", "Kajiwara", "Kamei", "Kamiya", "Kanai", "Kanda", "Kaneko", "Kanemoto", "Kaneshiro", "Kanno", "Kano", "Kasai", "Kase", "Kataoka", "Katayama", "Kato", "Katou", "Kawabata", "Kawaguchi", "Kawahara", "Kawai", "Kawakami", "Kawamoto", "Kawamura", "Kawano", "Kawasaki", "Kawashima", "Kawata", "Kaya", "Kibe", "Kida", "Kido", "Kikuchi", "Kimoto", "Kimura", "Kinoshita", "Kishi", "Kishimoto", "Kita", "Kitagawa", "Kitamura", "Kiyabu", "Kobashigawa", "Kobayashi", "Kobe", "Koda", "Kodama", "Koga", "Koike", "Koizumi", "Kojima", "Komatsu", "Kon", "Konda", "Kondo", "Konishi", "Konno", "Kono", "Konya", "Koyama", "Koyanagi", "Kuba", "Kubo", "Kubota", "Kudo", "Kumagai", "Kuno", "Kuramoto", "Kurata", "Kure", "Kurihara", "Kuroda", "Kurokawa", "Kurosawa", "Kuse", "Kusumoto", "Kuwahara", "Machi", "Machida", "Mae", "Maeda", "Maekawa", "Maita", "Maki", "Makino", "Mano", "Maruyama", "Masaki", "Mase", "Masuda", "Matsubara", "Matsuda", "Matsui", "Matsumoto", "Matsumura", "Matsunaga", "Matsuno", "Matsuo", "Matsuoka", "Matsushima", "Matsushita", "Matsuura", "Matsuyama", "Matsuzaki", "Mayeda", "Mihara", "Mikami", "Miki", "Minami", "Minamoto", "Mino", "Mita", "Miura", "Miya", "Miyagawa", "Miyahara", "Miyahira", "Miyake", "Miyamoto", "Miyasaki", "Miyasato", "Miyashiro", "Miyashita", "Miyata", "Miyazaki", "Miyoshi", "Mizuno", "Mizushima", "Mochizuki", "Mori", "Morikawa", "Morimoto", "Morine", "Morino", "Morioka", "Morishige", "Morishita", "Morita", "Moriyama", "Moto", "Mukai", "Mura", "Murai", "Murakami", "Muramoto", "Muranaka", "Murano", "Muraoka", "Murata", "Murayama", "Muto", "Nagai", "Nagamine", "Nagano", "Nagao", "Nagasawa", "Nagata", "Naito", "Nakada", "Nakagawa", "Nakahara", "Nakai", "Nakajima", "Nakama", "Nakamoto", "Nakamura", "Nakanishi", "Nakano", "Nakao", "Nakashima", "Nakasone", "Nakata", "Nakatani", "Nakatomi", "Nakayama", "Nakazawa", "Namba", "Nii", "Nishi", "Nishida", "Nishihara", "Nishikawa", "Nishimoto", "Nishimura", "Nishioka", "Nishiyama", "Nitta", "Niwa", "No", "Noda", "Noguchi", "Nomura", "Nonaka", "Noya", "Oba", "Obara", "Obi", "Oda", "Oe", "Ogasawara", "Ogata", "Ogawa", "Ogino", "Ogura", "Oh", "Ohara", "Ohashi", "Ohno", "Ohta", "Oishi", "Oka", "Okabe", "Okada", "Okamoto", "Okamura", "Okane", "Okano", "Okawa", "Okazaki", "Oki", "Okimoto", "Okino", "Okita", "Okubo", "Okuda", "Okuma", "Okumura", "Okura", "Omori", "Omura", "Onaga", "Onishi", "Ono", "Orio", "Osada", "Osaki", "Ose", "Oshima", "Oshiro", "Oshita", "Ota", "Otake", "Otani", "Otsuka", "Ouchi", "Oyama", "Oye", "Ozaki", "Ozawa", "Sada", "Sadow", "Saeki", "Saiki", "Saito", "Saitou", "Sakaguchi", "Sakai", "Sakamoto", "Sakata", "Sako", "Sakuma", "Sakurai", "Sama", "Sanda", "Sando", "Sano", "Sasaki", "Sato", "Satou", "Satow", "Sawa", "Sawada", "Sawaya", "Sazama", "Seki", "Sekiguchi", "Seno", "Seo", "Sera", "Seta", "Seto", "Shiba", "Shibata", "Shibuya", "Shima", "Shimabukuro", "Shimada", "Shimamoto", "Shimizu", "Shimoda", "Shimomura", "Shinohara", "Shinsato", "Shintani", "Shirai", "Shiraishi", "Shiraki", "Shiro", "Shiroma", "Shishido", "Shoda", "Shoji", "Soda", "Soga", "Soma", "Sone", "Sonoda", "Suda", "Sugai", "Sugawara", "Sugihara", "Sugimoto", "Sugita", "Sugiyama", "Suko", "Sumida", "Sunada", "Suto", "Suzuki", "Tabata", "Tachibana", "Tada", "Tagawa", "Taguchi", "Tahara", "Taira", "Tajima", "Takada", "Takagi", "Takahashi", "Takai", "Takaki", "Takamoto", "Takano", "Takara", "Takashima", "Takata", "Takayama", "Takeda", "Takei", "Takemoto", "Takenaka", "Takeshita", "Taketa", "Takeuchi", "Tamaki", "Tamanaha", "Tamashiro", "Tamura", "Tanabe", "Tanaka", "Tani", "Tanigawa", "Taniguchi", "Tanimoto", "Tanji", "Tano", "Tao", "Tashiro", "Tengan", "Terada", "Teramoto", "Teruya", "Teshima", "Tobe", "Toda", "Tokuda", "Tokunaga", "Toma", "Tominaga", "Tomita", "Tone", "Toyama", "Toyoda", "Tsuchida", "Tsuchiya", "Tsuda", "Tsuji", "Tsukamoto", "Tsukuda", "Tsutsui", "Tsutsumi", "Uchida", "Uchiyama", "Ueda", "Uehara", "Uemura", "Ueno", "Umeda", "Umemoto", "Uno", "Usui", "Uyeda", "Uyehara", "Uyemura", "Uyeno", "Wada", "Wakabayashi", "Watanabe", "Yagi", "Yamada", "Yamagata", "Yamaguchi", "Yamakawa", "Yamamoto", "Yamamura", "Yamanaka", "Yamane", "Yamaoka", "Yamasaki", "Yamashiro", "Yamashita", "Yamauchi", "Yamazaki", "Yanagi", "Yano", "Yasuda", "Yasui", "Yasutake", "Yogi", "Yokota", "Yokoyama", "Yonamine", "Yoneda", "Yoshida", "Yoshihara", "Yoshikawa", "Yoshimoto", "Yoshimura", "Yoshinaga", "Yoshino", "Yoshioka", "Yukimura"]>> <<set setup.germanSurnames to [ "Abbe", "Abegglen", "Abel", "Abeln", "Abend", "Abendroth", "Aber", "Abitz", "Abke", "Abt", "Abts", "Ach", "Achatz", "Achen", "Achenbach", "Achorn", "Achter", "Achterhof", "Achziger", "Ackermann", "Ackert", "Ackmann", "Acord", "Adami", "Adamy", "Addleman", "Adel", "Adelberg", "Adelmann", "Adelsberger", "Adelsperger", "Adelstein", "Ader", "Aderman", "Aders", "Adler", "Adolf", "Afflerbach", "Affolter", "Agler", "Agricola", "Ahl", "Ahlbrecht", "Ahles", "Ahlf", "Ahlgrim", "Ahmann", "Ahn", "Ahr", "Airey", "Albach", "Alberding", "Alberg", "Albitz", "Albracht", "Albrecht", "Albus", "Aldag", "Alder", "Aldinger", "Alexy", "Alger", "Alig", "Alleman", "Allenbach", "Allendorf", "Aller", "Allers", "Allert", "Allgaier", "Allgeier", "Allgeyer", "Alling", "Allinger", "Allman", "Alman", "Almendinger", "Almer", "Alpert", "Alpha", "Alsdorf", "Alsman", "Alspach", "Alt", "Altemose", "Altenbach", "Altenburg", "Altenburger", "Altendorf", "Altenhofen", "Altepeter", "Alter", "Altergott", "Althaus", "Altheide", "Althen", "Althoff", "Altig", "Altmann", "Altmeyer", "Altringer", "Altstadt", "Altvater", "Amacher", "Amaker", "Amann", "Amberg", "Amberger", "Amborn", "Ambrosius", "Ambs", "Ambuehl", "Amelung", "Amend", "Amendt", "Ament", "Ames", "Ammer", "Ammon", "Amrhein", "Amsel", "Amsler", "Amthor", "Anacker", "Andelman", "Ander", "Anderer", "Anderle", "Anderman", "Anders", "Andes", "Anding", "Andler", "Andra", "Andrae", "Andre", "Andreae", "Andris", "Andrle", "Angel", "Angerhofer", "Angerman", "Angermeier", "Angert", "Anhalt", "Anhorn", "Anker", "Anklam", "Annen", "Anschuetz", "Anselmi", "Anslinger", "Ansorge", "Anspach", "Ansted", "Antes", "Anthes", "Anthon", "Antoni", "Apfel", "Apfelbaum", "App", "Appel", "Appelhans", "Appelt", "Appenzeller", "Appold", "Aprill", "Apt", "Arant", "Arb", "Arbeiter", "Ardinger", "Arendt", "Arensdorf", "Arentz", "Arenz", "Aretz", "Arling", "Arlinghaus", "Arlt", "Arman", "Armbrecht", "Armbrust", "Armbruster", "Armes", "Armold", "Arms", "Arndt", "Arner", "Arnhart", "Arnhold", "Arnholt", "Arning", "Arnoldi", "Arnoldy", "Arnot", "Arnstein", "Arp", "Arras", "Arth", "Artz", "Artzer", "Arzt", "Asch", "Aschenbach", "Aschenbrenner", "Ascher", "Aschoff", "Asp", "Assmann", "Ast", "Aster", "Astle", "Ater", "Athmann", "Attig", "Aubel", "Aubert", "Aubrecht", "Aue", "Auen", "Auer", "Auerbach", "Aufderheide", "Aug", "Auge", "Augenstein", "Auger", "Augsburger", "Augspurger", "Aukamp", "Aul", "Aulbach", "Aulenbach", "Aull", "Ault", "Aumann", "Aupperle", "Aurich", "Auringer", "Auslander", "Ausman", "Aust", "Austen", "Auster", "Austerman", "Austgen", "Austin", "Auth", "Aven", "Averbach", "Averbeck", "Awe", "Ax", "Axt", "Aydt", "Aye", "Baab", "Baal", "Baar", "Baars", "Babe", "Babel", "Baber", "Babler", "Babst", "Bach", "Bache", "Bacher", "Bachert", "Bachhuber", "Bachmann", "Bachmeier", "Bachtel", "Backe", "Backes", "Backhaus", "Backman", "Backs", "Bader", "Badertscher", "Baecker", "Baeder", "Baehler", "Baehr", "Baer", "Baerg", "Baerwald", "Baese", "Baessler", "Baetz", "Bahe", "Bahler", "Bahlmann", "Bahn", "Bahner", "Bahre", "Bahrenburg", "Bahrke", "Baier", "Bailen", "Bainter", "Baitinger", "Bake", "Balbach", "Balder", "Baldinger", "Baldner", "Balfanz", "Balk", "Balke", "Ballas", "Baller", "Balles", "Ballin", "Balling", "Ballis", "Ballmann", "Ballweber", "Ballweg", "Balmer", "Balow", "Balsam", "Balser", "Balsiger", "Balsinger", "Balster", "Balter", "Balthazor", "Baltz", "Baltzer", "Balz", "Balzer", "Bamber", "Bamberg", "Bamberger", "Ban", "Bandel", "Bandemer", "Bander", "Bandler", "Bandow", "Bandt", "Banes", "Bang", "Bange", "Bangert", "Banghart", "Bank", "Banke", "Banker", "Bankert", "Bann", "Banner", "Banning", "Banse", "Bantle", "Bantz", "Banwart", "Banzhaf", "Bapst", "Barbe", "Barck", "Bareis", "Bares", "Barfknecht", "Barfuss", "Barie", "Baringer", "Barkey", "Barlage", "Barmann", "Barndt", "Barnick", "Baron", "Barsch", "Bart", "Bartel", "Bartelme", "Bartels", "Bartelt", "Barth", "Barthe", "Barthel", "Barthelmes", "Barthelmess", "Barthels", "Barthol", "Bartholomay", "Bartimus", "Bartl", "Bartle", "Bartling", "Bartmess", "Barton", "Bartosch", "Bartsch", "Bartz", "Baruth", "Barz", "Basch", "Basche", "Base", "Basel", "Basgall", "Basler", "Basner", "Bason", "Bass", "Basse", "Bassler", "Bassman", "Bast", "Basten", "Bastian", "Batcher", "Batdorf", "Batenhorst", "Bath", "Bathe", "Bathke", "Batt", "Batterman", "Batzer", "Bau", "Bauch", "Bauchman", "Baudendistel", "Bauder", "Bauer", "Bauerlein", "Bauermeister", "Bauers", "Bauersfeld", "Bauknecht", "Bauler", "Baum", "Baumann", "Baumbach", "Baumberger", "Baumeister", "Baumer", "Baumert", "Baumgard", "Baumgardt", "Baumgarner", "Baumgart", "Baumgarten", "Baumgartner", "Baumhardt", "Baumhover", "Baumler", "Baumstark", "Baumunk", "Baunach", "Baures", "Baus", "Baust", "Baustian", "Baute", "Bax", "Bay", "Bayer", "Bayerl", "Bayers", "Bayha", "Baze", "Bebber", "Bech", "Bechen", "Becher", "Becherer", "Bechler", "Bechtol", "Beck", "Becka", "Beckendorf", "Beckerman", "Beckert", "Beckmeyer", "Beder", "Bedner", "Beemer", "Beers", "Beese", "Beetz", "Begeman", "Beh", "Beha", "Behe", "Behl", "Behle", "Behlen", "Behler", "Behling", "Behlke", "Behm", "Behme", "Behmer", "Behner", "Behr", "Behre", "Behring", "Behringer", "Behrle", "Behrmann", "Behymer", "Beichler", "Beier", "Beierle", "Beiermann", "Beiler", "Beilfuss", "Beilke", "Beilstein", "Bein", "Beiner", "Beinlich", "Beise", "Beisel", "Beiser", "Beissel", "Beiswanger", "Beiswenger", "Beiter", "Beiting", "Beitz", "Belch", "Belger", "Belke", "Belle", "Bellenger", "Beller", "Bellin", "Belling", "Bellinger", "Bellinghausen", "Bellm", "Bellmer", "Below", "Belser", "Belt", "Belter", "Belzer", "Bendele", "Bender", "Bendig", "Bendler", "Bendorf", "Bendt", "Bene", "Benedum", "Benfer", "Benge", "Bengel", "Bening", "Benitz", "Benker", "Benninghoff", "Bensch", "Bense", "Bensel", "Bensen", "Benshoff", "Bensing", "Benter", "Benthin", "Bentler", "Bentrup", "Bentzel", "Benzel", "Benzschawel", "Berber", "Berchtold", "Berding", "Berend", "Berendes", "Berg", "Berge", "Bergen", "Bergener", "Berger", "Berges", "Bergfeld", "Bergholz", "Berghorst", "Bergmann", "Bergmeier", "Bergner", "Bergold", "Bergschneider", "Bergt", "Berhorst", "Beringer", "Berk", "Berka", "Berke", "Berkel", "Berkemeier", "Berkemeyer", "Berkner", "Berl", "Berling", "Bermann", "Bermel", "Bern", "Bernardy", "Bernau", "Bernauer", "Bernd", "Bernecker", "Berner", "Bernert", "Bernhagen", "Bernhardt", "Bernhart", "Berni", "Bernick", "Bernier", "Bernius", "Bernstein", "Bero", "Berres", "Berreth", "Bersch", "Bertel", "Bertels", "Bertelsen", "Berth", "Bertha", "Berthel", "Berthold", "Bertholf", "Bertram", "Bertsch", "Bertsche", "Bertz", "Berwald", "Besel", "Besemer", "Besler", "Bess", "Bessel", "Besselman", "Besser", "Bessinger", "Bessler", "Best", "Beste", "Bester", "Bestgen", "Betler", "Betschart", "Bettendorf", "Bettenhausen", "Better", "Bettger", "Betthauser", "Bettin", "Bettinger", "Bettner", "Betzer", "Betzler", "Betzner", "Betzold", "Beutel", "Beutler", "Bevers", "Beversdorf", "Beydler", "Beyer", "Beyerle", "Beyerlein", "Beyers", "Beyersdorf", "Beyke", "Beyler", "Bezner", "Bezold", "Biber", "Bick", "Bickel", "Bickhart", "Bicking", "Bickle", "Bickler", "Bidinger", "Bieber", "Biedenbach", "Biederman", "Biedermann", "Biediger", "Bieger", "Biegert", "Biehl", "Biehle", "Biehn", "Bieker", "Biel", "Biela", "Bielefeld", "Bielenberg", "Bieler", "Bielke", "Bien", "Bieneman", "Biener", "Bier", "Bierbaum", "Bierlein", "Bierly", "Biermann", "Bierschbach", "Bierschenk", "Bierwagen", "Bierwirth", "Biese", "Biesecker", "Bieser", "Biesinger", "Biesterfeld", "Bietz", "Biever", "Bigalke", "Bigner", "Bihl", "Bihler", "Bihm", "Bihn", "Bilderback", "Bilger", "Biller", "Billerbeck", "Billheimer", "Billick", "Billig", "Billing", "Billinger", "Billman", "Billmeyer", "Biltz", "Bilz", "Bindel", "Binder", "Bindner", "Bingel", "Bingenheimer", "Binger", "Binner", "Binsfeld", "Binstock", "Bintz", "Binz", "Birenbaum", "Biringer", "Birk", "Birkenfeld", "Birkhofer", "Birkle", "Birkner", "Birnbaum", "Birner", "Birr", "Birschbach", "Birt", "Birth", "Bischof", "Bischoff", "Bisping", "Bissen", "Bitler", "Bittel", "Bitter", "Bitterman", "Bittick", "Bitting", "Bittinger", "Bittner", "Bitzer", "Blacker", "Blackert", "Bladow", "Blaeser", "Blaesing", "Blaich", "Blanck", "Blanke", "Blankenbeckler", "Blankenburg", "Blankenheim", "Blankenhorn", "Blaschke", "Blaschko", "Blaser", "Blasing", "Blasius", "Blass", "Blatt", "Blattenberger", "Blau", "Blauert", "Blaufuss", "Blauser", "Blech", "Blecha", "Blecher", "Blechinger", "Blechman", "Blehm", "Bleich", "Bleicher", "Bleichner", "Bleier", "Bleil", "Bleile", "Bleiler", "Bleiweiss", "Blend", "Blender", "Blenker", "Blessing", "Blessinger", "Blessman", "Bley", "Bleyer", "Blick", "Bliese", "Bliesner", "Blind", "Blinder", "Blinn", "Bliss", "Blitz", "Blitzer", "Bloch", "Blocher", "Block", "Blocker", "Bloedow", "Blom", "Blomberg", "Blome", "Blose", "Bloss", "Blouch", "Blucher", "Bludau", "Bluhm", "Blum", "Blumberg", "Blume", "Blumenauer", "Blumenberg", "Blumenfeld", "Blumenschein", "Blumer", "Blumhagen", "Blumhardt", "Blunck", "Blunk", "Blust", "Bluth", "Bly", "Bobb", "Bobeck", "Bobek", "Boberg", "Bobinger", "Bobst", "Bobzien", "Boch", "Boche", "Bock", "Bockenstedt", "Bockhorst", "Bockoven", "Bodamer", "Bodden", "Bode", "Boden", "Bodenheimer", "Bodenschatz", "Bodenstein", "Bodensteiner", "Bodin", "Bodman", "Bodner", "Boebel", "Boeder", "Boedigheimer", "Boegel", "Boeglin", "Boeh", "Boehl", "Boehle", "Boehler", "Boehlert", "Boehlke", "Boehm", "Boehme", "Boehmer", "Boehnlein", "Boehringer", "Boelter", "Boenig", "Boenker", "Boers", "Boerst", "Boes", "Boese", "Boesel", "Boetcher", "Boettcher", "Boettger", "Boettner", "Boff", "Bogen", "Bogenrief", "Bogenschutz", "Boger", "Bogner", "Bogus", "Bohland", "Bohlander", "Bohle", "Bohlen", "Bohler", "Bohlinger", "Bohm", "Bohmann", "Bohmer", "Bohn", "Bohnen", "Bohnenkamp", "Bohner", "Bohnert", "Bohnet", "Bohnhoff", "Bohnsack", "Bohnstedt", "Bohr", "Bohrer", "Bokelman", "Boker", "Boland", "Bolander", "Bolch", "Bold", "Boldman", "Boldt", "Boler", "Bolich", "Boll", "Bolland", "Bolle", "Bollenbach", "Bollenbacher", "Bolles", "Bolling", "Bollmann", "Bolls", "Bolster", "Bolt", "Bolte", "Bolten", "Bolter", "Boltz", "Bolz", "Bomberger", "Bommer", "Bommersbach", "Bonenberger", "Boner", "Bongard", "Bonitz", "Bonn", "Bonne", "Bonson", "Bontrager", "Boock", "Booe", "Book", "Bookman", "Bopp", "Borde", "Bordes", "Bordner", "Borgerding", "Borges", "Borgmeyer", "Bork", "Borke", "Borkenhagen", "Bornheimer", "Bornhoft", "Bornholdt", "Bornhorst", "Bornmann", "Bornt", "Borntrager", "Borries", "Borrmann", "Bors", "Borsch", "Borst", "Borth", "Bortner", "Bortz", "Bosch", "Bose", "Bosecker", "Boseman", "Bosen", "Boser", "Bosler", "Boss", "Bosserman", "Bosshard", "Bosshardt", "Bosshart", "Bossler", "Bost", "Bostian", "Botsch", "Bottcher", "Bottenfield", "Bottorf", "Bottorff", "Botz", "Bowsher", "Boxberger", "Boyer", "Brabender", "Brach", "Brachman", "Bracht", "Brack", "Bracke", "Bracken", "Bracker", "Brackmann", "Brader", "Bradow", "Bradtke", "Braeger", "Brahler", "Brahm", "Brahms", "Bram", "Bramel", "Bramer", "Brammeier", "Brammer", "Brand", "Brandau", "Brandel", "Brandenberg", "Brandenburg", "Brandenburger", "Brandenstein", "Brander", "Brandes", "Brandl", "Brandmeyer", "Brands", "Brandstetter", "Brandt", "Branner", "Branning", "Branstetter", "Brantner", "Brasch", "Brasel", "Brass", "Brassel", "Bratsch", "Bratz", "Braucher", "Brauchle", "Braucht", "Braun", "Braunagel", "Braune", "Brauner", "Brauning", "Braunlich", "Braunschweig", "Brause", "Brausen", "Brautigam", "Brech", "Brecheisen", "Brecher", "Breck", "Brecke", "Brecker", "Breckner", "Bredemeyer", "Bredow", "Bredthauer", "Breer", "Breese", "Brege", "Bregenzer", "Breger", "Bregman", "Brehm", "Brehmer", "Brei", "Breidenbach", "Breidenstein", "Breiding", "Breidinger", "Breier", "Breig", "Breihan", "Breiner", "Breinholt", "Breinig", "Breining", "Breininger", "Breisch", "Breit", "Breitbach", "Breitbart", "Breitbarth", "Breitenbach", "Breitenfeldt", "Breitenstein", "Breithaupt", "Breitinger", "Breitkreutz", "Breitling", "Breitner", "Breitwieser", "Brelje", "Brem", "Bremer", "Bremmer", "Bremser", "Brendemuehl", "Brender", "Brendlinger", "Brenn", "Brenneis", "Brenneman", "Brenner", "Brenning", "Brensinger", "Brentlinger", "Brenzel", "Breske", "Breslauer", "Bressler", "Brest", "Brester", "Brethauer", "Bretl", "Bretschneider", "Bretthauer", "Brettschneider", "Bretz", "Breu", "Breuer", "Breuker", "Breunig", "Breuninger", "Brick", "Brickle", "Brief", "Briegel", "Brieger", "Briel", "Briese", "Brieske", "Brietzke", "Brill", "Brillhart", "Brimmer", "Brinkmeier", "Brinks", "Briski", "Britt", "Britz", "Brixius", "Brobeck", "Brobst", "Brockel", "Brockelman", "Brockert", "Brockhaus", "Brockhoff", "Brockmeier", "Brockner", "Brockschmidt", "Broda", "Brodbeck", "Broeckel", "Broge", "Brohl", "Broich", "Broll", "Brom", "Bromm", "Brommer", "Bronnenberg", "Bronner", "Brosch", "Brose", "Brosi", "Brosig", "Brosius", "Brosmer", "Bross", "Brossman", "Brost", "Broten", "Brott", "Brotz", "Brotzman", "Brox", "Broxterman", "Brubach", "Brubacher", "Bruch", "Bruck", "Brucker", "Bruckman", "Brucks", "Bruder", "Brueck", "Brueckner", "Brueggen", "Bruehl", "Bruemmer", "Bruesch", "Bruesewitz", "Brugge", "Bruhl", "Bruhns", "Brum", "Brumbach", "Brumer", "Brumm", "Brummer", "Brummund", "Brune", "Brunell", "Bruner", "Brunet", "Brungard", "Brungardt", "Brunger", "Brunken", "Brunker", "Brunkhorst", "Brunn", "Brunner", "Brunow", "Brunswick", "Bruntz", "Brunz", "Bruse", "Bruske", "Brusky", "Bruss", "Brust", "Bryers", "Bubeck", "Bubel", "Bublitz", "Buboltz", "Bubolz", "Buch", "Buchberger", "Buchbinder", "Buche", "Buchen", "Bucher", "Buchert", "Buchheim", "Buchheit", "Buchholtz", "Buchholz", "Buchinger", "Buchler", "Buchmann", "Buchmeier", "Buchner", "Buchs", "Buchsbaum", "Buchta", "Buchwald", "Buchwalter", "Buck", "Buckel", "Buckels", "Budde", "Budden", "Buddenhagen", "Buder", "Budinger", "Budke", "Budner", "Buechler", "Buechner", "Buecker", "Buege", "Buehner", "Buehrer", "Buehring", "Buelow", "Bueltel", "Buenger", "Buening", "Buerge", "Buerger", "Buerk", "Buerkle", "Buermann", "Buescher", "Buetow", "Buettner", "Buff", "Buffenbarger", "Bugenhagen", "Buhl", "Buhler", "Buhr", "Buhrman", "Buker", "Bulen", "Bulgrin", "Bull", "Buller", "Bulow", "Bultemeier", "Bultman", "Bumb", "Bunde", "Bundschuh", "Bungard", "Bunge", "Bunger", "Bunke", "Bunker", "Bunn", "Bunner", "Bunning", "Bunt", "Bunte", "Bunten", "Bunting", "Buntrock", "Bupp", "Burant", "Burau", "Burbach", "Burchardt", "Burckhardt", "Buren", "Burg", "Burgdorf", "Burge", "Burgener", "Burger", "Burgert", "Burggraf", "Burghard", "Burghardt", "Burghart", "Burgmeier", "Burgner", "Burgstahler", "Burgus", "Burhans", "Burich", "Burk", "Burkard", "Burke", "Burkel", "Burkert", "Burkhard", "Burkhardt", "Burkhart", "Burkheimer", "Burlage", "Buroker", "Burow", "Burr", "Burrer", "Burrichter", "Bursch", "Burse", "Burst", "Burt", "Bury", "Busch", "Busche", "Buscher", "Buschmann", "Buseman", "Buser", "Buske", "Buss", "Busscher", "Busse", "Bussen", "Busser", "Bussert", "Bussler", "Bussmann", "Butikofer", "Butsch", "Butt", "Butter", "Butters", "Buttke", "Buttler", "Buttner", "Butz", "Butzen", "Butzer", "Butzin", "Butzke", "Butzlaff", "Buxbaum", "Campe", "Candler", "Cantor", "Capito", "Carlin", "Carp", "Caspar", "Caspary", "Casper", "Chelius", "Christ", "Christel", "Christen", "Christl", "Christlieb", "Christmann", "Christoffer", "Christoph", "Christophel", "Ciske", "Clauer", "Clemen", "Clemens", "Closs", "Colbeck", "Commer", "Conradi", "Conrady", "Conrardy", "Cornatzer", "Cotta", "Cramm", "Crecelius", "Cripps", "Criste", "Cronister", "Cruse", "Cuda", "Dach", "Dachs", "Dade", "Daenzer", "Dagel", "Dagg", "Dahle", "Dahlem", "Dahlen", "Dahler", "Dahlheimer", "Dahling", "Dahlinger", "Dahlmann", "Dahm", "Dahmen", "Dahms", "Dahn", "Dahnke", "Daiber", "Daigh", "Dall", "Dallenbach", "Dallmann", "Dallmeyer", "Dalluge", "Dalpiaz", "Dalsing", "Dambach", "Damitz", "Damm", "Dammann", "Damme", "Dammer", "Dampf", "Damrau", "Damrow", "Damschroder", "Dang", "Dangler", "Danke", "Dankel", "Danker", "Dankers", "Dann", "Dannecker", "Danneman", "Dannenberg", "Dannenfelser", "Danner", "Danser", "Danz", "Danzeisen", "Danzer", "Dapp", "Darr", "Dasch", "Dase", "Dasinger", "Datz", "Daub", "Daube", "Daubenspeck", "Dauber", "Dauberman", "Daubert", "Daubner", "Dauer", "Daul", "Daum", "Daun", "Daunhauer", "Daus", "Dausman", "Dautel", "Dauterman", "Dawes", "De Paulis", "Debban", "Debes", "Debold", "Debolt", "Debus", "Dech", "Dechant", "Dechert", "Deckelman", "Decker", "Deckert", "Deckman", "Deeken", "Deerman", "Dees", "Deese", "Deffner", "Degen", "Degenhardt", "Degenhart", "Degenstein", "Deger", "Degler", "Degn", "Dehler", "Dehlinger", "Dehm", "Dehnel", "Dehner", "Dehnert", "Dehring", "Deibel", "Deibert", "Deibler", "Deich", "Deichert", "Deichmann", "Deimler", "Dein", "Deininger", "Deis", "Deiss", "Deist", "Deister", "Deiter", "Deitering", "Deiters", "Deland", "Delger", "Delker", "Dell", "Deller", "Delling", "Dellinger", "Delmar", "Delp", "Delventhal", "Delzer", "Deman", "Demand", "Demar", "Demel", "Demerath", "Demeter", "Deml", "Demler", "Demme", "Demmer", "Demmin", "Demming", "Demmy", "Demus", "Demuth", "Dencker", "Denecke", "Dengel", "Denger", "Dengler", "Denhart", "Denk", "Denke", "Denker", "Denner", "Dennert", "Denning", "Denninger", "Dennler", "Dentel", "Dentinger", "Dentler", "Dentz", "Denz", "Denzel", "Denzer", "Denzin", "Denzler", "Depner", "Deppen", "Depperschmidt", "Derbes", "Derflinger", "Dering", "Deringer", "Derleth", "Dermer", "Dern", "Dernbach", "Derner", "Derringer", "Dertinger", "Deschler", "Deschner", "Desens", "Dessauer", "Detloff", "Detmers", "Dettinger", "Dettlaff", "Dettling", "Dettloff", "Dettmann", "Detweiler", "Detzel", "Deubner", "Deuser", "Deuster", "Deuter", "Deutmeyer", "Deutsch", "Deutscher", "Deutschmann", "Dewald", "Dewitz", "Dexheimer", "Dey", "Dibbern", "Dichter", "Dick", "Dicke", "Dickel", "Dicker", "Dickerman", "Dickert", "Dickhaut", "Dickler", "Dickmann", "Dickmeyer", "Diebel", "Diebold", "Diefenbach", "Diefendorf", "Dieffenbach", "Diegel", "Diehl", "Diehr", "Dieker", "Diel", "Dieleman", "Dielman", "Diem", "Diener", "Dienes", "Dienst", "Dierlam", "Dierolf", "Diersing", "Dies", "Diestler", "Dietel", "Dieter", "Dieterich", "Dietert", "Dietl", "Dietlin", "Dietrich", "Dietz", "Dietze", "Dietzel", "Dietzen", "Dietzler", "Dietzman", "Diez", "Digman", "Dilcher", "Dilg", "Dilger", "Dill", "Dille", "Dillen", "Dillenburg", "Diller", "Dilling", "Dillinger", "Dillman", "Dillner", "Dilly", "Diltz", "Dimler", "Dimmer", "Dimmig", "Dinda", "Dingeldein", "Dinger", "Dinges", "Dingfelder", "Dingler", "Dingmann", "Dinkelman", "Dippold", "Dirlam", "Dirnberger", "Disch", "Dischinger", "Disque", "Diss", "Dissinger", "Distel", "Distler", "Ditmars", "Ditsch", "Dittberner", "Ditter", "Dittmann", "Dittrich", "Dittus", "Ditz", "Ditzel", "Dobberstein", "Dobbert", "Dobbertin", "Dobeck", "Dober", "Dobmeier", "Dobner", "Dobratz", "Dobrick", "Docken", "Dockendorf", "Dockstader", "Dockweiler", "Dodenhoff", "Dodt", "Doebler", "Doede", "Doeden", "Doehring", "Doell", "Doelling", "Doenges", "Doerflein", "Doerflinger", "Doerge", "Doering", "Doerner", "Doerr", "Doerrer", "Doffing", "Dohm", "Dohn", "Dohner", "Dohrer", "Dohse", "Doktor", "Dolch", "Dold", "Dolder", "Dolen", "Dolle", "Dollinger", "Dombrow", "Domeier", "Domer", "Domm", "Dommer", "Domres", "Donath", "Dondlinger", "Doner", "Doniger", "Donner", "Donsbach", "Dooner", "Dopke", "Dopp", "Doppler", "Doren", "Dorer", "Dorfman", "Doring", "Dorman", "Dorn", "Dornbusch", "Dorner", "Dornfeld", "Doron", "Dorow", "Dorr", "Dorries", "Dorschner", "Dorst", "Dorsten", "Dort", "Dorwart", "Dose", "Doser", "Doss", "Dosser", "Dost", "Doster", "Dotter", "Dotterer", "Dotterweich", "Dotzler", "Doup", "Drabant", "Drach", "Drachenberg", "Dragan", "Drage", "Draheim", "Drass", "Drath", "Draudt", "Drechsel", "Drechsler", "Drees", "Dreiling", "Dreis", "Dreisbach", "Dreith", "Drendel", "Dresbach", "Dresch", "Drescher", "Dresden", "Dresel", "Dresen", "Dresner", "Dress", "Dressel", "Dresser", "Dressler", "Dressman", "Dreves", "Drexel", "Drexler", "Drey", "Dreyer", "Drilling", "Droessler", "Droge", "Droll", "Drollinger", "Dross", "Druffel", "Drum", "Drumm", "Drummer", "Druschel", "Duberstein", "Dubner", "Dubs", "Duck", "Duckwitz", "Dudenhoeffer", "Duderstadt", "Dudick", "Dueck", "Duecker", "Duehring", "Duell", "Duellman", "Duer", "Duerr", "Duerst", "Duesing", "Duesler", "Duffner", "Dufner", "Duhl", "Dukart", "Dulberg", "Dull", "Dumke", "Dumler", "Dumm", "Dummer", "Dunk", "Dunkel", "Dunne", "Dunner", "Dunst", "Dupper", "Duren", "Durian", "During", "Durk", "Durman", "Durner", "Durr", "Durre", "Durrenberger", "Durrer", "Durst", "Dusch", "Dusel", "Dusing", "Dutt", "Duve", "Dux", "Dylla", "Ebach", "Eben", "Eberhard", "Eberhardt", "Eberhart", "Eberl", "Eberle", "Eberlein", "Eberlin", "Eberspacher", "Eberts", "Eberwein", "Ebinger", "Eble", "Eblen", "Ebnet", "Echternach", "Eck", "Eckard", "Eckardt", "Eckart", "Eckelman", "Eckels", "Ecker", "Eckermann", "Eckert", "Eckman", "Eckmann", "Eckrich", "Eckstein", "Edel", "Edelmann", "Eden", "Ediger", "Eding", "Edinger", "Edler", "Edling", "Effertz", "Effinger", "Effler", "Ege", "Egeler", "Egelhoff", "Eger", "Egert", "Egge", "Eggebrecht", "Eggeman", "Eggemeyer", "Egle", "Egloff", "Egolf", "Ehart", "Ehinger", "Ehlen", "Ehlinger", "Ehnert", "Ehnes", "Ehr", "Ehren", "Ehrenberg", "Ehrenfeld", "Ehrenreich", "Ehresmann", "Ehret", "Ehrgott", "Ehrhard", "Ehrhardt", "Ehrhart", "Ehrle", "Ehrler", "Ehrlich", "Ehrmann", "Ehrsam", "Eib", "Eich", "Eichacker", "Eichberger", "Eichel", "Eichelberg", "Eichelberger", "Eichen", "Eichenauer", "Eichenbaum", "Eichenberg", "Eichenberger", "Eichenlaub", "Eicher", "Eichert", "Eichholz", "Eichhorn", "Eichinger", "Eichmann", "Eichner", "Eichstaedt", "Eichten", "Eicke", "Eidam", "Eidem", "Eiden", "Eidenschink", "Eidman", "Eidt", "Eiermann", "Eifler", "Eigen", "Eigner", "Eike", "Eiker", "Eiler", "Eilts", "Einck", "Einhorn", "Einspahr", "Einstein", "Eirich", "Eiring", "Eis", "Eisch", "Eischeid", "Eischen", "Eischens", "Eisemann", "Eisen", "Eisenach", "Eisenbeis", "Eisenberg", "Eisenberger", "Eisenbraun", "Eisenhardt", "Eisenhauer", "Eisenhut", "Eisenlohr", "Eisenmann", "Eisenmenger", "Eisenreich", "Eisenstein", "Eisenzimmer", "Eiser", "Eiserman", "Eisiminger", "Eisman", "Eisner", "Eiss", "Eissler", "Eister", "Eiswerth", "Eitel", "Eiting", "Eitner", "Eitzen", "Ekstein", "Elbe", "Elbel", "Elbrecht", "Eleazer", "Eley", "Elfman", "Elgart", "Elhard", "Ell", "Ellebracht", "Elleman", "Ellenberg", "Ellenberger", "Ellenbogen", "Ellenburg", "Eller", "Ellerbeck", "Ellerbusch", "Ellifritz", "Ellig", "Ellinger", "Ellner", "Ellwanger", "Ellwein", "Elm", "Elman", "Elsaesser", "Elsass", "Elsasser", "Elsbernd", "Elsenpeter", "Elsing", "Elsner", "Elster", "Elter", "Elting", "Eltz", "Elzer", "Embler", "Emel", "Emge", "Emich", "Emick", "Emig", "Eminger", "Emler", "Emmer", "Emmerich", "Emmerling", "Emmert", "Emminger", "Emmrich", "Emrich", "Ems", "Emter", "Ende", "Enders", "Endler", "Endlich", "Endorf", "Endres", "Endris", "Enfinger", "Eng", "Engbrecht", "Enge", "Engel", "Engelbert", "Engelbrecht", "Engeldinger", "Engelhard", "Engelhardt", "Engelhaupt", "Engelmann", "Engels", "Engelsman", "Engemann", "Englert", "Englerth", "Engman", "Enis", "Enns", "Ens", "Enser", "Ensing", "Ensinger", "Ensminger", "Ensz", "Enter", "Entler", "Entringer", "Entz", "Enzweiler", "Eplin", "Epling", "Eppich", "Epping", "Eppinger", "Epstein", "Epting", "Erath", "Erb", "Erbach", "Erbacher", "Erbe", "Erben", "Erber", "Erbes", "Erdmann", "Erhard", "Erhardt", "Erhart", "Erion", "Erk", "Erker", "Erlanger", "Erle", "Erler", "Erling", "Erlinger", "Ermel", "Ermer", "Erne", "Ernesti", "Erno", "Ernst", "Ernsting", "Erpelding", "Erpenbach", "Ertz", "Erwin", "Erxleben", "Esch", "Eschbach", "Esche", "Eschen", "Eschenbach", "Eschenbacher", "Eschenbrenner", "Eschenburg", "Escher", "Eschler", "Eschmann", "Eschrich", "Esker", "Esler", "Espe", "Espenschied", "Esper", "Espey", "Esse", "Esselman", "Essen", "Esser", "Essert", "Essig", "Essinger", "Essler", "Esslinger", "Essman", "Essner", "Esswein", "Ester", "Esther", "Etter", "Ettinger", "Ettlinger", "Etzkorn", "Etzler", "Eucker", "Eulberg", "Euler", "Eversman", "Eveslage", "Evinger", "Ewig", "Exner", "Eyer", "Eyerman", "Eyman", "Eyrich", "Eyring", "Eyster", "Faatz", "Fabacher", "Fabrizius", "Fackelman", "Facklam", "Fackler", "Factor", "Faden", "Faerber", "Faeth", "Fager", "Fahl", "Fahle", "Fahn", "Fahnestock", "Fahr", "Fahrbach", "Fahrenholz", "Fahrenkrug", "Fahrer", "Fahringer", "Fahrner", "Faigle", "Faist", "Fait", "Faix", "Fakler", "Falb", "Falck", "Falen", "Falk", "Falke", "Falkenberg", "Falkenhagen", "Falkenstein", "Falkner", "Fall", "Fallin", "Fandrey", "Fandrich", "Fang", "Fanger", "Fank", "Fansler", "Farber", "Farin", "Farner", "Farr", "Farrenkopf", "Farrer", "Farwick", "Fasel", "Fasold", "Fass", "Fassbender", "Fasse", "Fassler", "Faubel", "Fauerbach", "Faulstich", "Faupel", "Faus", "Faust", "Fauth", "Feazel", "Feazell", "Fecher", "Fechner", "Fecht", "Fedde", "Feder", "Federer", "Federman", "Feese", "Feeser", "Fehl", "Fehler", "Fehlman", "Fehrenbach", "Fehrenbacher", "Fehring", "Feichter", "Feick", "Feickert", "Feider", "Feidt", "Feierabend", "Feiertag", "Feig", "Feige", "Feigel", "Feigen", "Feil", "Feiler", "Fein", "Feinauer", "Feind", "Feiner", "Feist", "Feith", "Felber", "Feld", "Feldbauer", "Feldberg", "Felde", "Felder", "Feldhaus", "Feldhausen", "Feldmann", "Feldmeier", "Feldner", "Feldpausch", "Felgenhauer", "Felger", "Felkel", "Felker", "Felkner", "Fellbaum", "Fellenbaum", "Fellenz", "Feller", "Fellinger", "Fellman", "Fellner", "Fels", "Felsen", "Felser", "Felsing", "Felske", "Felten", "Feltenberger", "Felter", "Feltner", "Fenchel", "Fendler", "Fendrich", "Fendt", "Fenger", "Fengler", "Fenrich", "Fenster", "Fenstermacher", "Fent", "Fenter", "Fenzel", "Ferber", "Ferch", "Ferderer", "Ferdinand", "Ferg", "Ferge", "Fergen", "Ferger", "Fernau", "Fernbach", "Ferner", "Fernholz", "Fernow", "Fersch", "Ferst", "Ferster", "Fertig", "Ferwerda", "Feser", "Fesperman", "Fess", "Fessler", "Fest", "Fester", "Feth", "Fetsch", "Fetter", "Fettes", "Fettig", "Fettinger", "Fetty", "Fetzer", "Feucht", "Feuer", "Feuerbach", "Feuerbacher", "Feuerborn", "Feuerhelm", "Feuerstein", "Feuling", "Feulner", "Feurer", "Fey", "Feyen", "Fichter", "Fichtner", "Fickel", "Ficken", "Ficker", "Fickert", "Fickes", "Fiddler", "Fiebelkorn", "Fieber", "Fiebig", "Fiebiger", "Fiechter", "Fiechtner", "Fiedler", "Fieger", "Fiegl", "Fies", "Fieseler", "Fieser", "Fietz", "Figge", "Fillers", "Fillinger", "Fillman", "Filsinger", "Filtz", "Filzen", "Finck", "Fincke", "Findeisen", "Finder", "Findling", "Finfrock", "Fingerhut", "Fink", "Finkbeiner", "Finke", "Finkel", "Finken", "Finn", "Finneman", "Finner", "Finster", "Fintel", "Finzel", "Fisch", "Fischbach", "Fischer", "Fischman", "Fiscus", "Fissel", "Fistler", "Fitting", "Fitz", "Fitzke", "Fitzner", "Fix", "Fizer", "Flach", "Flad", "Fladung", "Flagel", "Flagler", "Flaig", "Flak", "Flake", "Flam", "Flamer", "Flaming", "Flammer", "Flansburg", "Flasch", "Flatau", "Flath", "Flatow", "Flaum", "Flechsig", "Fleck", "Fleckenstein", "Flecker", "Flegel", "Fleig", "Fleisch", "Fleischer", "Fleischhacker", "Fleischhauer", "Fleischmann", "Fleissner", "Fleitz", "Fleming", "Flemmer", "Flemming", "Flenner", "Flesch", "Flesner", "Flick", "Flicker", "Flickinger", "Flickner", "Fliegel", "Flieger", "Flier", "Flinner", "Floch", "Flock", "Floerchinger", "Floerke", "Flohr", "Flor", "Florer", "Florman", "Floss", "Floto", "Fluckiger", "Fluegel", "Flug", "Fluhr", "Flusche", "Focht", "Fochtman", "Fockler", "Foell", "Foeller", "Foerst", "Foerster", "Foertsch", "Fohl", "Fohn", "Fokken", "Foland", "Folck", "Folger", "Folkers", "Folkert", "Folkerts", "Folkner", "Folland", "Follmer", "Follweiler", "Fonger", "Forberg", "Forcht", "Forer", "Forker", "Fornwalt", "Forsman", "Forst", "Forster", "Forstner", "Forth", "Fortmann", "Fortner", "Fosselman", "Fossen", "Fraas", "Frack", "Frady", "Fraedrich", "Fraenkel", "Frager", "Franciscus", "Frank", "Frankart", "Franke", "Frankel", "Frankenberg", "Frankenberger", "Frankenstein", "Frankhauser", "Frankl", "Frantz", "Franz", "Franzel", "Franzman", "Frase", "Fratzke", "Frech", "Fredenburg", "Frederking", "Freeh", "Frei", "Freiberg", "Freiberger", "Freiburger", "Freier", "Freiermuth", "Freiheit", "Freihofer", "Freilich", "Freiling", "Freiman", "Freimark", "Freimuth", "Frein", "Freisinger", "Freitag", "Frels", "Frentz", "Frentzel", "Fretheim", "Fretz", "Freud", "Freudenberg", "Freudenberger", "Freund", "Freundlich", "Frey", "Freye", "Freyer", "Freyermuth", "Freyman", "Freymiller", "Freytag", "Friberg", "Frick", "Fricke", "Frickel", "Fricker", "Frie", "Friebel", "Fried", "Friedberg", "Friede", "Friedel", "Friedemann", "Frieder", "Friederich", "Friederichs", "Friedland", "Friedlander", "Friedlein", "Friedmann", "Friedrich", "Friedrichs", "Friel", "Frieling", "Friemel", "Fries", "Friese", "Friesen", "Friesenhahn", "Friesner", "Friess", "Friesz", "Fringer", "Frisch", "Frischkorn", "Frischmann", "Friske", "Fritsch", "Fritsche", "Fritz", "Fritzen", "Fritzinger", "Fritzler", "Fritzsche", "Froebel", "Froehle", "Froehlich", "Froelich", "Froh", "Frohlich", "Frohman", "Frohn", "Frolich", "Fromer", "Fromm", "Fromme", "Frommelt", "Frommer", "Froneberger", "Froning", "Froom", "Frosch", "Frueh", "Fruehauf", "Fruehling", "Fruhling", "Frum", "Fruth", "Fryer", "Fryling", "Fuchs", "Fuehrer", "Fuemmeler", "Fuerst", "Fuerstenau", "Fuerstenberg", "Fuess", "Fuge", "Fugler", "Fuhr", "Fuhrmann", "Fuhrmeister", "Fuhs", "Fuld", "Fullmer", "Fulmer", "Funck", "Funk", "Funke", "Furst", "Furstenberg", "Furth", "Fuse", "Fuss", "Fusselman", "Fussner", "Futter", "Gaa", "Gaar", "Gabbert", "Gabe", "Gabel", "Gabelman", "Gaber", "Gabert", "Gabler", "Gach", "Gacke", "Gackle", "Gade", "Gaebel", "Gaebler", "Gaede", "Gaertner", "Gaetz", "Gaff", "Gaffke", "Gagel", "Gagen", "Gager", "Gahm", "Gahn", "Gaier", "Gail", "Gaiser", "Gallenstein", "Gallentine", "Galler", "Galley", "Gallinger", "Gallmeyer", "Galm", "Galster", "Gambel", "Gamber", "Game", "Gamm", "Gammel", "Gang", "Gange", "Gangel", "Ganger", "Gangloff", "Gangwer", "Gann", "Gans", "Ganschow", "Gansemer", "Ganser", "Ganske", "Ganster", "Gansz", "Gant", "Ganter", "Gantert", "Ganther", "Gantz", "Gantzer", "Ganz", "Ganzel", "Ganzer", "Gapp", "Garb", "Garbe", "Garbisch", "Garbrecht", "Gardon", "Gareis", "Garen", "Garger", "Garing", "Garinger", "Garis", "Garl", "Garlick", "Garlin", "Garlitz", "Garman", "Garn", "Garringer", "Garris", "Garriss", "Garski", "Garst", "Garten", "Garth", "Garthe", "Gartner", "Garven", "Garver", "Gasch", "Gaschler", "Gase", "Gaskamp", "Gasner", "Gasper", "Gassel", "Gassen", "Gasser", "Gassler", "Gassner", "Gast", "Gaster", "Gathings", "Gathman", "Gatz", "Gatza", "Gatzemeyer", "Gau", "Gaub", "Gauck", "Gauer", "Gauerke", "Gauger", "Gauker", "Gaul", "Gaumer", "Gaus", "Gausman", "Gauss", "Gaw", "Gawel", "Gawron", "Gayer", "Gayler", "Gayman", "Gear", "Gebauer", "Gebel", "Gebers", "Gebert", "Gebhard", "Gebhardt", "Gebhart", "Gebler", "Geck", "Geckle", "Geckler", "Geese", "Geffner", "Gefroh", "Gegenheimer", "Gegner", "Gehl", "Gehlbach", "Gehle", "Gehlen", "Gehler", "Gehlert", "Gehlhausen", "Gehling", "Gehm", "Gehr", "Gehres", "Gehret", "Gehrig", "Gehring", "Gehringer", "Gehris", "Gehrt", "Geib", "Geibel", "Geier", "Geil", "Geiling", "Geiman", "Geimer", "Geis", "Geise", "Geisel", "Geiselman", "Geisen", "Geiser", "Geisert", "Geisinger", "Geiss", "Geisser", "Geissinger", "Geissler", "Geist", "Geister", "Geisz", "Geitner", "Geitz", "Gelhar", "Gelhaus", "Gell", "Geller", "Gellert", "Gelles", "Gellman", "Gellner", "Gelnett", "Gelsinger", "Geltz", "Gemar", "Gembala", "Gemme", "Gemmel", "Gemmer", "Genest", "Genge", "Gengenbach", "Genn", "Gens", "Gensel", "Gensemer", "Genser", "Gensheimer", "Gent", "Genthe", "Genther", "Gentz", "Genz", "Genzer", "Georg", "Georgen", "Georger", "Georgi", "Gepner", "Geppert", "Gera", "Gerads", "Gerber", "Gerberding", "Gerberich", "Gerbig", "Gerbitz", "Gerbracht", "Gerde", "Gerdeman", "Gerdon", "Gerfen", "Gerg", "Gergen", "Gerhard", "Gerhardstein", "Gerhardt", "Gerhart", "Gerhartz", "Gerhold", "Gerich", "Gerig", "Geringer", "Gerke", "Gerl", "Gerlach", "Gerleman", "Gerlich", "Gerling", "Gerloff", "Gerlt", "German", "Germann", "Germer", "Gernand", "Gerndt", "Gerner", "Gernert", "Gernhardt", "Gero", "Gerold", "Gersch", "Gerst", "Gerstein", "Gerstel", "Gersten", "Gerstenberger", "Gerstman", "Gerten", "Gerth", "Gertler", "Gertner", "Gervin", "Gerwe", "Gerwig", "Gerwin", "Geschwind", "Gesell", "Geske", "Gess", "Gessert", "Gessner", "Geter", "Gettel", "Gettig", "Getting", "Gettinger", "Gettler", "Gettman", "Getz", "Geyer", "Gibbens", "Gibler", "Giebel", "Giebler", "Gieck", "Giedd", "Giefer", "Gieger", "Giegerich", "Giel", "Gienger", "Gier", "Gierach", "Giere", "Giering", "Gieringer", "Gierke", "Giersch", "Giertz", "Giesbrecht", "Giese", "Giesecke", "Giesel", "Gieseler", "Gieser", "Giesler", "Gietzen", "Gift", "Gil", "Gilb", "Gilberg", "Gilcher", "Gildehaus", "Gildner", "Gilgen", "Gilgenbach", "Gilger", "Gill", "Gille", "Gillen", "Giller", "Gilles", "Gillig", "Gillitzer", "Gillman", "Gilly", "Gilmer", "Gilsdorf", "Gilster", "Giltz", "Gimbel", "Gimpel", "Gimple", "Ginder", "Gindt", "Ging", "Ginger", "Ginkel", "Ginter", "Gintz", "Gipp", "Gipple", "Girman", "Girten", "Girtz", "Gish", "Gitchel", "Gitt", "Gitter", "Gittinger", "Givler", "Glaab", "Gladbach", "Glade", "Gladis", "Glaeser", "Glahn", "Glander", "Glandorf", "Glandt", "Glantz", "Glas", "Glaser", "Glasner", "Glass", "Glassel", "Glasser", "Glassman", "Glassmeyer", "Glassner", "Glatz", "Glatzer", "Glaub", "Glauber", "Glauner", "Glave", "Glawe", "Gleich", "Gleicher", "Gleim", "Gleissner", "Glende", "Glenz", "Gless", "Glessner", "Glissman", "Glock", "Glockner", "Glod", "Gloden", "Gloeckner", "Glore", "Glos", "Gloss", "Glosser", "Glossner", "Glotzbach", "Glotzer", "Gluck", "Gluckman", "Glueck", "Glueckert", "Glunz", "Gluth", "Gmitter", "Gnau", "Gneiting", "Gobel", "Goben", "Gober", "Gobert", "Goblirsch", "Gobrecht", "Gocke", "Godding", "Godel", "Goding", "Goeb", "Goebel", "Goeckner", "Goede", "Goeden", "Goedken", "Goeglein", "Goehring", "Goeke", "Goellner", "Goelz", "Goelzer", "Goens", "Goerdt", "Goeringer", "Goerner", "Goertz", "Goertzen", "Goessling", "Goethe", "Goetsch", "Goetschius", "Goett", "Goetter", "Goetting", "Goettsch", "Goettsche", "Goetze", "Goetzinger", "Gogel", "Gogolin", "Gohn", "Gohr", "Gohring", "Goike", "Going", "Golberg", "Golda", "Goldammer", "Goldbach", "Goldbeck", "Goldberg", "Golde", "Golder", "Goldhammer", "Golding", "Goldinger", "Goldman", "Goldmann", "Goldner", "Goldrick", "Goldschmidt", "Goldstein", "Goldwasser", "Goll", "Goller", "Gollin", "Gollinger", "Gollub", "Golly", "Golub", "Golz", "Goman", "Gomberg", "Gongaware", "Gonnerman", "Gonser", "Gonter", "Goosman", "Goracke", "Gorder", "Gorenflo", "Gorges", "Goring", "Gorman", "Gorr", "Gosch", "Gose", "Gosling", "Goss", "Gosser", "Gossman", "Goth", "Gothard", "Gotsch", "Gott", "Gotter", "Gottfried", "Gotthardt", "Gotthelf", "Gottlieb", "Gottlob", "Gottman", "Gottsch", "Gottschalk", "Gottschall", "Gottstein", "Gottula", "Govert", "Goy", "Grab", "Grabe", "Graben", "Grabenstein", "Graber", "Grabert", "Grabner", "Grad", "Graddick", "Grade", "Gradel", "Gradin", "Gradwohl", "Graeber", "Graebner", "Graefe", "Graeser", "Graeter", "Graetz", "Graf", "Grafe", "Graff", "Grahl", "Graichen", "Grall", "Gramann", "Gramer", "Gramke", "Gramlich", "Gramm", "Grammer", "Grams", "Gran", "Grand", "Grande", "Grandt", "Graner", "Grannemann", "Gransee", "Granzow", "Gras", "Grasmick", "Grasse", "Grassl", "Grassman", "Grassmyer", "Grater", "Gratzer", "Grau", "Grauberger", "Graue", "Grauel", "Grauer", "Graul", "Graulich", "Graumann", "Graunke", "Graupman", "Graupner", "Graver", "Grebe", "Greber", "Grebner", "Gregor", "Gregorius", "Greif", "Greiff", "Greil", "Greimann", "Grein", "Greinke", "Greis", "Greiser", "Greiss", "Greiwe", "Grell", "Grelle", "Grems", "Grenke", "Grenz", "Gresens", "Gress", "Gresser", "Gressler", "Gressman", "Greth", "Gretz", "Gretzinger", "Greubel", "Greuel", "Greulich", "Greven", "Grewe", "Grey", "Grief", "Grieger", "Grieme", "Griesbach", "Griesbaum", "Griesemer", "Grieshop", "Griesinger", "Griesmer", "Griess", "Griest", "Griff", "Griffel", "Grifka", "Grill", "Grimm", "Grimme", "Grimmer", "Grindel", "Gring", "Gripp", "Grittner", "Grob", "Grobe", "Grober", "Groden", "Groeber", "Groebner", "Groeger", "Groeschel", "Groesser", "Groetsch", "Grof", "Grogg", "Groh", "Grohe", "Grohmann", "Grohs", "Groll", "Groman", "Gromer", "Gronau", "Gronbach", "Grone", "Gronemeyer", "Groner", "Gronert", "Groninger", "Gropp", "Groppe", "Gropper", "Grosch", "Groshans", "Groskopf", "Groskreutz", "Gross", "Grossberg", "Grosse", "Grosser", "Grosshans", "Grossheim", "Grosskopf", "Grosskreutz", "Grossmann", "Grubbe", "Grube", "Gruben", "Gruber", "Grubert", "Grubman", "Gruel", "Gruen", "Grueneberg", "Gruener", "Gruenke", "Grueser", "Grueter", "Gruetzmacher", "Grulke", "Grumet", "Grun", "Grunberg", "Grund", "Grunden", "Grundmeier", "Gruner", "Grunert", "Grunfeld", "Grunke", "Grunow", "Grunst", "Grunwald", "Grupp", "Gruss", "Grussing", "Grutzmacher", "Gubbels", "Guckenberger", "Gudde", "Gude", "Gudger", "Guebert", "Guell", "Guenther", "Guenthner", "Guenzel", "Guertler", "Guess", "Guetschow", "Gugel", "Gulden", "Guldner", "Gumm", "Gummer", "Gumpert", "Gums", "Gumz", "Gund", "Gunder", "Gunderman", "Gundlach", "Gundling", "Gundrum", "Gunkel", "Gunsch", "Gunst", "Gunter", "Gunther", "Gunzenhauser", "Gurian", "Gurr", "Gurtler", "Gurtner", "Gurwell", "Guse", "Gusler", "Guss", "Gussler", "Gussman", "Gust", "Guster", "Gustin", "Gustus", "Gut", "Gutekunst", "Gutermuth", "Guth", "Gutheil", "Guthier", "Guthman", "Gutkin", "Gutsch", "Gutschow", "Gutt", "Guttenberg", "Gutting", "Guttmann", "Gutwein", "Gutzler", "Gutzman", "Haab", "Haag", "Haage", "Haagen", "Haake", "Haan", "Haar", "Haase", "Habel", "Habenicht", "Haber", "Haberberger", "Haberer", "Haberkorn", "Haberl", "Haberland", "Haberman", "Habermann", "Habermehl", "Haberstroh", "Habetz", "Habicht", "Habig", "Habiger", "Hable", "Hach", "Hache", "Hachtel", "Hackbart", "Hackbarth", "Hacke", "Hackel", "Hackenberg", "Hacker", "Hackert", "Hackl", "Hackler", "Hackmann", "Hadel", "Haden", "Hader", "Hadler", "Haeberle", "Haecker", "Haeffner", "Haefner", "Haeg", "Haegele", "Haeger", "Haehn", "Haehnel", "Haenel", "Haener", "Haer", "Haerr", "Haertel", "Haertling", "Haese", "Haessig", "Haessler", "Hafer", "Haferkamp", "Haffer", "Haffner", "Haft", "Hage", "Hagedorn", "Hagel", "Hagele", "Hagelstein", "Hagemann", "Hagemeier", "Hagemeyer", "Hagen", "Hagenbuch", "Hager", "Hagert", "Hagle", "Hagler", "Hagmann", "Hagner", "Hahl", "Hahm", "Hahn", "Hahne", "Hahner", "Hahs", "Hain", "Haisler", "Haitz", "Halbach", "Halberg", "Halberstadt", "Halbig", "Halbleib", "Halbur", "Halder", "Halderman", "Haling", "Hallbauer", "Halle", "Halleck", "Haller", "Halling", "Halt", "Halter", "Hamacher", "Hamann", "Hambel", "Hamberg", "Hamberger", "Hambrecht", "Hamburg", "Hamburger", "Hamel", "Hamiter", "Hamler", "Hamm", "Hammann", "Hammer", "Hammerbeck", "Hammerle", "Hammerman", "Hammermeister", "Hammers", "Hammerschmidt", "Hammerstein", "Hamp", "Hampe", "Hampel", "Hamper", "Hanauer", "Handel", "Handke", "Handler", "Handlos", "Handorf", "Handrich", "Handrick", "Handschuh", "Handt", "Handwerker", "Hanel", "Hanen", "Haner", "Hanf", "Hanft", "Hangartner", "Hanig", "Hanisch", "Hank", "Hann", "Hanna", "Hannasch", "Hannemann", "Hannen", "Hanner", "Hannes", "Hanni", "Hannibal", "Hanno", "Hanold", "Hanover", "Hans", "Hansberger", "Hansch", "Hanse", "Hansel", "Hanselman", "Hansler", "Hantz", "Hanz", "Hanzel", "Happ", "Happe", "Happel", "Harb", "Hardbarger", "Hardebeck", "Hardt", "Hardwick", "Hargesheimer", "Harig", "Harl", "Harlacher", "Harleman", "Harless", "Harlin", "Harling", "Harlos", "Harmann", "Harmeling", "Harmeyer", "Harnack", "Harner", "Harnick", "Harnisch", "Harnsberger", "Harold", "Harp", "Harpe", "Harpel", "Harps", "Harried", "Harriger", "Harring", "Harruff", "Harsch", "Harshberger", "Hart", "Hartbarger", "Hartel", "Hartell", "Hartenstein", "Harter", "Hartfiel", "Harth", "Hartig", "Harting", "Hartinger", "Hartke", "Hartkopf", "Hartle", "Hartleben", "Hartlieb", "Hartling", "Hartmann", "Hartnagel", "Hartner", "Hartranft", "Hartrick", "Hartstein", "Hartter", "Hartung", "Hartwig", "Hartz", "Hartzheim", "Hartzler", "Harwick", "Harz", "Hasch", "Haschke", "Hase", "Haselhorst", "Haselhuhn", "Hasemann", "Hasenauer", "Hasenstab", "Haser", "Haskamp", "Haske", "Haslinger", "Haspel", "Hasper", "Hass", "Hasse", "Hassel", "Hasselbach", "Hasser", "Hassig", "Hassing", "Hassinger", "Hassler", "Hasslinger", "Hassman", "Hast", "Hastert", "Hasz", "Hattendorf", "Hatz", "Hatzenbuhler", "Hauber", "Haubert", "Haubner", "Haubold", "Haubrich", "Hauch", "Hauck", "Hauenstein", "Hauer", "Hauf", "Haufe", "Hauff", "Haufler", "Haug", "Hauge", "Hauk", "Hauke", "Haumann", "Haun", "Haupert", "Haupt", "Hauptmann", "Haus", "Hausauer", "Hausch", "Hauschild", "Hauschildt", "Hause", "Hausen", "Hauser", "Hauserman", "Haushalter", "Hausknecht", "Hausladen", "Hausman", "Hausmann", "Hausner", "Hauss", "Hausser", "Haussler", "Haussmann", "Hauswirth", "Haut", "Hauter", "Hauth", "Havener", "Hay", "Haydt", "Haye", "Hayn", "Hayner", "Hebel", "Hebenstreit", "Heber", "Heberle", "Hebert", "Hebl", "Hebrank", "Hechler", "Hecht", "Heck", "Heckaman", "Heckel", "Heckendorf", "Heckendorn", "Hecker", "Heckerman", "Heckert", "Heckler", "Heckmann", "Hecksel", "Hector", "Hedrich", "Heeg", "Heeke", "Heep", "Heermann", "Hefel", "Heffner", "Hefler", "Hefner", "Heft", "Hefter", "Hege", "Hegemann", "Heger", "Hegewald", "Hegner", "Hehl", "Hehn", "Hehr", "Heiberg", "Heiberger", "Heichel", "Heichelbech", "Heid", "Heide", "Heidebrecht", "Heidel", "Heidelberg", "Heidelberger", "Heideman", "Heidemann", "Heiden", "Heidenreich", "Heider", "Heidkamp", "Heidmann", "Heidner", "Heidrich", "Heidt", "Heidtke", "Heidtman", "Heien", "Heifner", "Heigel", "Heiges", "Heil", "Heilbrun", "Heilbrunn", "Heileman", "Heilig", "Heiliger", "Heilmann", "Heimann", "Heimbach", "Heimberg", "Heimberger", "Heimbuch", "Heimburger", "Heimerdinger", "Heimerl", "Heimerman", "Heimgartner", "Heimlich", "Heimsoth", "Hein", "Heinbach", "Heine", "Heinemann", "Heinemeyer", "Heiner", "Heinig", "Heiniger", "Heininger", "Heinisch", "Heinitz", "Heinke", "Heinkel", "Heinlein", "Heino", "Heinold", "Heinrich", "Heinrichs", "Heinritz", "Heintschel", "Heintz", "Heintze", "Heintzelman", "Heintzman", "Heinz", "Heinze", "Heinzelman", "Heinzen", "Heinzer", "Heiserman", "Heishman", "Heisinger", "Heisler", "Heisner", "Heisser", "Heisserer", "Heist", "Heistand", "Heit", "Heiting", "Heitmann", "Heitmeyer", "Heitner", "Heizer", "Helberg", "Helbig", "Helbing", "Held", "Helderman", "Heldman", "Heldt", "Helfenstein", "Helferich", "Helfert", "Helfgott", "Helfman", "Helfrich", "Helget", "Hell", "Helle", "Heller", "Helling", "Hellinger", "Hellman", "Hellmann", "Hellmuth", "Hellner", "Hellriegel", "Hellstern", "Hellweg", "Hellwege", "Helm", "Helmbrecht", "Helme", "Helmer", "Helmes", "Helmich", "Helmick", "Helmig", "Helmlinger", "Helmreich", "Helmrich", "Helmstetter", "Helmuth", "Helsing", "Helt", "Heltemes", "Heltzel", "Helwig", "Hemauer", "Hemberger", "Hemken", "Hemker", "Hemler", "Hemm", "Hemme", "Hemmelgarn", "Hemmer", "Hemmerich", "Hemmerle", "Hemmerling", "Hemmert", "Hemming", "Hemminger", "Hemp", "Hempe", "Hempel", "Hempfling", "Hemple", "Hemsath", "Henck", "Henckel", "Hendel", "Hendler", "Hendrich", "Hendricksen", "Heng", "Hengel", "Hengen", "Hengesbach", "Hengst", "Henige", "Heninger", "Henk", "Henke", "Henkel", "Henkelman", "Henkels", "Henle", "Henne", "Henneberg", "Henneberger", "Hennemann", "Henner", "Hennig", "Henniger", "Henninger", "Henny", "Hensch", "Henschel", "Henschen", "Hensel", "Henseler", "Hensler", "Hentschel", "Hentz", "Hentze", "Henz", "Henzel", "Hepner", "Hepp", "Heppe", "Heppner", "Hepting", "Her", "Herb", "Herbel", "Herber", "Herberg", "Herberger", "Herbers", "Herbert", "Herbig", "Herbold", "Herbolsheimer", "Herbst", "Herbster", "Herbstritt", "Herde", "Herdegen", "Herder", "Herdman", "Herdrich", "Herdt", "Hereth", "Herfel", "Herford", "Herfurth", "Hergenreder", "Hergenrother", "Herget", "Hergott", "Hering", "Heringer", "Herkert", "Herl", "Herling", "Herlinger", "Hermann", "Hermesch", "Hermreck", "Herold", "Herpel", "Herpich", "Herr", "Herrboldt", "Herre", "Herren", "Herres", "Herrig", "Herriges", "Herring", "Herrle", "Herrling", "Herrmann", "Hersch", "Herschbach", "Herschberger", "Herschel", "Herscher", "Herstein", "Hert", "Hertel", "Hertenstein", "Herter", "Hertig", "Herting", "Hertle", "Hertlein", "Hertler", "Hertling", "Hertwig", "Hertz", "Hertzberg", "Hertzog", "Herwick", "Herwig", "Herz", "Herzberg", "Herzberger", "Herzer", "Herzfeld", "Herzig", "Herzing", "Herzog", "Hesch", "Heschke", "Heser", "Hesler", "Hespe", "Hess", "Hesse", "Hessel", "Hessen", "Hesser", "Hessert", "Hessinger", "Hessler", "Hessling", "Hessman", "Hessong", "Hesterberg", "Hetler", "Hettich", "Hettinger", "Hettwer", "Hetz", "Hetzel", "Hetzer", "Hetzler", "Hetzner", "Heuberger", "Heuck", "Heuer", "Heuermann", "Heuman", "Heumann", "Heun", "Heuring", "Heuss", "Heussner", "Hey", "Heyd", "Heyde", "Heyden", "Heyder", "Heydinger", "Heydt", "Heyen", "Heyer", "Heying", "Heyl", "Heymann", "Heyn", "Heyob", "Hibben", "Hibbler", "Hibner", "Hickel", "Hidde", "Hieb", "Hieber", "Hiebert", "Hiegel", "Hielscher", "Hiemenz", "Hiestand", "Hiester", "Hilber", "Hilberg", "Hilbig", "Hilbrich", "Hild", "Hilde", "Hildebrand", "Hildebrandt", "Hildebrant", "Hilden", "Hildenbrand", "Hildenbrandt", "Hilderbrandt", "Hildman", "Hildner", "Hilgart", "Hilger", "Hilgert", "Hilker", "Hilkert", "Hill", "Hillegas", "Hillegass", "Hilleman", "Hillenburg", "Hiller", "Hillerman", "Hillesheim", "Hilligoss", "Hillner", "Hilmer", "Hilmes", "Hilpert", "Hils", "Hilscher", "Hilsinger", "Hilsman", "Hilt", "Hiltbrand", "Himler", "Himmel", "Himmelberg", "Himmelberger", "Himmelreich", "Himmelsbach", "Himmelspach", "Himmelstein", "Himmler", "Himsel", "Hinck", "Hinden", "Hinderman", "Hinders", "Hinger", "Hink", "Hinkel", "Hinkelman", "Hinners", "Hinsch", "Hintermeister", "Hintz", "Hintze", "Hintzen", "Hintzman", "Hinz", "Hinze", "Hinzmann", "Hipke", "Hipp", "Hippe", "Hippen", "Hippler", "Hipskind", "Hirchert", "Hirn", "Hirner", "Hirsch", "Hirschberg", "Hirschey", "Hirschfeld", "Hirschhorn", "Hirschler", "Hirschmann", "Hirst", "Hirt", "Hirte", "Hirth", "Hirtz", "Hirzel", "Hiss", "Hitt", "Hittinger", "Hitz", "Hitzemann", "Hix", "Hoben", "Hober", "Hoberg", "Hoberman", "Hobert", "Hobler", "Hoch", "Hochberg", "Hochhalter", "Hochman", "Hochmuth", "Hochrein", "Hochschild", "Hochstadt", "Hochstatter", "Hochstein", "Hock", "Hockemeyer", "Hocker", "Hockert", "Hockman", "Hodum", "Hoechst", "Hoeck", "Hoecker", "Hoefer", "Hoefert", "Hoeffel", "Hoeffner", "Hoefler", "Hoeflich", "Hoefling", "Hoefner", "Hoeft", "Hoeger", "Hoehl", "Hoehn", "Hoehne", "Hoehner", "Hoell", "Hoelle", "Hoeller", "Hoelter", "Hoelting", "Hoeltzel", "Hoemann", "Hoen", "Hoene", "Hoenes", "Hoepfner", "Hoerauf", "Hoerig", "Hoerl", "Hoerle", "Hoerman", "Hoermann", "Hoerning", "Hoerr", "Hoerter", "Hoerth", "Hoes", "Hoesch", "Hoeschen", "Hoese", "Hoesing", "Hof", "Hofacker", "Hofbauer", "Hoffacker", "Hoffart", "Hoffarth", "Hoffberg", "Hoffecker", "Hoffer", "Hoffert", "Hoffler", "Hoffman", "Hoffmann", "Hoffmeier", "Hoffmeister", "Hoffmeyer", "Hoffner", "Hofius", "Hofmann", "Hofmeister", "Hofmeyer", "Hofrichter", "Hofstetter", "Hoft", "Hoger", "Hogg", "Hoh", "Hoheisel", "Hohenberger", "Hohensee", "Hohenstein", "Hohertz", "Hohl", "Hohler", "Hohm", "Hohmann", "Hohnstein", "Hoing", "Hoke", "Holbach", "Holbeck", "Holbein", "Holberg", "Hold", "Holdeman", "Holden", "Holder", "Holderbaum", "Holderman", "Holl", "Hollander", "Hollar", "Hollars", "Hollatz", "Holle", "Hollenbach", "Hollenberg", "Hollender", "Holler", "Hollerbach", "Holling", "Hollmann", "Hollopeter", "Hollstein", "Holschbach", "Holschuh", "Holsing", "Holstein", "Holtermann", "Holtmeier", "Holtz", "Holtzen", "Holtzer", "Holtzinger", "Holweger", "Holz", "Holzapfel", "Holzberg", "Holzberger", "Holzem", "Holzemer", "Holzer", "Holzhauer", "Holzhauser", "Holzheimer", "Holzknecht", "Holzmann", "Holzschuh", "Holzwarth", "Homberg", "Homburg", "Homeier", "Homeyer", "Hommel", "Hommerding", "Homrich", "Homuth", "Honaker", "Honeck", "Honecker", "Honegger", "Honig", "Honigman", "Honkomp", "Honnold", "Honold", "Honsberger", "Honse", "Honsinger", "Hoose", "Hop", "Hopf", "Hopfer", "Hopfinger", "Hoppel", "Hoppenrath", "Hopper", "Horath", "Horch", "Horchler", "Horen", "Horger", "Horlacher", "Hormann", "Hormel", "Hornbacher", "Hornberger", "Hornburg", "Hornecker", "Horney", "Horning", "Hornstein", "Hornung", "Horr", "Horsch", "Horter", "Horth", "Hortman", "Horwedel", "Hosang", "Hosbach", "Hosch", "Hose", "Hosfeld", "Hosler", "Hosman", "Hosner", "Hosp", "Hoss", "Hossfeld", "Host", "Hoster", "Hosterman", "Hotte", "Hottel", "Hottenstein", "Hottinger", "Hottman", "Hotz", "Hotze", "Houtz", "Hoverman", "Howald", "Hoying", "Hoyler", "Hoyman", "Hubach", "Hubacher", "Hubel", "Huber", "Huberman", "Hubert", "Hubler", "Hubner", "Hubscher", "Huck", "Hucke", "Huckfeldt", "Huckle", "Huebel", "Huebert", "Huebner", "Huebsch", "Huegel", "Huelsmann", "Huenefeld", "Huerter", "Hueser", "Hueter", "Huether", "Huett", "Huetter", "Huettner", "Huff", "Huffer", "Hufnagel", "Hug", "Huge", "Hugel", "Huger", "Hugger", "Huggler", "Hugo", "Huhn", "Huiras", "Hulbert", "Hulcher", "Hulke", "Huller", "Hulsing", "Humbert", "Humburg", "Humke", "Huml", "Hummel", "Hummer", "Hummert", "Hund", "Hundertmark", "Hundt", "Huneke", "Huner", "Hunger", "Hunke", "Hunkele", "Hunker", "Hunn", "Hunsberger", "Hunsinger", "Huntsberger", "Huntzinger", "Hupf", "Hupp", "Huppe", "Huppert", "Hurm", "Hurst", "Hurt", "Hurter", "Hurtgen", "Hurtig", "Huscher", "Husen", "Huske", "Huss", "Husser", "Hust", "Huster", "Huter", "Huth", "Huther", "Hutmacher", "Hutman", "Hutner", "Hutt", "Hutter", "Huttner", "Hutzel", "Huwe", "Hux", "Huxhold", "Huy", "Hyden", "Ibach", "Ibe", "Ickes", "Ifft", "Igel", "Ihlenfeld", "Ihm", "Ihrig", "Ilg", "Ilgen", "Ilgenfritz", "Ille", "Illes", "Illg", "Illian", "Illig", "Ilse", "Imber", "Imdieke", "Imfeld", "Imgrund", "Imholte", "Imig", "Immekus", "Immer", "Immerman", "Indorf", "Ines", "Ingber", "Inge", "Ingman", "Insel", "Inselman", "Ipsen", "Irion", "Irlbeck", "Irmen", "Irrgang", "Isaak", "Iselin", "Isensee", "Iszler", "Itzen", "Jachim", "Jack", "Jackel", "Jackels", "Jacko", "Jacobitz", "Jacobsohn", "Jaeckel", "Jaeckle", "Jaeger", "Jaegers", "Jaekel", "Jaenicke", "Jaeschke", "Jagels", "Jager", "Jago", "Jagusch", "Jahn", "Jahner", "Jahns", "Jahr", "Jahraus", "Jakob", "Jandt", "Janick", "Janisch", "Janowitz", "Jantzi", "Japp", "Jarchow", "Jarka", "Jasman", "Jass", "Jehle", "Jehn", "Jelle", "Jenke", "Jenner", "Jenniges", "Jenning", "Jennings", "Jentzsch", "Jerge", "Jerke", "Jesberger", "Jeschke", "Jessel", "Jessen", "Jester", "Jett", "Jette", "Jetter", "Jevne", "Jex", "Joachim", "Jobst", "Jochem", "Jochim", "Jochum", "Jock", "Jockisch", "Joeckel", "Joerg", "Joh", "Johann", "Johannes", "Jokerst", "Jonassen", "Jonke", "Jubert", "Judd", "Juedes", "Juenemann", "Juengel", "Juenger", "Juengling", "Juergens", "Juhl", "Juhnke", "Julich", "Juncker", "Jundt", "Jung", "Jungbluth", "Junge", "Jungels", "Junger", "Junghans", "Jungling", "Jungman", "Jungmann", "Jungwirth", "Junker", "Justen", "Justman", "Justus", "Jutte", "Kabel", "Kach", "Kachel", "Kacher", "Kade", "Kaden", "Kader", "Kadinger", "Kadish", "Kadow", "Kaechele", "Kaeding", "Kaefer", "Kaelber", "Kaercher", "Kaeser", "Kaestner", "Kafer", "Kaffenberger", "Kage", "Kagel", "Kahl", "Kahle", "Kahler", "Kahmann", "Kahn", "Kahnke", "Kahr", "Kahre", "Kahrs", "Kaiser", "Kalb", "Kalbach", "Kalberer", "Kalbfleisch", "Kalen", "Kaler", "Kalich", "Kalk", "Kalkbrenner", "Kalkman", "Kalkstein", "Kall", "Kallen", "Kallenbach", "Kallenberg", "Kallenberger", "Kaller", "Kallhoff", "Kallies", "Kallmeyer", "Kalloch", "Kallsen", "Kallus", "Kalm", "Kalmbach", "Kalmer", "Kalmes", "Kalp", "Kalt", "Kaltenbach", "Kalter", "Kalthoff", "Kaltman", "Kamber", "Kamel", "Kamens", "Kamerer", "Kamholz", "Kamin", "Kamins", "Kamm", "Kammann", "Kammeraad", "Kammerdiener", "Kammerer", "Kammerman", "Kammerzell", "Kammeyer", "Kampe", "Kamper", "Kampf", "Kampfer", "Kamprath", "Kamps", "Kampwerth", "Kamradt", "Kamrath", "Kan", "Kandel", "Kandler", "Kandt", "Kanis", "Kanitz", "Kann", "Kanne", "Kannenberg", "Kanner", "Kanning", "Kant", "Kanter", "Kantner", "Kantor", "Kantz", "Kanz", "Kanzler", "Kapaun", "Kaper", "Kapfer", "Kapitan", "Kapke", "Kaplan", "Kapler", "Kapp", "Kappel", "Kappeler", "Kappelman", "Kappen", "Kappenman", "Kapper", "Kappes", "Kappler", "Kappus", "Kaps", "Kapsch", "Karas", "Karau", "Karber", "Karch", "Karcher", "Karchner", "Kares", "Karg", "Karge", "Karger", "Karges", "Karhoff", "Kari", "Karis", "Karl", "Karle", "Karlen", "Karlin", "Karls", "Karlson", "Karmann", "Karn", "Karnatz", "Karner", "Karow", "Karp", "Karpel", "Karpen", "Karper", "Karpf", "Karr", "Karras", "Karre", "Karren", "Karrer", "Karsch", "Karschner", "Karst", "Karstetter", "Karter", "Kasch", "Kasdorf", "Kase", "Kaseman", "Kasinger", "Kaska", "Kaske", "Kaskel", "Kaspar", "Kasper", "Kassel", "Kasselman", "Kassen", "Kasser", "Kassing", "Kassinger", "Kassler", "Kassman", "Kassner", "Kast", "Kastan", "Kaste", "Kastel", "Kasten", "Kaster", "Kasting", "Kastl", "Kastle", "Kastler", "Kastner", "Kastor", "Kasun", "Katch", "Katcher", "Kathan", "Katter", "Kattner", "Katz", "Katzenberg", "Katzenberger", "Katzenmeyer", "Katzenstein", "Katzer", "Kaucher", "Kauer", "Kaufenberg", "Kaufer", "Kaufhold", "Kaufmann", "Kaul", "Kaun", "Kaus", "Kausch", "Kaut", "Kauth", "Kautz", "Kautzer", "Kautzman", "Kayl", "Kayser", "Kazimer", "Kazimir", "Kazmaier", "Keck", "Keding", "Kees", "Keese", "Keesecker", "Kegel", "Kegerreis", "Kegler", "Kehl", "Kehler", "Kehm", "Kehn", "Kehr", "Kehrer", "Kehres", "Keicher", "Keifer", "Keil", "Keiler", "Keilholtz", "Keilman", "Keim", "Keimig", "Keinath", "Keiner", "Keip", "Keiper", "Keisler", "Keitel", "Keiter", "Keith", "Keitz", "Kelber", "Kelch", "Kelchner", "Kelker", "Kell", "Kellar", "Kelle", "Kellen", "Kellenberger", "Keller", "Kellerhals", "Kellermann", "Kelling", "Kellman", "Kelln", "Kellner", "Kelner", "Kelnhofer", "Kelter", "Kelting", "Keltner", "Kelzer", "Kem", "Kembel", "Kemerer", "Kemerling", "Kemme", "Kemmer", "Kemmerer", "Kemmerlin", "Kemmerling", "Kemna", "Kemner", "Kemnitz", "Kempa", "Kempel", "Kempen", "Kemper", "Kempf", "Kempfer", "Kempker", "Kempkes", "Kemplin", "Kempner", "Kemps", "Kempter", "Kenner", "Kenning", "Kenter", "Kentner", "Kepler", "Kepp", "Keppel", "Keppler", "Kerber", "Kerch", "Kerchner", "Kerl", "Kern", "Kerner", "Kerper", "Kersch", "Kerscher", "Kerschner", "Kershner", "Kerst", "Kerstein", "Kersting", "Kerth", "Kertz", "Kesecker", "Keske", "Kesler", "Kesner", "Kessel", "Kesselman", "Kesselring", "Kessenich", "Kessinger", "Kessler", "Kessner", "Kestel", "Kesten", "Kestenbaum", "Kestler", "Kestner", "Ketelhut", "Ketler", "Ketner", "Kett", "Kettel", "Ketter", "Ketterer", "Ketterhagen", "Ketterman", "Kettinger", "Kettner", "Ketz", "Keune", "Keusch", "Kibel", "Kiblinger", "Kice", "Kichler", "Kick", "Kiecker", "Kiedaisch", "Kiefer", "Kieffer", "Kiefner", "Kiehl", "Kiehne", "Kiel", "Kielman", "Kien", "Kienast", "Kienbaum", "Kienholz", "Kienitz", "Kienle", "Kienlen", "Kientz", "Kieper", "Kies", "Kiesel", "Kieser", "Kiesewetter", "Kiesler", "Kiesling", "Kiesow", "Kiess", "Kiessling", "Kietzman", "Kiff", "Kihn", "Kikel", "Kilber", "Kilgus", "Kilian", "Kill", "Kille", "Killian", "Killinger", "Killings", "Killmer", "Killmeyer", "Kilmer", "Kilzer", "Kimbel", "Kimler", "Kimm", "Kimmel", "Kimmer", "Kimmerle", "Kimmerling", "Kimmich", "Kimmick", "Kimminau", "Kind", "Kindel", "Kinder", "Kinderknecht", "Kindig", "Kindl", "Kindler", "Kinkel", "Kinn", "Kinnamon", "Kinne", "Kinneman", "Kinner", "Kint", "Kinter", "Kintop", "Kintz", "Kintzel", "Kintzer", "Kinzel", "Kinzler", "Kipfer", "Kiphart", "Kiplinger", "Kipp", "Kipper", "Kippes", "Kipping", "Kirch", "Kirchberg", "Kirchen", "Kircher", "Kirchgessner", "Kirchhof", "Kirchhofer", "Kirchhoff", "Kirchmann", "Kirchmeier", "Kirchner", "Kirkman", "Kirmse", "Kirn", "Kirner", "Kirsch", "Kirschbaum", "Kirschenbaum", "Kirschenmann", "Kirschke", "Kirschling", "Kirschman", "Kirschner", "Kirstein", "Kirtz", "Kisker", "Kisler", "Kisner", "Kispert", "Kiss", "Kissel", "Kisselburg", "Kissinger", "Kissler", "Kissling", "Kist", "Kister", "Kistler", "Kistner", "Kittel", "Kitterman", "Kittinger", "Kittler", "Kittner", "Kitto", "Kitz", "Kitzerow", "Kitzinger", "Kitzmann", "Klabunde", "Klahr", "Klaiber", "Klamer", "Klamm", "Klammer", "Klann", "Klaphake", "Klapp", "Klapper", "Klapperich", "Klar", "Klare", "Klase", "Klatt", "Klatte", "Klauber", "Klaudt", "Klauer", "Klaus", "Klauser", "Klausing", "Klausman", "Klausner", "Klauss", "Klay", "Klayman", "Kleban", "Klebe", "Kleber", "Kleck", "Klecker", "Klee", "Kleeman", "Kleemann", "Klees", "Kleffman", "Kleffner", "Kleiber", "Kleiman", "Klein", "Kleinberg", "Kleindienst", "Kleine", "Kleiner", "Kleinert", "Kleinfeld", "Kleinfelder", "Kleingartner", "Kleinhans", "Kleinheksel", "Kleinhenz", "Kleinke", "Kleinknecht", "Kleinman", "Kleinmann", "Kleinow", "Kleinpeter", "Kleinsasser", "Kleinschmidt", "Kleinschmit", "Kleinsorge", "Kleis", "Kleiser", "Kleiss", "Kleist", "Klem", "Klemens", "Klemm", "Klemme", "Klemmer", "Klemp", "Klemz", "Klenk", "Klenz", "Klepfer", "Klepper", "Kleppinger", "Kless", "Klessig", "Klett", "Klette", "Kleve", "Kleven", "Klever", "Kley", "Klich", "Klick", "Kliebert", "Kliewer", "Klinck", "Kling", "Klingaman", "Klingbeil", "Klingberg", "Klinge", "Klingel", "Klingele", "Klingenberg", "Klinger", "Klingerman", "Klingler", "Klingman", "Klingner", "Klingshirn", "Klingsporn", "Klink", "Klinke", "Klinkenberg", "Klinker", "Klinkhammer", "Klinkner", "Klinner", "Klint", "Klipfel", "Klitz", "Klitzke", "Klockow", "Kloehn", "Kloepfer", "Kloeppel", "Kloes", "Kloesel", "Klohr", "Kloiber", "Klopf", "Klopfenstein", "Klopp", "Kloppenburg", "Klose", "Kloss", "Klossner", "Kloster", "Klostermann", "Klotz", "Klotzbach", "Klover", "Kluck", "Kludt", "Kluender", "Kluever", "Klug", "Kluge", "Kluger", "Klugman", "Klumb", "Klump", "Klumpp", "Klunder", "Klundt", "Klunk", "Kluthe", "Klutz", "Kluver", "Knab", "Knabb", "Knabe", "Knack", "Knackstedt", "Knake", "Knape", "Knapke", "Knapp", "Knappe", "Knappenberger", "Knapper", "Knauber", "Knauer", "Knauf", "Knauff", "Knaup", "Knaus", "Knauss", "Knaust", "Knauth", "Knebel", "Knecht", "Knechtel", "Knee", "Kneer", "Kneifl", "Kneipp", "Kneller", "Knepp", "Knepper", "Knerr", "Knetter", "Knick", "Knief", "Kniep", "Knier", "Knieriem", "Knierim", "Knies", "Kniess", "Knill", "Knipfer", "Knipp", "Knippenberg", "Knippers", "Kniskern", "Knispel", "Knittel", "Knitter", "Knobel", "Knoblauch", "Knoblich", "Knobloch", "Knoch", "Knoche", "Knochel", "Knock", "Knocke", "Knodel", "Knoebel", "Knoell", "Knoke", "Knoll", "Knolle", "Knollenberg", "Knollman", "Knopf", "Knopp", "Knorr", "Knost", "Knoth", "Knothe", "Knott", "Knueppel", "Knull", "Knupp", "Knuppel", "Knuteson", "Knuth", "Knutzen", "Koback", "Kobal", "Kobbe", "Kobe", "Kobel", "Kober", "Koberstein", "Kobes", "Kobler", "Koblitz", "Kobold", "Kobs", "Koch", "Kochel", "Kochenderfer", "Kochendorfer", "Kocher", "Kochersperger", "Kochert", "Kochman", "Kock", "Koebel", "Koebler", "Koecher", "Koeck", "Koegel", "Koegler", "Koehler", "Koehnlein", "Koel", "Koelbl", "Koelker", "Koelle", "Koeller", "Koelling", "Koellner", "Koelsch", "Koelzer", "Koenecke", "Koeneke", "Koenig", "Koenigs", "Koenigsberg", "Koeninger", "Koep", "Koepf", "Koepke", "Koepp", "Koeppe", "Koeppel", "Koeppen", "Koepsel", "Koerber", "Koering", "Koerner", "Koerper", "Koerth", "Koestler", "Koestner", "Koeth", "Koether", "Koetter", "Koetting", "Koetz", "Koffman", "Kofler", "Kogel", "Kogler", "Kohl", "Kohlbeck", "Kohlberg", "Kohlenberg", "Kohler", "Kohles", "Kohlhaas", "Kohlhepp", "Kohlhoff", "Kohlmann", "Kohlmeier", "Kohlmeyer", "Kohls", "Kohne", "Kohnen", "Kohnert", "Kohnke", "Kohorst", "Kohrman", "Kohrs", "Kohtz", "Kolander", "Kolb", "Kolbe", "Kolbeck", "Kolber", "Kolberg", "Kolbert", "Kolbo", "Kolbus", "Kolden", "Koler", "Kolich", "Kolker", "Koll", "Kollars", "Kollasch", "Kollath", "Kolle", "Koller", "Kollin", "Kollmann", "Kollmar", "Kollmeyer", "Kollmorgen", "Kolm", "Kolp", "Kolpack", "Kolpin", "Kolson", "Kolter", "Kolterman", "Koltes", "Koltz", "Komm", "Kommer", "Konig", "Konitzer", "Konkel", "Konkler", "Konkol", "Konold", "Konow", "Konrad", "Konrath", "Kontz", "Konz", "Konzen", "Koob", "Koop", "Koops", "Koos", "Kooser", "Kopas", "Koper", "Kopf", "Kopfer", "Kopischke", "Kopitzke", "Koplin", "Kopp", "Koppel", "Kopper", "Koppinger", "Kopplin", "Kops", "Korb", "Korber", "Kordes", "Kordsmeier", "Korell", "Korf", "Korff", "Korfhage", "Korman", "Kormann", "Korn", "Kornberg", "Kornely", "Korner", "Kornfeld", "Kornhauser", "Kornick", "Kornman", "Korp", "Korst", "Kort", "Korte", "Korth", "Kortum", "Kortz", "Korver", "Kos", "Kosel", "Koske", "Koss", "Kossack", "Kosse", "Kossler", "Kossman", "Kossmann", "Kost", "Kosten", "Kostenbader", "Kosterman", "Kostman", "Kostner", "Koth", "Kothe", "Kothmann", "Kotler", "Kott", "Kotter", "Kottke", "Kottler", "Kottman", "Kottwitz", "Kotz", "Kotzen", "Kover", "Kowalke", "Kowall", "Kowalske", "Kowis", "Kowitz", "Koy", "Kraak", "Kraatz", "Krach", "Krack", "Kracke", "Kracker", "Kraeger", "Kraemer", "Krafft", "Kraft", "Krage", "Krager", "Krah", "Krahe", "Krahl", "Krahling", "Krahmer", "Krahn", "Krakauer", "Krall", "Kram", "Kramb", "Krambeck", "Kramer", "Kramlich", "Kramm", "Kramme", "Krammer", "Krammes", "Kramp", "Krampe", "Krampf", "Krampitz", "Kraner", "Kranich", "Kraning", "Krank", "Krans", "Krantz", "Kranz", "Kranzler", "Krapf", "Krapp", "Krasner", "Krass", "Krassner", "Kratt", "Kratz", "Kratzer", "Kratzke", "Krauel", "Kraus", "Krause", "Krauser", "Kraushaar", "Krauskopf", "Krauss", "Krausse", "Kraut", "Krauter", "Krauth", "Krautheim", "Krautkramer", "Kray", "Krayer", "Krebbs", "Krebs", "Krebsbach", "Krech", "Kreft", "Kregel", "Kreger", "Kreh", "Kreher", "Kreider", "Kreidler", "Kreie", "Kreifels", "Kreiger", "Kreikemeier", "Kreil", "Kreiling", "Kreiner", "Kreis", "Kreisberg", "Kreischer", "Kreisel", "Kreiser", "Kreisler", "Kreiss", "Kreiter", "Kreitler", "Kreitman", "Kreitner", "Kreitz", "Kreitzer", "Krekel", "Krekeler", "Krell", "Kreller", "Kremer", "Krengel", "Krenke", "Krentz", "Krenz", "Krenzer", "Krenzke", "Krepp", "Krepps", "Kresch", "Kress", "Kresse", "Kresser", "Kressler", "Kretlow", "Kretschman", "Kretschmar", "Kretz", "Kretzer", "Kretzschmar", "Kreuger", "Kreul", "Kreuscher", "Kreuter", "Kreutz", "Kreutzberg", "Kreutzer", "Kreuz", "Kreuzer", "Krey", "Kreyer", "Kreyling", "Kribs", "Krichbaum", "Krick", "Kriebel", "Krieg", "Krieger", "Kriegler", "Kriegshauser", "Kriel", "Krienke", "Krier", "Kries", "Kriese", "Kriesel", "Krieser", "Kriete", "Krietemeyer", "Kriger", "Krill", "Krim", "Krimm", "Krimmel", "Krimmer", "Kring", "Krings", "Krinke", "Krisch", "Krise", "Kriss", "Kristan", "Kriston", "Kritz", "Kritzman", "Krob", "Kroboth", "Krock", "Krocker", "Krodel", "Kroeger", "Kroeker", "Kroener", "Kroening", "Kroenke", "Kroeplin", "Kroger", "Krogmann", "Kroh", "Krohn", "Krohne", "Krok", "Kroll", "Krome", "Kromer", "Kron", "Kronberg", "Kronberger", "Krone", "Kronebusch", "Kronenberg", "Kronenberger", "Kronenwetter", "Kroner", "Krones", "Kroninger", "Kronk", "Kropf", "Kropp", "Krosch", "Kross", "Kroth", "Krotz", "Krotzer", "Kruck", "Kruckeberg", "Kruckenberg", "Krueger", "Kruel", "Krug", "Kruger", "Krugman", "Kruis", "Krull", "Krum", "Krumenacker", "Krumholz", "Krumm", "Krumme", "Krummel", "Krummen", "Krump", "Krumrey", "Krupke", "Krupp", "Krus", "Kruschke", "Kruse", "Krusemark", "Kruser", "Kruth", "Krutsch", "Krutz", "Kubach", "Kube", "Kubler", "Kuch", "Kuchenbecker", "Kuchenbrod", "Kuchenmeister", "Kucher", "Kuck", "Kuebel", "Kueber", "Kuebler", "Kuechenmeister", "Kuechler", "Kueck", "Kuecker", "Kuefler", "Kuehl", "Kuehler", "Kuehn", "Kuehne", "Kuehnel", "Kuehner", "Kuehnert", "Kuehnl", "Kuehnle", "Kueker", "Kuempel", "Kuennen", "Kuenning", "Kuenstler", "Kuepper", "Kuester", "Kueter", "Kuethe", "Kuether", "Kufahl", "Kuffel", "Kuffner", "Kugel", "Kugler", "Kuhl", "Kuhle", "Kuhlmann", "Kuhn", "Kuhne", "Kuhnel", "Kuhner", "Kuhnert", "Kuhnke", "Kuhnle", "Kuhrt", "Kuhs", "Kuka", "Kukuk", "Kull", "Kullberg", "Kullmann", "Kulm", "Kulow", "Kulp", "Kultgen", "Kulzer", "Kumler", "Kummer", "Kummerer", "Kummerow", "Kump", "Kumpe", "Kumpf", "Kunau", "Kunde", "Kundinger", "Kundrat", "Kunert", "Kunkel", "Kunkler", "Kuno", "Kunst", "Kunstman", "Kuntz", "Kuntzman", "Kunz", "Kunzelman", "Kunzer", "Kunzler", "Kunzman", "Kupfer", "Kupferberg", "Kupferer", "Kupferman", "Kupper", "Kuriger", "Kurilla", "Kurk", "Kurman", "Kurr", "Kurre", "Kurschner", "Kurt", "Kurtenbach", "Kurth", "Kurtz", "Kurtzer", "Kurtzman", "Kurtzweil", "Kury", "Kurz", "Kurzweil", "Kus", "Kusch", "Kuschel", "Kuse", "Kusel", "Kuser", "Kuske", "Kuss", "Kussman", "Kussmaul", "Kussow", "Kuster", "Kusterer", "Kutach", "Kuter", "Kutner", "Kutsch", "Kutscher", "Kutter", "Kuttler", "Kutz", "Kutzer", "Kutzke", "Kutzler", "Kutzner", "Kyler", "Kyser", "Lab", "Labahn", "Labenz", "Laber", "Labus", "Lacher", "Lachmann", "Lachner", "Lackman", "Lacks", "Ladehoff", "Laden", "Lader", "Ladig", "Ladner", "Laehn", "Laessig", "Lafler", "Lafrentz", "Lafrenz", "Lahm", "Lahn", "Lahner", "Lahr", "Laib", "Laible", "Laidig", "Laier", "Lais", "Lamberg", "Lamberty", "Lambrecht", "Lamparter", "Lampe", "Lampman", "Lamprecht", "Landaker", "Landau", "Landauer", "Landefeld", "Lander", "Landgraf", "Landgrebe", "Landherr", "Landis", "Landmann", "Landmesser", "Landsberg", "Landsberger", "Landsiedel", "Landsman", "Landt", "Landwehr", "Laner", "Langager", "Langbein", "Langberg", "Lange", "Langel", "Langen", "Langenbach", "Langenberg", "Langendorf", "Langenfeld", "Langer", "Langerman", "Langfeldt", "Langguth", "Langhans", "Langlitz", "Langner", "Langolf", "Langreck", "Langrehr", "Langs", "Langsam", "Langsdorf", "Lankenau", "Lann", "Lanser", "Lanterman", "Lantz", "Lantzer", "Lanz", "Lanzer", "Lape", "Lapp", "Lappe", "Lappen", "Larch", "Larger", "Larscheid", "Lasch", "Laser", "Laske", "Lasser", "Lassig", "Lassman", "Last", "Lastinger", "Latsch", "Lattner", "Latz", "Latzke", "Lau", "Laub", "Laubach", "Laubacher", "Laube", "Laubenstein", "Laubenthal", "Laubert", "Laubhan", "Lauck", "Laucks", "Laude", "Laudenbach", "Lauderman", "Laudick", "Laudon", "Lauer", "Lauerman", "Lauersdorf", "Lauf", "Laufenberg", "Laufer", "Lauff", "Lauffer", "Laufman", "Laug", "Lauinger", "Laumann", "Laumer", "Laun", "Laur", "Laurich", "Lausch", "Lauser", "Lauster", "Laut", "Lautenbach", "Lautenschlager", "Lauter", "Lauterbach", "Lauth", "Lautner", "Lautt", "Lautz", "Lavis", "Lax", "Lay", "Layer", "Layher", "Layman", "Lazer", "Leander", "Lebeck", "Leben", "Lebens", "Leber", "Lebert", "Leblang", "Lebold", "Lebrecht", "Lebsack", "Lebus", "Lechler", "Lechner", "Leck", "Lecker", "Leder", "Lederman", "Ledermann", "Leese", "Leeser", "Leffel", "Leffler", "Legleiter", "Legler", "Lehde", "Lehl", "Lehman", "Lehmann", "Lehmberg", "Lehmer", "Lehn", "Lehne", "Lehnen", "Lehner", "Lehnhardt", "Lehnhoff", "Lehning", "Lehr", "Lehrer", "Lehrke", "Lehrmann", "Leibert", "Leibfried", "Leibold", "Leibrock", "Leicher", "Leichner", "Leicht", "Leichter", "Leid", "Leidel", "Leider", "Leidig", "Leiding", "Leidner", "Leiendecker", "Leier", "Leifer", "Leifheit", "Leimbach", "Leimer", "Leimkuehler", "Leinart", "Leinbach", "Leinberger", "Leindecker", "Leinen", "Leinenbach", "Leingang", "Leininger", "Leins", "Leinwand", "Leinweber", "Leipold", "Leipzig", "Leis", "Leischner", "Leise", "Leisen", "Leisenring", "Leiser", "Leisner", "Leist", "Leisten", "Leister", "Leistikow", "Leistner", "Leite", "Leiter", "Leiterman", "Leitheiser", "Leiting", "Leitner", "Leitschuh", "Leitz", "Leitzel", "Leitzke", "Lell", "Lembeck", "Lemberg", "Lemberger", "Lemert", "Lemler", "Lemmer", "Lemmerman", "Lemp", "Lempert", "Lender", "Lenderman", "Leng", "Lenger", "Lengerich", "Lenhoff", "Lenius", "Lenke", "Lenker", "Lenning", "Lenser", "Lensing", "Lenth", "Lentner", "Lentz", "Lenz", "Lenze", "Lenzmeier", "Lenzner", "Leo", "Leonhard", "Leonhardt", "Leonhart", "Lepp", "Lepper", "Leppert", "Lerch", "Lerche", "Lersch", "Lesch", "Lescher", "Leseberg", "Leser", "Leshner", "Leske", "Lesser", "Lessig", "Lessing", "Lessman", "Lessner", "Letcher", "Letsch", "Letsche", "Lett", "Letterman", "Letz", "Leubner", "Leuenberger", "Leuer", "Leugers", "Leupold", "Leuschen", "Leuthauser", "Leuthner", "Leutz", "Levenhagen", "Lex", "Ley", "Leyendecker", "Leyes", "Leyh", "Leyrer", "Libbert", "Liber", "Lich", "Licht", "Lichtenberg", "Lichtenberger", "Lichtenfeld", "Lichtenfels", "Lichtenstein", "Lichtenwalner", "Lichtenwalter", "Lichter", "Lickert", "Lickteig", "Lieb", "Liebau", "Liebe", "Liebel", "Liebelt", "Liebenow", "Lieber", "Liebermann", "Liebert", "Liebhart", "Liebich", "Liebig", "Liebl", "Liebler", "Liebling", "Liebmann", "Liebold", "Liebrecht", "Liebsch", "Liebscher", "Lied", "Liedke", "Liedl", "Liedtke", "Liefer", "Liegel", "Liegl", "Liehr", "Liem", "Lienau", "Lienemann", "Lienhart", "Lier", "Lierz", "Liesch", "Liese", "Lieser", "Ligman", "Lilienthal", "Liller", "Lillich", "Lillig", "Limbach", "Limbacher", "Limberg", "Limburg", "Limke", "Limmer", "Linck", "Linda", "Lindau", "Lindauer", "Linde", "Lindekugel", "Lindemann", "Lindemuth", "Lindenbaum", "Lindenberg", "Lindenberger", "Lindenfelser", "Lindenmayer", "Lindenmeyer", "Lindenmuth", "Linder", "Linderer", "Linderman", "Lindhorst", "Lindig", "Lindle", "Lindler", "Lindley", "Lindner", "Lindow", "Lindstedt", "Lindt", "Linen", "Ling", "Lingel", "Lingelbach", "Lingner", "Linhardt", "Link", "Linke", "Linker", "Linkhart", "Linn", "Linne", "Linnebur", "Linner", "Lins", "Linscheid", "Linse", "Linsenmeyer", "Lintner", "Lintz", "Linz", "Linzer", "Linzmeier", "Lipka", "Lipke", "Lipp", "Lippard", "Lippe", "Lippert", "Lippmann", "Lippold", "Lischer", "Lissner", "List", "Litfin", "Litka", "Litke", "Litscher", "Littau", "Litterer", "Littig", "Litzau", "Litzinger", "Livelsberger", "Livings", "Lobe", "Lobel", "Lober", "Loberg", "Lobitz", "Lobner", "Loch", "Lochmann", "Lochner", "Lockert", "Loder", "Lodermeier", "Loeb", "Loebach", "Loebel", "Loeber", "Loebig", "Loebs", "Loeffel", "Loeffelholz", "Loeffler", "Loehr", "Loehrer", "Loehrke", "Loertscher", "Loerzel", "Loesch", "Loesche", "Loescher", "Loesel", "Loeser", "Loethen", "Loetscher", "Loew", "Loewe", "Loewenstein", "Loewenthal", "Loewer", "Loffler", "Lofink", "Loga", "Loge", "Logel", "Loges", "Lohan", "Lohmeier", "Lohmeyer", "Lohmiller", "Lohn", "Lohner", "Lohnes", "Lohr", "Lohrenz", "Lohrer", "Lohrey", "Lohrke", "Lohrmann", "Lohse", "Loibl", "Lonsinger", "Loose", "Looser", "Lopp", "Loppnow", "Lorber", "Lorch", "Lorek", "Lorentz", "Lorenz", "Lorey", "Lorick", "Lorig", "Loris", "Loschen", "Loser", "Loss", "Lossing", "Loth", "Lotspeich", "Lott", "Lotter", "Lottes", "Lottman", "Lotz", "Lotze", "Lotzer", "Lowe", "Lowenberg", "Lowenstein", "Lowenthal", "Lowitz", "Loy", "Luber", "Lubold", "Luchs", "Lucht", "Lucius", "Luck", "Lucke", "Luckenbach", "Luckert", "Luckhardt", "Luckner", "Ludeke", "Ludemann", "Ludens", "Ludewig", "Ludin", "Ludke", "Ludolph", "Ludtke", "Ludwig", "Ludwin", "Luecht", "Lueck", "Luedeke", "Luedeman", "Luepke", "Luers", "Luft", "Luftig", "Luger", "Luh", "Luhmann", "Lukas", "Lukefahr", "Lulay", "Lull", "Lumm", "Lumpp", "Lunden", "Lundt", "Lung", "Luntz", "Lunz", "Lunzer", "Lupfer", "Lupkes", "Luplow", "Lurz", "Lusch", "Luscher", "Lust", "Luster", "Lustig", "Luth", "Luthe", "Luther", "Lutter", "Lutterman", "Lutz", "Lutze", "Lutzke", "Lutzow", "Lux", "Luxenberg", "Luy", "Luz", "Mabus", "Machamer", "Macher", "Macht", "Mackenthun", "Macker", "Mackert", "Madaus", "Mader", "Mades", "Madl", "Madler", "Maeder", "Maenner", "Maertz", "Maerz", "Magan", "Magers", "Mages", "Magsamen", "Magstadt", "Mahle", "Mahler", "Mahlke", "Mahlman", "Mahlmann", "Mahlstedt", "Mahr", "Mahrt", "Maier", "Maike", "Maikranz", "Mailand", "Mailander", "Maile", "Mainz", "Mainzer", "Mais", "Maisel", "Maixner", "Majer", "Majerus", "Malburg", "Malchow", "Maler", "Malitz", "Maller", "Mallow", "Malsch", "Malter", "Maltsberger", "Malueg", "Malwitz", "Malz", "Mammen", "Manbeck", "Mandel", "Mander", "Manderscheid", "Maner", "Manfred", "Mang", "Mangel", "Mangelsdorf", "Mangold", "Manhardt", "Mannel", "Manner", "Mannes", "Manns", "Mansbach", "Mansberger", "Manske", "Mantei", "Mantel", "Manteufel", "Mantey", "Manthe", "Manthei", "Manthey", "Manweiler", "Manzer", "Mar", "Marbach", "Marburger", "Marcks", "Marcus", "Marder", "Maren", "Margheim", "Margraf", "Marien", "Mark", "Marker", "Markert", "Markgraf", "Markman", "Marks", "Markt", "Markus", "Marolf", "Marotz", "Marquardt", "Marquart", "Marr", "Marschall", "Marschel", "Marschke", "Marschner", "Marsteller", "Mart", "Marte", "Marth", "Marthaler", "Marthaller", "Martini", "Martis", "Marts", "Martus", "Martz", "Marwitz", "Marz", "Marzolf", "Masch", "Mascher", "Maschke", "Masel", "Maser", "Mask", "Maske", "Masker", "Masoner", "Massing", "Massoth", "Mast", "Masteller", "Masur", "Matern", "Matheis", "Mathern", "Mathia", "Mathwig", "Matt", "Matter", "Mattern", "Matthai", "Mattheis", "Matthes", "Matthey", "Matthias", "Mattke", "Mattus", "Matzek", "Matzen", "Matzke", "Matzner", "Mauch", "Mauck", "Maue", "Mauel", "Mauer", "Mauerman", "Maugans", "Mauk", "Maul", "Maule", "Maurer", "Mauritz", "Maus", "Mauser", "Mausolf", "Mauss", "Mausser", "Mauthe", "Mautner", "Mavis", "Max", "Mayen", "Mayer", "Mayers", "Mayr", "Mech", "Mechler", "Mechling", "Meck", "Mecke", "Meckel", "Meckes", "Mecklenburg", "Meckstroth", "Meder", "Medinger", "Meese", "Meetze", "Meffert", "Meger", "Mehl", "Mehle", "Mehlenbacher", "Mehler", "Mehling", "Mehlman", "Mehr", "Mehrer", "Mehrhoff", "Mehring", "Mehringer", "Meidinger", "Meidl", "Meier", "Meilinger", "Mein", "Meinberg", "Meinen", "Meiner", "Meinhardt", "Meinhold", "Meinholz", "Meininger", "Meins", "Meinzer", "Meiring", "Meis", "Meise", "Meisel", "Meisenbach", "Meisenheimer", "Meisenhelder", "Meisenzahl", "Meiser", "Meisner", "Meiss", "Meissner", "Meister", "Meitner", "Meitz", "Meitzler", "Meixner", "Mekelburg", "Melander", "Melcher", "Melchert", "Melchior", "Melder", "Melhorn", "Melis", "Melius", "Mell", "Mellenthin", "Meller", "Mellert", "Mellies", "Mellin", "Melling", "Mellinger", "Mellman", "Meltzer", "Melzer", "Memmer", "Menck", "Mende", "Menden", "Mendler", "Meng", "Menge", "Mengel", "Menger", "Menges", "Menius", "Menking", "Menn", "Menne", "Menner", "Mennig", "Menning", "Menninger", "Menold", "Mentel", "Mentzer", "Menze", "Menzel", "Menzer", "Merck", "Merfeld", "Mergel", "Mergens", "Mergenthaler", "Merges", "Merk", "Merkel", "Merker", "Merkl", "Merklein", "Merklin", "Merkling", "Merklinger", "Merkt", "Merle", "Mersch", "Mersinger", "Mersman", "Mertins", "Mertz", "Merz", "Mesch", "Mescher", "Mesecher", "Meseck", "Meseke", "Mesler", "Mesman", "Messer", "Messerschmidt", "Messimer", "Messing", "Messinger", "Messler", "Messman", "Messmer", "Meth", "Methe", "Methner", "Metsch", "Metscher", "Metten", "Metter", "Mettert", "Metty", "Metz", "Metze", "Metzel", "Metzen", "Metzer", "Metzinger", "Metzler", "Metzner", "Meuer", "Meurer", "Meuser", "Meuth", "Mews", "Meyer", "Meyerhoff", "Mezger", "Michaelis", "Michalk", "Michelman", "Michels", "Michl", "Mick", "Mickel", "Middendorf", "Mierau", "Mietz", "Migl", "Mihm", "Mikles", "Milbrandt", "Milbrath", "Milch", "Milde", "Mildenberger", "Milich", "Miltenberger", "Miltner", "Miltz", "Milz", "Minck", "Minckler", "Mincks", "Minden", "Mindt", "Minge", "Minges", "Mingledorff", "Mininger", "Mink", "Minke", "Minkler", "Minneman", "Minner", "Minnich", "Minnig", "Minning", "Minor", "Mintz", "Misch", "Mische", "Mischel", "Mischke", "Mischo", "Missel", "Missimer", "Missler", "Mistler", "Mitschke", "Mittag", "Mittel", "Mittelman", "Mittelstadt", "Mittelstaedt", "Mittendorf", "Mitter", "Mittleider", "Mittler", "Mittman", "Moch", "Mochel", "Mock", "Model", "Moebius", "Moeck", "Moeckel", "Moede", "Moeder", "Moehling", "Moehn", "Moellering", "Moench", "Moening", "Moerke", "Moers", "Moesch", "Moeser", "Moessner", "Mogck", "Mogel", "Mohler", "Mohn", "Mohr", "Mohrbacher", "Mohs", "Molder", "Moler", "Molis", "Moll", "Molle", "Mollman", "Molt", "Moltz", "Molz", "Molzahn", "Momberger", "Mon", "Mondloch", "Mondschein", "Monheit", "Moninger", "Monn", "Monnig", "Monninger", "Montag", "Moog", "Moos", "Morasch", "Morel", "Moretz", "Morgen", "Morgenroth", "Morgenstern", "Morgenthaler", "Mori", "Moritz", "Morlock", "Mormann", "Morris", "Morsch", "Mosbacher", "Mosch", "Mosel", "Moseman", "Mosler", "Mosner", "Mosser", "Mossholder", "Mossing", "Mossman", "Most", "Mosteller", "Motschenbacher", "Mott", "Motte", "Motter", "Mottern", "Mower", "Much", "Muchow", "Muck", "Muckenfuss", "Mucker", "Muckerheide", "Muckle", "Mueck", "Muecke", "Muehl", "Muehlbauer", "Muehlberger", "Muehleisen", "Muehlhausen", "Muehling", "Mueller", "Muellner", "Muench", "Muenchow", "Muenks", "Muenster", "Muenz", "Muenzer", "Muessig", "Mueth", "Mueting", "Mugge", "Muhl", "Muhlbach", "Muhlbauer", "Muhle", "Muhlenkamp", "Muhlestein", "Muhlhauser", "Muhr", "Muhs", "Mulder", "Mullenbach", "Muller", "Mummert", "Mumper", "Munch", "Mund", "Mundhenk", "Mundinger", "Mundorf", "Mundorff", "Mundt", "Munk", "Munsinger", "Munster", "Munsterman", "Muntz", "Munz", "Munzer", "Murach", "Murbach", "Murman", "Murr", "Mursch", "Muscat", "Muskat", "Muskopf", "Musolf", "Musser", "Mussman", "Muth", "Muthig", "Mutschler", "Mutti", "Naab", "Naas", "Naasz", "Naatz", "Naber", "Nabers", "Nabholz", "Nachbar", "Nacht", "Nachtigal", "Nachtigall", "Nachtman", "Nack", "Nacke", "Nadel", "Nader", "Nadig", "Nadler", "Naeger", "Naeve", "Nagel", "Nagengast", "Nager", "Nagle", "Nagler", "Nahm", "Nahrwold", "Naiser", "Nansel", "Napp", "Narr", "Nartker", "Nase", "Naser", "Nass", "Nassau", "Nasser", "Nast", "Nathe", "Natter", "Natzke", "Nau", "Nauer", "Nauert", "Nauman", "Naumann", "Naus", "Nauss", "Nave", "Nazarenus", "Nebel", "Nebergall", "Nebgen", "Neder", "Neeb", "Neef", "Neer", "Neff", "Nefzger", "Neher", "Nehrbass", "Nehring", "Neibert", "Neider", "Neiderer", "Neidert", "Neidhardt", "Neidhart", "Neidig", "Neidlinger", "Neier", "Neifert", "Neiger", "Neils", "Nein", "Neis", "Neisen", "Neiser", "Neises", "Neisler", "Neiss", "Neiswonger", "Neitz", "Neitzel", "Neitzke", "Neller", "Neltner", "Nembhard", "Nemetz", "Nemmers", "Nennig", "Nenninger", "Nentwig", "Nepper", "Neske", "Ness", "Nessel", "Nesselrodt", "Nessen", "Nesser", "Nestel", "Nester", "Nestler", "Nestlerode", "Neth", "Nethers", "Nett", "Netter", "Nettesheim", "Netz", "Netzel", "Neu", "Neubarth", "Neubauer", "Neubaum", "Neubecker", "Neuber", "Neuberger", "Neubert", "Neuburger", "Neudecker", "Neuendorf", "Neuenfeldt", "Neuens", "Neuenschwander", "Neuer", "Neufeld", "Neufeldt", "Neuffer", "Neugebauer", "Neuhardt", "Neuhart", "Neuhaus", "Neuhauser", "Neuhoff", "Neujahr", "Neukirch", "Neumann", "Neumeier", "Neumeister", "Neumeyer", "Neupert", "Neuroth", "Neuse", "Neuser", "Neustadt", "Neustadter", "Neuwirth", "Nevel", "Nevius", "New", "Ney", "Neyer", "Nibert", "Nichter", "Nicklas", "Nicklaus", "Nickles", "Nickol", "Nickolaus", "Nicks", "Nida", "Niebauer", "Niebel", "Nieberding", "Niebling", "Nieder", "Niederberger", "Niederer", "Niederkorn", "Niedermayer", "Niedermeier", "Niedermeyer", "Niedert", "Niedfeldt", "Niedringhaus", "Niemeier", "Niemuth", "Nienow", "Nienstedt", "Nier", "Niermann", "Niesen", "Niess", "Niessen", "Nieters", "Nietz", "Nihart", "Niklas", "Nikodem", "Nikolas", "Nikolaus", "Nimmer", "Nimtz", "Nimz", "Nipp", "Nipper", "Nippert", "Niss", "Nissen", "Nistler", "Nitsche", "Nitz", "Nitzsche", "Nix", "Noa", "Noack", "Nobel", "Nobis", "Noble", "Noelke", "Noell", "Noelle", "Noeske", "Noetzel", "Noffsinger", "Nofsinger", "Noftz", "Nofziger", "Nohe", "Nohl", "Nohr", "Nolde", "Nolder", "Nolf", "Noll", "Nolle", "Nollen", "Noller", "Nolte", "Nondorf", "Nonnemacher", "Nonnenmacher", "Nopper", "Norder", "Nordhagen", "Nordhaus", "Nordhausen", "Nordick", "Nordman", "Nordmann", "Nordmeyer", "Norenberg", "Nork", "Normann", "Norr", "North", "Nortman", "Noser", "Nosko", "Noss", "Noth", "Nothdurft", "Nothstein", "Nott", "Notte", "Notter", "Notz", "Nowack", "Noyer", "Nuckels", "Nuding", "Nuechterlein", "Nuehring", "Nuernberg", "Nuernberger", "Nuffer", "Nuhn", "Null", "Nungesser", "Nunn", "Nurnberg", "Nurnberger", "Nuse", "Nuss", "Nussbaum", "Nussbaumer", "Nusz", "Nuth", "Nutsch", "Nuxoll", "Obenauer", "Obenauf", "Obenchain", "Obenhaus", "Oberbeck", "Oberbroeckling", "Oberdorf", "Oberg", "Obergfell", "Oberhaus", "Oberhausen", "Oberhauser", "Oberhelman", "Oberholtzer", "Oberholzer", "Oberlander", "Oberle", "Oberlin", "Oberman", "Obermann", "Obermark", "Obermeier", "Obermeyer", "Oberst", "Oberstein", "Obert", "Oblander", "Obrecht", "Obringer", "Och", "Ochs", "Ochsner", "Ocken", "Ockenfels", "Ocker", "Ockerman", "Ockert", "Odem", "Odenbach", "Odendahl", "Odenthal", "Odenwald", "Odenweller", "Oder", "Oechsner", "Oeding", "Oehl", "Oehlerking", "Oehlert", "Oehm", "Oehrlein", "Oelkers", "Oelrich", "Oertel", "Oesterling", "Oesterreich", "Oestreich", "Oestreicher", "Oeth", "Oetting", "Oettinger", "Oetzel", "Offen", "Offenbacher", "Offenberger", "Offer", "Offner", "Ohl", "Ohle", "Ohlendorf", "Ohler", "Ohlhauser", "Ohlinger", "Ohlmann", "Ohme", "Ohmer", "Ohmes", "Ohnesorge", "Ohr", "Ohren", "Olberding", "Olbrich", "Olding", "Oley", "Olheiser", "Olinger", "Oliva", "Olk", "Olle", "Oller", "Ollinger", "Ollmann", "Olm", "Olmscheid", "Olp", "Olsen", "Olsson", "Olt", "Oltmanns", "Oltz", "Oncken", "Opatz", "Opel", "Opelt", "Opferman", "Opheim", "Opp", "Oppel", "Oppelt", "Oppenheim", "Oppenheimer", "Oppenlander", "Opper", "Orbach", "Orban", "Ordner", "Orf", "Orff", "Orians", "Orner", "Ort", "Ortel", "Orth", "Ortlieb", "Ortmann", "Ortmeier", "Ortner", "Ortt", "Ory", "Osen", "Osman", "Ossman", "Ost", "Osten", "Ostendorf", "Oster", "Osterberg", "Osterland", "Ostermann", "Ostermeier", "Ostermeyer", "Ostertag", "Ostheimer", "Osthoff", "Ostler", "Ostwald", "Oswalt", "Otte", "Ottenbacher", "Otterbein", "Otterman", "Ottinger", "Ottmers", "Otto", "Overdorff", "Oxner", "Paas", "Pabst", "Pach", "Pachter", "Packer", "Packman", "Padberg", "Paeth", "Paetow", "Paetz", "Paetzold", "Paffrath", "Pagenkopf", "Pahl", "Pahls", "Painter", "Pake", "Palas", "Pallas", "Palm", "Palmer", "Palmersheim", "Pamer", "Pamperin", "Pangle", "Pankau", "Panke", "Pankow", "Pankratz", "Panning", "Panter", "Panther", "Pantle", "Panzer", "Pape", "Papen", "Papp", "Pappert", "Papst", "Parchman", "Pardon", "Parduhn", "Pardun", "Parler", "Parlow", "Parman", "Parpart", "Parr", "Parten", "Partenheimer", "Partsch", "Pasch", "Pasche", "Paschen", "Paschke", "Paske", "Pass", "Passon", "Passow", "Paster", "Pastor", "Pastorius", "Pate", "Patschke", "Patzer", "Patzner", "Pauk", "Pauley", "Pauli", "Paulick", "Paulik", "Paulin", "Paullus", "Paulus", "Paustian", "Pautler", "Pautsch", "Pautz", "Pax", "Paxman", "Payer", "Payson", "Pech", "Pecher", "Pechman", "Pecht", "Peckman", "Peel", "Peffers", "Pegler", "Peglow", "Pehl", "Pehlke", "Peifer", "Peiffer", "Peikert", "Peil", "Peine", "Peiser", "Peitz", "Pell", "Pelle", "Peller", "Pelot", "Pelster", "Peltz", "Peltzer", "Pelz", "Pelzel", "Pelzer", "Peninger", "Penn", "Penner", "Penninger", "Pense", "Pentz", "Peplow", "Peppel", "Pergande", "Perl", "Perle", "Perleberg", "Perlich", "Perlick", "Perlin", "Perman", "Permann", "Permenter", "Pernick", "Perschke", "Persing", "Person", "Perz", "Peschel", "Peschke", "Peterlin", "Petersheim", "Petersohn", "Peth", "Petri", "Petry", "Petsch", "Petschauer", "Petter", "Pettinger", "Petz", "Petzel", "Petzke", "Petzold", "Petzoldt", "Peyser", "Pfahl", "Pfahler", "Pfalzgraf", "Pfander", "Pfau", "Pfeffer", "Pfefferkorn", "Pfeifer", "Pfeiffer", "Pfeil", "Pfeiler", "Pfendler", "Pfennig", "Pfenning", "Pfeuffer", "Pfiester", "Pfiffner", "Pfingsten", "Pfitzer", "Pflaum", "Pflaumer", "Pfleger", "Pfleiderer", "Pflieger", "Pflueger", "Pflug", "Pfluger", "Pflughoeft", "Pflum", "Pfohl", "Pfost", "Pfoutz", "Pfrommer", "Pfuhl", "Pfund", "Phalin", "Philipp", "Philippi", "Phillipp", "Piatz", "Pich", "Piche", "Pichler", "Picht", "Pickar", "Pickard", "Pickart", "Picken", "Picker", "Pickert", "Pickhardt", "Pickler", "Piehl", "Piening", "Piepenburg", "Piepmeier", "Pier", "Pies", "Pieske", "Pietig", "Pietsch", "Pietz", "Pilant", "Pilger", "Piller", "Pilling", "Pillman", "Piltz", "Pilz", "Pine", "Pingel", "Pinger", "Pingle", "Pink", "Pinkert", "Pinner", "Pinnick", "Pinnow", "Pioch", "Pippert", "Pippin", "Pirkey", "Pirner", "Pirrung", "Piske", "Pistole", "Pistorius", "Pitman", "Pitsch", "Pitter", "Pittinger", "Pittman", "Pittner", "Pittsenbarger", "Pitzen", "Pixler", "Plack", "Placke", "Plageman", "Plagens", "Plamann", "Plambeck", "Planck", "Planz", "Plasse", "Plassmeyer", "Plaster", "Plate", "Plath", "Platner", "Platt", "Platte", "Platter", "Plattner", "Platz", "Plautz", "Plein", "Pleiss", "Plenge", "Plessner", "Plett", "Plier", "Plitt", "Plocher", "Ploen", "Ploetz", "Ploss", "Plotz", "Pluemer", "Pluff", "Pluim", "Plum", "Plumhoff", "Pluth", "Pobanz", "Pobst", "Poch", "Pock", "Poehlein", "Poehler", "Poehlman", "Poelker", "Poellnitz", "Poeppelman", "Poepping", "Poeschel", "Poeschl", "Pofahl", "Poh", "Pohl", "Pohle", "Poje", "Pol", "Polack", "Poland", "Polen", "Polenz", "Poley", "Polich", "Politz", "Politzer", "Polk", "Polka", "Poll", "Pollan", "Polland", "Poller", "Pollert", "Pollman", "Pollnow", "Pollock", "Polster", "Polt", "Polzer", "Polzin", "Pomerantz", "Pomerenke", "Pommer", "Pommerening", "Pomper", "Pomplun", "Pomrenke", "Ponath", "Pong", "Ponting", "Pontius", "Ponto", "Popke", "Popp", "Poppa", "Poppe", "Popper", "Poppert", "Poppler", "Porath", "Porche", "Porr", "Porsch", "Port", "Porth", "Portz", "Posch", "Poser", "Posner", "Poss", "Possehl", "Possinger", "Posson", "Postel", "Posten", "Postler", "Pothast", "Potrykus", "Pottebaum", "Pottinger", "Pottorff", "Pottratz", "Praeger", "Prager", "Prahl", "Prall", "Pralle", "Pranger", "Prante", "Prasse", "Prast", "Prater", "Prather", "Prator", "Pratz", "Praus", "Prause", "Prechel", "Pregler", "Preheim", "Preis", "Preisinger", "Preisler", "Preiss", "Preller", "Premer", "Prescher", "Presler", "Pressel", "Presser", "Pressler", "Prestenbach", "Pretz", "Preus", "Preuss", "Preusser", "Prey", "Preyer", "Pribbenow", "Pribnow", "Priem", "Prien", "Pries", "Prieskorn", "Priesmeyer", "Priess", "Priewe", "Prigge", "Prim", "Primas", "Primus", "Prinster", "Printz", "Prinz", "Prinzing", "Pritz", "Pritzl", "Pritzlaff", "Probst", "Probus", "Prochnow", "Prock", "Prodoehl", "Proefrock", "Proehl", "Proell", "Proffer", "Proft", "Prokosch", "Proksch", "Propes", "Propson", "Propst", "Prosch", "Prose", "Prosen", "Proske", "Pross", "Prost", "Protz", "Protzman", "Prust", "Pruter", "Puch", "Puck", "Pudenz", "Puder", "Puderbaugh", "Pudwill", "Puetz", "Puff", "Puffer", "Puhr", "Pulley", "Pullig", "Pullman", "Puls", "Pulte", "Pultz", "Pulver", "Pulvermacher", "Pund", "Pundt", "Punke", "Punt", "Punzel", "Puppe", "Purucker", "Pusch", "Pust", "Puthoff", "Putzier", "Pyland", "Pylant", "Pyron", "Quaas", "Quade", "Quaderer", "Quandt", "Quant", "Quantz", "Quast", "Quell", "Quest", "Quilling", "Quillman", "Quint", "Quiram", "Quiring", "Raab", "Raabe", "Raak", "Raap", "Raasch", "Raatz", "Rabe", "Rabel", "Raben", "Rabenberg", "Rabenold", "Rabenstein", "Raber", "Rabold", "Raby", "Rach", "Rachel", "Rachels", "Rachow", "Rack", "Rackers", "Rackow", "Rad", "Radach", "Radant", "Radatz", "Raddatz", "Radde", "Radden", "Radder", "Radeke", "Radel", "Raden", "Rader", "Radermacher", "Radi", "Radke", "Radle", "Radler", "Radmacher", "Radmer", "Radner", "Raduenz", "Radunz", "Radwan", "Radwanski", "Rady", "Raeder", "Raether", "Raetz", "Raff", "Raffel", "Raffensperger", "Rager", "Ragle", "Raglin", "Raguse", "Rahe", "Rahl", "Rahlf", "Rahm", "Rahming", "Rahn", "Rahner", "Rahr", "Rahrig", "Raifsnider", "Raimer", "Rain", "Rainer", "Rais", "Raisch", "Raiser", "Raiter", "Raith", "Raitz", "Raker", "Rall", "Ramberg", "Rambo", "Rambow", "Ramer", "Ramig", "Ramler", "Ramm", "Rammel", "Rammer", "Ramming", "Ramp", "Rampe", "Ramsburg", "Ramser", "Ramthun", "Ranck", "Rand", "Randell", "Randt", "Ranft", "Rang", "Range", "Ranger", "Rank", "Ranke", "Ranker", "Ranly", "Rannow", "Rantz", "Ranz", "Rape", "Rapp", "Rappe", "Rappel", "Rappold", "Rasch", "Rasche", "Rascher", "Raschke", "Rase", "Raser", "Raske", "Rasmusson", "Rasner", "Rasnick", "Rasp", "Rassel", "Rastetter", "Ratay", "Rater", "Ratermann", "Rath", "Rathe", "Rathel", "Rather", "Rathert", "Rathfon", "Rathgeber", "Rathmann", "Rathsack", "Ratke", "Ratte", "Rattler", "Ratz", "Ratzel", "Ratzlaff", "Rau", "Raub", "Rauber", "Rauch", "Raue", "Rauen", "Rauer", "Rauh", "Rauls", "Raum", "Raun", "Rauner", "Raup", "Raupp", "Raus", "Rausch", "Rauschenbach", "Rauschenberg", "Rauschenberger", "Rauscher", "Rauser", "Rautenberg", "Raveling", "Ravert", "Rayman", "Rebel", "Reber", "Rebert", "Rebhan", "Rebholz", "Rebmann", "Rebstock", "Rech", "Rechner", "Recht", "Reck", "Recknagel", "Recktenwald", "Rector", "Reddin", "Redding", "Reddix", "Redel", "Redenius", "Redick", "Redinger", "Rediske", "Redler", "Redlich", "Redlin", "Redling", "Redlinger", "Redmann", "Redner", "Reeck", "Reeg", "Reek", "Rees", "Reese", "Reeter", "Reetz", "Reff", "Reffner", "Regas", "Regehr", "Regel", "Regen", "Regenold", "Reger", "Regier", "Regis", "Regner", "Reh", "Rehbein", "Rehberg", "Rehberger", "Rehfeld", "Rehfeldt", "Rehkopf", "Rehl", "Rehling", "Rehm", "Rehmert", "Rehnberg", "Rehrer", "Rehrig", "Reibel", "Reiber", "Reich", "Reichard", "Reichardt", "Reichart", "Reiche", "Reichel", "Reichelderfer", "Reichelt", "Reichenbach", "Reichenberg", "Reichenberger", "Reicher", "Reichert", "Reichl", "Reichle", "Reichling", "Reichman", "Reichmann", "Reichner", "Reichow", "Reichstein", "Reichwein", "Reicks", "Reidel", "Reidenbach", "Reider", "Reidinger", "Reier", "Reifert", "Reiff", "Reifschneider", "Reifsteck", "Reigel", "Reiger", "Reiher", "Reihl", "Reil", "Reile", "Reiling", "Reim", "Reimann", "Reimel", "Reimer", "Reimold", "Rein", "Reinauer", "Reinbold", "Reindel", "Reindl", "Reineck", "Reinecker", "Reineke", "Reinemann", "Reiner", "Reiners", "Reinfeld", "Reinhard", "Reinhardt", "Reinhart", "Reinheimer", "Reinhold", "Reinholdt", "Reinholtz", "Reinholz", "Reinig", "Reiniger", "Reininger", "Reinitz", "Reinkemeyer", "Reinmuth", "Reinoehl", "Reinsch", "Reinschmidt", "Reis", "Reisch", "Reische", "Reisdorf", "Reise", "Reisenauer", "Reisert", "Reish", "Reisig", "Reising", "Reisinger", "Reisler", "Reisman", "Reisner", "Reiss", "Reissig", "Reissman", "Reister", "Reiswig", "Reiten", "Reiter", "Reith", "Reither", "Reitman", "Reitmeier", "Reitmeyer", "Reitter", "Reitz", "Reitzel", "Rekow", "Rembold", "Remlinger", "Remmel", "Remp", "Rempe", "Rempel", "Rempfer", "Remus", "Renck", "Rendel", "Render", "Renfer", "Renken", "Renker", "Renko", "Rennaker", "Rennhack", "Renninger", "Rensch", "Renschler", "Renter", "Rentsch", "Rentz", "Renz", "Renze", "Repke", "Replogle", "Reppert", "Requa", "Reschke", "Reske", "Resler", "Resner", "Ress", "Ressel", "Ressler", "Rest", "Rester", "Rettberg", "Retter", "Retterath", "Retterer", "Rettig", "Rettinger", "Rettke", "Rettler", "Retz", "Retzer", "Retzlaff", "Reuber", "Reuer", "Reukauf", "Reul", "Reum", "Reus", "Reusch", "Reuscher", "Reuss", "Reuter", "Reuther", "Reutlinger", "Reutzel", "Rewerts", "Rex", "Rexing", "Rexroth", "Rey", "Reyer", "Reymann", "Rhee", "Rhein", "Rheingans", "Rheinheimer", "Rhine", "Rhoda", "Rhode", "Rhoden", "Rhody", "Rhomberg", "Rhone", "Ribelin", "Richardt", "Richel", "Richer", "Richert", "Richey", "Richman", "Richmeier", "Richner", "Richter", "Richters", "Rick", "Ricke", "Rickel", "Rickelman", "Rickels", "Ricken", "Rickenbach", "Ricker", "Ridinger", "Ridler", "Riebe", "Riebel", "Riebeling", "Rieben", "Rieber", "Riechers", "Riechmann", "Rieckhoff", "Ried", "Riede", "Rieder", "Riederer", "Riedesel", "Riedinger", "Riedman", "Rief", "Rieff", "Rieg", "Riegel", "Rieger", "Riegert", "Riegler", "Riehl", "Riehle", "Riehm", "Riek", "Rieke", "Rieken", "Riel", "Rieland", "Riels", "Riemann", "Riemenschneider", "Riemer", "Riepe", "Ries", "Riese", "Riesen", "Riesenberg", "Rieser", "Riess", "Riessen", "Riester", "Rieth", "Rietmann", "Rietz", "Riewe", "Riff", "Riffel", "Rigg", "Riggenbach", "Rigler", "Riker", "Rill", "Rilling", "Rima", "Rimmel", "Rinck", "Rind", "Rinder", "Rinderer", "Rinderknecht", "Rinderle", "Rindfleisch", "Rindt", "Ring", "Ringe", "Ringeisen", "Ringel", "Ringenberg", "Ringer", "Ringgenberg", "Ringger", "Ringhofer", "Ringle", "Ringler", "Ringling", "Ringold", "Ringwald", "Rink", "Rinke", "Rinkel", "Rinkenberger", "Rinker", "Rinks", "Rinkus", "Rinne", "Rinner", "Ripberger", "Ripke", "Ripp", "Rippentrop", "Ripper", "Ripperger", "Ripplinger", "Ripps", "Rische", "Riske", "Risler", "Riss", "Risse", "Rissler", "Rissman", "Rist", "Ristau", "Rister", "Ristow", "Ritschel", "Ritt", "Rittel", "Ritter", "Ritterbusch", "Ritthaler", "Rittman", "Rittner", "Ritz", "Ritzel", "Ritzenthaler", "Ritzer", "Ritzert", "Ritzinger", "Ritzler", "Ritzman", "Rivinius", "Robeck", "Robel", "Rober", "Roberg", "Robl", "Robling", "Roch", "Roche", "Rochman", "Rochow", "Rock", "Rocke", "Rockefeller", "Rockel", "Rockenbach", "Rocker", "Rockers", "Rockman", "Rockoff", "Rockow", "Rocks", "Rockstroh", "Rod", "Roda", "Rodd", "Rode", "Rodebaugh", "Rodefer", "Rodeffer", "Rodeman", "Rodemeyer", "Roden", "Rodenberger", "Rodenburg", "Roder", "Rodewald", "Rodich", "Rodman", "Rody", "Roeber", "Roecker", "Roed", "Roedel", "Roeder", "Roeger", "Roeglin", "Roegner", "Roehl", "Roehling", "Roehm", "Roehr", "Roehrich", "Roehrig", "Roelfs", "Roell", "Roelle", "Roemer", "Roemhildt", "Roemmich", "Roen", "Roeper", "Roesch", "Roese", "Roesel", "Roeseler", "Roesener", "Roeser", "Roeske", "Roesler", "Roesner", "Roessel", "Roesser", "Roessler", "Roessner", "Roeth", "Roethel", "Roether", "Roethle", "Roethler", "Roetzel", "Roetzer", "Roffers", "Roffman", "Rogel", "Rogg", "Rogge", "Roggenbuck", "Roggow", "Rogus", "Roh", "Rohde", "Roher", "Rohl", "Rohland", "Rohleder", "Rohlf", "Rohlfs", "Rohling", "Rohlman", "Rohloff", "Rohm", "Rohmer", "Rohn", "Rohr", "Rohrbach", "Rohrbacher", "Rohrbeck", "Rohrer", "Rohrich", "Rohrig", "Rohrman", "Rohrs", "Rohs", "Rohwer", "Roiger", "Roker", "Roll", "Rolla", "Rolle", "Roller", "Rollin", "Rolling", "Rollinger", "Rom", "Rombach", "Romberg", "Romberger", "Romer", "Romes", "Romey", "Romig", "Rominger", "Romm", "Romp", "Ronne", "Ronnebaum", "Ronning", "Roof", "Rook", "Ropp", "Rosacker", "Rosauer", "Rosch", "Rosche", "Rosel", "Rosemann", "Rosemeyer", "Rosemond", "Rosen", "Rosenau", "Rosenbach", "Rosenbauer", "Rosenbaum", "Rosenbeck", "Rosenberg", "Rosenberger", "Rosenblatt", "Rosenburg", "Rosendahl", "Rosener", "Rosenfeld", "Rosenfeldt", "Rosengarten", "Rosenheim", "Rosenkoetter", "Rosenman", "Rosenow", "Rosenstein", "Rosenstiel", "Rosenstock", "Rosenthal", "Rosentreter", "Rosenwald", "Rosenwasser", "Rosenwinkel", "Rosenzweig", "Roser", "Rosin", "Rosing", "Roskam", "Roske", "Roskopf", "Rosler", "Rosman", "Rosmarin", "Rosner", "Ross", "Rossbach", "Rossberg", "Rosse", "Rossen", "Rosser", "Rossin", "Rossing", "Rossler", "Rossmann", "Rossner", "Rossow", "Rossum", "Rost", "Roster", "Rotenberg", "Rotering", "Rotert", "Roth", "Rothacker", "Rothbart", "Rothbauer", "Rothberg", "Rothe", "Rothenbach", "Rothenberg", "Rothenberger", "Rother", "Rothermel", "Rothermich", "Rothermund", "Rothert", "Rothfuss", "Rothgeb", "Rothkopf", "Rothlisberger", "Rothman", "Rothmann", "Rothmeyer", "Rothrock", "Roths", "Rothschild", "Rothstein", "Rothweiler", "Rott", "Rotter", "Rottinghaus", "Rottler", "Rottmann", "Rottner", "Rotz", "Rout", "Routzahn", "Rover", "Rowekamp", "Rubach", "Ruback", "Rubbelke", "Rube", "Rubeck", "Rubel", "Ruben", "Rubenacker", "Rubenzer", "Rubert", "Rubey", "Rubi", "Rubin", "Ruble", "Rubner", "Rubsam", "Ruch", "Ruck", "Ruckdeschel", "Ruckel", "Rucker", "Ruckert", "Ruckman", "Rudder", "Rude", "Rudel", "Ruden", "Ruder", "Ruderman", "Rudi", "Rudich", "Rudiger", "Rudloff", "Rudner", "Rudolf", "Rueb", "Ruebel", "Ruecker", "Rueckert", "Ruediger", "Ruedinger", "Ruegg", "Ruehl", "Ruehle", "Ruehling", "Ruen", "Ruesch", "Ruess", "Ruest", "Rueter", "Rueth", "Ruether", "Ruetten", "Ruetz", "Ruf", "Rufe", "Rufenacht", "Rufer", "Ruff", "Ruffer", "Ruffing", "Ruffner", "Ruge", "Rugen", "Rugenstein", "Ruger", "Ruhl", "Ruhland", "Ruhle", "Ruhlman", "Ruhnke", "Ruhr", "Ruhs", "Ruland", "Rullman", "Rumberger", "Rumbold", "Rumer", "Rummel", "Rummler", "Rump", "Rumpel", "Rumpf", "Rumschlag", "Runck", "Rund", "Runde", "Rundel", "Runge", "Runk", "Runke", "Runkel", "Runte", "Ruopp", "Rupe", "Rupel", "Rupiper", "Ruple", "Ruplinger", "Rupnow", "Rupp", "Ruppe", "Ruppenthal", "Ruppert", "Rupprecht", "Ruprecht", "Rusch", "Rusche", "Ruse", "Russ", "Russak", "Russler", "Russman", "Russow", "Rustemeyer", "Rutenberg", "Ruter", "Ruthenberg", "Ruther", "Rutt", "Rutten", "Rutz", "Rutzen", "Rux", "Rylander", "Ryll", "Rymer", "Saal", "Saalfeld", "Saam", "Saar", "Saas", "Sabel", "Sachen", "Sacher", "Sachs", "Sack", "Sackmann", "Sacksteder", "Sadlier", "Sadowsky", "Saenger", "Saffran", "Safran", "Sage", "Sagehorn", "Sagendorf", "Sahl", "Sahlberg", "Sahm", "Sahr", "Sahs", "Saile", "Sailer", "Salb", "Saler", "Saling", "Salinger", "Saller", "Salm", "Salow", "Saltz", "Saltzer", "Salz", "Salzberg", "Salzer", "Salzmann", "Samberg", "Samel", "Sames", "Samet", "Sammet", "Sandau", "Sandbach", "Sandberg", "Sande", "Sandel", "Sander", "Sandersfeld", "Sandmann", "Sandmeier", "Sandmeyer", "Sandner", "Sandrock", "Sandt", "Sanft", "Sang", "Sanger", "Sann", "Sante", "Santer", "Sanz", "Sapp", "Sarauer", "Sarge", "Sartori", "Sass", "Sassman", "Satter", "Sattler", "Sauber", "Sauder", "Sauer", "Sauerland", "Sauerwein", "Saur", "Saurer", "Sauser", "Sauter", "Sautner", "Sautter", "Sawall", "Saxe", "Schaad", "Schaadt", "Schaaf", "Schaal", "Schaar", "Schabacker", "Schaben", "Schaber", "Schaberg", "Schach", "Schacher", "Schack", "Schade", "Schadegg", "Schader", "Schadler", "Schadt", "Schaecher", "Schaedel", "Schaedler", "Schaefbauer", "Schaefer", "Schaeffer", "Schaf", "Schafer", "Schaff", "Schaffer", "Schaffert", "Schaffler", "Schaffner", "Schaffran", "Schaffter", "Schager", "Schaible", "Schain", "Schakel", "Schalk", "Schall", "Schaller", "Schallhorn", "Schalow", "Schambach", "Schamber", "Schamberger", "Schanbacher", "Schanen", "Schank", "Schantz", "Schanzenbach", "Schanzer", "Schar", "Schara", "Scharber", "Schardt", "Scharer", "Schares", "Scharfenberg", "Scharlau", "Schartner", "Schartz", "Schatte", "Schattner", "Schatz", "Schatzberg", "Schatzel", "Schatzle", "Schatzman", "Schaub", "Schaubert", "Schauble", "Schauder", "Schauer", "Schauf", "Schaufele", "Schaufler", "Schaum", "Schaumann", "Schaumberg", "Schaumburg", "Schaus", "Schauss", "Schauwecker", "Schechinger", "Schechner", "Scheck", "Scheckel", "Schedler", "Scheeler", "Scheer", "Scheerer", "Scheffer", "Scheffert", "Schehr", "Scheib", "Scheibe", "Scheibel", "Scheiber", "Scheibner", "Scheid", "Scheidel", "Scheideler", "Scheideman", "Scheider", "Scheiderer", "Scheidler", "Scheidt", "Scheier", "Scheihing", "Scheiman", "Schein", "Scheiner", "Scheirer", "Schelb", "Scheler", "Schelin", "Schell", "Schelle", "Schellenberg", "Schellenberger", "Schellenger", "Scheller", "Schellhaas", "Schellhammer", "Schellhase", "Schellhorn", "Schellin", "Schelling", "Schellinger", "Schelske", "Schemel", "Schemenauer", "Schemm", "Schemmel", "Schemmer", "Schempp", "Schenck", "Schendel", "Schenk", "Schenke", "Schenkel", "Schenkelberg", "Scher", "Scherbarth", "Scherber", "Scherer", "Scherf", "Scherich", "Scherle", "Scherling", "Scherman", "Scherr", "Scherrer", "Scherschel", "Schertz", "Schertzer", "Scherz", "Scherzer", "Schessler", "Schettler", "Scheuer", "Scheuermann", "Scheufler", "Scheumann", "Scheurer", "Scheurich", "Scheuring", "Scheve", "Scheyer", "Schichtel", "Schick", "Schicker", "Schickler", "Schickling", "Schieber", "Schieck", "Schied", "Schiedel", "Schiefelbein", "Schiefen", "Schiefer", "Schieferstein", "Schieffer", "Schiek", "Schiele", "Schielke", "Schiemann", "Schierling", "Schierman", "Schiess", "Schiesser", "Schiewe", "Schiff", "Schiffbauer", "Schiffer", "Schiffhauer", "Schiffler", "Schiffman", "Schiffner", "Schilb", "Schild", "Schilder", "Schildgen", "Schildknecht", "Schildt", "Schill", "Schille", "Schiller", "Schillig", "Schilling", "Schillinger", "Schillo", "Schilt", "Schiltz", "Schilz", "Schimke", "Schimmel", "Schimmelpfennig", "Schimmer", "Schimmoeller", "Schimpf", "Schindel", "Schindele", "Schindler", "Schinke", "Schinkel", "Schinker", "Schirm", "Schirmacher", "Schirmer", "Schirtzinger", "Schissel", "Schissler", "Schkade", "Schlabach", "Schladweiler", "Schlaefer", "Schlafer", "Schlaff", "Schlagel", "Schlager", "Schlageter", "Schlais", "Schlamp", "Schlangen", "Schlarman", "Schlater", "Schlau", "Schlauch", "Schlechter", "Schleder", "Schlee", "Schlegel", "Schlegelmilch", "Schlei", "Schleich", "Schleicher", "Schleider", "Schleif", "Schleifer", "Schleiger", "Schlein", "Schleis", "Schleisman", "Schlemmer", "Schlenk", "Schlenker", "Schlenz", "Schlepp", "Schlereth", "Schlesener", "Schlesinger", "Schlesselman", "Schlesser", "Schlessinger", "Schleusner", "Schley", "Schleyer", "Schlicher", "Schlicht", "Schlichte", "Schlichter", "Schlick", "Schlicker", "Schlies", "Schliesman", "Schlimgen", "Schlinger", "Schlink", "Schlitt", "Schlitter", "Schlitz", "Schloegel", "Schloesser", "Schloss", "Schlosser", "Schlossman", "Schlotfeldt", "Schlotthauer", "Schlotzhauer", "Schluckebier", "Schlund", "Schlundt", "Schlup", "Schlussel", "Schmadeke", "Schmader", "Schmahl", "Schmal", "Schmall", "Schmaltz", "Schmalz", "Schmalzried", "Schmauch", "Schmauder", "Schmaus", "Schmechel", "Schmeck", "Schmeckpeper", "Schmeer", "Schmeichel", "Schmeisser", "Schmeltz", "Schmeltzer", "Schmelz", "Schmelzer", "Schmelzle", "Schmenk", "Schmer", "Schmidgall", "Schmidlkofer", "Schmidt", "Schmidtberger", "Schmidtke", "Schmied", "Schmieder", "Schmiege", "Schmier", "Schmierer", "Schminke", "Schmith", "Schmitter", "Schmitz", "Schmitzer", "Schmoll", "Schmuck", "Schmuhl", "Schmunk", "Schnabel", "Schnackenberg", "Schnaible", "Schnakenberg", "Schnall", "Schnapp", "Schnarr", "Schnaufer", "Schneck", "Schnee", "Schneeberg", "Schneeberger", "Schneeman", "Schneider", "Schneiderhan", "Schneiderman", "Schneidewind", "Schneidman", "Schneier", "Schneiter", "Schnell", "Schnelle", "Schneller", "Schnepf", "Schnettler", "Schnetzer", "Schnetzler", "Schnick", "Schnider", "Schnitz", "Schnitzer", "Schnitzius", "Schnitzler", "Schnoebelen", "Schnorr", "Schnupp", "Schnur", "Schnurbusch", "Schnurr", "Schobel", "Schober", "Schobert", "Schock", "Schoeck", "Schoedel", "Schoeder", "Schoeff", "Schoeffel", "Schoell", "Schoellkopf", "Schoemann", "Schoemer", "Schoen", "Schoenbachler", "Schoenbauer", "Schoenberg", "Schoenberger", "Schoenborn", "Schoendorf", "Schoene", "Schoeneberg", "Schoeneck", "Schoenecker", "Schoeneman", "Schoenemann", "Schoenenberger", "Schoener", "Schoenfeld", "Schoenfelder", "Schoenfeldt", "Schoenhals", "Schoenherr", "Schoenig", "Schoenike", "Schoenrock", "Schoenstein", "Schoenthal", "Schoenthaler", "Schoenwald", "Schoenwetter", "Schoepf", "Schoepke", "Schoettle", "Schoettmer", "Schofer", "Schoff", "Scholer", "Scholl", "Scholler", "Schollmeyer", "Scholze", "Schomberg", "Schomburg", "Schomer", "Schomp", "Schon", "Schonauer", "Schonberg", "Schonberger", "Schone", "Schoneman", "Schoner", "Schonert", "Schonfeld", "Schoof", "Schopf", "Schopp", "Schoppert", "Schorer", "Schorr", "Schorsch", "Schorzman", "Schott", "Schowalter", "Schraeder", "Schraer", "Schrag", "Schrage", "Schrager", "Schramel", "Schramer", "Schramm", "Schrantz", "Schranz", "Schratz", "Schraub", "Schrauben", "Schraut", "Schrauth", "Schrecengost", "Schreck", "Schreffler", "Schreiber", "Schreier", "Schreifels", "Schreiner", "Schreiter", "Schremmer", "Schremp", "Schrempp", "Schrenk", "Schrepfer", "Schreyer", "Schrick", "Schricker", "Schrider", "Schrimpf", "Schrock", "Schrodt", "Schroeck", "Schroedel", "Schroedl", "Schroepfer", "Schrom", "Schroth", "Schubach", "Schubbe", "Schubel", "Schubert", "Schubring", "Schuch", "Schuchardt", "Schuchart", "Schuchert", "Schuchmann", "Schuder", "Schuele", "Schueler", "Schueneman", "Schuenke", "Schuessler", "Schuetz", "Schuetze", "Schuff", "Schug", "Schuh", "Schuhmacher", "Schuhmann", "Schuknecht", "Schul", "Schuld", "Schuldt", "Schule", "Schulenberg", "Schulke", "Schull", "Schulman", "Schulmeister", "Schultheis", "Schultheiss", "Schultz", "Schultze", "Schulz", "Schulze", "Schumacher", "Schumann", "Schumer", "Schumpert", "Schunk", "Schunke", "Schupbach", "Schupp", "Schuppe", "Schuppert", "Schur", "Schurtz", "Schurz", "Schussler", "Schuster", "Schutz", "Schutze", "Schutzman", "Schwaab", "Schwab", "Schwabauer", "Schwabe", "Schwager", "Schwahn", "Schwaiger", "Schwalbach", "Schwalbe", "Schwalenberg", "Schwalm", "Schwamb", "Schwamberger", "Schwan", "Schwanbeck", "Schwaner", "Schwaninger", "Schwantes", "Schwantz", "Schwanz", "Schwarm", "Schwartz", "Schwartzbauer", "Schwartze", "Schwartzenberger", "Schwartzkopf", "Schwartzman", "Schwarz", "Schwarzbach", "Schwarze", "Schwarzenbach", "Schwarzer", "Schwarzkopf", "Schwebach", "Schwebel", "Schwebke", "Schwed", "Schweda", "Schwede", "Schweder", "Schwegel", "Schwehr", "Schweich", "Schweickert", "Schweiger", "Schweigert", "Schweighardt", "Schwein", "Schweinfurth", "Schweinsberg", "Schweiss", "Schweitz", "Schweitzer", "Schweizer", "Schwemmer", "Schwend", "Schwendeman", "Schwendemann", "Schwender", "Schwendiman", "Schwendinger", "Schwenke", "Schwer", "Schwerdt", "Schwerdtfeger", "Schwerin", "Schwering", "Schwertfeger", "Schwertner", "Schwery", "Schwetz", "Schwichtenberg", "Schwickerath", "Schwiebert", "Schwimmer", "Schwing", "Schwinger", "Schwinghammer", "Schwinn", "Schwitters", "Schwitzer", "Schwoch", "Schworm", "Sealander", "Seba", "Sebald", "Sebastian", "Sebert", "Seckel", "Seckinger", "Seckler", "Sedler", "Seebach", "Seeberger", "Seeburger", "Seedorf", "Seefeldt", "Seefried", "Seeger", "Seegert", "Seehafer", "Seelbach", "Seelen", "Seelig", "Seeliger", "Seeling", "Seelinger", "Seem", "Seemann", "Sees", "Seese", "Seewald", "Sehnert", "Seiberlich", "Seiberling", "Seibert", "Seibold", "Seid", "Seide", "Seidelman", "Seideman", "Seiden", "Seidenberg", "Seidensticker", "Seidler", "Seidlitz", "Seidner", "Seif", "Seifer", "Seifert", "Seiferth", "Seiffert", "Seifried", "Seiger", "Seil", "Seiler", "Seiling", "Seils", "Seim", "Seiser", "Seiss", "Seiter", "Seith", "Seither", "Seitter", "Seitzer", "Seiz", "Selbach", "Selbe", "Selders", "Seliger", "Seligman", "Seligmann", "Selinger", "Selk", "Selke", "Sell", "Selle", "Sellen", "Seller", "Sellmeyer", "Seltz", "Seltzer", "Selzer", "Selzler", "Semar", "Semer", "Semler", "Semmel", "Semmler", "Semrau", "Sendelbach", "Senf", "Senft", "Senger", "Sengstock", "Senk", "Senkbeil", "Senne", "Senseman", "Sensenig", "Sensing", "Sentner", "Sentz", "Sepp", "Seraphin", "Serber", "Serfling", "Sermersheim", "Serr", "Servatius", "Sessler", "Setter", "Setzer", "Setzler", "Seubert", "Seufert", "Sevin", "Sewald", "Sexauer", "Seybert", "Seybold", "Seydel", "Seyfarth", "Seyfert", "Seyferth", "Seyfried", "Seyler", "Seyller", "Shada", "Shaft", "Shafter", "Sheckler", "Sheler", "Shiffman", "Shortz", "Shuda", "Shuter", "Sibert", "Sichel", "Sicher", "Sickel", "Sickler", "Sidel", "Siebenaler", "Sieber", "Sieberg", "Siebert", "Siebrecht", "Siedler", "Siefring", "Sieg", "Siegel", "Siegelman", "Siegenthaler", "Sieger", "Siegert", "Siegfried", "Siegler", "Siegmund", "Siegrist", "Sielaff", "Sieler", "Sieloff", "Siemen", "Siemer", "Sies", "Sigl", "Sigler", "Sigmund", "Sigrist", "Silber", "Silberberg", "Silberg", "Silberman", "Silbernagel", "Silberstein", "Silbert", "Siler", "Sillman", "Simbeck", "Simler", "Simm", "Simmen", "Simmer", "Simmon", "Simson", "Sindel", "Sinder", "Sindler", "Sindlinger", "Sindt", "Sing", "Singer", "Single", "Singler", "Sinkhorn", "Sinn", "Sipper", "Sissel", "Sitler", "Sitter", "Sittig", "Sittler", "Sittner", "Sitz", "Sitze", "Sitzer", "Sitzes", "Sitzler", "Sivers", "Skroch", "Slabach", "Slinger", "Slote", "Slowiak", "Snitker", "Sobania", "Sock", "Soder", "Soehner", "Soergel", "Sohl", "Sohler", "Sohmer", "Sohn", "Sohns", "Sohr", "Solberg", "Solinger", "Soll", "Sollberger", "Soller", "Sollman", "Soltau", "Sommer", "Sommerer", "Sommerfeld", "Sommerfeldt", "Sonderman", "Sonnabend", "Sonne", "Sonneborn", "Sonnek", "Sonneman", "Sonnen", "Sonnenberg", "Sonnenburg", "Sonnenfeld", "Sonnenschein", "Sonnentag", "Sonntag", "Sonsalla", "Sontag", "Sontheimer", "Sopp", "Sorber", "Sorg", "Sorge", "Sorgen", "Sorgenfrei", "Sorger", "Sornberger", "Spaar", "Spach", "Spade", "Spader", "Spaeth", "Spahn", "Span", "Spang", "Spangenberg", "Spangler", "Spanier", "Spann", "Spannagel", "Spar", "Sparber", "Sparger", "Spargur", "Spark", "Sparr", "Spartz", "Spath", "Spaude", "Specht", "Speck", "Specker", "Speer", "Speich", "Speicher", "Speidel", "Speier", "Speiser", "Spell", "Speller", "Spellman", "Speltz", "Spengler", "Spenner", "Sperber", "Sperberg", "Sperl", "Speth", "Spetz", "Speyer", "Speyrer", "Spicher", "Spickler", "Spiegel", "Spiegelberg", "Spiegler", "Spiekerman", "Spielberg", "Spieler", "Spielmann", "Spielvogel", "Spier", "Spiering", "Spiers", "Spies", "Spiess", "Spieth", "Spigner", "Spille", "Spiller", "Spillman", "Spindel", "Spitz", "Spitzer", "Spitznagel", "Spitzner", "Spoden", "Spohn", "Spohr", "Sponholz", "Sponsel", "Spores", "Sporn", "Spors", "Spott", "Sprang", "Spranger", "Sprangers", "Sprau", "Sprecher", "Spreitzer", "Sprengel", "Spring", "Springborn", "Springmeyer", "Spross", "Sprott", "Sprung", "Spuhler", "Staab", "Stabenow", "Stablein", "Stabler", "Stach", "Stache", "Stachel", "Stachler", "Stack", "Stade", "Stadel", "Stadelman", "Stadick", "Stadig", "Stading", "Stadler", "Stadt", "Stadtler", "Stadtmueller", "Staebler", "Staehle", "Stahl", "Stahlberg", "Stahle", "Stahlecker", "Stahler", "Stahlhut", "Stahlman", "Stahr", "Staib", "Stallman", "Stamm", "Stamp", "Stampe", "Stang", "Stange", "Stangel", "Stanger", "Stanke", "Stanzel", "Stapf", "Star", "Starck", "Stark", "Starke", "Starkel", "Starker", "Starner", "Stasch", "Stassen", "State", "Stater", "Statz", "Statzer", "Staub", "Staubach", "Stauber", "Stauch", "Staudacher", "Staude", "Staudenmaier", "Stauder", "Staudt", "Stauff", "Stauffacher", "Staup", "Staus", "Stavinoha", "Stayer", "Steber", "Stecher", "Steck", "Steckbauer", "Steckbeck", "Steckel", "Steckman", "Steege", "Steenbergen", "Steff", "Steffek", "Stefl", "Steg", "Stege", "Stegemann", "Stegemoller", "Steger", "Stegmaier", "Stegman", "Stegmann", "Stegmeier", "Stegner", "Stehl", "Stehle", "Stehlin", "Stehr", "Steib", "Steiber", "Steichen", "Steidel", "Steidl", "Steidle", "Steier", "Steig", "Steiger", "Steigerwald", "Steigman", "Steil", "Steiman", "Steimel", "Steimer", "Steimle", "Stein", "Steinacker", "Steinauer", "Steinbach", "Steinbacher", "Steinbeck", "Steinberg", "Steinberger", "Steinbock", "Steinborn", "Steinbrecher", "Steinbrenner", "Steinbrink", "Steinbrunner", "Steindorf", "Steiner", "Steinert", "Steinfeld", "Steinfeldt", "Steingraber", "Steinhagen", "Steinhardt", "Steinhauer", "Steinhaus", "Steinhauser", "Steinhilber", "Steinhofer", "Steiniger", "Steininger", "Steinke", "Steinkirchner", "Steinle", "Steinmann", "Steinmetz", "Steinmeyer", "Steinruck", "Steinwand", "Steitz", "Steller", "Stelling", "Stellmach", "Stellmacher", "Stellrecht", "Stellwagen", "Steltz", "Stelzer", "Stelzner", "Stemmler", "Stempel", "Stemper", "Stempler", "Stengel", "Stenger", "Stenz", "Stenzel", "Stephan", "Stephani", "Stephanus", "Stepp", "Stepper", "Sterbenz", "Sterkel", "Sterling", "Stern", "Sternberg", "Sternberger", "Sterner", "Sternfeld", "Sternhagen", "Sterr", "Stertz", "Sterzinger", "Stetter", "Stettler", "Stettner", "Stetz", "Stetzer", "Steuber", "Steubing", "Steuer", "Steuerwald", "Steurer", "Stever", "Steyer", "Stich", "Stickel", "Stickler", "Stieb", "Stiebel", "Stieben", "Stieber", "Stief", "Stiefel", "Stiefvater", "Stieg", "Stiegler", "Stiehl", "Stiel", "Stieler", "Stielow", "Stien", "Stier", "Stiers", "Stiffler", "Stifter", "Stigler", "Stiglitz", "Still", "Stiller", "Stillings", "Stilp", "Stiltz", "Stimmel", "Stimmell", "Stingle", "Stipp", "Stippich", "Stirn", "Stitz", "Stitzel", "Stob", "Stober", "Stock", "Stocker", "Stockert", "Stockhausen", "Stocklin", "Stockman", "Stockmann", "Stockner", "Stoebe", "Stoebner", "Stoecker", "Stoeckle", "Stoecklein", "Stoeffler", "Stoeger", "Stoel", "Stoessel", "Stoesz", "Stoffels", "Stohler", "Stohs", "Stoiber", "Stoick", "Stolberg", "Stoliker", "Stoll", "Stolle", "Stollenwerk", "Stoller", "Stoltenberg", "Stoltman", "Stoltz", "Stolz", "Stolze", "Stolzenberg", "Stolzenburg", "Stolzer", "Stolzman", "Stommel", "Stoos", "Stoots", "Stophel", "Stopher", "Stopper", "Storch", "Storck", "Stork", "Storms", "Storrer", "Stortz", "Storz", "Stoskopf", "Stoss", "Stotz", "Stoy", "Stradtman", "Strahl", "Strahle", "Strahler", "Strahm", "Stram", "Strang", "Strantz", "Stranz", "Strasburg", "Strassburg", "Strassburger", "Strasser", "Strassman", "Strassner", "Straub", "Straube", "Strauch", "Straus", "Strause", "Strauser", "Strauss", "Straut", "Streb", "Strebe", "Strebel", "Streck", "Strecker", "Strege", "Strehl", "Strehle", "Strehlow", "Streib", "Streich", "Streicher", "Streif", "Streifel", "Streiff", "Streit", "Streitz", "Strelow", "Streng", "Strenge", "Strenger", "Strenk", "Stretz", "Streu", "Streufert", "Strey", "Strick", "Stricker", "Strickfaden", "Strickler", "Strickling", "Striebel", "Stritzel", "Stritzinger", "Strobel", "Strober", "Strode", "Stroder", "Strodtman", "Stroebel", "Stroh", "Strohecker", "Strohm", "Strohman", "Strohmeier", "Strohmeyer", "Strohschein", "Strom", "Stromberg", "Stromer", "Strommer", "Strop", "Stroschein", "Stross", "Stroth", "Strub", "Strubel", "Struckmeyer", "Strumpf", "Strutt", "Strutz", "Stubenrauch", "Stuber", "Stubler", "Stuck", "Stucke", "Stucker", "Stuckert", "Stucki", "Stuckman", "Stuckwisch", "Stucky", "Stude", "Student", "Studer", "Stueber", "Stuebs", "Stueck", "Stuedemann", "Stuermer", "Stueven", "Stuff", "Stuhl", "Stuhler", "Stuhlman", "Stull", "Stuller", "Stultz", "Stulz", "Stumm", "Stumme", "Stump", "Stumpe", "Stumpf", "Stumpff", "Stumph", "Stumpp", "Stunkel", "Stuntz", "Stupp", "Stuppy", "Sturm", "Sturmer", "Sturn", "Sturtz", "Stutheit", "Stutz", "Stutzman", "Subbert", "Suber", "Sucher", "Suchman", "Suckow", "Sudbeck", "Suderman", "Sudhoff", "Suer", "Suess", "Suhl", "Suhre", "Sukow", "Sullenger", "Sultemeier", "Sultzer", "Sulzbach", "Sulzberger", "Sulzer", "Summer", "Summerlin", "Sunderhaus", "Sundermann", "Sundheim", "Sunkel", "Supan", "Suppes", "Supple", "Sur", "Surges", "Suss", "Susser", "Sussman", "Suszek", "Suter", "Suther", "Sutherlin", "Sutor", "Sutterer", "Suver", "Swartzfager", "Swem", "Synder", "Taake", "Tabbert", "Tabert", "Tacker", "Tafel", "Taflinger", "Tag", "Tager", "Tagert", "Tagge", "Tandberg", "Tanenbaum", "Tann", "Tannen", "Tannenbaum", "Tanzer", "Tape", "Taphorn", "Tapp", "Tappe", "Tarnow", "Tarter", "Tasch", "Taschner", "Tasler", "Tatsch", "Taub", "Taube", "Tauber", "Taubert", "Taucher", "Tauer", "Tausch", "Tauscher", "Taute", "Tautges", "Tax", "Tech", "Tecklenburg", "Tedrick", "Tegen", "Tegtmeier", "Teich", "Teicher", "Teichert", "Teichmann", "Teig", "Telkamp", "Teller", "Tellman", "Templeman", "Templin", "Tendick", "Tendler", "Tengler", "Tennenbaum", "Tenner", "Tenzer", "Teplitz", "Tepper", "Ternes", "Ternus", "Terp", "Terres", "Tesch", "Teschendorf", "Teschke", "Teschner", "Teska", "Teske", "Tesler", "Tesmer", "Tesnow", "Tess", "Tessin", "Tessler", "Tessmann", "Tessmer", "Tester", "Tetz", "Teuber", "Teubert", "Teubner", "Teufel", "Teuscher", "Tewes", "Textor", "Thal", "Thalacker", "Thalheimer", "Thalmann", "Thamm", "Theesfeld", "Theile", "Theilen", "Thein", "Theisen", "Thell", "Then", "Thering", "Theune", "Thewes", "Thielbar", "Thiemann", "Thieme", "Thien", "Thier", "Thierer", "Thissell", "Thissen", "Thoma", "Thomae", "Thome", "Thomes", "Thometz", "Thon", "Thone", "Thor", "Thorn", "Thorner", "Thran", "Thress", "Thron", "Thrun", "Thul", "Thull", "Thum", "Thuma", "Thumm", "Thummel", "Thun", "Thune", "Thur", "Thuringer", "Thurm", "Thurman", "Thurn", "Thurnau", "Thurner", "Thye", "Thyen", "Thyssen", "Tiefenthaler", "Tikalsky", "Timmel", "Tinder", "Ting", "Tingler", "Tinnes", "Tinsman", "Tippen", "Tipper", "Tipple", "Tischendorf", "Tischer", "Tischler", "Titus", "Titzer", "Tobe", "Toben", "Tober", "Tock", "Todt", "Toelke", "Toelle", "Toensing", "Toepel", "Toepfer", "Toll", "Tolle", "Toller", "Tolzman", "Tolzmann", "Tonge", "Tonn", "Tonne", "Topel", "Topf", "Topp", "Toppel", "Topper", "Torney", "Tornow", "Toth", "Totzke", "Trabert", "Trabold", "Trachsel", "Tracht", "Trader", "Traeger", "Trager", "Trageser", "Tragesser", "Trampe", "Tranel", "Trank", "Trapp", "Traub", "Traube", "Traudt", "Trauernicht", "Traugott", "Traum", "Trausch", "Traut", "Trauth", "Trautmann", "Trautner", "Trautwein", "Travis", "Trebesch", "Trebing", "Treder", "Treiber", "Treinen", "Tremel", "Treml", "Tremmel", "Trenkamp", "Trenner", "Tress", "Tressel", "Tressler", "Trester", "Tretter", "Trettin", "Treu", "Trexler", "Tribe", "Trier", "Trierweiler", "Trilling", "Trimbach", "Trimberger", "Trinklein", "Tripp", "Trippel", "Trisko", "Trisler", "Trissel", "Tritsch", "Tritschler", "Tritt", "Tritz", "Troeger", "Troendle", "Troester", "Troll", "Trommer", "Tromp", "Trompeter", "Tropf", "Tross", "Trost", "Trotter", "Troudt", "Troxel", "Trucks", "Trull", "Trumbauer", "Trumm", "Trummer", "Trump", "Trunk", "Tschetter", "Tschirhart", "Tschudy", "Tubbesing", "Tuch", "Tuchman", "Tuchscherer", "Tuell", "Tueller", "Tuerk", "Tulk", "Tuller", "Tullius", "Tupa", "Tupper", "Turck", "Turke", "Tuss", "Tutt", "Tuxhorn", "Ubel", "Uber", "Ubl", "Ude", "Udelhofen", "Udelhoven", "Uden", "Uebel", "Uebelacker", "Uebele", "Uehlein", "Uehling", "Ufer", "Uffelman", "Uhde", "Uhl", "Uhle", "Uhler", "Uhles", "Uhlhorn", "Uhlich", "Uhlig", "Uhlmann", "Uhr", "Uhrich", "Uhrig", "Ulberg", "Ulbrich", "Ulbricht", "Ulland", "Ullmann", "Ullmer", "Ullrich", "Ulm", "Ulman", "Ulmen", "Ulmer", "Ulrich", "Umberger", "Umbreit", "Umhoefer", "Umholtz", "Umlauf", "Umscheid", "Underkofler", "Unfried", "Ungar", "Unger", "Ungerer", "Ungerleider", "Ungerman", "Unkel", "Unrath", "Unrau", "Unrein", "Unruh", "Unterberger", "Unverzagt", "Unzicker", "Uplinger", "Urbach", "Urbon", "Urfer", "Urich", "Urlacher", "Urlaub", "Urschel", "Urtz", "Ury", "Usner", "Usselman", "Utech", "Utecht", "Utesch", "Uthe", "Uthoff", "Utke", "Utsler", "Utt", "Uttech", "Utzig", "Vagts", "Valerius", "Vasel", "Vath", "Vatter", "Vaupel", "Veigel", "Veil", "Veit", "Veitenheimer", "Veith", "Velte", "Venhaus", "Venn", "Venne", "Venteicher", "Venter", "Venzke", "Verderber", "Vermette", "Verser", "Vesper", "Vesperman", "Vest", "Vester", "Vette", "Vettel", "Vetter", "Vetters", "Vey", "Viau", "Viehmann", "Viehweg", "Viel", "Viereck", "Viering", "Vierling", "Viertel", "Vieth", "Vietmeier", "Vietor", "Vieweg", "Vilhauer", "Vink", "Visel", "Vitt", "Vix", "Voecks", "Voegele", "Voehl", "Voeks", "Voelkel", "Voelker", "Voeller", "Voellinger", "Voeltz", "Voelz", "Vogel", "Vogele", "Vogeler", "Vogelgesang", "Vogelman", "Vogelsang", "Vogelsberg", "Vogl", "Vogle", "Vogler", "Vogt", "Vogts", "Vogus", "Vohs", "Voigt", "Voit", "Volbrecht", "Volk", "Volker", "Volkers", "Volkert", "Volkmann", "Volkmar", "Volkmer", "Volland", "Vollbrecht", "Volle", "Vollenweider", "Vollman", "Vollmar", "Vollmer", "Vollrath", "Vollstedt", "Volmer", "Voltmer", "Voltz", "Volz", "Von Bank", "Von Bargen", "Von Behren", "Von Berg", "Von Bergen", "Von Der Ahe", "Von Der Au", "Von Der Heide", "Von Eschen", "Von Essen", "Von Feldt", "Von Glahn", "Von Holten", "Von Kaenel", "Von Ruden", "Von Stein", "Von Wald", "Vonada", "Vondran", "Vonnahme", "Voos", "Voran", "Vorbeck", "Vorderbruggen", "Vorndran", "Vorpagel", "Vorpahl", "Vorwald", "Vorwerk", "Voss", "Waack", "Waag", "Waage", "Waak", "Waas", "Waber", "Wach", "Wachholz", "Wachs", "Wachsman", "Wachsmuth", "Wachtel", "Wachter", "Wachtler", "Wachtman", "Wack", "Wacker", "Wackerle", "Wadel", "Waechter", "Wage", "Wageman", "Wagemann", "Wagenbach", "Wagenblast", "Wagener", "Wagenknecht", "Wagenman", "Wager", "Wages", "Wagler", "Wagman", "Wagner", "Wah", "Wahl", "Wahlberg", "Wahle", "Wahlen", "Wahler", "Wahlers", "Wahlert", "Wahlig", "Wahls", "Waibel", "Waid", "Waide", "Waidelich", "Wainer", "Waisner", "Walbeck", "Walberg", "Walbert", "Walburg", "Walch", "Walcher", "Walck", "Wald", "Walde", "Waldeck", "Waldecker", "Waldemar", "Walder", "Waldinger", "Waldmann", "Waldner", "Waldo", "Waldoch", "Waldorf", "Waldow", "Waldschmidt", "Waldstein", "Waldvogel", "Walk", "Walke", "Walkenhorst", "Walkes", "Wall", "Walla", "Wallach", "Wallberg", "Wallenhorst", "Wallenstein", "Wallerich", "Wallerstein", "Walling", "Wallinger", "Wallisch", "Wallman", "Wallner", "Walloch", "Wallschlaeger", "Walper", "Walraven", "Walsdorf", "Walser", "Walt", "Waltemath", "Walter", "Walterman", "Walterscheid", "Walth", "Walther", "Walthers", "Waltke", "Waltman", "Waltz", "Walz", "Wambach", "Wambold", "Wamboldt", "Wambolt", "Wamhoff", "Wampler", "Wamser", "Wand", "Wander", "Wanderer", "Waner", "Wang", "Wangelin", "Wangen", "Wanger", "Wangler", "Wank", "Wanke", "Wankel", "Wann", "Wannemacher", "Wanner", "Wanninger", "Wantuch", "Wantz", "Wapner", "Wardenburg", "Warfel", "Wargel", "Warm", "Warmke", "Warmkessel", "Warmuth", "Warn", "Warncke", "Warneke", "Warning", "Warnke", "Warnken", "Warns", "Warrenfeltz", "Warstler", "Wartenberg", "Warth", "Warthen", "Was", "Wascher", "Wasem", "Waser", "Wasinger", "Wasmer", "Wass", "Wassenberg", "Wasser", "Wasserman", "Wassermann", "Wassink", "Wassmann", "Wassmer", "Wassmuth", "Watling", "Wattenberg", "Watz", "Webel", "Weber", "Weberg", "Wechsler", "Weck", "Wecker", "Weckesser", "Weckman", "Weckwerth", "Wedde", "Wedding", "Wedeking", "Wedel", "Weder", "Wedig", "Weeber", "Weech", "Wees", "Weese", "Wege", "Wegener", "Weger", "Weghorst", "Wegmann", "Wegner", "Wehe", "Wehinger", "Wehle", "Wehler", "Wehmeier", "Wehmeyer", "Wehner", "Wehr", "Wehrenberg", "Wehrer", "Wehrheim", "Wehrkamp", "Wehrle", "Wehrmann", "Wehrs", "Wehrung", "Wehry", "Weibel", "Weible", "Weich", "Weichel", "Weichert", "Weichman", "Weicht", "Weick", "Weickert", "Weida", "Weide", "Weidel", "Weidemann", "Weiden", "Weidenbach", "Weidenfeller", "Weidenhamer", "Weidenhammer", "Weider", "Weidig", "Weidinger", "Weidler", "Weidlich", "Weidmann", "Weidner", "Weig", "Weigand", "Weigel", "Weigelt", "Weiger", "Weigert", "Weigl", "Weigle", "Weigman", "Weigold", "Weigt", "Weigum", "Weihe", "Weiher", "Weihl", "Weihs", "Weik", "Weikart", "Weikel", "Weiker", "Weikert", "Weikum", "Weiland", "Weilbacher", "Weiler", "Weilert", "Weill", "Weimann", "Weimar", "Weimer", "Weimerskirch", "Weimert", "Wein", "Weinand", "Weinberg", "Weinberger", "Weinbrecht", "Weinbrenner", "Weindel", "Weinel", "Weiner", "Weinert", "Weinfeld", "Weinfurter", "Weingard", "Weingardt", "Weinhardt", "Weinheimer", "Weinhold", "Weinkauf", "Weinke", "Weinland", "Weinmann", "Weinmeister", "Weinreb", "Weinrich", "Weinschenk", "Weinstock", "Weintraub", "Weinzapfel", "Weinzetl", "Weipert", "Weippert", "Weirauch", "Weirich", "Weis", "Weisbach", "Weisbeck", "Weisbecker", "Weisberg", "Weisberger", "Weise", "Weisel", "Weisenbach", "Weisenberg", "Weisenberger", "Weisenborn", "Weisenburger", "Weisenfeld", "Weisensel", "Weiser", "Weisert", "Weisfeld", "Weisgerber", "Weishaar", "Weishaupt", "Weisheit", "Weishuhn", "Weisiger", "Weisinger", "Weiske", "Weiskopf", "Weisler", "Weismann", "Weismantel", "Weisner", "Weiss", "Weissberg", "Weisse", "Weissenberger", "Weissenborn", "Weisser", "Weissert", "Weissinger", "Weissmann", "Weist", "Weister", "Weisz", "Weith", "Weitz", "Weitzel", "Weitzman", "Weitzner", "Weix", "Weixel", "Welch", "Welchel", "Welcher", "Welde", "Welden", "Welder", "Weldin", "Welge", "Welk", "Welke", "Well", "Wellbaum", "Wellborn", "Welle", "Weller", "Wellhausen", "Welling", "Wellmann", "Wellnitz", "Wels", "Welsch", "Welser", "Welt", "Welte", "Welter", "Weltman", "Weltmer", "Weltz", "Welz", "Wemmer", "Wempe", "Wenck", "Wend", "Wende", "Wendel", "Wender", "Wenderoth", "Wendl", "Wendland", "Wendlandt", "Wendle", "Wendler", "Wendling", "Wendorff", "Wendt", "Wendtland", "Wener", "Weng", "Wengel", "Wenger", "Wengert", "Wengler", "Wenhold", "Wenig", "Weniger", "Weninger", "Wenk", "Wenke", "Wenker", "Wenner", "Wenning", "Wenninger", "Wenrich", "Wensel", "Wente", "Wenthe", "Wentz", "Wentzel", "Wentzell", "Wenz", "Wenzel", "Wenzinger", "Wenzl", "Wenzler", "Wenzlick", "Weppler", "Werber", "Werden", "Werfel", "Werk", "Werkheiser", "Werking", "Werkman", "Werkmeister", "Werle", "Werlein", "Werling", "Werlinger", "Werman", "Wermers", "Wermuth", "Werner", "Wernert", "Wernet", "Wernick", "Wernicke", "Wernig", "Werning", "Wernke", "Wernsing", "Wernsman", "Werntz", "Werra", "Werre", "Wersal", "Werst", "Werstler", "Wert", "Werth", "Wertheim", "Wertheimer", "Werther", "Werthmann", "Wertman", "Wertz", "Wesch", "Weschler", "Weseloh", "Wesner", "Wess", "Wessel", "Wesselmann", "Wessinger", "Wessling", "Wessman", "Wessner", "Westen", "Westenberger", "Westendorf", "Wester", "Westerberg", "Westerfeld", "Westerhaus", "Westermeyer", "Westfahl", "Westfall", "Westheimer", "Westmark", "Westmeyer", "Westpfahl", "Westphal", "Westphalen", "Westphall", "Westrich", "Westrick", "Westrum", "Westrup", "Wetenkamp", "Wetsch", "Wettengel", "Wetter", "Wetterau", "Wetterer", "Wettig", "Wettlaufer", "Wetz", "Wetzel", "Wetzell", "Wetzler", "Wetzstein", "Wexler", "Weyenberg", "Weyer", "Weygand", "Weygandt", "Weyhrich", "Weyl", "Weyland", "Weyrauch", "Weyrich", "Wiand", "Wiant", "Wibbenmeyer", "Wichert", "Wicht", "Wicka", "Wickel", "Wickenheiser", "Wicker", "Wickers", "Wickersheim", "Wickert", "Wickland", "Wicklein", "Wickman", "Widder", "Wideman", "Widmaier", "Widmann", "Widmar", "Widmer", "Widmeyer", "Widner", "Widrig", "Wieand", "Wiebe", "Wiebelhaus", "Wieber", "Wiebke", "Wiebold", "Wieboldt", "Wiech", "Wiechert", "Wieck", "Wied", "Wiedel", "Wiedeman", "Wiedemann", "Wiedemeier", "Wiedenmann", "Wieder", "Wiederhold", "Wiederholt", "Wiederkehr", "Wiedmaier", "Wiedmeyer", "Wiedner", "Wiedrich", "Wiegand", "Wiegel", "Wieger", "Wiegmann", "Wiegner", "Wieland", "Wiele", "Wieler", "Wiemer", "Wien", "Wiener", "Wienke", "Wiens", "Wier", "Wierman", "Wies", "Wiese", "Wiesel", "Wieseler", "Wiesemann", "Wiesen", "Wiesenfeld", "Wiesenthal", "Wieser", "Wiesinger", "Wiesler", "Wiesman", "Wiesmann", "Wiesner", "Wiest", "Wieters", "Wiewel", "Wigand", "Wigger", "Wiggers", "Wigner", "Wikert", "Wilberding", "Wilberg", "Wilberger", "Wilbers", "Wilch", "Wild", "Wilda", "Wildberger", "Wilden", "Wildenberg", "Wildermuth", "Wildhaber", "Wilding", "Wildman", "Wildstein", "Wildt", "Wilfert", "Wilger", "Wilham", "Wilharm", "Wilhelm", "Wilhelmi", "Wilhelms", "Wilhelmy", "Wilhite", "Wilkens", "Wilker", "Will", "Willauer", "Wille", "Willen", "Willenberg", "Willenborg", "Willenbring", "Willenbrink", "Willer", "Willert", "Willhelm", "Willi", "Williard", "Willig", "Willing", "Willinger", "Willkomm", "Willmann", "Willmer", "Willner", "Willrich", "Wills", "Willwerth", "Wilm", "Wilmer", "Wilner", "Wilt", "Wiltz", "Wiltzius", "Wilz", "Wimmer", "Wimmers", "Winchenbach", "Winckler", "Wind", "Windels", "Winden", "Windholz", "Windisch", "Windler", "Windschitl", "Windt", "Winge", "Winger", "Wingert", "Wingerter", "Wingler", "Winiger", "Wininger", "Winings", "Winkel", "Winkelbauer", "Winkeler", "Winkelman", "Winkelmann", "Winkels", "Winker", "Winkleblack", "Winkler", "Winstel", "Winterberg", "Winterfeld", "Winterfeldt", "Winterhalter", "Winterroth", "Winterstein", "Winther", "Wintz", "Winzeler", "Winzer", "Wion", "Wipf", "Wipperfurth", "Wipperman", "Wirgau", "Wirsing", "Wirt", "Wirth", "Wirtz", "Wirz", "Wischer", "Wiskow", "Wismer", "Wisner", "Wiss", "Wisse", "Wissel", "Wisser", "Wissing", "Wissinger", "Wissler", "Wissmann", "Wittenauer", "Witter", "Witters", "Wittich", "Wittig", "Wittkamp", "Wittke", "Wittler", "Wittlinger", "Wittmann", "Wittmer", "Wittmeyer", "Wittner", "Wittwer", "Witwer", "Witz", "Witzel", "Witzig", "Witzman", "Wobschall", "Woehler", "Woehr", "Woelfel", "Woelfle", "Woelk", "Woelke", "Woerner", "Woertz", "Woessner", "Woeste", "Wohl", "Wohlfarth", "Wohlfeil", "Wohlgemuth", "Wohlman", "Wojahn", "Wolbach", "Wolber", "Wolbers", "Wolbert", "Woldt", "Wolf", "Wolfanger", "Wolfel", "Wolfer", "Wolfert", "Wolff", "Wolfgang", "Wolfgram", "Wolfinger", "Wolfmeyer", "Wolfrom", "Wolfrum", "Wolgast", "Wolgemuth", "Wolk", "Wolke", "Wolken", "Woll", "Wolle", "Wollenberg", "Wollenburg", "Wollenhaupt", "Wollenweber", "Woller", "Wollerman", "Wollett", "Wollin", "Wollitz", "Wollmann", "Wollner", "Wollschlager", "Wolper", "Wolpert", "Woltmann", "Woltz", "Wolz", "Wombacher", "Womeldorf", "Womelsdorf", "Worl", "Worm", "Worms", "Wormser", "Wormuth", "Worner", "Worst", "Worster", "Wortz", "Wragge", "Wruck", "Wuchter", "Wuebker", "Wuellner", "Wuensch", "Wuensche", "Wuerth", "Wuertz", "Wuest", "Wuesthoff", "Wuethrich", "Wulfekuhle", "Wullschleger", "Wunder", "Wunderlich", "Wunderlin", "Wunsch", "Wurdeman", "Wurl", "Wurm", "Wurst", "Wurster", "Wurth", "Wurtz", "Wurz", "Wurzbach", "Wurzel", "Wurzer", "Wussow", "Wuthrich", "Wuttke", "Wutzke", "Wyland", "Xander", "Xanders", "Zabel", "Zabka", "Zach", "Zacharias", "Zacher", "Zachmann", "Zachrich", "Zacker", "Zaeske", "Zager", "Zahl", "Zahler", "Zahm", "Zahn", "Zahner", "Zahniser", "Zahrt", "Zamzow", "Zand", "Zander", "Zanger", "Zant", "Zaring", "Zarling", "Zarr", "Zarse", "Zartman", "Zaske", "Zastrow", "Zaun", "Zaunbrecher", "Zavitz", "Zech", "Zecher", "Zeglin", "Zeh", "Zehler", "Zehm", "Zehner", "Zehr", "Zehring", "Zehrung", "Zeichner", "Zeier", "Zeiger", "Zeilinger", "Zeilman", "Zeinert", "Zeise", "Zeiser", "Zeiss", "Zeitz", "Zell", "Zellar", "Zellars", "Zelle", "Zeller", "Zellmann", "Zellmer", "Zellner", "Zelmer", "Zelt", "Zemke", "Zemp", "Zempel", "Zender", "Zens", "Zent", "Zentgraf", "Zentner", "Zentz", "Zenz", "Zepf", "Zepp", "Zerbe", "Zerbel", "Zerbst", "Zerfas", "Zerfoss", "Zerger", "Zern", "Zessin", "Zettel", "Zettler", "Zewe", "Zibell", "Ziebell", "Ziegel", "Ziegelbauer", "Ziegenbein", "Ziegenfuss", "Ziegenhagen", "Ziegenhorn", "Zieger", "Ziegler", "Ziehl", "Ziel", "Zielke", "Zielsdorf", "Ziems", "Zier", "Zierden", "Zierer", "Zierke", "Ziesemer", "Zieser", "Zietlow", "Zilch", "Zill", "Ziller", "Zilles", "Zilliox", "Zillman", "Zillmer", "Zills", "Zima", "Zimet", "Zimmel", "Zimmer", "Zimmerer", "Zimmermann", "Zimmers", "Zinck", "Zindel", "Zindler", "Zingler", "Zingsheim", "Zink", "Zinke", "Zinn", "Zinnecker", "Zinnel", "Zinner", "Zins", "Zinser", "Zinsmeister", "Zinter", "Zipf", "Zipfel", "Zipp", "Zipper", "Zipperer", "Zipprich", "Zipse", "Zipser", "Zirbel", "Zirbes", "Zirk", "Zirkel", "Zirkelbach", "Ziter", "Zittel", "Zobel", "Zoch", "Zoeller", "Zoellick", "Zoellner", "Zoerb", "Zoerner", "Zoll", "Zoller", "Zollinger", "Zollner", "Zopf", "Zorn", "Zornes", "Zornow", "Zotter", "Zuber", "Zubke", "Zuck", "Zucker", "Zuckerman", "Zuehl", "Zuehlke", "Zuercher", "Zufall", "Zufelt", "Zuhlke", "Zuleger", "Zumalt", "Zumbach", "Zumbrun", "Zumbrunnen", "Zumstein", "Zumwalt", "Zundel", "Zunk", "Zunker", "Zurbuchen", "Zurcher", "Zurn", "Zutz", "Zuver", "Zwack", "Zwanziger", "Zweber", "Zweifel", "Zweig", "Zwerling", "Zwicker", "Zwiebel", "Zwilling", "Zwirn"]>> <<set setup.swissSurnames to [ "Abderhalden", "Abdorf", "Abegglen", "Adlischwil", "Aebersold", "Aebi", "Aegerter", "Aeschbacher", "Aeschlimann", "Affholtern", "Affry", "Aichou", "Aichan", "Airoloou", "Airoly", "Albenas", "Almentz", "Althausenou", "Althusen", "Altorf", "Altsteten", "Altwys", "Ambring", "Amenhusen", "Ammann", "Ammolteren", "Ampringenou", "Andelfingen", "Andelon", "Argau", "Arnold", "Attal", "Auch", "Aych", "Bach", "Bachmann", "Baden", "Badwegen", "Baldoff", "Ball", "Balmoss", "Balswyl", "Banderet", "Basel", "Basserstoff", "Basterot", "Baumann", "Baumgartner", "Bazenberg", "Beausobre", "Beckenhofen", "Beerli", "Beinweil", "Belsholz", "Bentheim", "Berenburg", "Berger", "Berlickon", "Bernau", "Berneck", "Bernstos", "Besenval", "Besseningen", "Besson", "Bettwingen", "Biberlisburg", "Bidarich", "Bieberstein", "Biederthan", "Biel", "Bienburg", "Bieri", "Bilstein", "Bischoff", "Bizzenhoven", "Blaser", "Blasshorn", "Blattenberg", "Blatzheim", "Bleuler", "Bludenz", "Blümenberg", "Bochardt", "Bodmann", "Boltschhausen", "Bondeli", "Bonlant", "Bonnivard", "Bonstetten", "Bossenstein", "Bottensulz", "Brechter", "Bregenz", "Bremgartz", "Briner", "Brofelden", "Bruckthal", "Brugger", "Brünighofen", "Brunnen", "Brunnenfeldt", "Brunner", "Bubendorf", "Buch", "Buchberg", "Bücheck", "Buchennas", "Buchenstein", "Bucher", "Buchhain", "Buchman", "Buhler", "Bürglen", "Burgthör", "Bürkli", "Burri", "Burst", "Busingen", "Buttenstein", "Buwenburg", "Buzer", "Carbonnier", "Casselberg", "Castella", "Castelmur", "Castris", "Cazenove", "Chalg", "Chienstein", "Chouppart", "Christen", "Clavel", "Clingenberg", "Courten", "Crachenfels", "Criech", "Cussen", "Dachsfelden", "Dagstein", "Desmartinez", "Dienberg", "Diesbach", "Diess", "Dinnbach", "Dornach", "Dübelstein", "Durnach", "Dürnten", "Dux", "Eberhart", "Eckhart", "Eckholt", "Egbrecht", "Egbret", "Egger", "Egli", "Egoltsweil", "Ehrenfels", "Eichelberg", "Ellgau", "Elnhoven", "Elsass", "Empzou", "Ems", "Endgasser", "Endikon", "Engelsberg", "Eppenberg", "Eppenstein", "Eptingen", "Ergemer", "Ergow", "Ergsingen", "Erischweil", "Ertzlin", "Eschentz", "Escherny", "Espinoy", "Esslinger", "Estbach", "Falckner", "Fankhauser", "Farr", "Favre", "Federspihl", "Feeren", "First", "Fischer", "Fleckenstein", "Flegelberg", "Fluckiger", "Fluntern", "Flüntern", "Focksberg", "Fogelwerder", "Folckenschweil", "Frauwier", "Frei", "Freidenach", "Frey", "Freyburg", "Friberg", "Fridheim", "Fridpolt", "Friedberg", "Frieneck", "Frienstein", "Friesenberg", "Froburg", "Frödenach", "Fröhlich", "Fronspurg", "Frowyss", "Fuchs", "Fuessli", "Fürberg", "Furrer", "Füssli", "Gacheo", "Gamerswang", "Gärtringen", "Gasser", "Gaswyler", "Geissriem", "Gelterchingen", "Geltern", "Geltingen", "Gerber", "Germanstorff", "Gex", "Giel de", "Giger", "Gilgen", "Gilgenberg", "Gisler", "Glatfelden", "Gnaepfer", "Goedli", "Goessier", "Gonzenbach", "Gosser", "Gotsch", "Gowenstein", "Graber", "Graf", "Grandson", "Grasburg", "Grassower", "Greling", "Grencken", "Greüt", "Grienenfels", "Griess", "Grimslen", "Grosbach", "Grunenberg", "Grunenfels", "Guetenfels", "Guldinen", "Gumoens", "Gundisau", "Guotenberg", "Haben", "Häberli", "Haberlin", "Habich", "Hackbret", "Hädern", "Hadlickon", "Hagenbach", "Hagendorn", "Haldenstein", "Hall", "Halten", "Hane", "Hans", "Hansler", "Hardegg", "Hari", "Hartmann", "Hasenbain", "Hasenweiler", "Hasler", "Hatingen", "Hauser", "Haydnow", "Hechlingen", "Hedingen", "Heffelfinger", "Hegenheim", "Heggetzer", "Hegnow", "Helmshoven", "Helt", "Herlinberg", "Herrschen", "Hertenberg", "Hess", "Hessy", "Hettlingen", "Heudebert", "Heutler", "Hexendorf", "Heydegger", "Heymenstein", "Hinweil", "Hirseg", "Hochenberg", "Hochst", "Hochuli", "Hofer", "Hoff", "Hoffsteten", "Hofmann", "Hofstetten", "Hoheneck", "Hohenheim", "Holtzhalb", "Holtzhalben", "Holzhausen", "Honberg", "Honbergou", "Hondorf", "Honrein", "Hör", "Horenberg", "Horw", "Hosthan", "Hottingen", "Huber", "Huenou", "Hueneberg", "Huenen", "Huet", "Hug", "Hugelshofen", "Huirling", "Hünerhausen", "Huntzickon", "Hunziker", "Hurt-Binet", "Hurus", "Husswyl", "Hutenberg", "Hutsberg", "Huwyler", "Ibzich", "Ifenthal", "Ilickhausen", "Illens", "Illnoir", "Imhof", "Imthurn", "In der Maur", "Inggweil", "Irmensee", "Isnach", "Itelhusen", "Jaggi", "Jegglin", "Jemmendingen", "Jestetten", "Juncker", "Juvalt", "Kalin", "Kammermeister", "Kämrer", "Kaplan", "Kaufmann", "Keller", "Kemloten", "Kemmat", "Kenzingen", "Keszwill", "Ketschwyl", "Kielholz", "Kienberg", "Kilchain", "Kim", "Kimmich", "Klotten", "Knoblauch", "Koch", "Koehl", "Koenigstein", "Kohler", "Kohli", "Koller", "Königstein", "Kopffenberg", "Kornberg", "Kraft", "Krais", "Krebser", "Krenckingen", "Kriechhen", "Kromm", "Kronthal", "Kuhn", "Kung", "Kunz", "Kurberg", "Kürnbach", "Kussenberg", "Kussnach", "Lagern", "Laimeren", "Laiterberg", "Landerpfau", "Landolt", "Landskron", "Lang", "Langenstein", "Langes de", "Lanzhuet", "Lauffe", "Lauternau", "Lavater", "Lehmann", "Leuenberger", "Liebeck", "Liebenburg", "Liebenstein", "Liechti", "Liel", "Lindiberg", "Lindnack", "Lindow", "Littenhaidt", "Littow", "Lochnow", "Lönburg", "Lorack", "Lörrach", "Lotzweyl", "Lubières", "Lucadou", "Lullin", "Lummerins", "Lunckhofen", "Lussi", "Lustenberger", "Luterberg", "Luthi", "Lütolsdorf", "Lutra", "Luttersberg", "Lygertz", "Lynsy", "Maa", "Magelshofen", "Magstat", "Maienthal", "Malrein", "Malters", "Maneck", "Manegg", "Mangoltshofen", "Mannenbach", "Manoël", "Mansperg", "Marbach", "Marmels", "Marolf", "Marquardt", "Marrer", "Martdorf", "Marti", "Martin", "Mascraniou", "Mascrany", "Massburg", "Mattstetten", "Maurer", "Mazereller", "Megenheim", "Meggenheim", "Megken", "Meier", "Merian", "Messickhon", "Metenwyl", "Mettenbuch", "Meyer", "Meys", "Michel", "Miner", "Monchsberg", "Monier", "Montsax", "Monyer", "Mos", "Mosburg", "Moser", "Moss", "Mosshart", "Mossheim", "Mowensee", "Muff", "Mülerein", "Mülhain", "Muller", "Müller", "Multberg", "Munzingen", "Münzmeister", "Murckhart", "Murer", "Müris", "Murnhart", "Muxheim", "Natterer", "Nennickon", "Neudeck", "Neuenstein", "Neuentuffen", "Neufchâtel", "Neuscheler", "Nideg", "Nordholz", "Nordtholz", "Norrenberg", "Norttenberg", "Nosickon", "Nüfron", "Nusslingen", "Nüwenburg", "Nyfar", "Oberkam", "Oberkampf", "Oberriedern", "Obrahoven", "Obstfelden", "Odermatt", "Oentz", "Oeringen", "Om", "Omen", "Opffingen", "Opfikon", "Origny", "Orstein", "Osterbach", "Ostzweil", "Otandem", "Ott de Pierbaum", "Ottelfingen", "Ottenbach", "Ottenfels", "Ottikon", "Ottlikon", "Ougsburg", "Panigaden", "Passellen", "Pavier", "Pestalozza", "Peter", "Pfaeffikon", "Pfaff", "Pfenninger", "Pfister", "Pfungen", "Pfyfer", "Pfyffer", "Polweil", "Portmann", "Praegler", "Praun", "Prévost", "Pubix", "Puirs", "Raevell", "Rallemberg", "Ramensperg", "Ramstein", "Rand", "Randeck", "Randeg", "Räner", "Rast", "Ratolsdorf", "Razenriet", "Rechli", "Reding", "Reinold", "Reinsberg", "Remontstein", "Rhinau", "Rhynhart", "Riaens", "Richartzhoven", "Richenbach", "Richenburg", "Riefern", "Riehen", "Riet", "Riethusen", "Rifferschweil", "Rineck", "Rinfelden", "Rinow", "Rinsfelden", "Roggliesweil", "Roggweil", "Romanshorn", "Rordorf", "Rorschach", "Roseck", "Rosenberg", "Rosenhatz", "Rosnow", "Rossberg", "Rossliner d\'Altmanshofen", "Rotelen", "Rötenberg", "Rotenstein", "Roth", "Röthlisberger", "Rubisweil", "Rubli", "Ruchenstein", "Ruchti", "Rüdberg", "Rüdischweil", "Rudolf", "Ruedt", "Ruegg", "Rüegg", "Rüti", "Ryffemberg", "Saint Viner", "Saladin", "Salenstein", "Salis", "Sandolshain", "Sarinow", "Sausin", "Sax", "Schaffauser", "Schalcken", "Schar", "Scharer", "Schärer", "Schauenber", "Schauenburg", "Schauenstein", "Scheidegger", "Schein", "Schenck d\'Oberkilch", "Schenck de Bremgarten", "Schenck de Gossikon", "Schenck de Landegg", "Schenck de Liebenberg", "Schenk von Basel", "Scherrer", "Scherzburg", "Schilter", "Schladt", "Schläppi", "Schliengen", "Schlierbach", "Schmid", "Schmidt", "Schmidtmayer", "Schneeberg", "Schneider", "Schneitt", "Schnelkh", "Schneuwly", "Schoch", "Schollenberg", "Schönau", "Schönbächler", "Schönbühel", "Schonen", "Schönen", "Schönenwert", "Schönkind", "Schönno", "Schopf", "Schörlin", "Schowenburg", "Schowenstein", "Schrennen", "Schuler", "Schulthais", "Schultheis", "Schupffhaim", "Schussenriedt", "Schwandeck", "Schwaninger", "Schwartzmurer", "Schwarz", "Schwegler", "Schweizer", "Schyterberg", "Sebergüntz", "Seeberg", "Seedorf", "Seiler", "Seldenburen", "Sempach", "Senn", "Sewen", "Seymandy de", "Siegenthaler", "Siemeding", "Sigelmann", "Sigristlin", "Simpelen", "Sissach", "Slutolx", "Sommer", "Sonnenberg", "Soppensee", "Spändli", "Spilberg", "Spulen", "Spysser", "St Gervais", "Staal", "Staheli", "Staina", "Stalder", "Stampa", "Stauffacher", "Steffis", "Stegen", "Steineck", "Steiner", "Stelten", "Stettiurth", "Stickel", "Stockarou", "Stocker", "Störi", "Straleneck", "Strass", "Strausberg", "Stuckar", "Stucki", "Studengast", "Studer", "Stuffis", "Sturzenegger", "Stussin", "Sultz", "Sunthain", "Sürg", "Sursee", "Suter", "Suther", "Sutter", "Tägerfeld", "Tal", "Talckenberg", "Tallikam", "Tallwyl", "Talmesingen", "Tannenfels", "Tanner", "Tartanac", "Tascher", "Tegerman", "Tegernen", "Teissier", "Teller", "Tengen", "Terwenler", "Tess", "Tetnang", "Tettnow", "Textor", "Thomé", "Tieringer", "Titenschein", "Titler", "Tobel", "Toggenburg", "Tor", "Tosters", "Trachselwald", "Tribberg", "Triboeck", "Trimis", "Trostberg", "Trullerey", "Trutgeselle", "Tüdingen", "Tüfel", "Tuffenstein", "Turber", "Turnach", "Twingenstein", "Tyffen", "Uetendorf", "Uffenstein", "Uffheim", "Ufheim", "Ulingen", "Ulrich", "Urburg", "Urslingen", "Utliburg", "Utzingen", "Varbüler", "Venner", "Verne de Luze", "Veseneck", "Vilingen", "Villiger", "Virkarn", "Vogel", "Vogt", "Vonlanthen", "Wabern", "Wagenberg", "Wagner", "Waldenberg", "Waldkirch", "Waler", "Walissellen", "Waltenheim", "Walterswyl", "Waltpach", "Walwis", "Wangen", "Wartensee", "Wasserburg", "Wassersteltz", "Wath", "Weber", "Wedstain", "Wegenstetten", "Wegmann", "Wellenberg", "Wellener", "Wenger", "Wengi", "Werdeck", "Weriant", "Weschhaus", "Wesperspul", "Wetzwyl", "Wichser", "Widmer", "Wieladingen", "Wiener", "Wildenberg", "Wildenfels", "Wildenstein", "Wildperg", "Wildrich", "Wile", "Wilfendingen", "Willers", "Winckelzen", "Winckles", "Windeg", "Winterberg", "Wirtz", "Wisnang", "Wissenang", "Wisskilch", "Wissweil", "Witnow", "Wolen", "Wölfflin", "Wölfli", "Wolishofen", "Wolrow", "Wolsattel", "Wulffingen", "Wulp", "Wulpisberg", "Würtz", "Wuthrich", "Wüthrich", "Wyden", "Wydenbach", "Wydenhuber", "Wyl", "Wylberg", "Wyler", "Wynfelden", "Wyss", "Yffendal", "Ylingen", "Yllbrunn", "Yoder", "Yter", "Zaugg", "Zbinden", "Zellweger", "Zerkinden", "Zesingen", "Zgloltzweil", "Zielwer", "Zimmermann", "Zinnicken", "Zinnickon", "Zollikon", "Zollner", "Zschokke", "Zumthor", "Zundel", "Zurcher", "Zureich", "Zürnler", "Zwicken", "Zwiengenberg", "Zwingenhofen", "Zwyssig"]>> <<set setup.frenchSurnames to [ "Abel", "Abraham", "Adam", "Albert", "Allard", "André", "Archambault", "Arthur", "Augustin", "Babin", "Babineaux", "Barre", "Baudin", "Beauchêne", "Beaufort", "Beaulieu", "Beaumont", "Bélanger", "Bellamy", "Bellerose", "Belmont", "Belrose", "Béranger", "Berger", "Béringer", "Bernard", "Bertrand", "Blaise", "Blanc", "Blanchar", "Blanchet", "Blanchett", "Boivin", "Bonfils", "Bonheur", "Bonhomme", "Bonnaire", "Bonnay", "Bonnet", "Borde", "Bouchard", "Boucher", "Bourdillon", "Bourreau", "Bret", "Brisbois", "Brodeur", "Bureau", "Caron", "Chaput", "Charbonneau", "Charpentier", "Charron", "Chastain", "Chevalier", "Chevrolet", "Christian", "Clément", "Cloutier", "Colbert", "Comtois", "Coste", "Côté", "Courtemanche", "Cousineau", "Couture", "D\'aramitz", "Daniau", "Daniel", "Daviau", "David", "De La Fontaine", "Deforest", "Degarmo", "Delacroix", "Deniau", "Deniaud", "Deniel", "Denis", "Dennel", "Deschamps", "Descoteaux", "Desjardins", "Desroches", "Desrosiers", "Droit", "Dubois", "Duchamps", "Dufort", "Dufour", "Duguay", "Dumont", "Dupond", "Dupont", "Durand", "Durant", "Duval", "Émile", "Fabien", "Fabre", "Fabron", "Faucher", "Faucheux", "Faure", "Favager", "Favre", "Favreau", "Fay", "Félix", "Fèvre", "Firmin", "Fontaine", "Forest", "Forestier", "Fortier", "Fosse", "Fournier", "François", "Gage", "Gagneux", "Gagnier", "Gagnon", "Garçon", "Gardinier", "Garnier", "Gauthier", "Germain", "Géroux", "Girard", "Giroux", "Gosse", "Gosselin", "Granger", "Gros", "Guérin", "Guillory", "Hardy", "Hébert", "Herbert", "Jacques", "Janvier", "Jordan", "Joubert", "Labelle", "Lachance", "Lachapelle", "Lamar", "Lambert", "Lane", "Langlais", "Langlois", "Lapointe", "Larue", "Laurent", "Lavigne", "Lavoie", "Leandres", "Lebeau", "Leblanc", "Leclair", "Leclerc", "Lécuyer", "Lefebvre", "Lefèvre", "Lefurgey", "Legrand", "Lemaire", "Lémieux", "Leon", "Leroy", "Lesauvage", "Lestrange", "Lévêque", "Lévesque", "Linville", "Lucas", "Lyon", "Maçon", "Marchand", "Marie", "Marion", "Martel", "Martin", "Masson", "Mathieu", "Mercier", "Merle", "Michaud", "Michel", "Monet", "Monette", "Montagne", "Moreau", "Morel", "Moulin", "Mullins", "Nicolas", "Noel", "Noyer", "Olivier", "Paget", "Palomer", "Pan", "Pape", "Paquet", "Parent", "Paris", "Parris", "Pascal", "Patenaude", "Paternoster", "Paul", "Pelletier", "Perrault", "Perreault", "Perrin", "Perrot", "Petit", "Pettigrew", "Pierre", "Plamondon", "Plourde", "Poirier", "Porcher", "Poulin", "Proulx", "Renaud", "Rey", "Reyer", "Richard", "Richelieu", "Robert", "Roche", "Rome", "Romilly", "Rose", "Rousseau", "Roussel", "Roux", "Roy", "Royer", "Salmon", "Salomon", "Samson", "Samuel", "Sartre", "Sault", "Sauvage", "Sauvageau", "Sauvageon", "Sauvageot", "Sauveterre", "Savatier", "Segal", "Sergeant", "Séverin", "Simon", "Soucy", "Sourd", "St Martin", "St Pierre", "Tailler", "Tasse", "Thayer", "Thibault", "Thomas", "Traver", "Travere", "Travers", "Traverse", "Travert", "Tremblay", "Tremble", "Victor", "Villeneuve", "Vincent", "Voclain"]>> <<set setup.irishMaleFirstnames to [ "Aaron", "Adam", "Aidan", "Alby", "Alex", "Alexander", "Alfie", "Andrew", "Anthony", "Aodh", "Barry", "Ben", "Benjamin", "Billy", "Bobby", "Braden", "Brendan", "Brian", "Bryan", "Byrne", "Cairbre", "Callum", "Calum", "Carey", "Casey", "Cassidy", "Cathal", "Charlie", "Christopher", "Cian", "Ciaran", "Cillian", "Colin", "Colm", "Conall", "Connor", "Conor", "Cormac", "Courtney", "Craig", "Culkin", "Cullen", "Dáire", "Dáithí", "Daniel", "Danny", "Dara", "Daragh", "Darragh", "Darren", "David", "Declan", "Denis", "Desmond", "Dillon", "Domnall", "Donal", "Donnacha", "Donnchad", "Dylan", "Edward", "Emmanuel", "Emmet", "Ennis", "Eoghan", "Eoin", "Eric", "Erskine", "Ethan", "Evan", "Fergus", "Filip", "Finian", "Finn", "Finnian", "Fionn", "Flannery", "Gary", "George", "Gerard", "Gilroy", "Glen", "Harry", "Henry", "Hugh", "Hugo", "Ian", "Isaac", "Jack", "Jacob", "Jake", "Jakub", "James", "Jamie", "Jannon", "Jayden", "John", "Jonathan", "Jordan", "Joseph", "Josh", "Joshua", "Kacper", "Kai", "Karl", "Kassidy", "Kayden", "Keiran", "Keith", "Kelly", "Kevin", "Kian", "Kier", "Kieran", "Kiernan", "Kieron", "Killian", "Kyle", "Kyran", "Leary", "Leo", "Leon", "Liam", "Logan", "Lorcan", "Luca", "Lucas", "Luke", "Mannix", "Marcas", "Marcus", "Mark", "Martin", "Mason", "Matthew", "Max", "Michael", "Nathan", "Neil", "Noah", "Odhrán", "Oisin", "Oliver", "Ollie", "Oscar", "Owen", "Patrick", "Patryk", "Paul", "Peadar", "Peter", "Philip", "Quinn", "Reagan", "Regan", "Rhys", "Rian", "Richard", "Robert", "Ronan", "Rory", "Rowan", "Ruairí", "Ryan", "Sam", "Samuel", "Scott", "Seamus", "Sean", "Sebastian", "Senan", "Shane", "Shaun", "Shay", "Simon", "Steven", "Szymon", "Tadhg", "Thomas", "Tom", "Tomas", "Tommy", "Tristan", "Tyler", "William", "Zach"]>> <<set setup.irishSurnames to [ "Abraham", "Agan", "Agnew", "Ahearn", "Ahern", "Aherne", "Anglim", "Anglin", "Ansbro", "Argue", "Armstrong", "Art", "Ashe", "Athey", "Athy", "Baldwin", "Balfe", "Ballagh", "Bane", "Banfield", "Banfill", "Banks", "Bannan", "Bannon", "Banwell", "Bardeen", "Barnes", "Baron", "Barr", "Barrington", "Barry", "Basnett", "Beams", "Beary", "Beers", "Begley", "Behan", "Beirne", "Bell", "Belton", "Bergin", "Berkery", "Bermingham", "Berne", "Berrigan", "Berry", "Bigley", "Bilbo", "Bird", "Birns", "Blake", "Blanchfield", "Blaney", "Blayney", "Bleigh", "Bligh", "Blight", "Boal", "Boden", "Bodkin", "Bogan", "Boggan", "Bogue", "Bohan", "Bohanan", "Bohannan", "Bohannon", "Bohanon", "Bolan", "Boland", "Bole", "Bolger", "Bonar", "Bonfield", "Boran", "Boreen", "Boughan", "Bovaird", "Bow", "Bowden", "Bowen", "Bowes", "Bowlan", "Boyce", "Boylan", "Boyland", "Boyle", "Boyles", "Boyne", "Brackeen", "Bracken", "Brackin", "Bradeen", "Braden", "Bradigan", "Bradley", "Brady", "Bragan", "Brain", "Branagan", "Brandon", "Braniff", "Branigan", "Brannan", "Brannen", "Brannick", "Brannigan", "Brannock", "Brassil", "Brawley", "Brazeal", "Brazel", "Brazell", "Braziel", "Brazil", "Brazill", "Brazzel", "Brazzle", "Bready", "Brean", "Brecheen", "Bredin", "Bree", "Breen", "Breene", "Breheny", "Brennan", "Breslin", "Bresnahan", "Bresnan", "Brew", "Brewin", "Brian", "Brians", "Briant", "Brick", "Brickley", "Bride", "Brien", "Briody", "Broderick", "Brodigan", "Brodrick", "Broe", "Brogan", "Bronaugh", "Brophy", "Brosnahan", "Brosnan", "Brosnihan", "Brothers", "Brown", "Broy", "Bruen", "Brunty", "Bryan", "Bryson", "Buckley", "Burke", "Burney", "Burns", "Busteed", "Byrne", "Byrnes", "Byrns", "Bywater", "Cabe", "Caden", "Caffee", "Cafferty", "Caffery", "Caffey", "Caffrey", "Cagney", "Cahalan", "Cahalane", "Cahall", "Cahan", "Cahill", "Cairney", "Calahan", "Caldon", "Caley", "Calhoon", "Calhoun", "Calkin", "Calkins", "Call", "Callaghan", "Callahan", "Callan", "Callanan", "Callen", "Callery", "Calley", "Calligan", "Callihan", "Callinan", "Callins", "Calnan", "Calvey", "Cambridge", "Cammack", "Campbell", "Canaan", "Canavan", "Caniff", "Cannan", "Canney", "Canniff", "Canning", "Cannon", "Canny", "Cantey", "Cantlin", "Canty", "Carbary", "Carberry", "Carey", "Cariker", "Carlan", "Carland", "Carlin", "Carlton", "Carmody", "Carnahan", "Carnes", "Carney", "Carol", "Carolan", "Carolin", "Caroline", "Caroll", "Carr", "Carragher", "Carraher", "Carrick", "Carrig", "Carrigan", "Carrol", "Carroll", "Carry", "Carton", "Carty", "Carvell", "Carver", "Carvey", "Carwell", "Cary", "Casey", "Cashel", "Cashell", "Cashen", "Cashin", "Cashion", "Cashman", "Cashon", "Caslin", "Cassaday", "Cassady", "Cassedy", "Casserly", "Cassiday", "Cassidy", "Caughell", "Caughey", "Caughlin", "Cauley", "Caulkins", "Cavan", "Cavanagh", "Cavanah", "Cavanaugh", "Caveney", "Caveny", "Cavey", "Cavitt", "Cawley", "Charlton", "Chism", "Chivers", "Claffey", "Claflin", "Clancey", "Clancy", "Clardy", "Clare", "Clarey", "Clarke", "Clary", "Clavin", "Claymore", "Cleary", "Clinton", "Cloherty", "Clohessy", "Cloney", "Cloonan", "Clooney", "Cloran", "Clougherty", "Clucas", "Clune", "Cluney", "Clure", "Clyne", "Clynes", "Coady", "Coakley", "Coan", "Coday", "Codd", "Cody", "Coen", "Coffee", "Coffeen", "Coffey", "Cogan", "Coggan", "Coggin", "Coggins", "Coghlan", "Cogley", "Cohea", "Cohee", "Coil", "Coile", "Coin", "Cokeley", "Cokely", "Cokley", "Colahan", "Coleman", "Colfer", "Colgan", "Colgin", "Colleran", "Colleton", "Colley", "Colligan", "Collins", "Collister", "Colliton", "Collopy", "Colman", "Colopy", "Comb", "Combe", "Comber", "Comerford", "Comiskey", "Comisky", "Commerford", "Commins", "Common", "Commons", "Conaghan", "Conahan", "Conary", "Conaty", "Conboy", "Concannon", "Condon", "Condran", "Condron", "Cone", "Conery", "Conkin", "Conlan", "Conley", "Conlin", "Conlon", "Conly", "Conmy", "Conn", "Connally", "Connaughton", "Connaway", "Connealy", "Conneely", "Connel", "Connell", "Connelley", "Connelly", "Connely", "Conner", "Connerley", "Connerly", "Conners", "Connery", "Connick", "Conniff", "Connolley", "Connolly", "Connon", "Connor", "Connors", "Conolly", "Conoly", "Conran", "Conrey", "Conroy", "Conry", "Considine", "Convery", "Convey", "Conville", "Conway", "Conwell", "Conwill", "Coody", "Coogan", "Cook", "Cool", "Coole", "Cooley", "Coon", "Coonan", "Coonen", "Cooney", "Corban", "Corbett", "Corboy", "Corby", "Corcoran", "Corkery", "Corkill", "Corkran", "Corley", "Corr", "Corrick", "Corrigan", "Corrin", "Corry", "Cosgray", "Cosgriff", "Cosgrove", "Coskey", "Costello", "Costigan", "Costilow", "Costine", "Costley", "Costlow", "Cotter", "Coughlan", "Coughlin", "Coulson", "Counihan", "Coursey", "Court", "Courtney", "Coury", "Covey", "Cowley", "Cox", "Coy", "Coyan", "Coye", "Coyle", "Coyne", "Crady", "Crahan", "Crain", "Craney", "Cranney", "Cranor", "Cratty", "Craven", "Cray", "Creagan", "Creagh", "Crean", "Creary", "Creeden", "Creegan", "Creely", "Creevy", "Cregan", "Crehan", "Creighton", "Cremin", "Cremins", "Crilley", "Crilly", "Crimmins", "Croak", "Croan", "Crogan", "Croghan", "Croke", "Croley", "Cromley", "Cronan", "Crone", "Cronen", "Croney", "Cronin", "Crosby", "Cross", "Crossan", "Crossen", "Crossgrove", "Crossin", "Crotty", "Crough", "Crow", "Crowe", "Crowley", "Croy", "Crumley", "Crumlish", "Crumly", "Cryan", "Cudahy", "Cuddihy", "Cue", "Cuff", "Cuffee", "Cuffie", "Culhane", "Culkin", "Cullen", "Cullens", "Culleton", "Culley", "Culligan", "Cullinan", "Cullinane", "Culliton", "Cullivan", "Cully", "Cumber", "Cumiskey", "Cumming", "Cummings", "Cummins", "Cummiskey", "Cundiff", "Cunnane", "Cunneen", "Cunniff", "Cunniffe", "Cunningham", "Curley", "Curran", "Curren", "Currin", "Curry", "Curtain", "Curtin", "Cusack", "Dacey", "Dacy", "Dade", "Dady", "Dagnan", "Dahill", "Dailey", "Daily", "Dale", "Daley", "Dalley", "Dally", "Daly", "Danaher", "Danahy", "Dane", "Daniel", "Danvers", "Darby", "Darcy", "Dardis", "Dargan", "Darmody", "Daugherty", "Daughety", "Davenport", "Davern", "Davin", "Davitt", "Davlin", "Davoren", "Daw", "Dawley", "Day", "Dea", "Deacon", "Deacy", "Deady", "Dealy", "Deam", "Deamer", "Dean", "Deane", "Dearmond", "Dease", "Deasy", "Deaver", "Deavers", "Dee", "Deegan", "Deehan", "Deeley", "Deely", "Deeney", "Deere", "Deery", "Degan", "Degnan", "Deighan", "Deignan", "Deily", "Delacey", "Delacy", "Delahunt", "Delahunty", "Delaney", "Delap", "Delay", "Delee", "Delehanty", "Dempsey", "Dempster", "Denehy", "Dennehy", "Denning", "Dennis", "Denny", "Derham", "Dermody", "Dermott", "Derrick", "Derrig", "Derry", "Derwin", "Desmond", "Devan", "Devane", "Devaney", "Devanney", "Devany", "Deveney", "Devenney", "Devenny", "Devenport", "Dever", "Devers", "Devery", "Devey", "Devin", "Devine", "Devitt", "Devlin", "Devney", "Devon", "Devoy", "Dewane", "Diamond", "Diffin", "Diffley", "Dignam", "Dignan", "Dillion", "Dillon", "Dilworth", "Dimon", "Dinan", "Dineen", "Dinkin", "Dinneen", "Diskin", "Divan", "Diven", "Diver", "Divine", "Diviney", "Doak", "Doan", "Doane", "Dockens", "Dockery", "Dockins", "Dodd", "Doheny", "Doherty", "Dohoney", "Dolan", "Dole", "Dolen", "Dollahite", "Dollard", "Dollarhide", "Dolly", "Donaghey", "Donaghue", "Donaghy", "Donaher", "Donahey", "Donaho", "Donahoe", "Donahue", "Donavan", "Donegan", "Donelan", "Donigan", "Donivan", "Donlan", "Donlevy", "Donley", "Donlin", "Donnally", "Donnan", "Donnell", "Donnellan", "Donnelley", "Donnellon", "Donnelly", "Donoghue", "Donoho", "Donohoe", "Donohoo", "Donohue", "Donovan", "Doody", "Doogan", "Doolan", "Doolen", "Dooley", "Doolin", "Dooling", "Dooly", "Doonan", "Dooner", "Dooney", "Doorley", "Doran", "Dorcas", "Dorcey", "Dore", "Dorgan", "Dorian", "Doris", "Dority", "Dormady", "Dormer", "Dornan", "Dorney", "Dornon", "Dorrian", "Dorriety", "Dorris", "Dorrity", "Doud", "Dougharty", "Dougher", "Dougherty", "Dovey", "Dowd", "Dowda", "Dowdall", "Dowdell", "Dowell", "Dowland", "Dowley", "Dowlin", "Dowling", "Downer", "Downes", "Downey", "Downing", "Doyal", "Doyel", "Doyle", "Doyne", "Drain", "Drea", "Drennan", "Drennen", "Drennon", "Drew", "Drinan", "Drinnen", "Driscoll", "Driskel", "Driskell", "Driskill", "Drisko", "Drohan", "Dromgoole", "Droney", "Drought", "Drugan", "Drum", "Drumgoole", "Drumm", "Drury", "Duane", "Ducey", "Duck", "Duddy", "Dudley", "Duffin", "Duffy", "Dugan", "Duggin", "Duggins", "Duignan", "Dullea", "Dunagin", "Dunavan", "Dunavin", "Duncan", "Dundon", "Dunegan", "Dungan", "Dunigan", "Dunivan", "Dunkin", "Dunlavey", "Dunlavy", "Dunlea", "Dunleavy", "Dunlevy", "Dunlop", "Dunn", "Dunne", "Dunnigan", "Dunning", "Dunphy", "Durgan", "Durgin", "Duris", "Durkan", "Durkee", "Durkin", "Durley", "Durnan", "Durney", "Durnin", "Duross", "Durrett", "Dwan", "Dwiggins", "Dwyer", "Dyer", "Dynan", "Dynes", "Eagan", "Eagen", "Eakin", "Earley", "Early", "Egan", "English", "Enis", "Ennis", "Enright", "Evoy", "Fagan", "Fagen", "Faherty", "Fahey", "Fahy", "Fair", "Falin", "Fallin", "Fallon", "Falvey", "Fannin", "Fannon", "Faragher", "Farley", "Farmer", "Farnan", "Farnen", "Farrall", "Farran", "Farrel", "Farrell", "Farrelly", "Farren", "Farrens", "Farrey", "Faughnan", "Faul", "Fay", "Feagan", "Feagans", "Feagin", "Feagins", "Fealy", "Fedrick", "Fee", "Feehan", "Feeley", "Feely", "Feeney", "Feeny", "Feerick", "Fegan", "Fenelon", "Fenerty", "Fenlon", "Fennell", "Fennelly", "Fennessey", "Fennessy", "Fenton", "Fereday", "Fergus", "Ferrall", "Ferran", "Ferrel", "Ferrell", "Ferrick", "Ferrill", "Ferrin", "Ferris", "Ferriss", "Ferry", "Feury", "Fiddes", "Finan", "Finegan", "Fineran", "Finerty", "Finigan", "Finlan", "Finn", "Finnan", "Finnegan", "Finnen", "Finneran", "Finnerty", "Finnigan", "Finnin", "Finucan", "Finucane", "Fisher", "Fitzgerald", "Fitzgibbon", "Fitzgibbons", "Fitzharris", "Fitzhenry", "Fitzherbert", "Fitzmaurice", "Fitzmorris", "Fitzpatrick", "Fitzroy", "Fitzsimmons", "Fitzsimons", "Fitzwater", "Flaharty", "Flaherty", "Flahive", "Flanagan", "Flanagin", "Flanary", "Flanery", "Flanigan", "Flannagan", "Flannery", "Flannigan", "Flatley", "Flattery", "Flavin", "Flinn", "Flood", "Flynn", "Fogarty", "Fogerty", "Fohey", "Folan", "Foley", "Follin", "Foody", "Foran", "Forbes", "Ford", "Foren", "Forkin", "Forrestal", "Fox", "Foy", "Fraher", "Frawley", "Freeman", "Friel", "Frizzell", "Furey", "Furry", "Fury", "Fye", "Gaffey", "Gaffin", "Gaffney", "Gagan", "Gagen", "Gahagan", "Gahan", "Gainer", "Gainey", "Gainor", "Gallager", "Gallagher", "Gallahan", "Gallaher", "Gallahue", "Gallaugher", "Galleher", "Gallery", "Galligher", "Galliher", "Gallivan", "Gallogly", "Galvin", "Galway", "Ganley", "Gann", "Gannon", "Gara", "Gargan", "Garity", "Garman", "Garmon", "Garr", "Garrahan", "Garrigan", "Garrity", "Garry", "Garvey", "Garvin", "Gary", "Gatchel", "Gatchell", "Gately", "Gatens", "Gaugh", "Gaughan", "Gaughran", "Gavaghan", "Gavan", "Gavigan", "Gavin", "Gawley", "Gaynor", "Geagan", "Gearty", "Geary", "Gee", "Geelan", "Geery", "Geoghagan", "Geoghan", "Geoghegan", "Geraghty", "Geraty", "Gerety", "Gerity", "Gerrity", "Ghee", "Gibboney", "Gibney", "Giffen", "Giffin", "Gilboy", "Gilbride", "Gildea", "Giles", "Gilhooley", "Gilhooly", "Gillan", "Gillen", "Gilleran", "Gillian", "Gilliand", "Gilligan", "Gillilan", "Gillin", "Gillooly", "Gilmartin", "Gilmore", "Gilpatrick", "Gilpin", "Gilroy", "Gilsenan", "Ging", "Ginley", "Ginn", "Ginty", "Given", "Glacken", "Glancey", "Glancy", "Glasgow", "Glasheen", "Glaspey", "Glaspy", "Glass", "Glave", "Glavin", "Gleason", "Gleeson", "Glendon", "Glenna", "Glenney", "Glennon", "Glenny", "Glow", "Glynn", "Goff", "Goffney", "Gogan", "Gogerty", "Goggin", "Goggins", "Going", "Goings", "Goins", "Golden", "Goldrick", "Golightly", "Golliher", "Gookin", "Gooley", "Goonan", "Gordon", "Gorman", "Gormley", "Gormly", "Gorry", "Gory", "Gosnell", "Gough", "Govern", "Gowan", "Gowers", "Gowing", "Goyne", "Graddy", "Grady", "Graham", "Granahan", "Graney", "Grannan", "Grealish", "Greaney", "Greany", "Green", "Greenan", "Greene", "Grennan", "Grew", "Gribben", "Gribbin", "Gribbins", "Gribbon", "Griffee", "Griffey", "Griffie", "Griffin", "Griffy", "Grimley", "Groark", "Grody", "Grogan", "Gromley", "Growney", "Grugan", "Guffey", "Guffin", "Guffy", "Guider", "Guilfoil", "Guilfoyle", "Guinan", "Guinane", "Guinee", "Guiney", "Guinn", "Gunnell", "Gunnells", "Gunning", "Gurry", "Guthrie", "Guttery", "Hackett", "Hadden", "Hade", "Hafey", "Haffey", "Hafford", "Hagan", "Hagarty", "Hagerty", "Haggan", "Haggerty", "Hagin", "Hague", "Haig", "Hainey", "Hale", "Hales", "Halferty", "Hallahan", "Halleran", "Halley", "Halligan", "Hallin", "Hallinan", "Hallisey", "Halloran", "Halpin", "Halton", "Hamil", "Hamill", "Hampson", "Hamrock", "Hanafin", "Hanagan", "Hanahan", "Hanavan", "Hanaway", "Hanbury", "Hand", "Handlin", "Handlon", "Handly", "Handrahan", "Hanifan", "Hanifin", "Hanigan", "Hanlan", "Hanley", "Hanlon", "Hanna", "Hannagan", "Hannan", "Hannaway", "Hannegan", "Hannigan", "Hannon", "Hanrahan", "Hanratty", "Hanson", "Haran", "Harbin", "Harden", "Hardiman", "Hardman", "Hardrick", "Hardy", "Hare", "Haren", "Harford", "Hargadon", "Hargan", "Harkin", "Harkins", "Harley", "Harman", "Harmon", "Harmond", "Harnett", "Harney", "Harold", "Harrell", "Harren", "Harrington", "Harrity", "Harron", "Hart", "Harte", "Hartigan", "Hartin", "Hartley", "Hartnett", "Hartney", "Harton", "Harty", "Harvey", "Haskin", "Haskins", "Hassan", "Hassett", "Hassey", "Hastie", "Hastings", "Hatton", "Haugh", "Haughey", "Haughney", "Haughton", "Haven", "Haverty", "Havlin", "Havron", "Hawe", "Hawkins", "Hayden", "Hayes", "Haynes", "Hays", "Heagerty", "Heagney", "Healan", "Healy", "Heaney", "Heaphy", "Hearin", "Hearn", "Hearne", "Hearns", "Hearon", "Hearron", "Hearty", "Heary", "Heaven", "Heelan", "Heenan", "Heeney", "Heery", "Hefferan", "Heffern", "Heffernan", "Hefferon", "Heffron", "Hegarty", "Hehir", "Hellen", "Henagan", "Henchey", "Heneghan", "Henehan", "Henery", "Heney", "Henigan", "Hennegan", "Hennelly", "Hennesey", "Hennessey", "Hennessy", "Hennesy", "Hennigan", "Henrick", "Henry", "Henson", "Heraty", "Herley", "Herlihy", "Hernon", "Heron", "Herr", "Herrick", "Herrity", "Herron", "Heskin", "Heslin", "Hession", "Hester", "Heuston", "Heyne", "Hickey", "Higgins", "Hilferty", "Hinds", "Hines", "Hiney", "Hinsey", "Hiskey", "Hoban", "Hoctor", "Hoey", "Hogan", "Hogarty", "Hoggan", "Holahan", "Holey", "Holian", "Holihan", "Holland", "Holleran", "Holloran", "Holly", "Hollywood", "Holohan", "Honan", "Hood", "Hooey", "Hoolihan", "Hopkins", "Hora", "Horan", "Horgan", "Horigan", "Horkan", "Horrigan", "Hosey", "Hough", "Houlahan", "Houlihan", "Hourigan", "Hourihan", "Hovan", "Howard", "Howey", "Howley", "Hoyle", "Hoyne", "Huddy", "Huey", "Hughes", "Hughey", "Hunt", "Hurley", "Hurney", "Hurrell", "Hurst", "Hussey", "Hyland", "Hynds", "Hynes", "Irvan", "Irvin", "Ivers", "Johnston", "Judge", "Junkin", "Junkins", "Kahoe", "Kahoun", "Kane", "Karn", "Karnes", "Karney", "Karns", "Kary", "Kavanagh", "Kavanaugh", "Keady", "Keahey", "Kealy", "Kean", "Keane", "Keaney", "Kearn", "Kearney", "Kearns", "Kearse", "Keary", "Keating", "Keaveney", "Keaveny", "Kee", "Keedy", "Keef", "Keefe", "Keeffe", "Keegan", "Keehan", "Keel", "Keelan", "Keelen", "Keeley", "Keeling", "Keely", "Keena", "Keenan", "Keeney", "Keeny", "Keever", "Kegley", "Kehoe", "Keightley", "Keilty", "Keily", "Keirn", "Keirsey", "Keleher", "Keliher", "Kelleher", "Keller", "Kelley", "Kelliher", "Kelly", "Kemmet", "Kemmis", "Kenealy", "Kenefick", "Kenna", "Kenneally", "Kennealy", "Kennedy", "Kennelly", "Kenney", "Kennon", "Kenny", "Kenyon", "Keogh", "Keohane", "Keon", "Keough", "Keown", "Kerans", "Kerin", "Kerins", "Kerley", "Kerlin", "Kermode", "Kern", "Kernaghan", "Kernan", "Kernes", "Kerney", "Kerns", "Kerr", "Kerrigan", "Kerwick", "Kerwin", "Kevin", "Kew", "Key", "Keyes", "Kidney", "Kielty", "Kiely", "Kieran", "Kiernan", "Kiggins", "Kilbane", "Kilbride", "Kilcoyne", "Kilcullen", "Kilday", "Kildow", "Kilduff", "Kiley", "Kilfoyle", "Kilgallen", "Kilgallon", "Kilkelly", "Kilkenny", "Killeen", "Killelea", "Killen", "Killian", "Killilea", "Killin", "Killion", "Killip", "Killips", "Killoran", "Killoren", "Kilmartin", "Kilpatrick", "Kilroy", "Kilty", "Kinahan", "Kinane", "Kincannon", "Kinch", "King", "Kinion", "Kiniry", "Kinlaw", "Kinler", "Kinna", "Kinnan", "Kinnane", "Kinsella", "Kirby", "Kirgan", "Kirker", "Kirley", "Kirlin", "Kirvan", "Kirven", "Kirvin", "Kirwan", "Kirwin", "Kissane", "Knee", "Knight", "Knowland", "Knowles", "Kough", "Koyle", "Kyne", "Laferty", "Laffan", "Lafferty", "Laffey", "Laffin", "Lagan", "Lahart", "Lahiff", "Lalley", "Lally", "Lalor", "Lamb", "Lambe", "Lamore", "Lanagan", "Lanahan", "Landrigan", "Lane", "Laney", "Langan", "Langin", "Lanigan", "Lannan", "Lannen", "Lannigan", "Lannin", "Lannon", "Larkin", "Laughlin", "Laughrey", "Lavell", "Lavelle", "Laverty", "Lavery", "Lavey", "Lavin", "Lawler", "Lawlor", "Layden", "Leahey", "Leahy", "Lean", "Lear", "Leary", "Leavey", "Leday", "Leddy", "Lee", "Leech", "Lehan", "Lehane", "Lehigh", "Lenahan", "Lenane", "Lenehan", "Lenihan", "Lennon", "Lenon", "Leonard", "Lewin", "Lewis", "Leyden", "Leydon", "Liddy", "Lillis", "Limerick", "Linch", "Linden", "Lindsay", "Lindsey", "Linehan", "Linn", "Linnane", "Linnehan", "Linskey", "Linsky", "Lipsett", "Little", "Livingston", "Loftus", "Logan", "Loghry", "Logue", "Lohan", "Lomasney", "Londergan", "Lonergan", "Loney", "Long", "Longan", "Looby", "Looney", "Loran", "Lord", "Lordan", "Loudy", "Lough", "Loughlin", "Loughnane", "Loughney", "Loughran", "Loughrey", "Louth", "Lowery", "Lowney", "Luby", "Lucey", "Lucid", "Lucy", "Ludden", "Luddy", "Lundergan", "Lundrigan", "Lundy", "Lunney", "Lunny", "Lyden", "Lydon", "Lynam", "Lynaugh", "Lynch", "Lyne", "Lynn", "Lynott", "Lynskey", "Lyon", "Lyons", "Lysaght", "MacBride", "MacCarthy", "MacCartney", "MacDermott", "MacDonald", "MacDonell", "MacDonnell", "MacDonough", "MacDowell", "MacGuire", "Macken", "MacKenna", "Mackin", "Macklem", "MacKnight", "MacMahon", "MacManus", "MacMurray", "MacNamara", "MacNeal", "MacNeil", "MacNeill", "Macomber", "Macumber", "Madden", "Maddin", "Madigan", "Madill", "Magaha", "Magann", "Magee", "Magennis", "Maginn", "Maginnis", "Magner", "Magouirk", "Magrath", "Maguire", "Mahady", "Mahaffey", "Mahan", "Mahaney", "Mahany", "Mahar", "Maher", "Mahon", "Mahone", "Mahoney", "Mahony", "Mahood", "Mahorney", "Malady", "Malarkey", "Malbrough", "Malcolm", "Mallen", "Malley", "Mallon", "Malloy", "Mally", "Malone", "Maloney", "Malony", "Manahan", "Manary", "Manatt", "Maneely", "Maney", "Mangan", "Manix", "Manley", "Mannering", "Manney", "Manning", "Mannings", "Mannion", "Mannis", "Mannix", "Manny", "Manry", "Mansfield", "Manton", "Manus", "Mara", "Maready", "Maree", "Mark", "Markey", "Markham", "Marmion", "Marn", "Marnell", "Maroney", "Marrinan", "Marron", "Marry", "Martin", "Matthews", "Mattimore", "Maughan", "Maun", "Maune", "Mavity", "Mawn", "Maxey", "Maxwell", "May", "Maybin", "Mayne", "Maynes", "McAbee", "McAlhany", "McAllen", "McAmis", "McAnallen", "McAnany", "McAnelly", "McAneny", "McAnnally", "McAnulty", "McArdle", "McAuliff", "McAuliffe", "McBratney", "McBrearty", "McBreen", "McBride", "McBridge", "McBrien", "McCadden", "McCafferty", "McCaghren", "McCague", "McCahan", "McCahill", "McCahon", "McCaig", "McCain", "McCall", "McCalla", "McCallen", "McCallion", "McCallon", "McCally", "McCan", "McCane", "McCann", "McCanna", "McCannon", "McCarey", "McCargar", "McCarl", "McCarley", "McCarn", "McCarrick", "McCarroll", "McCarron", "McCarry", "McCarthy", "McCartin", "McCarty", "McCarver", "McCarville", "McCary", "McCasland", "McCaslin", "McCathern", "McCaughey", "McCaul", "McCawley", "McClam", "McClard", "McClarnon", "McClary", "McClaskey", "McClaugherty", "McClaughry", "McClave", "McCleaf", "McClearn", "McCleave", "McClenaghan", "McClenahan", "McClendon", "McClenton", "McClernon", "McCleskey", "McClone", "McCloskey", "McClosky", "McCloughan", "McClurkin", "McCluskey", "McClusky", "McCoid", "McCole", "McColgan", "McColley", "McCollough", "McColly", "McComber", "McComiskey", "McCommon", "McComsey", "McCone", "McConn", "McConnell", "McConnon", "McCooey", "McCool", "McCort", "McCory", "McCoun", "McCourt", "McCourtney", "McCoury", "McCoy", "McCrady", "McCranie", "McCrann", "McCraven", "McCraw", "McCready", "McCreedy", "McCreery", "McCreless", "McCrickard", "McCrohan", "McCrossen", "McCrossin", "McCroy", "McCuin", "McCullagh", "McCullen", "McCullough", "McCully", "McCurley", "McCurry", "McCurtain", "McCuskey", "McDade", "McDaid", "McDaniels", "McDavitt", "McDermitt", "McDermott", "McDevitt", "McDole", "McDonagh", "McDoniel", "McDonnel", "McDonnell", "McDonough", "McDorman", "McDuffy", "McDunn", "McEachern", "McElderry", "McEleney", "McElhaney", "McElhannon", "McElhenny", "McElheny", "McElhiney", "McElhinney", "McElhinny", "McElhone", "McElligott", "McElmurray", "McElrath", "McElroy", "McElveen", "McElwain", "McElwee", "McElyea", "McEnaney", "McEnany", "McEndree", "McEneaney", "McEnerney", "McEnery", "McEniry", "McEnroe", "McEntee", "McEvilly", "McEvoy", "McFarren", "McFatridge", "McFeeley", "McFeely", "McGaffey", "McGaha", "McGahee", "McGahey", "McGalliard", "McGann", "McGannon", "McGarity", "McGarr", "McGarrah", "McGarrigle", "McGarrity", "McGarry", "McGarty", "McGarvey", "McGary", "McGaugh", "McGaughey", "McGaughy", "McGauley", "McGavock", "McGeady", "McGeary", "McGee", "McGeehan", "McGeever", "McGehee", "McGeough", "McGhan", "McGibney", "McGiboney", "McGiffin", "McGilberry", "McGill", "McGillen", "McGillicuddy", "McGimsey", "McGinity", "McGinley", "McGinn", "McGinnes", "McGinness", "McGinnis", "McGinniss", "McGinnity", "McGinty", "McGivney", "McGlathery", "McGlaun", "McGlinchey", "McGlinn", "McGlocklin", "McGloin", "McGlone", "McGlory", "McGlynn", "McGoey", "McGoff", "McGoldrick", "McGonagle", "McGonegal", "McGonigal", "McGonigle", "McGoogan", "McGorry", "McGorty", "McGory", "McGougan", "McGough", "McGourty", "McGovern", "McGrade", "McGrady", "McGrail", "McGranaghan", "McGranahan", "McGrane", "McGrann", "McGrath", "McGreal", "McGrew", "McGriff", "McGroarty", "McGuane", "McGuckin", "McGuff", "McGuffin", "McGugan", "McGuiggan", "McGuiness", "McGuinn", "McGuinness", "McGuire", "McGuirk", "McGuirl", "McGuirt", "McGurl", "McGurn", "McGurrin", "McGuyer", "McHale", "McHan", "McHarg", "McHenry", "McHone", "McHugh", "McIlhenny", "McIlveen", "McIlwee", "McInally", "McInerney", "McInerny", "McIntee", "McInturf", "McInturff", "McIrvin", "McJunkin", "McJunkins", "McKague", "McKahan", "McKanna", "McKaughan", "McKeehan", "McKeel", "McKeighan", "McKelvey", "McKendrick", "McKendry", "McKenna", "McKennon", "McKenrick", "McKeough", "McKern", "McKethan", "McKevitt", "McKibben", "McKibbin", "McKibbon", "McKnight", "McKone", "McKowen", "McKown", "McLamb", "McLamore", "McLaney", "McLarney", "McLarnon", "McLaughlan", "McLaughlin", "McLean", "McLear", "McLeary", "McLemore", "McLernon", "McLeroy", "McLeskey", "McLester", "McLinden", "McLoone", "McLoughlin", "McMackin", "McMahan", "McMahen", "McMahon", "McMain", "McManama", "McManaman", "McManamon", "McManamy", "McManaway", "McManis", "McMann", "McMannis", "McManus", "McMeen", "McMellon", "McMenamin", "McMenamy", "McMenemy", "McMicken", "McMillin", "McMonagle", "McMonigal", "McMonigle", "McMorran", "McMorrow", "McMurphy", "McMurrin", "McNalley", "McNally", "McNamar", "McNamara", "McNamee", "McNamer", "McNaney", "McNary", "McNaught", "McNearney", "McNeary", "McNeely", "McNees", "McNeese", "McNeff", "McNeice", "McNeil", "McNeill", "McNeish", "McNelis", "McNellis", "McNerney", "McNicholas", "McNiff", "McNinch", "McNulty", "McNutt", "McOmber", "McOwen", "McPadden", "McQuade", "McQuaid", "McQuaide", "McQuaig", "McQuain", "McQuate", "McQueeney", "McQuerry", "McQuigg", "McQuiggan", "McQuilkin", "McQuillan", "McQuillen", "McQuillin", "McQuinn", "McQuoid", "McRight", "McRoy", "McSharry", "McShea", "McSherry", "McSweeney", "McSweeny", "McTague", "McTeague", "McTeer", "McTernan", "McTiernan", "McTighe", "McTigue", "McVoy", "McWade", "McWain", "McWeeney", "McWethy", "McWhirt", "McWhite", "McWilliams", "McWright", "Meade", "Meagher", "Mealey", "Mealy", "Meaney", "Means", "Meany", "Meara", "Meath", "Mee", "Meegan", "Meehan", "Meenan", "Megahan", "Megan", "Mehaffey", "Meharg", "Mehegan", "Meighan", "Meighen", "Melia", "Mellett", "Mellott", "Melody", "Melott", "Meloy", "Melville", "Melvin", "Menton", "Merrick", "Merrigan", "Merriman", "Merry", "Meskill", "Meyer", "Meyers", "Mick", "Miles", "Miley", "Milford", "Millea", "Millen", "Millerick", "Millett", "Millholland", "Milligan", "Millikan", "Milliken", "Millikin", "Millin", "Milling", "Mills", "Milroy", "Mimnaugh", "Minahan", "Minch", "Minehan", "Minihan", "Minish", "Minnick", "Minnis", "Minogue", "Minteer", "Miskell", "Miskelly", "Moan", "Mogan", "Mohar", "Moher", "Mollen", "Mollohan", "Molloy", "Moloney", "Molony", "Molyneux", "Monaghan", "Monagle", "Monahan", "Monday", "Monds", "Mone", "Money", "Mongan", "Monhollen", "Monk", "Monohan", "Montague", "Moon", "Moonan", "Moone", "Mooney", "Mooneyhan", "Moore", "Morahan", "Moran", "Morein", "Morey", "Morgan", "Moriarity", "Moriarty", "Morken", "Moroney", "Morphy", "Morris", "Morrisey", "Morrisroe", "Morrissey", "Morrow", "Morsey", "Mortell", "Moss", "Mountain", "Mountcastle", "Mowen", "Moy", "Moyer", "Moylan", "Moyles", "Moynahan", "Moynihan", "Muckleroy", "Mulanax", "Mulberry", "Mulcahey", "Mulcahy", "Mulcare", "Muldoon", "Muldowney", "Muldrew", "Mulgrew", "Mulhall", "Mulhearn", "Mulherin", "Mulhern", "Mulheron", "Mulhollan", "Mulholland", "Mulhollen", "Mulick", "Mulkern", "Mulkey", "Mulkins", "Mullady", "Mullahy", "Mullally", "Mullaly", "Mullan", "Mullane", "Mullaney", "Mullany", "Mullarkey", "Mullee", "Mullen", "Mullenax", "Mullenix", "Mullennix", "Mullery", "Mullett", "Mulley", "Mullican", "Mulligan", "Mulliken", "Mullikin", "Mullin", "Mullinax", "Mullineaux", "Mullinix", "Mullinnix", "Mullowney", "Mulloy", "Mulnix", "Mulqueen", "Mulready", "Mulroney", "Mulrooney", "Mulroy", "Mulry", "Mulvaney", "Mulvany", "Mulvehill", "Mulvenna", "Mulvey", "Mulvihill", "Mulville", "Mungovan", "Munley", "Munnelly", "Munster", "Munyan", "Munyon", "Murdoch", "Murley", "Murnahan", "Murnan", "Murnane", "Murphey", "Murphy", "Murray", "Murren", "Murrin", "Murrow", "Murtagh", "Murtaugh", "Murtha", "Murty", "Myers", "Myler", "Mylott", "Nace", "Nagle", "Nally", "Nangle", "Nary", "Naugher", "Naughton", "Naulty", "Nealey", "Nealis", "Neally", "Nealon", "Nealy", "Neary", "Neas", "Nease", "Neason", "Nee", "Neece", "Needham", "Neel", "Neeld", "Neeley", "Neely", "Neenan", "Nees", "Neese", "Neeson", "Neil", "Neilan", "Neild", "Neill", "Neils", "Neily", "Nelis", "Nelligan", "Nerney", "Nesson", "Nestor", "Nett", "Netterville", "Nevells", "Nevil", "Nevill", "Neville", "Nevin", "Newell", "Ney", "Neyland", "Neylon", "Niel", "Nieland", "Nield", "Nihill", "Nilan", "Niland", "Nix", "Nolan", "Noland", "Nolen", "Noon", "Noonan", "Noone", "Nooney", "Normile", "Normoyle", "North", "Norton", "Nowlan", "Nulty", "Nunan", "Nunnally", "Nutt", "Nuzum", "Nyhan", "O\'Banion", "O\'Bannon", "O\'Bear", "O\'Beirne", "O\'Berry", "O\'Boyle", "O\'Brian", "O\'Briant", "O\'Brien", "O\'Brion", "O\'Bryan", "O\'Bryant", "O\'Bryon", "O\'Byrne", "O\'Cain", "O\'Callaghan", "O\'Callahan", "O\'Carroll", "O\'Connell", "O\'Conner", "O\'Connor", "O\'Conor", "O\'Daniel", "O\'Day", "O\'Dea", "O\'Dean", "O\'Doherty", "O\'Donnel", "O\'Donnell", "O\'Donoghue", "O\'Donohue", "O\'Donovan", "O\'Dowd", "O\'Driscoll", "O\'Dwyer", "O\'Fallon", "O\'Farrell", "O\'Flaherty", "O\'Flanagan", "O\'Flynn", "O\'Gara", "O\'Gorman", "O\'Grady", "O\'Guin", "O\'Guinn", "O\'Hagan", "O\'Hair", "O\'Haire", "O\'Halloran", "O\'Hanlon", "O\'Hara", "O\'Hare", "O\'Harra", "O\'Harrow", "O\'Haver", "O\'Hearn", "O\'Hern", "O\'Herron", "O\'Higgins", "O\'Hora", "O\'Kane", "O\'Keefe", "O\'Keeffe", "O\'Kelley", "O\'Kelly", "O\'Laughlin", "O\'Leary", "O\'Loughlin", "O\'Mahoney", "O\'Mahony", "O\'Maley", "O\'Malley", "O\'Mara", "O\'Mary", "O\'Meara", "O\'Melia", "O\'Neal", "O\'Neall", "O\'Neil", "O\'Neill", "O\'Ney", "O\'Quinn", "O\'Regan", "O\'Reilly", "O\'Riley", "O\'Riordan", "O\'Roark", "O\'Rorke", "O\'Rourke", "O\'Ryan", "O\'Shaughnessy", "O\'Shea", "O\'Shields", "O\'Sullivan", "O\'Tool", "O\'Toole", "Oakes", "Ogan", "Orman", "Ormond", "Oswald", "Oswell", "Owens", "Padden", "Paden", "Padrick", "Pallas", "Palmer", "Parlin", "Parsons", "Patterson", "Paul", "Pay", "Payton", "Peaden", "Peck", "Peek", "Peery", "Peoples", "Peppard", "Pepper", "Perrigan", "Perrill", "Perrot", "Peters", "Pharis", "Phariss", "Pharris", "Phelan", "Philbin", "Piatt", "Pidgeon", "Pike", "Pillion", "Pogue", "Polan", "Poland", "Polin", "Portis", "Powderly", "Powell", "Power", "Pray", "Prendergast", "Prey", "Prior", "Prunty", "Pry", "Quade", "Quaid", "Quaife", "Quail", "Quain", "Qualey", "Qualters", "Quan", "Quann", "Quarry", "Quealy", "Queenan", "Queeney", "Query", "Quigg", "Quigley", "Quill", "Quillan", "Quillen", "Quillian", "Quillin", "Quilty", "Quin", "Quine", "Quinlan", "Quinlin", "Quinlivan", "Quinn", "Quinney", "Quirk", "Quirke", "Quitter", "Rabbitt", "Radigan", "Rafferty", "Rafter", "Raftery", "Rahill", "Rahilly", "Rainey", "Rairdon", "Rape", "Ratchford", "Rath", "Ratigan", "Rattigan", "Raun", "Rawl", "Rayhill", "Ready", "Reagan", "Reagh", "Reagin", "Reap", "Rearden", "Reardon", "Reavey", "Reddin", "Reddy", "Redican", "Redmond", "Reedy", "Reen", "Regan", "Rehill", "Reid", "Reidy", "Reiley", "Reilley", "Reilly", "Reily", "Relihan", "Renehan", "Rhatigan", "Rhyan", "Rian", "Rider", "Riely", "Riley", "Ring", "Rinn", "Riordan", "Roache", "Roan", "Roane", "Roark", "Roarty", "Robinson", "Roche", "Rodden", "Roddy", "Roden", "Rogan", "Roger", "Ronan", "Ronayne", "Roney", "Roon", "Rooney", "Rork", "Rorke", "Rotchford", "Rourk", "Rourke", "Ruan", "Ruane", "Ruark", "Rudden", "Runion", "Runnion", "Runyan", "Runyon", "Rush", "Ryan", "Rynn", "Rynne", "Sage", "Sally", "Salmon", "Sankey", "Sarsfield", "Savage", "Savin", "Sayers", "Scadden", "Scahill", "Scallan", "Scalley", "Scallion", "Scallon", "Scally", "Scanlan", "Scanlon", "Scannell", "Scantling", "Scarry", "Scollon", "Scott", "Sculley", "Scullin", "Scullion", "Scully", "Scurry", "Sealy", "Sears", "Seeney", "Seery", "Sennett", "Sennott", "Seward", "Sexton", "Shahan", "Shallow", "Shanahan", "Shanley", "Shannahan", "Shannon", "Sharkey", "Sharp", "Shaughnessy", "Shawley", "Shay", "Shayne", "Shea", "Shead", "Sheahan", "Shealey", "Shealy", "Shean", "Shearin", "Shearon", "Sheedy", "Sheehan", "Sheehe", "Sheehy", "Sheeley", "Sheely", "Sheen", "Sheeran", "Sheerin", "Shehan", "Shehane", "Sheil", "Sheilds", "Sheley", "Shera", "Sheridan", "Sherrow", "Sherry", "Shevlin", "Shiel", "Shield", "Shields", "Shiell", "Shimmin", "Shine", "Shinners", "Shinnick", "Shirey", "Shirkey", "Shivers", "Shortell", "Shorten", "Shovlin", "Shugrue", "Shurden", "Siford", "Siggins", "Silk", "Silke", "Silkey", "Sillery", "Simonton", "Sinnett", "Sinon", "Sisk", "Skahill", "Skeans", "Skehan", "Skelley", "Skellie", "Skelly", "Skerry", "Skillen", "Slane", "Slaney", "Slattery", "Slaven", "Slavens", "Slavin", "Sleeth", "Slevin", "Sliney", "Sloan", "Sloane", "Slowey", "Smallen", "Smith", "Smollen", "Smullen", "Snee", "Solan", "Solly", "Solon", "Somer", "Somers", "Somerville", "Speed", "Spillane", "Splain", "Splaine", "Stackpole", "Stackpoole", "Stake", "Stapleton", "Staunton", "Stay", "Stewart", "Stout", "Stoute", "Stranahan", "Suffern", "Sughrue", "Sugrue", "Sullivan", "Sullivant", "Summer", "Summers", "Supple", "Swanigan", "Sweeney", "Sweeny", "Sweetnam", "Sweeton", "Sweney", "Swift", "Swiney", "Sword", "Swords", "Synan", "Syron", "Taaffe", "Taffe", "Tague", "Tallant", "Talley", "Tally", "Talty", "Tansey", "Tarpey", "Tarrant", "Teague", "Teahan", "Teaney", "Teehan", "Tehan", "Terrance", "Terry", "Tevlin", "Thompson", "Thornsberry", "Thornton", "Tiernan", "Tierney", "Tiger", "Tighe", "Tigue", "Tilly", "Timlin", "Timmons", "Timon", "Timoney", "Timothy", "Tinney", "Tivnan", "Toal", "Tobin", "Toman", "Tomb", "Toner", "Tonner", "Toohey", "Tool", "Toolan", "Toole", "Tooley", "Tooman", "Toomey", "Toran", "Tormey", "Torney", "Torpey", "Torpy", "Torrence", "Touhey", "Towell", "Towey", "Toye", "Tracey", "Tracy", "Trainor", "Trant", "Traynor", "Treacy", "Treanor", "Trevor", "Trim", "Trower", "Troy", "Truell", "Tubridy", "Tucker", "Tuhy", "Tuite", "Tully", "Tumulty", "Tunney", "Tuohey", "Tuohy", "Turley", "Twohey", "Twohig", "Twohy", "Twombley", "Twomey", "Tydings", "Tynan", "Tyne", "Tyrone", "Vahey", "Vail", "Vallely", "Varian", "Vaugh", "Veale", "Vey", "Vicker", "Victory", "Vincent", "Vogan", "Walch", "Wall", "Walsh", "Walshe", "Ward", "Warner", "Warren", "Water", "Waters", "Wead", "Weir", "Welsh", "Welshans", "Whalen", "Whalin", "Whaling", "Wheelan", "Whelan", "Whelihan", "Whelton", "White", "Whitehead", "Wholey", "Wholley", "Whooley", "Wilde", "Wilson", "Windham", "Winter", "Wogan", "Wolf", "Wolfe", "Woodlock", "Woods", "Woulfe", "Wren", "Wrinn", "Wyer", "Wynne", "Wyse"]>> <<set setup.irishFemaleFirstnames to [ "Abbie", "Abigail", "Adan", "Aella", "Afric", "Aifric", "Ailbhe", "Ailis", "Aimee", "Aine", "Aisling", "Akaisha", "Alana", "Alanna", "Alannah", "Alexandra", "Alice", "Alicia", "Alison", "Amber", "Amelia", "Amy", "Andrea", "Anna", "Annabelle", "Annie", "Aoibhe", "Aoibheann", "Aoibhinn", "Aoife", "Arlene", "Ava", "Bedelia", "Berit", "Biddy", "Birgit", "Birgitta", "Birte", "Breck", "Bree", "Breena", "Brena", "Brenda", "Brianna", "Brice", "Bridget", "Brigida", "Brita", "Britt", "Cacey", "Caitlin", "Caitriona", "Callan", "Caoimhe", "Cara", "Carey", "Carin", "Casey", "Cassidy", "Catherine", "Ceara", "Charlotte", "Chay", "Chelsea", "Chloe", "Ciannait", "Ciara", "Claire", "Clara", "Clodagh", "Colleen", "Cordelia", "Courtney", "Daisy", "Danielle", "Darby", "Darcie", "Daryn", "Derry", "Dierdre", "Donelle", "Duvessa", "Dymphna", "Eabha", "Earlene", "Eimear", "Elizabeth", "Ella", "Ellen", "Ellie", "Emer", "Emilia", "Emily", "Emma", "Ennis", "Erin", "Eva", "Eve", "Evie", "Fallon", "Farran", "Faye", "Feena", "Fenella", "Fiadh", "Finola", "Fiona", "Fionola", "Flannery", "Freya", "Gail", "Gemma", "Georgia", "Gilda", "Gittan", "Glen", "Gormlaith", "Grace", "Grainne", "Guinevere", "Haley", "Hanna", "Hannah", "Hayley", "Hazel", "Hiolair", "Hisolda", "Hollie", "Holly", "Ilene", "Ina", "Innis", "Isabella", "Isabelle", "Isla", "Jade", "Jessica", "Jodie", "Julia", "Julie", "Kacey", "Kaci", "Kaelin", "Kalin", "Kasey", "Kasie", "Kassidy", "Kassie", "Kate", "Katelin", "Katelyn", "Katen", "Kathleen", "Katie", "Katlin", "Kayla", "Kayleigh", "Kayley", "Keanna", "Keara", "Keavy", "Keegan", "Keeley", "Keelia", "Keelin", "Keira", "Kella", "Kellen", "Kelly", "Kellyn", "Kennedy", "Kevina", "Kianna", "Kiarra", "Kiera", "Kiley", "Killian", "Kira", "Kyara", "Kyla", "Kyle", "Kyleigh", "Kylene", "Kyra", "Lanni", "Laoise", "Lara", "Lassie", "Laura", "Lauren", "Layla", "Leah", "Leanne", "Lee", "Lena", "Leona", "Lexi", "Liadan", "Lilly", "Lily", "Lisa", "Louise", "Lucy", "Mackenzie", "Madison", "Maegan", "Maeron", "Maeve", "Maire", "Maisie", "Maja", "Mallow", "Margaret", "Maria", "Mary", "Maura", "Maureen", "Maya", "Meabh", "Megan", "Melissa", "Meryl", "Mia", "Michaela", "Michelle", "Mila", "Millie", "Moira", "Mollie", "Molly", "Mona", "Morna", "Muna", "Muriel", "Murphy", "Naomi", "Natalia", "Nelda", "Nessa", "Neve", "Nevina", "Niamh", "Nicola", "Nicole", "Nora", "Nuala", "Nya", "Nyah", "Nyasia", "Ohnicio", "Olivia", "Oliwia", "Onora", "Oola", "Oria", "Orla", "Piritta", "Pirjo", "Pirkko", "Quinn", "Rachel", "Reagan", "Rebecca", "Regan", "Reilley", "Riana", "Richael", "Robyn", "Roisin", "Rosa", "Rose", "Rosie", "Rowan", "Ruby", "Ruth", "Ryan", "Sadhbh", "Sadie", "Saoirse", "Sara", "Sarah", "Shanessa", "Shannon", "Shauna", "Shawnee", "Shawnnessy", "Shay", "Shayla", "Shaylee", "Shea", "Sheena", "Shenna", "Sienna", "Sine", "Sinead", "Siobhan", "Slaine", "Sloane", "Sofia", "Sophia", "Sophie", "Sorcha", "Sosanna", "Taban", "Tara", "Teagan", "Tully", "Tyree", "Ula", "Victoria", "Viona", "Zara", "Zenevieva", "Zephan", "Zoe"]>> <<set setup.nigerianMaleFirstnames to ["Placeholder Bob", "Placeholder Joe"]>> <<set setup.nigerianSurnames to ["Placeholder Bob", "Placeholder Joe"]>> <<set setup.nigerianFemaleFirstnames to ["Placeholder Bob", "Placeholder Joe"]>> <<set setup.greekMaleFirstnames to [ "Achilles", "Adonis", "Adrian", "Aegeus", "Aeneas", "Aesop", "Agamemnon", "Aindrea", "Ajax", "Alastair", "Alcander", "Alcibiades", "Ale", "Alec", "Aleixo", "Alejandro", "Aleksander", "Aleksanteri", "Aleksy", "Ales", "Alessandro", "Alex", "Alexander", "Alexandro", "Alexei", "Alexis", "Alfio", "Alika", "Alistaire", "Altair", "Alyosha", "Amar", "Ambrogio", "Ambroos", "Ambrose", "Ambrosio", "Ambrus", "Anacletus", "Anastacio", "Anastasius", "Anatole", "Anatoli", "Anatolio", "Andel", "Ander", "Anders", "Anderson", "Andras", "Andre", "Andreas", "Andrei", "Andres", "Andrew", "Andries", "Andris", "Andromeda", "Andronicus", "Andrzej", "Andy", "Ange", "Angel", "Angelo", "Aniello", "Anker", "Anson", "Anstice", "Antenor", "Antero", "Anthony", "Antigonus", "Antreas", "Apollo", "Apolonio", "Apostolos", "Aquarius", "Arastoo", "Archelaus", "Archimedes", "Ares", "Argos", "Argus", "Aries", "Arion", "Aristide", "Aristides", "Aristophanes", "Aristotle", "Arsen", "Arsene", "Arsenio", "Artemas", "Artyom", "Asmodel", "Aster", "Athan", "Athanasios", "Athos", "Atlas", "Atreo", "Atticus", "Autolocus", "Avel", "Bacchus", "Bandi", "Baptist", "Baptiste", "Bart", "Bartholomew", "Bartlett", "Bartolomej", "Basil", "Basilius", "Bates", "Bautista", "Bazyli", "Bemus", "Bishop", "Bronte", "Broos", "Caesar", "Callister", "Callisthenes", "Callistus", "Cancer", "Carsten", "Castor", "Centaurus", "Chaos", "Charon", "Chiron", "Chris", "Christian", "Christoffel", "Christopher", "Chronos", "Claes", "Claus", "Cleo", "Cleon", "Cletus", "Coeus", "Cohn", "Cola", "Colin", "Collin", "Collis", "Colson", "Corinthian", "Corydon", "Cosimo", "Cosmo", "Cristo", "Cristobal", "Cristovao", "Cronus", "Cyan", "Cyd", "Cypress", "Cyril", "Cyrus", "Damasus", "Damien", "Damon", "Dand", "Dard", "Darius", "Deacon", "Deion", "Demetrius", "Denes", "Dennis", "Denny", "Deo", "Deondre", "Deorsa", "Dima", "Dimitri", "Dinis", "Diomedes", "Dionte", "Dionysus", "Dooley", "Doran", "Dorian", "Draco", "Dre", "Drew", "Dryas", "Dwight", "Dyson", "Egor", "Elek", "Elie", "Eneas", "Erasmo", "Erasmus", "Erastus", "Ercole", "Eris", "Ermolai", "Eros", "Eskandar", "Esteban", "Estefan", "Estevao", "Euclid", "Eugene", "Eugenio", "Eugeniusz", "Eustace", "Eustacio", "Evagelos", "Evander", "Evangelista", "Evgeni", "Evzen", "Fane", "Felipe", "Felipinho", "Feofan", "Ferris", "Filib", "Filip", "Filipe", "Filippus", "Flavian", "Flip", "Galen", "Gavriil", "Gelasius", "Gene", "Geode", "Geordi", "Georg", "George", "Gergely", "Gergo", "Geronimo", "Giles", "Gino", "Giorgio", "Goran", "Grear", "Greer", "Greg", "Greger", "Gregers", "Gregor", "Gregorio", "Gregory", "Gregson", "Greig", "Grigori", "Griogair", "Grisha", "Grzegorz", "Gyorgy", "Gyuri", "Hades", "Hadrian", "Hamon", "Harmon", "Heck", "Hector", "Heitor", "Hektor", "Helios", "Hephaestus", "Heracles", "Hercules", "Hermes", "Heros", "Hieronymus", "Hipparchus", "Hippias", "Hippocrates", "Homer", "Horace", "Hydrus", "Hyginus", "Hyperion", "Hypnos", "Iakobos", "Icarus", "Ilias", "Indigo", "Ioan", "Iosif", "Isadore", "Isandro", "Isaurus", "Iskander", "Iskinder", "Istvan", "Izador", "Jace", "Jacinto", "Jason", "Jedrick", "Jedrzej", "Jeroen", "Jerome", "Jeronimo", "Jerzy", "Jiri", "Joran", "Jordy", "Jorg", "Jorge", "Jorgen", "Jorginho", "Jorn", "Jory", "Jurek", "Jurgen", "Juris", "Jyri", "Kai", "Kalin", "Kallen", "Karey", "Karsten", "Kayson", "Keandre", "Keion", "Keoki", "Kester", "Khronos", "Kiril", "Kirill", "Kit", "Klas", "Klaus", "Kolya", "Konstantinos", "Kosmo", "Kozma", "Krischnan", "Kristoffer", "Kronos", "Krystof", "Krzys", "Krzysiek", "Krzysztof", "Kuzma", "Kyros", "Laertes", "Leander", "Leandre", "Leandro", "Leon", "Leonidas", "Lex", "Linus", "Lionel", "Loikanos", "Luc", "Luca", "Lucas", "Lucky", "Lukacs", "Lukas", "Lukasz", "Luke", "Luukas", "Lykaios", "Lyosha", "Lyric", "Lysander", "Lysias", "Macario", "Manases", "Marinos", "Mateo", "Mel", "Melancton", "Melun", "Menelaus", "Mete", "Miklos", "Mikolaj", "Mikolas", "Mikula", "Mikulas", "Minos", "Momus", "Mona", "Morpheus", "Myles", "Myron", "Narciso", "Narcissus", "Narcyz", "Neacel", "Nectarios", "Nektarios", "Neo", "Nereus", "Nestor", "Nestori", "Niccolo", "Nicholas", "Nicholson", "Nick", "Nicky", "Nico", "Nicodemus", "Nicolai", "Nicolau", "Niels", "Niilo", "Nike", "Nikita", "Niklas", "Nikodem", "Nikola", "Nikolai", "Nikolaj", "Nikos", "Nils", "Obelia", "Obelix", "Ocean", "Oceana", "Oceanus", "Odea", "Odele", "Odessa", "Odette", "Odysseus", "Olek", "Olympia", "Omega", "Ondrej", "Orea", "Orestes", "Orion", "Orpheus", "Orrin", "Osanna", "Osias", "Otis", "Owen", "Pan", "Panos", "Panthea", "Paris", "Pasi", "Patroclus", "Peadar", "Pearson", "Peder", "Pedro", "Peer", "Pekka", "Pelle", "Pello", "Per", "Pericles", "Perkins", "Perseus", "Peter", "Petr", "Petri", "Petteri", "Petya", "Phelps", "Phil", "Philander", "Philemon", "Philip", "Philo", "Philomenos", "Philostrate", "Philotus", "Phoenix", "Pierce", "Pierre", "Pika", "Piotr", "Pista", "Plato", "Platon", "Pluto", "Plutus", "Poseidon", "Priam", "Prometheus", "Proteus", "Ptolemy", "Pyotr", "Pyrrhus", "Rasmus", "Rastus", "Rehor", "Reko", "Rhodes", "Ries", "Risto", "Sander", "Sanders", "Sandor", "Sandro", "Sandy", "Sanyi", "Saunder", "Saunders", "Saunderson", "Sawney", "Seoras", "Sesame", "Shura", "Simonides", "Sisyphus", "Socrates", "Sofronio", "Solinus", "Soteria", "Soterios", "Spiridon", "Stacy", "Staffan", "Stamos", "Stavros", "Steafan", "Stefan", "Steffen", "Stepan", "Stephen", "Stevie", "Strom", "Symeon", "Szczepan", "Tadeas", "Tadeo", "Tahvo", "Talos", "Tansy", "Tapani", "Taras", "Tarasios", "Ted", "Teddy", "Tenney", "Tennyson", "Teodor", "Teodoro", "Teppo", "Teuvo", "Thad", "Thaddeus", "Thanases", "Thanos", "Theo", "Theodore", "Theophanes", "Theophilus", "Theron", "Theseus", "Thomas", "Tibalt", "Tiger", "Tim", "Timeus", "Timoleon", "Timon", "Timoteo", "Timothy", "Titus", "Tivadar", "Tony", "Tracy", "Tryphon", "Tychon", "Tyge", "Tymon", "Tymoteusz", "Tyrone", "Ulysses", "Uranus", "Urian", "Urien", "Vander", "Vangelis", "Vasil", "Vasili", "Vasilios", "Vilppu", "Vitaly", "Vitas", "Vivar", "Volney", "Xander", "Xanthus", "Xeno", "Xenon", "Xenophanes", "Xenophon", "Xerarch", "Xuthus", "Xylo", "Xylon", "Xyst", "Xystum", "Xystus", "Yannis", "Yegor", "Yermolai", "Yevgeni", "York", "Yuri", "Zale", "Zander", "Zefirino", "Zendo", "Zeno", "Zenobio", "Zenon", "Zenos", "Zephyr", "Zero", "Zeth", "Zeus", "Zoello", "Zorba", "Zosimo"]>> <<set setup.greekSurnames to [ "Adamos", "Aetós", "Afroudakis", "Agne", "Agnes", "Alafouzos", "Alanis", "Alexakis", "Alexandris", "Alexandropoulos", "Alexandrou", "Alexiadis", "Alexiou", "Alexopoulos", "Alexoudis", "Ambrosia", "Anagnos", "Anagnostou", "Anastas", "Anastasiadis", "Anastasopoulos", "Anastopoulos", "Anastos", "Andino", "Andreadis", "Andreas", "Andreou", "Andrianopoulos", "Andris", "Androulakis", "Anestis", "Angelis", "Angelopoulos", "Angelos", "Anthes", "Anthis", "Antoni", "Antoniadis", "Antoniou", "Antonopoulos", "Apostolidis", "Apostolos", "Apostolou", "Argyropoulos", "Argyros", "Ariti", "Artino", "Arvanitis", "Asker", "Athan", "Athanas", "Athanasiadis", "Athanasiou", "Athanasoulas", "Athans", "Athas", "Avramidis", "Axiotis", "Bakas", "Bakirtzis", "Bakoyannis", "Balaban", "Balaska", "Balaskas", "Ballas", "Balli", "Ballis", "Banis", "Barba", "Barbas", "Barberis", "Barlas", "Barlos", "Baros", "Bella", "Bernardakis", "Biros", "Booras", "Boosalis", "Botsaris", "Botsis", "Bouras", "Buros", "Calathes", "Calazans", "Callas", "Calligaris", "Callis", "Caras", "Carras", "Cassavetes", "Castellanos", "Chaconas", "Chalkias", "Chloros", "Cholevas", "Chondroyannos", "Chontos", "Chris", "Christakis", "Christakos", "Christodoulopoulos", "Christodoulou", "Christoforou", "Christopoulos", "Christos", "Christou", "Christoyannopoulos", "Chronis", "Cirillo", "Collias", "Comis", "Condos", "Constantinides", "Constantinou", "Contos", "Cora", "Cosmos", "Cosse", "Costas", "Coumantaros", "Danielopoulos", "Danielos", "Daskalakis", "Delis", "Dellis", "Demetriou", "Demo", "Demopoulos", "Demos", "Diakos", "Diamandis", "Diamantopoulos", "Dimakos", "Dimas", "Dimitriadis", "Dimitriou", "Dimitropoulos", "Dimopoulos", "Doukas", "Dousmanis", "Doxiadis", "Dragoumis", "Drakos", "Drivas", "Dukakis", "Dukas", "Economides", "Economos", "Economou", "Eliades", "Elias", "Eliopoulos", "Filo", "Florakis", "Floros", "Fotakis", "Fotilas", "Fotiou", "Fotopoulos", "Fotos", "Fourlis", "Frangopoulos", "Frangos", "Gabris", "Galanis", "Galanos", "Galatas", "Galifianakis", "Ganas", "Ganis", "Garis", "Gataki", "Gavalas", "Gavras", "Gavril", "Gazis", "Gekas", "Georgas", "Georgiades", "Georgiadis", "Georgiou", "Georgopoulos", "German", "Gerou", "Giakoumakis", "Gianakos", "Giannakopoulos", "Giannopoulos", "Gianopoulos", "Gikas", "Gikopoulos", "Glaros", "Glezos", "Goga", "Gogola", "Golias", "Gonce", "Goulandris", "Goulas", "Gounaris", "Grammatikopoulou", "Grivas", "Halkias", "Hallas", "Hanas", "Harris", "Hatzi", "Hatzidakis", "Hatziioannou", "Hatzimichalis", "Hatzis", "Hero", "Herod", "Hondros", "Hrisoverghi", "Iakovou", "Iliopoulos", "Ioannidis", "Ioannou", "Iraklidis", "Kafatos", "Kairis", "Kaklamanis", "Kakos", "Kalfas", "Kalivas", "Kallas", "Kallis", "Kalogeras", "Kalogeropoulos", "Kamber", "Kanakaris", "Kanas", "Kanellopoulos", "Kanelos", "Kappas", "Kara", "Karahalios", "Karakatsanis", "Karakostas", "Karalis", "Karas", "Karavitis", "Karras", "Katechis", "Katopodis", "Katrakis", "Katsaros", "Katsifaras", "Kazan", "Kefalas", "Kefalogiannis", "Kellis", "Kiriakidis", "Kokes", "Kokkinakis", "Kokolakis", "Kolettis", "Kollias", "Kondos", "Kondylis", "Konstantinidis", "Konstantinopolites", "Konstantinou", "Konstantopoulos", "Kontogouris", "Kontos", "Korba", "Kordolaimi", "Kormos", "Kosko", "Kosta", "Kostas", "Kostopoulos", "Kotas", "Kotzias", "Koufos", "Koundouros", "Kourakis", "Kouris", "Koutsis", "Koutsopoulos", "Krestenitis", "Kriezis", "Kritikos", "Kyrgios", "Kyriakou", "Kyriazis", "Kyrkos", "Labropoulos", "Ladas", "Lagana", "Lagos", "Lagoudakis", "Lambrakis", "Lambros", "Lampros", "Laskaris", "Lasko", "Latsis", "Lazos", "Leandros", "Leichoudes", "Lekas", "Lekkas", "Leon", "Leos", "Leva", "Leventis", "Levidis", "Liakos", "Lias", "Lillis", "Linard", "Liourdis", "Livas", "Logo", "Logothetis", "Lois", "Loris", "Louganis", "Louis", "Loukanis", "Loukas", "Loverdos", "Lykaios", "Macris", "Magoulas", "Maheras", "Maimonides", "Makos", "Makris", "Makriyannis", "Mallas", "Mandrapilias", "Manetas", "Mangas", "Maniatis", "Manikas", "Manis", "Manolas", "Manolis", "Manos", "Manousakis", "Manousos", "Mantalos", "Mantzaris", "Mantzios", "Maragos", "Marangos", "Maras", "Mardas", "Margaritis", "Marinakis", "Marinos", "Maris", "Markakis", "Markides", "Markopoulos", "Markos", "Martinos", "Martis", "Masalis", "Mate", "Mates", "Matis", "Matraxia", "Matsouka", "Matsoukas", "Mattas", "Matthias", "Matthiou", "Mavridis", "Mavros", "Mega", "Melis", "Mellas", "Mellis", "Mena", "Metaxas", "Metro", "Miaoulis", "Michaelides", "Michail", "Michailidis", "Michalidis", "Michalos", "Michel", "Mihal", "Mikos", "Milas", "Milonas", "Mina", "Minas", "Minga", "Mires", "Miron", "Misko", "Mitropoulos", "Mitsopoulos", "Mitsotakis", "Mitzou", "Mola", "Moraitis", "Moralis", "Moros", "Moustakas", "Moysiadis", "Mula", "Mundis", "Mylonas", "Myron", "Nafpliotis", "Nakos", "Nanos", "Nasso", "Nephus", "Nerantzis", "Nevrakis", "Nicolaides", "Nicolaou", "Nicoli", "Nicolo", "Nikas", "Nikitas", "Nikolaidis", "Nikolaou", "Nikolas", "Nikolopoulos", "Nikoloudis", "Nini", "Nino", "Nomikos", "Notaras", "Oikonomopoulos", "Oikonomou", "Onasis", "Orologas", "Othonos", "Pagonis", "Palas", "Pallas", "Pallis", "Panagakos", "Panagiotidis", "Panagiotopoulos", "Panagopoulos", "Panagos", "Panas", "Panayiotou", "Panos", "Panousis", "Pantazis", "Papa", "Papachristodoulopoulos", "Papachristos", "Papadakis", "Papadatos", "Papademos", "Papadiamantopoulos", "Papadimitriou", "Papadopoulos", "Papageorgiou", "Papageorgopoulos", "Papagiannis", "Papaioannou", "Papajohn", "Papakonstantinou", "Papamichael", "Papanastasiou", "Papandreou", "Papanikolaou", "Papantoniou", "Papapostolou", "Papas", "Papathanasiou", "Papatonis", "Papazoglou", "Papoulias", "Pappas", "Paraschos", "Paraskevas", "Paraskevopoulos", "Paschalidis", "Patera", "Patras", "Paules", "Paulos", "Pavlides", "Pavlidis", "Pavlis", "Pavlopoulos", "Pavlou", "Penna", "Pepi", "Peri", "Peris", "Perris", "Perro", "Persopoulos", "Petimezas", "Petinos", "Petrakis", "Petralia", "Petras", "Petrides", "Petridis", "Petro", "Petropoulos", "Petros", "Petrou", "Philippidis", "Pipes", "Polites", "Politis", "Poulos", "Primo", "Protopapas", "Psaltis", "Psomas", "Pulos", "Rallis", "Raptis", "Raskopoulos", "Regas", "Rella", "Remes", "Remis", "Rigas", "Rines", "Roda", "Rodi", "Rodia", "Rodis", "Rodocanachi", "Rokos", "Romanos", "Ronda", "Rondo", "Rosi", "Rosso", "Rota", "Roubanis", "Rouphos", "Rousopoulos", "Roussopoulos", "Roussos", "Rubis", "Sagona", "Sakellaridis", "Sakellarios", "Sakkari", "Salis", "Sallas", "Sallis", "Samaras", "Sanna", "Sarantos", "Sarkis", "Sarris", "Sava", "Savalas", "Savas", "Savva", "Savvas", "Scala", "Schinas", "Selinofoto", "Servopoulos", "Sgouros", "Sica", "Sideris", "Sifakis", "Simopoulos", "Simos", "Siopis", "Sisinis", "Siska", "Sisko", "Skarlatos", "Skourletis", "Soter", "Sotir", "Sotiropoulos", "Soulis", "Spanakos", "Spanos", "Speros", "Spheeris", "Spiliotopoulos", "Spiros", "Spyropoulos", "Stamas", "Stamatis", "Stamatopoulos", "Stamos", "Stanis", "Stasinopoulos", "Stathakis", "Stathis", "Stathopoulos", "Stathos", "Stavridis", "Stavropoulos", "Stavros", "Stavrou", "Stefanopoulos", "Stephanides", "Stephanopoulos", "Stratigos", "Stratis", "Straton", "Stratos", "Tadros", "Takes", "Taskasaplidis", "Tassi", "Tasso", "Tavoularis", "Teresi", "Terzi", "Terzis", "Thanos", "Theodorakis", "Theodoridis", "Theodoropoulos", "Theodorou", "Thoma", "Tocci", "Toles", "Tomaras", "Tombras", "Toto", "Trakas", "Triantafyllou", "Tripi", "Tsakalidis", "Tsakalotos", "Tsakiris", "Tsakonas", "Tsaldaris", "Tsamis", "Tsaoussis", "Tsekrekos", "Tsitak", "Tsitsipas", "Tzavaras", "Valaoritis", "Valavanis", "Valis", "Vallas", "Valli", "Vallis", "Vardinogiannis", "Varela", "Vasco", "Vasil", "Vasilakakis", "Vasilakis", "Vasileiou", "Vasiliadis", "Vasiliou", "Vasilopoulos", "Vassilakis", "Vassos", "Velis", "Venizelos", "Vgenopoulos", "Vidales", "Vitalis", "Vlachodimos", "Vlachopoulos", "Vlachos", "Vlahakis", "Vlahos", "Vlasopoulos", "Vokos", "Volikakis", "Voskopoulos", "Votsis", "Vougiouklakis", "Voulgaris", "Voulgaropoulos", "Vovos", "Vranas", "Vrettos", "Xanthopoulos", "Xanthos", "Xenakis", "Xenos", "Xiphias", "Xydakis", "Yannakakis", "Yiannopoulos", "Zafeiriou", "Zaimis", "Zenon", "Zervas", "Zervos", "Zika", "Zochonis", "Zografos"]>> <<set setup.greekFemaleFirstnames to [ "Acantha", "Adara", "Adelpha", "Adrienne", "Aegle", "Afrodite", "Agafya", "Agape", "Agata", "Agatha", "Agda", "Aggie", "Aglaia", "Agnes", "Agneta", "Agnete", "Agnetha", "Agnieszka", "Agot", "Agota", "Agueda", "Aileen", "Alcina", "Aldora", "Alecta", "Alecto", "Alejandra", "Alena", "Alessa", "Alessandra", "Aleta", "Alethea", "Alex", "Alexa", "Alexandra", "Alexis", "Alice", "Alida", "Alisha", "Alixia", "Althea", "Aludra", "Alyona", "Alyx", "Amara", "Ambrosia", "Ambrosine", "Amethyst", "Aminta", "Amphitrite", "Anastasia", "Anastazie", "Anastazja", "Andela", "Andrea", "Andreia", "Andrina", "Andromache", "Andromeda", "Andy", "Andzelika", "Anfisa", "Angel", "Angela", "Angelica", "Angelina", "Angelique", "Angie", "Angyalka", "Aniela", "Anielka", "Annis", "Anstice", "Anthea", "Antigone", "Antonia", "Anysia", "Aphrodite", "Apus", "Arachne", "Arali", "Aretha", "Ariadne", "Ariana", "Arina", "Arissa", "Artemia", "Artemis", "Aspasia", "Astra", "Astrid", "Athena", "Atropos", "Aune", "Aurianna", "Aurora", "Avel", "Azalea", "Babs", "Bara", "Barabal", "Barbara", "Barbie", "Barbora", "Barbra", "Barbro", "Basalt", "Basia", "Basilia", "Basilissa", "Berenice", "Bernice", "Bloodstone", "Bobbie", "Borbala", "Brisa", "Bronte", "Bryony", "Caitlin", "Caitriona", "Cajsa", "Calandra", "Calantha", "Calanthe", "Calista", "Calla", "Calliope", "Candace", "Candra", "Carin", "Carina", "Caris", "Carisa", "Carissa", "Cassandra", "Cassie", "Cassiopeia", "Catalina", "Catherine", "Catia", "Catrina", "Catriona", "Celandia", "Cerelia", "Chalcedony", "Charis", "Charisma", "Charissa", "Charmaine", "Chloe", "Chris", "Christina", "Chrysanthe", "Chryssa", "Chrystal", "Cindy", "Cinnabar", "Cintia", "Cleo", "Cleopatra", "Clio", "Cloe", "Cloris", "Clotho", "Colette", "Cora", "Coral", "Coralie", "Corinna", "Cosima", "Cressida", "Crystal", "Cybill", "Cyd", "Cynthia", "Damaris", "Damia", "Damiana", "Danae", "Daphne", "Daria", "Darja", "Daryn", "Dasha", "Dea", "Delbin", "Delia", "Della", "Delphina", "Delphine", "Delta", "Demetria", "Demi", "Denisa", "Denise", "Desdemona", "Desma", "Despina", "Diamond", "Diantha", "Dike", "Dionisia", "Dionne", "Dionysia", "Diotama", "Docia", "Dolly", "Dora", "Dorcas", "Doreen", "Dorete", "Doria", "Dorian", "Dorika", "Dorinda", "Doris", "Dorit", "Dorita", "Dorota", "Doroteia", "Dorothy", "Dorottya", "Dorrit", "Dorte", "Dottie", "Drea", "Drew", "Drucilla", "Dysis", "Ebony", "Echo", "Effie", "Efigenia", "Eileen", "Eilidh", "Eilionoir", "Eireen", "Elaina", "Elaine", "Elani", "Eleanor", "Electa", "Electra", "Elida", "Eliina", "Elin", "Elina", "Elke", "Ella", "Ellen", "Ellie", "Ellinor", "Elma", "Elodie", "Emerald", "Eos", "Eppie", "Erasma", "Eris", "Esmeralda", "Estefania", "Ethereal", "Etiennette", "Eudora", "Eugenia", "Eulalia", "Eunice", "Eunika", "Euphemia", "Euphrosyne", "Eurydice", "Euterpe", "Evadne", "Evangeline", "Febe", "Fedora", "Filipina", "Filippa", "Filmena", "Filomena", "Frona", "Gaea", "Gaia", "Gala", "Galina", "Gelasia", "Gemini", "Genesis", "Genie", "Gennadiya", "Georgette", "Georgia", "Georgina", "Giacinta", "Greer", "Greet", "Greetje", "Greta", "Gretchen", "Grete", "Griet", "Gyorgyi", "Gyorgyike", "Halina", "Harmony", "Hebe", "Hecate", "Hecuba", "Heleentje", "Helen", "Helena", "Hera", "Hermia", "Hermione", "Hero", "Hestia", "Hilary", "Hippolyta", "Hyacinth", "Hydra", "Hypatia", "Ianthe", "Iines", "Ileana", "Ilena", "Ilene", "Ili", "Ilka", "Ilona", "Indigo", "Ines", "Iole", "Iolite", "Iona", "Ione", "Iphigenia", "Iren", "Irena", "Irene", "Iria", "Irina", "Irinushka", "Iris", "Irja", "Isadora", "Isidore", "Jacey", "Jacinta", "Jagienka", "Jagna", "Jagusia", "Jakayla", "Jekaterina", "Jelena", "Jirina", "Jolanta", "Jordy", "Jorie", "Jorja", "Kaarina", "Kacia", "Kaethe", "Kaia", "Kaija", "Kairi", "Kairos", "Kaisa", "Kaj", "Kajsa", "Kakalina", "Kalena", "Kaley", "Kali", "Kalidas", "Kalika", "Kalista", "Kalli", "Kalliope", "Kallista", "Kalonice", "Kalyca", "Kanchana", "Kandace", "Kara", "Karana", "Karen", "Kari", "Karin", "Karina", "Karis", "Karissa", "Karlyn", "Kasandra", "Kasia", "Kassandra", "Kata", "Katalin", "Katalinka", "Katariina", "Katarina", "Katarzyna", "Kate", "Katelijne", "Katelyn", "Katerina", "Katherine", "Kathleen", "Kathy", "Kati", "Katina", "Katka", "Kato", "Katri", "Katrien", "Katrina", "Katrine", "Katya", "Kay", "Kayla", "Kaylee", "Kekepania", "Khina", "Kineta", "Kirsten", "Kitti", "Kitty", "Klasina", "Kolina", "Kora", "Koren", "Korina", "Kosma", "Kristen", "Kristi", "Kristina", "Kristine", "Kristy", "Kristyn", "Krystal", "Krysten", "Krystina", "Kseniya", "Kynthia", "Kyra", "Kyrene", "Kyria", "Lacy", "Lali", "Laney", "Lara", "Lareina", "Laria", "Larina", "Larisa", "Larissa", "Lasthenia", "Latona", "Layna", "Leandra", "Leda", "Ledell", "Leena", "Lenka", "Lenore", "Leona", "Leonor", "Leonora", "Leontine", "Lesya", "Leta", "Letha", "Lethia", "Lexi", "Lexie", "Lidia", "Lidka", "Lidochka", "Lieke", "Lilika", "Lina", "Linore", "Litsa", "Livana", "Livvy", "Loida", "Lois", "Lotus", "Lyanne", "Lycorida", "Lycoris", "Lydia", "Lydie", "Lykaios", "Lyra", "Lyric", "Lyris", "Lysandra", "Lyydia", "Lyyti", "Maarit", "Macaria", "Madalena", "Madelia", "Madeline", "Madge", "Maeve", "Magan", "Magdalen", "Maggie", "Maia", "Mairead", "Maisie", "Mala", "Malissa", "Mamie", "Mara", "Margaret", "Margareta", "Margarida", "Marge", "Margit", "Margita", "Margot", "Margrete", "Marigold", "Marilee", "Marit", "Marita", "Marjorie", "Marketa", "Marlene", "Marmara", "Maya", "Mazie", "Meda", "Medea", "Medora", "Megan", "Megara", "Mel", "Melanctha", "Melanie", "Melba", "Melenna", "Melia", "Melika", "Melina", "Melinda", "Melissa", "Melitta", "Melody", "Melora", "Melpomene", "Merete", "Meta", "Mette", "Mindy", "Minta", "Missy", "Mnemosyne", "Mona", "Monica", "Moyna", "Muse", "Myda", "Myrtle", "Naia", "Naida", "Naiyah", "Narcissa", "Narella", "Nastasya", "Natasha", "Nelda", "Nell", "Nellie", "Nellis", "Nelly", "Nemesis", "Neola", "Neoma", "Nephele", "Nereida", "Nerin", "Nerina", "Nerissa", "Nes", "Neske", "Neysa", "Nichole", "Nicia", "Nicki", "Nicky", "Nicolasa", "Nicole", "Nicolette", "Nicoline", "Nika", "Nike", "Nikita", "Nikki", "Nikol", "Nikola", "Nikolett", "Niobe", "Nitsa", "Noire", "Nonie", "Noor", "Noortje", "Nora", "Nyla", "Nysa", "Nyssa", "Nyx", "Obelia", "Oceana", "Odea", "Odessa", "Ofelia", "Oksana", "Olalla", "Olena", "Olympia", "Omega", "Onyx", "Ophelia", "Ophira", "Orea", "Oriana", "Padgett", "Pallas", "Pam", "Pamela", "Pandora", "Panphila", "Panthea", "Paris", "Parthenia", "Peggy", "Peigi", "Pelagia", "Penelope", "Penny", "Persis", "Peta", "Petra", "Petrina", "Phaedra", "Phedra", "Philadelphia", "Philana", "Philippa", "Philomena", "Phoebe", "Phoenix", "Phyllis", "Pirene", "Prisma", "Psyche", "Ptolema", "Pyhrrha", "Pyrena", "Pythia", "Raisa", "Raissa", "Rasia", "Reatha", "Reeta", "Rene", "Ressie", "Rhea", "Rhoda", "Rhodanthe", "Rita", "Rizpah", "Saba", "Sandra", "Sandrin", "Sandrine", "Sandy", "Sapphira", "Sappho", "Saundra", "Seema", "Selena", "Selene", "Selina", "Sema", "Senga", "Senja", "Shalonda", "Sharmaine", "Sherise", "Shura", "Sibley", "Sibyl", "Sindy", "Sirena", "Sofi", "Sohvi", "Sondra", "Sonia", "Sophia", "Sophie", "Sophronia", "Spirituality", "Spodumene", "Stacia", "Stacy", "Stasya", "Stefania", "Steffi", "Stephaney", "Stephanie", "Stesha", "Stevie", "Sybella", "Sybil", "Syna", "Syntyche", "Szandra", "Tabitha", "Talia", "Talieya", "Taliyah", "Tallya", "Tamesis", "Tangela", "Tanith", "Tansy", "Tarja", "Taryn", "Tasha", "Tasia", "Teca", "Tedra", "Teigra", "Tekla", "Telma", "Tennie", "Terentia", "Terese", "Teresinha", "Terez", "Tereza", "Terezia", "Teri", "Terpsichore", "Terri", "Tess", "Tessa", "Thaddea", "Thais", "Thaisa", "Thalassa", "Thalia", "Than", "Thea", "Theda", "Thekla", "Thelma", "Themis", "Theodora", "Theodosia", "Theola", "Theone", "Theophania", "Theophilia", "Thera", "Theresa", "Thisbe", "Thomasa", "Thracia", "Thyra", "Tiana", "Tiara", "Tienette", "Tiffany", "Timandra", "Timothea", "Titania", "Titian", "Tomai", "Tona", "Topaz", "Treasure", "Tresa", "Tressa", "Triana", "Trifine", "Trijntje", "Trina", "Trine", "Tryna", "Tryphena", "Tryphosa", "Ulyssa", "Unice", "Urania", "Uriana", "Vanessa", "Varvara", "Varya", "Vasiliki", "Vasilisa", "Velma", "Venus", "Vitaliya", "Voleta", "Xandra", "Xandria", "Xandy", "Xantha", "Xanthe", "Xenia", "Xenobia", "Xianthippe", "Xylia", "Xylona", "Yekaterina", "Yelena", "Yevgeniya", "Yolanda", "Yolie", "Zagros", "Zale", "Zanaide", "Zandra", "Zanita", "Zanthe", "Zebina", "Zelia", "Zena", "Zenaida", "Zenaide", "Zenia", "Zenobia", "Zenon", "Zera", "Zeta", "Zeuti", "Zeva", "Zina", "Zinaida", "Zinovia", "Zoe", "Zona", "Zosia", "Zosima", "Zowie", "Zoya", "Zsofia", "Zsofika"]>> <<set setup.secretMaleFirstnames to ["Secret"]>> <<set setup.secretSurnames to [" "]>> <<set setup.secretFemaleFirstnames to ["Secret"]>> <<set setup.scottishMaleFirstnames to ["Scottish Bob Placeholder", "Placeholder Joe"]>> <<set setup.scottishSurnames to ["Placeholder Bob", "Placeholder Joe"]>> <<set setup.scottishFemaleFirstnames to ["Placeholder Bob", "Placeholder Joe"]>> <<set setup.africanMaleFirstnames to [ "Aasir", "Abbo", "Abdalah", "Abdalala", "Abdalalim", "Abdalla", "Abdi", "Abdou", "Abdu", "Abdulmuiz", "Abdulkareem", "Abdulkhaaliq", "Abdullateef", "Abdulmateen", "Abdulraheem", "Abdulrahmaan", "Abdulraouf", "Abdulrazaaq", "Abdulsaboor", "Abdultawaab", "Abdulwaahid", "Abdulwahaab", "Abedi", "Abeer", "Abimbola", "Abiola", "Abioye", "Absko", "Abuchi", "Abulmughayyis", "Achebe", "Addo", "Ade", "Adeben", "Adebowale", "Ademola", "Adetokunbo", "Adisa", "Adom", "Adric", "Adwin", "Afe", "Afolabi", "Afram", "Africa", "Agu", "Ahanti", "Ajahni", "Ajaka", "Ajala", "Ajani", "Akachi", "Akhyar", "Akuchi", "Akuji", "Alake", "Amare", "Amari", "Anane", "Andwele", "Arali", "Armani", "Asante", "Ato", "Atu", "Auni", "Ayanda", "Ayo", "Ayodele", "Ayomide", "Ayotunde", "Ayzize", "Baako", "Babajide", "Babatunde", "Bakari", "Bandile", "Banji", "Barack", "Barasa", "Barke", "Bayo", "Belay", "Bello", "Bem", "Berko", "Biko", "Biton", "Bobo", "Boipelo", "Bokamoso", "Bomani", "Bongani", "Bosede", "Buru", "Camar", "Camarsa", "Carrizoa", "Cayman", "Chacha", "Chaga", "Chata", "Chege", "Chi", "Chiamaka", "Chiazam", "Chibueze", "Chibuzo", "Chidhatma", "Chidi", "Chidike", "Chidubem", "Chiedozie", "Chike", "Chikelu", "Chikere", "Chikodi", "Chilemba", "Chima", "Chimalsi", "Chimelu", "Chitundu", "Chiumbo", "Chuks", "Chukwuemeka", "Clevon", "Dabir", "Dada", "Dakarai", "Dakari", "Daktari", "Damisi", "Daquan", "Darweshi", "Davion", "Davu", "Dawit", "Dayo", "Deandre", "Deion", "Deiondre", "Dele", "Demarco", "Dembe", "Demond", "Denzel", "Deogracia", "Deon", "Deontay", "Deonte", "Desta", "Dewayne", "Diallo", "Diello", "Dikembe", "Dion", "Duante", "Dubaku", "Dubem", "Duka", "Dume", "Dumi", "Ebele", "Ebi", "Eega", "Ekene", "Ekundayo", "Elon", "Emeka", "Emem", "Emene", "Enam", "Enzokuhle", "Essien", "Etemaad", "Eze", "Fadhili", "Fahmeeb", "Faraji", "Farhani", "Fariji", "Fehed", "Femi", "Feruzi", "Feye", "Firash", "Firhun", "Folami", "Fynn", "Gacoki", "Gakere", "Gakuru", "Gamba", "Gatete", "Gathee", "Gathii", "Gatimu", "Gazali", "Genet", "Geteye", "Ghadhanfar", "Ghana", "Ghanapriya", "Gichinga", "Gicicio", "Gikuyu", "Gimbya", "Githinji", "Gitonga", "Gogana", "Goredenna", "Gother", "Guban", "Gucauno", "Gulussa", "Gure", "Haadhir", "Haba", "Haider", "Haile", "Hajari", "Halif", "Harbel", "Harif", "Harmalah", "Haruni", "Hasani", "Hekima", "Himayat", "Huba", "Hubaab", "Hubab", "Ibeamaka", "Imamu", "Imari", "Jaali", "Jabali", "Jabari", "Jabilo", "Jabulani", "Jaheem", "Jaheim", "Jahi", "Jahiem", "Jahir", "Jaja", "Jali", "Jamar", "Jawara", "Jayvyn", "Jaz", "Jela", "Jelaluddin", "Jelani", "Jengo", "Jenue", "Jettie", "Jevonte", "Jimiyu", "Jioni", "Jira", "Jojo", "Jomo", "Jonbenet", "Juji", "Juma", "Jumah", "Jumoke", "Junior", "Juwan", "Juwaun", "Kabili", "Kabonero", "Kabonesa", "Kadeem", "Kafu", "Kaikara", "Kaikura", "Kaleb", "Kamau", "Kame", "Kamogelo", "Kanelo", "Kanye", "Kasi", "Katlego", "Katungi", "Kayen", "Kayode", "Kayonga", "Kazi", "Keanjaho", "Keb", "Keita", "Keldon", "Kendi", "Kendis", "Kentay", "Kenyi", "Keshawn", "Kesia", "Keyon", "Khalon", "Khamari", "Khari", "Khayone", "Kiho", "Kijana", "Kijani", "Kimoni", "Kimotho", "Kinfe", "Kione", "Kirabo", "Kiros", "Kitoko", "Kofi", "Kojo", "Kosi", "Kungawo", "Kuron", "Kwabena", "Kwadwo", "Kwame", "Kwamin", "Kwanza", "Kwau", "Kyan", "Kyrone", "Lado", "Laken", "Lakista", "Lamech", "Laquan", "Lavaughn", "Lebron", "Leeto", "Lekan", "Lemma", "Lencho", "Lethabo", "Limba", "Lishan", "Lisimba", "Loba", "Lolonyo", "Lolovivi", "Lonan", "Lubanzi", "Ludacris", "Lugono", "Luister", "Luthando", "Mablevi", "Mahdi", "Maitho", "Makalo", "Makena", "Malomo", "Mandela", "Mandla", "Manu", "Manute", "Marques", "Masego", "Mashaka", "Mashawn", "Mbwana", "Mejdan", "Melokuhle", "Mensa", "Mewelde", "Mhina", "Mikenna", "Milandu", "Mirembe", "Miyanda", "Montraie", "Morathi", "Mosi", "Mpasa", "Mpenda", "Mpho", "Mukami", "Mykelti", "Naaib", "Naaji", "Naashaad", "Naasi", "Nabeh", "Nabulung", "Naeem", "Naftali", "Naiser", "Nanji", "Napoleon", "Naserian", "Nathaar", "Natine", "Natori", "Natoya", "Ndamukong", "Ndwiga", "Neo", "Ngozi", "Nnamdi", "Nuru", "Nwa", "Nyack", "Nzinga", "Obasi", "Obi", "Obiajulu", "Obuya", "Ochieng", "Odikinyi", "Odo", "Odongo", "Odour", "Oghenerioborue", "Ohon", "Oja", "Ojwang", "Okal", "Okapi", "Okello", "Okeyo", "Okoth", "Olajuwan", "Olamide", "Olamilekan", "Olu", "Olufemi", "Olufunke", "Oluoch", "Oluyomi", "Omariba", "Omondi", "Omwancha", "Onaedo", "Onkwani", "Ontibile", "Onyeka", "Onyekachi", "Opiyo", "Oratilwe", "Oringo", "Orma", "Osogo", "Othenio", "Othiambo", "Otieno", "Owiti", "Owuor", "Paki", "Paulo", "Peabo", "Penda", "Phornello", "Pili", "Polo", "Pretoria", "Qani", "Quaashie", "Quaddus", "Quadrees", "Quannell", "Quarren", "Quashawn", "Quintavius", "Quoitrel", "Rael", "Rafiki", "Raimi", "Raimy", "Rashidi", "Rashon", "Rayle", "Razi", "Riitho", "Roho", "Roshaun", "Ruguru", "Ruhiu", "Runako", "Russom", "Rutendo", "Sadik", "Safari", "Salim", "Sanga", "Saran", "Sarki", "Seghen", "Selas", "Selassie", "Senwe", "Shange", "Shaquan", "Shaquille", "Shevon", "Shontae", "Simba", "Sindhile", "Sisi", "Siyabonga", "Sokoro", "Sondo", "Sudi", "Sulaiman", "Sulayman", "Tabansi", "Tabari", "Tadelesh", "Tafadhdhal", "Tafadzwa", "Tafari", "Tahir", "Talib", "Tamarius", "Tambia", "Tanisha", "Tanishia", "Tano", "Tatenda", "Tavarius", "Tavon", "Tedros", "Tefo", "Tegama", "Tene", "Tenen", "Tennant", "Teshi", "Tevaughn", "Tevin", "Thabiti", "Thabo", "Thandiwe", "Thato", "Thulani", "Tiassale", "Tiwa", "Tokunbo", "Toure", "Trory", "Tuma", "Tumaini", "Tumelo", "Tumo", "Tuwile", "Tyrell", "Uba", "Ubanwa", "Udenwa", "Ulan", "Uland", "Umi", "Useni", "Usi", "Uzoma", "Uzondu", "Vandwon", "Vashon", "Veltry", "Verlyn", "Voshon", "Vul", "Wachiru", "Waithaka", "Waitimu", "Waiyaki", "Wamai", "Wambua", "Wamugunda", "Wamukota", "Wamwarav", "Wangombe", "Wangondu", "Wanjala", "Wanjohi", "Waruhiu", "Warui", "Wasaki", "Waweru", "Wekesa", "Xayvion", "Xhosas", "Xyshaun", "Yafeu", "Yaro", "Yobachi", "Zaid", "Zaire", "Zareb", "Zashawn", "Zuberi", "Zula"]>> <<set setup.africanSurnames to [ "Abara", "Abebe", "Abimbola", "Abiodun", "Abioye", "Acheampong", "Achebe", "Adebayo", "Adebisi", "Adebowale", "Adegoke", "Adekunle", "Adelakun", "Adeleke", "Ademola", "Adesina", "Adesiyan", "Adeyemi", "Adisa", "Afia", "Afolabi", "Afolayan", "Agrinya", "Agu", "Aguta", "Agwuegbo", "Akinjide", "Akintola", "Akinyemi", "Akpabio", "Aku", "Alaneme", "Alasa", "Alioune", "Amaechi", "Amaike", "Ameziane", "Anenih", "Aniefuna", "Anotidaishe", "Apara", "Arendse", "Asaju", "Awolowo", "Ayodele", "Ba", "Babangida", "Babatunde", "Bah", "Ballo", "Bankole", "Banmeke", "Biobaku", "Botha", "Buhle", "Chamapiwa", "Chidozie", "Chidubem", "Chuke", "Chukwunyelu", "Cisse", "Contee", "Conteh", "Diallo", "Dogo", "Eesuola", "Egebe", "Eke", "Ele", "Emem", "Etienam", "Falade", "Fall", "Folorunsho", "Furaha", "Gcobani", "Gowon", "Idowu", "Igbinedion", "Igwe", "Ihejirika", "Jelani", "Kamau", "Kanye", "Kariuki", "Kayode", "Keita", "Kenyatta", "Kikelomo", "Kone", "Ladipo", "Maina", "Mensah", "Mmeremikwu", "Mwanajuma", "Ndiaye", "Nenge", "Nnadi", "Nnamani", "Nwachukwu", "Nwadike", "Nwangi", "Nwosu", "Obama", "Obi", "Obiakolam", "Okafor", "Okeke", "Okiro", "Okonkwo", "Okorie", "Okoro", "Okoye", "Okpara", "Okusanya", "Oladele", "Oladoyinbo", "Olanrewaju", "Olatunji", "Olayinka", "Olowe", "Oluwusi", "Omenma", "Omenuko", "Onai", "Onyeneme", "Onyilogwu", "Opeyemi", "Orji", "Osei", "Otieno", "Otueome", "Owusu", "Ọyáwálé", "Oyekan", "Oyinlola", "Popoola", "Pretorius", "Sall", "Sane", "Sarpong", "Sarr", "Selassie", "Sesay", "Sow", "Sy", "Temitope", "Tersoo", "Toure", "Traore", "Turay", "Uduike", "Umburter", "Yeboah", "Zadzisai", "Zivai"]>> <<set setup.africanFemaleFirstnames to [ "Aba", "Abana", "Abeba", "Abena", "Abeni", "Abiba", "Abimbola", "Abiona", "Abla", "Abmaba", "Abraha", "Absco", "Abuya", "Achebe", "Achieng", "Adabelle", "Adaeh", "Adamma", "Adana", "Adanne", "Addiah", "Adebola", "Adebowale", "Adenike", "Adeola", "Adhiambo", "Adhra", "Adilah", "Adjoa", "Adongo", "Adwin", "Affrica", "Afi", "Afia", "Afiya", "Afua", "Ahanti", "Ahnika", "Aissa", "Aiysha", "Ajua", "Akachi", "Akello", "Akeyo", "Akia", "Akinyi", "Akosua", "Akua", "Akuchi", "Aluna", "Aluoch", "Ama", "Amahle", "Amaka", "Amandla", "Amara", "Amarachukwu", "Amare", "Amari", "Amne", "Amogelang", "Amondi", "Amurta", "Anaya", "Angweng", "Anyango", "Apiyo", "Armani", "Arogo", "Arusi", "Arziki", "Asabi", "Asha", "Ashaki", "Ashanti", "Asis", "Athiambo", "Atieno", "Avongara", "Awino", "Awo", "Ayah", "Ayana", "Ayanna", "Ayira", "Ayo", "Ayodele", "Ayoka", "Ayomide", "Ayotunde", "Aziza", "Baako", "Babetta", "Baina", "Bandele", "Banji", "Barongo", "Bashira", "Becca", "Becka", "Becky", "Behati", "Beheshta", "Beka", "Beyonce", "Bikita", "Binah", "Binta", "Bisa", "Bishara", "Boipelo", "Bokamoso", "Braima", "Bunme", "Bunmi", "Busara", "Cacey", "Camara", "Cassietta", "Catava", "Chalondra", "Charminique", "Chausiku", "Chiamaka", "Chibueze", "Chibuzo", "Chidhatma", "Chidubem", "Chiedozie", "Chike", "Chikelu", "Chikere", "Chinelo", "Chineye", "Chinue", "Chipo", "Chuki", "Cleotha", "Dabiku", "Dada", "Daisha", "Dalilah", "Dalma", "Dayo", "Debelah", "Deiondre", "Deka", "Delu", "Dembe", "Dericia", "Desta", "Dhakiya", "Diara", "Diata", "Dikeledi", "Doli", "Dubaku", "Ducha", "Dumi", "Dumisani", "Duni", "Durah", "Durra", "Ebele", "Ebere", "Eega", "Efia", "Efua", "Efuru", "Eidi", "Ekene", "Ekua", "Ekundayo", "Ellema", "Emem", "Emene", "Enzokuhle", "Eshe", "Esiankiki", "Fabunni", "Fadiya", "Faika", "Faizah", "Fana", "Fanaka", "Fara", "Faraja", "Farashuu", "Fayola", "Feechi", "Finnley", "Firyali", "Floarea", "Flodwig", "Fola", "Folami", "Fumnaya", "Furaha", "Gakeri", "Gamada", "Gasira", "Gathoni", "Gavivi", "Gawahir", "Gaynelle", "Genet", "Ghalyela", "Ghana", "Ghanima", "Gheche", "Gzifa", "Habika", "Hadaya", "Hagos", "Haiba", "Hamisi", "Hanuni", "Hanzila", "Haracha", "Haseena", "Hashiki", "Hawa", "Hawla", "Hiari", "Hidi", "Hinaa", "Hinna", "Hiwot", "Hoor", "Hoyam", "Huso", "Ife", "Imani", "Iminathi", "Indusa", "Ingumba", "Isoke", "Jahia", "Jahmelia", "Jahzara", "Jala", "Jalah", "Jamala", "Jameelah", "Jameila", "Jamelia", "Jamelle", "Jamilia", "Japera", "Jariah", "Jela", "Jelani", "Jendayi", "Jenue", "Jetta", "Jettie", "Jioni", "Jira", "Johari", "Jojo", "Jonbenet", "Joos", "Jozua", "Juji", "Julene", "Jumapili", "Jumoke", "Juza", "Jwahir", "Kabibe", "Kabili", "Kabira", "Kacela", "Kacondra", "Kadija", "Kaikara", "Kainda", "Kalere", "Kamaria", "Kambo", "Kande", "Kanene", "Kanesha", "Kaniqua", "Kanoni", "Kapera", "Kapuki", "Karabo", "Karasi", "Karimah", "Karna", "Kasinda", "Katlego", "Kaula", "Kaweria", "Kaya", "Kayin", "Kecia", "Keeya", "Keilantra", "Keisha", "Keishla", "Keita", "Kelenna", "Kendi", "Kendis", "Kendy", "Kenia", "Kenya", "Kenyatta", "Kerubo", "Keshia", "Keshon", "Kesia", "Kesin", "Kesslee", "Keyah", "Kia", "Kianga", "Kiden", "Kiho", "Kijana", "Kimani", "Kimmie", "Kimonia", "Kimya", "Kinfe", "Kione", "Kioni", "Kirabo", "Kiros", "Kitoko", "Kubwa", "Kumani", "Kunto", "Kuron", "Kwamboka", "Kwashi", "Kya", "Kymbre", "Lachelle", "Lakin", "Lanelle", "Laquanna", "Laqueta", "Laquinta", "Laquita", "Lashawn", "Latanya", "Latifah", "Latonya", "Latoya", "Layla", "Ledisi", "Leeda", "Lehana", "Lerato", "Lesedi", "Lethabo", "Lewa", "Lilovarti", "Limber", "Lindiwe", "Lisimba", "Lissa", "Loba", "Loloo", "Lolovivi", "Loveie", "Lu lu", "Lulana", "Lulu", "Lu\’lu", "Luthando", "Machupa", "Madana", "Maha", "Mahari", "Mahdi", "Maisha", "Maizah", "Makena", "Malaika", "Malkia", "Mandere", "Mandisa", "Manica", "Mansa", "Manyara", "Mardea", "Mariatu", "Marini", "Marjani", "Marjean", "Marka", "Masara", "Masego", "Mashaka", "Masika", "Mbali", "Mekell", "Meleni", "Melokuhle", "Meron", "Mesi", "Messina", "Mhina", "Miah", "Mikenna", "Milandu", "Minenhle", "Miniya", "Mirembe", "Miyanda", "Modupe", "Moesha", "Monifa", "Montsho", "Morathi", "Mugure", "Mukondi", "Mumbi", "Muncel", "Murigo", "Muthoni", "Mwassaa", "Naaila", "Naataanii", "Nafula", "Nafuna", "Nailah", "Naiser", "Naja", "Najwa", "Nakato", "Nakeisha", "Naki", "Nakimera", "Nala", "Nalo", "Nalorie", "Narkaesha", "Naserian", "Nasha", "Nashaly", "Nataki", "Nathaara", "Nathifa", "Natine", "Natoya", "Nduta", "Neema", "Neliah", "Neo", "Netta", "Ngendo", "Ngina", "Ngozi", "Nia", "Niana", "Nichelle", "Niesha", "Nimeesha", "Nisar", "Njeri", "Njoki", "Nkechi", "Nkechinyere", "Nkiru", "Nkiruka", "Nneka", "Nnenia", "Nnenna", "Nnenne", "Noma", "Nomalanga", "Nomasonto", "Nombeko", "Nomusa", "Nomuula", "Nontle", "Noxolo", "Nsombi", "Nuru", "Nuzhah", "Nyaguthii", "Nyah", "Nyakio", "Nyala", "Nyambura", "Nyanjera", "Nyarai", "Nyasha", "Nyathera", "Nyawira", "Nyeki", "Nyla", "Nyoka", "Nyokabi", "Ode", "Ogechi", "Ogechukwukama", "Okal", "Okapi", "Okoth", "Olajuwan", "Olamide", "Olufemi", "Olufunke", "Oluyomi", "Omolara", "Omphile", "Onaedo", "Oni", "Onnie", "Ontibile", "Onyeka", "Onyekachi", "Oratilwe", "Orma", "Osa", "Osith", "Otieno", "Oya", "Paka", "Palesa", "Pamojan", "Panya", "Panyin", "Pasua", "Pedzi", "Peeta", "Pemba", "Penda", "Penha", "Phenyo", "Phomello", "Pita", "Pretoria", "Pulika", "Quanella", "Quanesha", "Quisha", "Rafiki", "Raimy", "Ranielle", "Rashida", "Raziya", "Rethabile", "Rhaxma", "Roep", "Ronnell", "Rufaro", "Russom", "Rutendo", "Saada", "Sadaka", "Sade", "Safara", "Safari", "Safiya", "Saidah", "Sala", "Salihah", "Sanaa", "Sanura", "Sarafina", "Sauda", "Sekai", "Semira", "Serwa", "Sesen", "Shakila", "Shakina", "Shakini", "Shandra", "Shange", "Shaquana", "Sharik", "Shasa", "Shasmecka", "Shateque", "Sibongile", "Sidone", "Sika", "Sima", "Simisola", "Sisi", "Sitembile", "Sitembileq", "Siyanda", "Subira", "Sukutai", "Tafadzwa", "Tahira", "Taifa", "Taiwo", "Taja", "Takala", "Takiyah", "Talaitha", "Tale", "Taleisha", "Talisa", "Talisha", "Tamasha", "Tamika", "Tamira", "Tamyra", "Tanasha", "Tandice", "Tanesha", "Tanginika", "Taniel", "Tanisha", "Tannie", "Tapanga", "Tapiwa", "Taraji", "Tarana", "Tariana", "Tarisai", "Tatenda", "Tawanda", "Tawia", "Tazara", "Temima", "Temwa", "Tendai", "Tene", "Tenesha", "Terehasa", "Tererai", "Teshi", "Thandeka", "Thandi", "Thandie", "Thandiwe", "Thandolwethu", "Thema", "Thembeka", "Tiaret", "Timberly", "Tinashe", "Tinecia", "Tineka-Jawana", "Tiombe", "Titilayo", "Tiwa", "Tokunbo", "Tomika", "Toure", "Tshegofatso", "Tumelo", "Tyesha", "Tyrell", "Tyrina", "Tyronica", "Uchenna", "Ulu", "Urbi", "Uwimana", "Vatusia", "Velinda", "Visola", "Waceera", "Wairimu", "Waitherero", "Wakiuru", "Walta", "Wambui", "Wamuhu", "Wamuiru", "Wamweru", "Wangai", "Wangari", "Wangera", "Wangu", "Wanja", "Wanjeri", "Wanjiku", "Wanjiru", "Waseme", "Winda", "Winta", "Wokabi", "Wyetta", "Xinavane", "Xolani", "Yaa", "Yakini", "Yejide", "Yetty", "Zabia", "Zaci", "Zahra", "Zahwa", "Zaila", "Zaire", "Zakiya", "Zalika", "Zanta", "Zarina", "Zasu", "Zawadi", "Zilli", "Zina", "Zoila", "Zula"]>> <<set setup.turkishMaleFirstnames to ["Placeholder Bob", "Aagha", "Aaghaa", "Abay", "Abdulkadir", "Abdullah", "Abi", "Adalar", "Adem", "Adlee", "Afridi", "Afshin", "Agha", "Agin", "Ahmet", "Aimal", "Ajdin", "Ajnur", "Akara", "Akay", "Ali", "Alibek", "Alp", "Alperen", "Altan", "Anarbek", "Aras", "Arda", "Arslan", "Arystanbek", "Asen", "Asil", "Asker", "Aslan", "Asuman", "Asur", "Ata", "Ataa", "Atil", "Ayaz", "Ayberk", "Aydar", "Aydin", "Azizbek", "Azzat", "Bahadir", "Baki", "Bakytbek", "Balian", "Baran", "Baris", "Bariş", "Bata", "Batuhan", "Bayar", "Bayram", "Bechir", "Bedirhan", "Beg", "Behrem", "Beibut", "Bekarys", "Berat", "Berk", "Berkan", "Berkant", "Berkay", "Bilal", "Bulut", "Bünyamin", "Buqat", "Burak", "Cahil", "Can", "Candana", "Candanin", "Candon", "Cem", "Cemil", "Cenk", "Cetin", "Ceyhun", "Çinar", "Cumhur", "Demir", "Deniz", "Derya", "Devran", "Devrim", "Doruk", "Đulaga", "Đulizar", "Duman", "Ebubekir", "Ediz", "Edric", "Efe", "Ege", "Egemen", "Eldar", "Elvan", "Emin", "Emir", "Emirhan", "Emmad", "Emre", "Emree", "Emry", "Enayat", "Encarna", "Ender", "Enes", "Engin", "Ensar", "Enver", "Erdem", "Eren", "Ergin", "Erol", "Ertugrul", "Eser", "Eshaq", "Esmaeel", "Esmail", "Etemad", "Evren", "Eymen", "Eyüp", "Fatih", "Ferit", "Firat", "Furkan", "Galip", "Guney", "Gyula", "Hakan", "Halil", "Haluk", "Hamit", "Hamza", "Harun", "Hasad", "Hasan", "Hayri", "Hidir", "Hosmunt", "Hüseyin", "Ibrahim", "Ihsan", "Ilkay", "Ilker", "Ismail", "Izzet", "Kaan", "Kadir", "Kadri", "Kahraman", "Karawan", "Kerem", "Kiral", "Koray", "Kudret", "Kuzey", "Latafat", "Latifah", "Levent", "Mahir", "Mahmut", "Mahzun", "Mart", "Mazhar", "Mehmet", "Mert", "Mesich", "Mesut", "Mete", "Metehan", "Metin", "Mirac", "Miraç", "Muahammed", "Muhammed", "Muhammet", "Murat", "Musa", "Mustafa", "Muzaffer", "Nedim", "Nesim", "Nesip", "Neval", "Nijaz", "Niroop", "Nouis", "Oguz", "Okan", "Olcay", "Omer", "Ömer", "Onan", "Onur", "Orhan", "Osman", "Osmanek", "Osmen", "Otar", "Ozan", "Ozaner", "Ozanich", "Ozge", "Poyraz", "Ramazan", "Rifaat", "Roshan", "Ruslan", "Rüzgar", "Sadi", "Safak", "Safet", "Salih", "Samet", "Savas", "Selim", "Semih", "Sencer", "Serhan", "Serhat", "Serkan", "Sevilin", "Sevket", "Shakirat", "Sinan", "Soner", "Sukru", "Suleyman", "Süleyman", "Tabib", "Taha", "Talha", "Tamraz", "Taner", "Tanju", "Tansu", "Tarkan", "Taylan", "Tecer", "Tengiz", "Tercan", "Tezer", "Timur", "Tolga", "Toygar", "Truong", "Tuncay", "Tuncer", "Tutku", "Ufuk", "Ugur", "Ulucan", "Ulugbek", "Umut", "Utku", "Volkan", "Yadgar", "Yagiz", "Yağiz", "Yakup", "Yasin", "Yavuz", "Yigit", "Yiğit", "Yilmaz", "Yucel", "Yunus", "Yusef", "Yusuf", "Zafer", "Zehab", "Zeki", "Zeren", "Zhumabek", "Zoltan" ]>> <<set setup.turkishSurnames to [ "Abaci", "Abas", "Abay", "Abdallah", "Abdil", "Acar", "Achik", "Açik", "Adali", "Adanir", "Adem", "Adin", "Adivar", "Aga", "Agaoglu", "Agca", "Agçay", "Agchay", "Ahmad", "Ak", "Akagunduz", "Akalay", "Akalin", "Akan", "Akar", "Akarsu", "Akbaba", "Akbaş", "Akbash", "Akbay", "Akbulut", "Akburç", "Akburch", "Akça", "Akçam", "Akçatepe", "Akcha", "Akcham", "Akchatepe", "Akdag", "Akdari", "Akdemir", "Akdeniz", "Akgul", "Akgun", "Akin", "Akinci", "Akkaş", "Akkash", "Akkaya", "Akkoyun", "Akman", "Akpinar", "Akshit", "Akşit", "Aksoy", "Aksu", "Aktaş", "Aktash", "Aktuna", "Akyildiz", "Akyol", "Akyurek", "Akyuz", "Alabora", "Aladag", "Albaf", "Albayrak", "Aldemir", "Ali", "Alican", "Alişik", "Alkan", "Alpay", "Alptekin", "Altan", "Altayoglu", "Altin", "Altinay", "Altinkaynak", "Altintaş", "Altintop", "Altinyildiz", "Altiparmak", "Altug", "Altun", "Apak", "Arach", "Araci", "Arap", "Aras", "Arat", "Arica", "Aricanli", "Arif", "Arikan", "Armagan", "Arman", "Arslan", "Asani", "Asena", "Ashik", "Aşik", "Asim", "Asker", "Aslan", "Aslanoglu", "Ata", "Atahan", "Atakan", "Atalar", "Atalay", "Ataman", "Atan", "Ataseven", "Atay", "Ateş", "Atesh", "Atil", "Atli", "Avci", "Avni", "Avsar", "Aybar", "Ayda", "Aydan", "Aydemir", "Aydin", "Aydinlar", "Aydogan", "Aydogdu", "Aygun", "Ayhan", "Ayik", "Aykaç", "Aykach", "Aykut", "Ayral", "Ayranci", "Aytaç", "Aytach", "Aytekin", "Ayvaz", "Baba", "Babacan", "Babaoglu", "Bachar", "Badem", "Bagci", "Bahadir", "Bahadirli", "Bahar", "Bahcheli", "Bakkal", "Bal", "Balbay", "Balcan", "Balci", "Balian", "Balik", "Balkan", "Barak", "Bardakchi", "Bardakçi", "Bariş", "Barish", "Başak", "Basar", "Başar", "Başaran", "Başer", "Basgil", "Bashak", "Bashar", "Basharan", "Basher", "Bashturk", "Başturk", "Bata", "Batuk", "Batur", "Bayar", "Bayat", "Baybashin", "Baybaşin", "Baydar", "Bayindir", "Baykal", "Baykara", "Baykurt", "Bayrak", "Bayraktar", "Bayram", "Bayramoglu", "Bedreddin", "Beg", "Behçet", "Behchet", "Behramoglu", "Belciler", "Bele", "Benli", "Bereket", "Berk", "Berker", "Berkes", "Besikci", "Bilge", "Bilgi", "Bilgili", "Bilgin", "Bilici", "Binark", "Bingol", "Binici", "Birand", "Birdal", "Birkan", "Birol", "Birsen", "Bolat", "Bolukbashi", "Bora", "Boran", "Boratav", "Borazan", "Boyaci", "Boz", "Bozbeyli", "Bozdag", "Bozer", "Bozguney", "Bozkir", "Bozkurt", "Boztepe", "Bucak", "Budak", "Bugra", "Buker", "Bulbul", "Buldan", "Bulent", "Bulut", "Burakgazi", "Burhanneddin", "Buruk", "Buyuk", "Buyukakçay", "Çagatay", "Çaglar", "Çaglayan", "Cagman", "Çagri", "Cakar", "Çakir", "Çakmak", "Çalik", "Çaliş", "Can", "Canbulatoglu", "Candan", "Candemir", "Caner", "Çarkçi", "Çatli", "Çavdarli", "Cavit", "Cavus", "Cebesoy", "Celal", "Çelebi", "Çelik", "Cengiz", "Cerci", "Ceren", "Cetin", "Çetin", "Çetinkaya", "Cetinok", "Cevahir", "Cevdet", "Cevik", "Çevik", "Cevri", "Ceylan", "Chagatay", "Chaglar", "Chaglayan", "Chagri", "Chakir", "Chakmak", "Chalik", "Chalish", "Chandarli", "Chark", "Chatli", "Chavdarli", "Chelebi", "Chelik", "Chetin", "Chetinkaya", "Chevik", "Chichek", "Chiftchi", "Chimen", "Chinar", "Chinchin", "Chiray", "Choban", "Cholak", "Cholasan", "Chorlu", "Chubukchu", "Chuhadar", "Çiçek", "Çiftçi", "Cig", "Cigerci", "Cihan", "Cikirikci", "Ciller", "Çimen", "Çinar", "Çoban", "Cobanoglu", "Çolak", "Comert", "Corekci", "Çorlu", "Cosar", "Coshkun", "Coskun", "Coşkun", "Çubukçu", "Cumali", "Dagdelen", "Dagli", "Daglioglu", "Dagtekin", "Dal", "Dalkiliç", "Dalkilich", "Dalman", "Danishmend", "Dede", "Degirmenci", "Deliktaş", "Deliktash", "Demir", "Demirbaş", "Demirbash", "Demirci", "Demirel", "Demirkan", "Demiroren", "Demirtas", "Demirtaş", "Demirtash", "Deniz", "Denizli", "Denkel", "Denktaş", "Denktash", "Derbil", "Dereli", "Derici", "Deringil", "Derviş", "Dervish", "Dicle", "Dikerdem", "Dikmen", "Dilaver", "Dinç", "Dinçer", "Dinch", "Dincher", "Dink", "Diyadin", "Dogan", "Dogançay", "Doganchay", "Dogramaci", "Dogu", "Donmez", "Doruk", "Duman", "Durak", "Durel", "Durmaz", "Durmuş", "Durmushoglu", "Dursun", "Duzgun", "Ebussuud", "Ece", "Ecevit", "Edebali", "Edip", "Efendi", "Effendi", "Egemen", "Ekici", "Ekinci", "Ekmekchi", "Ekmekçi", "Ekren", "Ekshi", "Ekşi", "Elchi", "Elipe", "Elmaci", "Elmas", "Emer", "Emin", "Emir", "Emirler", "Emiroglu", "Emre", "Engin", "Enver", "Eray", "Eraydin", "Erbakan", "Erbil", "Ercan", "Erçetin", "Erchetin", "Erdal", "Erdem", "Erdemir", "Erden", "Erdenk", "Erdinç", "Erdinch", "Erdogan", "Erduran", "Erem", "Eren", "Erez", "Ergen", "Ergin", "Ergun", "Erim", "Eriş", "Erish", "Erkal", "Erkan", "Erkin", "Erkmen", "Erkoç", "Erkoch", "Eroglu", "Erol", "Ersin", "Ersoy", "Ersoz", "Ertegun", "Ertem", "Ertug", "Ertugrul", "Eser", "Evlendi", "Evren", "Eyice", "Eyuboglu", "Fahri", "Farhi", "Feyzioglu", "Firat", "Fişek", "Fishek", "Fraşerli", "Ganem", "Ganim", "Ganis", "Gazi", "Gazioglu", "Gedik", "Gelik", "Genç", "Gencay", "Gencebay", "Gench", "Genchoglu", "Genco", "Gezmen", "Ghanem", "Giray", "Gochek", "Gokalp", "Gokay", "Gokbakar", "Gokçe", "Gokçek", "Gokçen", "Gokche", "Gokchek", "Gokchen", "Gokdemir", "Gokmen", "Goktaş", "Gollu", "Goncu", "Gonul", "Gorgulu", "Goyman", "Goyunc", "Gozubuyuk", "Guçer", "Gucher", "Guchlu", "Guçlu", "Guder", "Gul", "Gulden", "Gulech", "Gulek", "Gulen", "Guler", "Guleryuz", "Gulpinar", "Gultekin", "Gulum", "Gun", "Gunay", "Gunaydin", "Gundogan", "Gundogdu", "Gunduz", "Guneş", "Gunesh", "Guney", "Gungor", "Gunver", "Gur", "Gurani", "Gurbuz", "Gurcan", "Gurler", "Gursel", "Gurses", "Gursu", "Guven", "Guvenç", "Guvench", "Guzey", "Hacioglu", "Haktanir", "Halefoglu", "Halici", "Halil", "Halis", "Halit", "Hamdi", "Hami", "Hamzaoglu", "Hanim", "Haniminonu", "Hashim", "Haşim", "Haydaroglu", "Hayreddin", "Hayrettin", "Hazinedar", "Haznedaroglu", "Hekimoglu", "Heper", "Hikmet", "Hoca", "Hocaoglu", "Hocazade", "Hulusi", "Hunkaroglu", "Hussein", "İbrahimoglu", "Ihsanoglu", "Ilahi", "Ilgaz", "Ilhan", "İlkel", "Ilker", "Ilkin", "Inal", "Inalcik", "Inan", "İnan", "Inanc", "İnanç", "Inanch", "Ince", "Incesu", "İncesu", "Inci", "İnci", "Inonu", "İnonu", "Ipekchi", "İpekçi", "Irmak", "Isa", "İşcan", "Ishcan", "Ishik", "Işik", "Isikli", "Isler", "İsmailoglu", "Izzet", "Jamaković", "Jirecek", "Kaan", "Kaba", "Kaçar", "Kadri", "Kahraman", "Kahveci", "Kahya", "Kaldirim", "Kalkan", "Kaner", "Kanibir", "Kanmaz", "Kapkin", "Kaplan", "Kaptan", "Karabacak", "Karabekir", "Karabulut", "Karaca", "Karacan", "Karadag", "Karadayi", "Karadeniz", "Karadere", "Karaduman", "Karagoz", "Karahan", "Karakaş", "Karakash", "Karakaya", "Karakoç", "Karakoch", "Karakuş", "Karakush", "Karaman", "Karaosmanglu", "Karasu", "Karatash", "Karatay", "Karay", "Karga", "Karpat", "Kartal", "Kaş", "Kasaba", "Kasapoglu", "Kash", "Kashani", "Katirci", "Kavak", "Kavur", "Kaya", "Kayhan", "Kaymak", "Kaynarca", "Kaynetli", "Kayyali", "Kazancigil", "Kazaz", "Kekilli", "Keleş", "Kelesh", "Kemal", "Kemalettin", "Kent", "Kerimoglu", "Keser", "Keskin", "Keyder", "Kiliç", "Kilich", "Kilichli", "Kiliçli", "Killic", "Kimyacioglu", "Kinali", "Kiraç", "Kirach", "Kiraz", "Kirdar", "Kivanç", "Kivanch", "Kizil", "Kizilirmak", "Kizilkaya", "Kobal", "Koc", "Koç", "Koca", "Kocak", "Koçak", "Kocaman", "Koçer", "Koch", "Kochak", "Kocher", "Kochyigit", "Koçyigit", "Koksal", "Konca", "Konukman", "Koprulu", "Koraltan", "Koray", "Korcan", "Korkmaz", "Korkut", "Koruturk", "Kose", "Kostadinov", "Koyuncu", "Koz", "Kozen", "Kubat", "Kubilay", "Kuchuk", "Kuçuk", "Kundakchi", "Kundakçi", "Kunt", "Kunter", "Kuntman", "Kurshun", "Kurt", "Kurtar", "Kurtbek", "Kurtoglu", "Kurtulan", "Kurtuluş", "Kurtulush", "Kuru", "Kuş", "Kuschu", "Kuseyri", "Kush", "Kut", "Kutay", "Kutchuk", "Kutlu", "Kutsal", "Levni", "Lufi", "Macar", "Madakbas", "Mahomet", "Makal", "Malas", "Mandirali", "Mansur", "Marangoz", "Mardin", "Masuki", "Mataraci", "Mehmed", "Melek", "Melen", "Memiş", "Memish", "Mencik", "Menderes", "Mercan", "Meric", "Merich", "Metin", "Mimaroglu", "Mistikoglu", "Mogul", "Muaviye", "Muftuoglu", "Muge", "Muhiddin", "Muhtar", "Mujde", "Mumcu", "Mungan", "Murat", "Musa", "Mustafa", "Mutlu", "Nabi", "Nacar", "Nadi", "Nalband", "Nalci", "Namik", "Namli", "Nas", "Nazif", "Nazli", "Nazmi", "Necipoglu", "Necmi", "Nedim", "Neftchi", "Nejdet", "Neyzi", "Niazi", "Nisanci", "Noor", "Nur", "Nuri", "Ocak", "Ocal", "oçal", "Ocalan", "Ochal", "Odabashi", "Odabaşi", "Ogun", "Ogutmen", "Oguz", "Okay", "Okte", "Oktem", "Okur", "Okyar", "Okyay", "Olgun", "Olmez", "Onal", "Onan", "Onaral", "Onarici", "Onay", "Oncel", "Onder", "Onut", "Orbay", "Oren", "Orga", "Orhan", "Ornek", "Osman", "Osmanoglu", "Oyan", "Oz", "Ozal", "Ozalan", "Ozan", "Ozbek", "Ozbey", "Ozbilen", "Ozbilgin", "Ozbudun", "Ozcan", "ozçelik", "Ozchekich", "Ozchelik", "Ozdaglaar", "Ozdemir", "Ozden", "ozdilek", "Ozek", "Ozel", "Ozen", "Ozer", "Ozergin", "Ozgen", "Ozgur", "Ozhan", "Ozkan", "Ozker", "Ozko", "Ozkok", "Ozkul", "Ozmen", "Ozmert", "Ozoguz", "Ozsoy", "oztekin", "Oztoprak", "Oztorun", "Ozturk", "ozudogru", "ozyurek", "Ozyurt", "Pakalin", "Pamuk", "Parlak", "Pasha", "Peker", "Pekmezci", "Periganovlu", "Peynirci", "Pirinçci", "Poçan", "Pochan", "Polat", "Polatkan", "Poyraz", "Rahim", "Raif", "Ramsaur", "Recep", "Reis", "Remzi", "Renda", "Reza", "Rifaioglu", "Rumi", "Rustemoglu", "Rustu", "Saatchi", "Sabanci", "Sabri", "Sabuncu", "Saçan", "Sachan", "Sadak", "Sadik", "Sadikoglu", "Şafak", "Safavi", "Saffet", "Sagiroglu", "Saglam", "Saglik", "Şahan", "Şahin", "Saka", "Şakir", "Saltik", "Şamdereli", "Samet", "Samim", "Sancak", "Sancakli", "Sançar", "Sanchar", "Sandalli", "Şanli", "Sarcoglu", "Sari", "Sarica", "Sarigul", "Sarikaya", "Sarp", "Sarper", "Şaşmaz", "Savaş", "Savash", "Saydam", "Saygi", "Saygisunar", "Sayin", "Saylan", "Sechkin", "Sechmen", "Segem", "Şeker", "Selaniki", "Selchuk", "Selçuk", "Selen", "Şen", "Şener", "Sengor", "Şengul", "Şensoy", "Şenturk", "Serif", "Şerif", "Sert", "Sertel", "Sevgi", "Sevim", "Seyfi", "Seyh", "Sezen", "Sezer", "Sezgin", "Shafak", "Shahan", "Shahin", "Shakir", "Shamdereli", "Shanli", "Shashmaz", "Sheker", "Shen", "Shener", "Shengul", "Shensoy", "Shenturk", "Sherif", "Shimshek", "Shipal", "Shirin", "Shishli", "Shushud", "Sihabeddin", "Şimşek", "Sinan", "Şipal", "Siper", "Sirach", "Şirin", "Şişli", "Skender", "Sofuoglu", "Sokmen", "Sokullu", "Solak", "Sonmez", "Soracaz", "Soyadi", "Soylu", "Soysal", "Sozen", "Sporel", "Suker", "Suleymanoglu", "Sumer", "Sunalp", "Sunay", "Sunter", "Suphi", "Suvari", "Suveydan", "Tabak", "Tagmach", "Taher", "Tahir", "Talay", "Talu", "Tanaoglu", "Tandogan", "Taner", "Tanir", "Tanish", "Tanju", "Tansel", "Tanyu", "Tarcan", "Tarhan", "Tarik", "Taş", "Taşçi", "Taşdemir", "Tash", "Tashchi", "Tashdemir", "Tashkiran", "Tasilova", "Taşkiran", "Taskopruluzade", "Tata", "Tatli", "Tatlises", "Tavukcu", "Tayfur", "Taylan", "Teke", "Tekeli", "Tekin", "Tekoz", "Teksoz", "Temiz", "Terzi", "Terzioglu", "Tezcan", "Tezel", "Tilki", "Tiryaki", "Togan", "Togay", "Toker", "Toner", "Top", "Topal", "Topaloglu", "Topbaş", "Topbash", "Topchu", "Topçu", "Toprak", "Topuz", "Toraman", "Torlak", "Torumtay", "Torun", "Tosun", "Tufan", "Tufekchi", "Tufekçi", "Tugai", "Tumer", "Tuna", "Tunc", "Tunç", "Tuncay", "Tuncel", "Tuncer", "Tunch", "Tural", "Turan", "Turel", "Turgut", "Turk", "Turkan", "Turkay", "Turker", "Turkes", "Turkmen", "Turkoglu", "Turkyilmaz", "Tuzmen", "Tuzun", "Uçar", "Uchar", "Uche", "Uchuncu", "uçuncu", "Ugur", "Ugurlu", "Ugurluer", "Ulash", "Ulkumen", "Ulusoy", "Ulusu", "Unal", "Uner", "Unsal", "Urfali", "Uruisamoglu", "Usak", "Uslu", "Usta", "Uyanik", "Uygun", "Uygur", "Uysal", "Uzer", "Uzumcu", "Uzun", "Uzuncharsili", "Uzunlar", "Vaner", "Vardar", "Vedat", "Veli", "Virgin", "Volkan", "Vural", "Vuran", "Yagci", "Yagcilar", "Yagmur", "Yakin", "Yakut", "Yalaz", "Yalchin", "Yalchinkaya", "Yalçin", "Yalçinkaya", "Yalman", "Yalpat", "Yamak", "Yaman", "Yanki", "Yardim", "Yardimci", "Yaşar", "Yashar", "Yasin", "Yavaş", "Yavash", "Yavuz", "Yazar", "Yazici", "Yazicioglu", "Yazicizade", "Yenal", "Yener", "Yerli", "Yerlikaya", "Yeshil", "Yeshilnil", "Yeşil", "Yeşilnil", "Yetiş", "Yetish", "Yigit", "Yildirim", "Yildiz", "Yildizeli", "Yildizoglu", "Yilmanz", "Yilmaz", "Younan", "Yuce", "Yucel", "Yuksel", "Yumlu", "Zafer", "Zaganos", "Zaim", "Zaimoglu", "Zarakolu", "Zengin", "Zeybek", "Zorlu" ]>> <<set setup.turkishFemaleFirstnames to [ "Ada", "Aergul", "Afet", "Ahu", "Aiyla", "Akara", "Akasma", "Akay", "Alara", "Alev", "Asli", "Asmin", "Asuman", "Asya", "Ayleen", "Aylin", "Aymelek", "Aynur", "Ayperi", "Ayşe", "Ayşegül", "Aysel", "Ayşenur", "Aysima", "Aysun", "Ayten", "Azra", "Bahar", "Banou", "Banu", "Basak", "Belgin", "Belinay", "Beren", "Berfin", "Beril", "Berna", "Berra", "Berrak", "Beste", "Betül", "Beyza", "Buğlem", "Burcu", "Büşra", "Canan", "Caria", "Cemre", "Ceren", "Ceyda", "Ceylan", "Ceylin", "Damla", "Defne", "Deniz", "Derin", "Derya", "Dicle", "Dilara", "Dilay", "Dilek", "Doga", "Duru", "Ebrar", "Ece", "Ecrin", "Eda", "Edanur", "Ekin", "Ela", "Elanur", "Elif", "Elifnur", "Elmas", "Elnara", "Elvan", "Emel", "Emine", "Emira", "Emirhan", "Emiri", "Emre", "Enfleda", "Erva", "Esana", "Esen", "Eser", "Esila", "Esin", "Eslem", "Esma", "Esmanur", "Esmeray", "Esra", "Evren", "Eylul", "Eylül", "Fatma", "Fatmanur", "Feray", "Feriha", "Feyza", "Filiz", "Funda", "Fusun", "Gamze", "Gaye", "Gulizar", "Gulya", "Halime", "Handan", "Hande", "Hatice", "Havin", "Hayrunnisa", "Hazal", "Hazan", "Hilal", "Hira", "Hiranur", "Hümeyra", "Huseyin", "İkra", "İlayda", "Ilkay", "İpek", "İrem", "Irmak", "Jale", "Joozher", "Jorawar", "Juandalynn", "Jubaila", "Kader", "Kadri", "Kari", "Karli", "Kelebek", "Kerzi", "Kiral", "Kiraz", "Kübra", "Lalam", "Lale", "Lunara", "Makbule", "Medine", "Mehtap", "Melek", "Melike", "Melis", "Melisa", "Meltem", "Merve", "Meryem", "Mina", "Mira", "Miray", "Nagihan", "Naz", "Nazik", "Nazli", "Necla", "Nehir", "Nerhim", "Nermin", "Neylan", "Nilgun", "Nisa", "Nisanur", "Nuray", "Nurgul", "Nurhan", "Nurten", "Olcay", "Omer", "Onur", "Öykü", "Ozge", "Paša", "Pembe", "Pinar", "Rabia", "Rahsheda", "Ravza", "Reyhan", "Rezan", "Roshan", "Roxelana", "Rümeysa", "Safak", "Safiye", "Sanem", "Seda", "Sefa", "Sefika", "Semanur", "Semra", "Serap", "Sevda", "Sevgili", "Sevil", "Sevinc", "Şevval", "Şeyma", "Seyyal", "Sezen", "Shahinaz", "Shakirat", "Sibel", "Sibeli", "Sidika", "Sila", "Silaah", "Songl", "Sudenaz", "Sumeyye", "Sümeyye", "Tansu", "Toulin", "Tuana", "Tubba", "Tuğba", "Tutku", "Umut", "Yagmur", "Yağmur", "Yaren", "Yeter", "Yildiz", "Yonca", "Zambak", "Zehra", "Zel", "Zerdali", "Zeynep", "Zlem", "Zümra" ]>> <<set setup.dutchMaleFirstnames to ["Wesley", "Kevin", "Jeroen", "Thomas", "Johannes", "Robin", "Dennis", "Tim", "Nick", "Jan", "Mark", "Jeffrey", "Rick", "Mike", "Tom", "Bart", "Stefan", "Niels", "Roy", "Michael", "Martijn", "Sander", "Patrick", "Pieter", "Richard", "Niels", "Paul", "Sebastiaan", "Rob", "Marcel", "Robin", "Dirk", "Joost", "David", "Johan", "Jasper", "Stephan", "René", "Marco", "Nicky", "Bram", "Joris"]>> <<set setup.dutchSurnames to ["de Jong", "Jansen", "de Vries", "van den Berg", "van Dijk", "Bakker", "Janssen", "Visser", "Smit", "Meijer", "de Boer", "Mulder", "de Groot", "Bos", "Vos", "Peters", "Hendriks", "van Leeuwen", "Dekker", "Brouwer", "de Wit", "Dijkstra", "Smits", "de Graaf", "van der Meer", "Kok", "Jacobs", "van der Linden", "de Haan", "Vermeulen", "van den Heuvel", "van der Veen", "van den Broek", "de Bruin", "Schouten", "de Bruijn", "Beek", "van der Heijden", "Willems", "van Vliet", "Hoekstra", "Maas", "Verhoeven", "Koster", "van Dam", "Prins", "Blom", "Huisman", "Peeters", "de Jonge"]>> <<set setup.dutchFemaleFirstnames to ["Lisa", "Laura", "Anne", "Maria", "Michelle", "Iris", "Sanne", "Johanna", "Melissa", "Kim", "Kelly", "Anna", "Anouk", "Chantal", "Denise", "Manon", "Tessa", "Linda", "Joyce", "Esther", "Eline", "Daniëlle", "Mandy", "Eva", "Charlotte", "Lisanne", "Lotte ", "Maria", "Patricia", "Marjolein", "Cornelia", "Suzanne", "Judith", "Maaike", "Marloes", "Jessica", "Monique", "Tamara", "Stephanie", "Saskia"]>> <<set setup.belgianMaleFirstnames to ["Marc", "Patrick", "Luc", "Philippe", "Jean", "Peter", "David", "Jan", "Johan", "Dirk", "Michel", "Bart", "Erik", "Alain", "Olivier", "Simon", "Hugo", "Théo", "Mathis", "Thomas", "Wout", "Vincent", "Geert", "Pierre", "Robin", "Matteo", "Wim", "Steven", "Paul", "Eddy", "Seppe", "Mathias", "Didier", "Guy", "Koen", "Ruben", "Tom", "Daan", "Danny", "Frank", "Julien", "Jonathan", "Aaron", "Loïc", "Elias", "François", "Guillaume", "Benjamin", "Stan", "Tristan", "Kristof", "Stéphane", "Kurt", "Cédric", "Florian", "Arne", "Axel", "Tim", "Jeroen", "Julien", "Quinter", "Xander", "Clément", "Oscar", "Dimitri", "Hans", "Sven", "Alexis", "Jelle", "Noa", "Steve", "Mario", "Jens", "Tuur", "Laurence", "Wannes", "Mats", "Vince"]>> <<set setup.belgianSurnames to ["Peeters", "Janssens", "Maes", "Jacobs", "Mertens", "Willems", "Claes", "Goossens", "Wouters", "De Smet", "Dubois", "Lambert", "Martin", "Dupont", "Simon", "Leclercq", "Dumont", "Laurent", "Lejeune", "Renard", "Van Damme", "Van de Velde", "Segers", "Hendrickx", "Coppens", "Leroy", "Van den Broeck", "Wauters", "François", "De Cock", "Verhoeven", "Cools", "Laurent", "Denis", "Renard", "Timmermans", "Vandenberghe", "De Ridder", "Lemaire", "De Pauw", "De Wilde", "De Smedt", "Moens", "Wuyts", "Michel", "Vermeersch", "Verstraeten", "Claessens", "Beckers", "Heylen", "Adam", "Bogaerts", "Van Acker", "De Coster", "Matthys", "Mahieu", "Legrand", "Carlier", "Van Hoof", "Gielen", "Thiry", "Vandevelde", "Luyten", "Vervoort", "Somers", "Raes", "Nys", "Moreau", "Collard", "Delvaux", "Parmentier", "De Witte", "Swinnen", "Jacques", "Verhulst", "De Bock", "Mortier", "De Bruyn", "Guillaume", "Verbeek", "Claus", "De Wolf", "Smeets", "Leemans", "Rousseau", "Gillet", "Léonard", "Servais", "Van Daele", "Descamps", "Goffin", "Cleysters", "Toussaint", "Michel", "De Wever", "De Crem"]>> <<set setup.belgianFemaleFirstnames to ["Maria", "Emma", "Marie", "Louise", "Nathalie", "Martine", "Isabelle", "Anne", "Christine", "Elise", "Sarah", "Julie", "Laura", "Charlotte", "Manon", "Camille", "Lisa", "Chloé", "Clara", "Lucie", "Lotte", "Juliette", "Olivia", "Lina", "Amber", "Luna", "Sara", "Eva", "Jade", "Alice", "Lore", "Nina", "Zoé", "Anna", "Noor", "Ella", "Elena", "Pauline", "Lena", "Lara", "Elisa", "Ann", "Carine", "Patricia", "Marleen", "Véronique", "Sophie", "Els", "Cindy", "Sabine", "Katrien", "Nicole", "Stéphanie", "Monique"]>> <<set setup.spanishSurnames to [ "Abadía", "Abadiano", "Abalo", "Abarca", "Abascal", "Abasolo", "Abrigo", "Abril", "Acevedo", "Aceves", "Acosta", "Adames", "Adan", "Aguado", "Agüera", "Agüero", "Aguilar", "Aguinaga", "Aguinis", "Alas", "Alba", "Albacete", "Albaladejo", "Albareda", "Albarracín", "Albarrán", "Alburquerque", "Alcalá", "Alcantara", "Aldana", "Alegre", "Alegría", "Alén", "Alfonseca", "Almánzar", "Almirón", "Almodóvar", "Alonso", "Alou", "Altamira", "Altamirano", "Alvarado", "Alvarez", "Álvarez", "Alvear", "Alzamora", "Amaya", "Amescua", "Andres", "Anglada", "Angulo", "Anon", "Aracil", "Aragonés", "Arancibia", "Aranda", "Araya", "Arcaño", "Arce", "Arévalo", "Arguello", "Argüello", "Arias", "Ariza", "Armenteros", "Arraiza", "Arrate", "Arredondo", "Arroyo", "Arrúa", "Arruabarrena", "Arruebarrena", "Artiñano", "Asencio", "Asensi", "Asensio", "Asín", "Asquerino", "Astudillo", "Ávalos", "Ávila", "Avilés", "Aznar", "Azpilicueta", "Azucena", "Badillo", "Balenciaga", "Ballesta", "Baltra", "Banegas", "Barbero", "Barboza", "Barea", "Barquín", "Barradas", "Barragan", "Barrientos", "Barrionuevo", "Barrios", "Batista", "Bautista", "Baviera", "Becerril", "Bejarano", "Bellido", "Bello", "Beltrán", "Benavente", "Benitez", "Bermudez", "Bernal", "Bernárdez", "Berrios", "Betancor", "Bettencourt", "Bielsa", "Bilbao", "Blanco", "Blandón", "Blas", "Bobadilla", "Bolaño", "Bolaños", "Bonastre", "Borges", "Borla", "Borrero", "Bracamontes", "Bracho", "Bravo", "Brenes", "Brugués", "Bueno", "Buenvenida", "Bustamante", "Cabal", "Caballero", "Cabello", "Cabrera", "Calderón", "Calvente", "Calvo", "Camargo", "Campillo", "Campos", "Cañizares", "Cannella", "Cano", "Caraballo", "Carazo", "Carbonell", "Cárdenas", "Cardona", "Carmona", "Carpintero", "Carpio", "Carrasco", "Carrasquillo", "Carrera", "Carreras", "Cartagena", "Casablancas", "Casas", "Casilla", "Casillas", "Castañeda", "Castelblanco", "Castellano", "Castellanos", "Castillo", "Castrillón", "Castro", "Ceballos", "Cebrián", "Cepeda", "Cervantes", "Cevallos", "Chacón", "Chávez", "Cienfuegos", "Cisneros", "Cisternas", "Claros", "Claver", "Collantes", "Colomer", "Colón", "Congost", "Copello", "Cordero", "Cordova", "Coria", "Coronado", "Corrales", "Correa", "Cortes", "Cortizo", "Covarrubias", "Crespi", "Crespo", "Cruz", "Cuadra", "Cubilla", "Cuellar", "Cuello", "Cuesta", "Cueto", "Damirón", "Dávila", "De Argüello", "De Jesus", "De la Cruz", "De la Fuente", "De La Rosa", "De la Vega", "De León", "De Los Santos", "De Lucas", "De Minaur", "De Miñaur", "De Ribera", "De Soto", "De Vargas", "Del Granado", "Del Negro", "Del Rosario", "Del Toro", "Delfin", "Delgado", "Derbez", "Desoto", "Diaz", "Díaz", "Diego", "Diez", "Dimas", "Dominguez", "Domínguez", "Dosman", "Duarte", "Duque", "Duran", "Echazú", "Eizaguirre", "Enríquez", "Escalera", "Escobar", "Esguerra", "Espejo", "Espina", "Espinal", "Espinosa", "Esteve", "Estrada", "Expósito", "Fajardo", "Falcon", "Fandiño", "Fernandez", "Fernández", "Ferreiro", "Ferrer", "Ferrero", "Ferriz", "Ferro", "Figueras", "Figuerola", "Florencio", "Flores", "Florimón", "Forero", "Fuenmayor", "Fuentes", "Gabarain", "Galarza", "Galaz", "Galdames", "Galdón", "Galdós", "Gallardo", "Gallego", "Gallegos", "Gallo", "Galvan", "Galvez", "Gamboa", "Garbajosa", "Garci", "Garcia", "García", "Garrido", "Garza", "Gay", "Gil", "Gimenez", "Giraldo", "Godínez", "Godoy", "Gomez", "Gómez", "Gonzalez", "González", "Gordon", "Gracián", "Grande", "Guaita", "Guajardo", "Guardado", "Guardia", "Guerra", "Guerrero", "Gutierrez", "Gutiérrez", "Guzmán", "Hechavarría", "Henao", "Heredia", "Hermosillo", "Hermoza", "Hernandez", "Hernández", "Hernanz", "Herrada", "Herrera", "Herrero", "Herreros", "Hervás", "Hidalgo", "Horta", "Huertas", "Hurtado", "Ibanez", "Ibáñez", "Iglesias", "Inciarte", "Iniesta", "Iraheta", "Iturri", "Izquierdo", "Jaén", "Jara", "Jerónimo", "Jimenez", "Jiménez", "Juárez", "Kindelán", "Landa", "Lavalle", "Lebrón", "Leon", "Leyva", "Libertad", "Lizano", "Lizárraga", "Llompart", "Llorente", "Lobo", "Lopez", "López", "Lorenzo", "Loya", "Lozano", "Lucena", "Lucero", "Lucio", "Luengo", "Lugo", "Luna", "Luz", "Machuca", "Macias", "Madero", "Madrazo", "Madrigal", "Maestre", "Maldonado", "Malla", "Mancisidor", "Mansilla", "Marciano", "Marcos", "Mariano", "Mariátegui", "Marin", "Marqués", "Marquez", "Marrero", "Marron", "Marroquín", "Martin", "Martinez", "Martínez", "Martos", "Marzo", "Mata", "Mateo", "Mateos", "Máynez", "Mayor", "Mayoral", "Maytín", "Mazo", "Medel", "Medina", "Mejía", "Menaldo", "Mendez", "Mendia", "Mendoza", "Menem", "Menendez", "Menezes", "Merino", "Milian", "Miranda", "Molina", "Molinero", "Montana", "Montaño", "Montenegro", "Montero", "Montes", "Mora", "Morales", "Moreno", "Morillo", "Morón", "Moya", "Mucciolo", "Muniz", "Munoz", "Muñoz", "Muralles", "Murillo", "Nabarro", "Nápoles", "Navarro", "Navas", "Negrin", "Negro", "Nieto", "Nieves", "Ñíguez", "Noguera", "Norales", "Novoa", "Nunez", "Ocampos", "Ochoa", "Ojeda", "Olivencia", "Olmos", "Oquendo", "Ordóñez", "Orjuela", "Oropeza", "Ortega", "Ortiz", "Oseguera", "Otero", "Ozuna", "Pabón", "Pacheco", "Padilla", "Palacios", "Palazuelos", "Palomo", "Pardo", "Paredes", "Parejo", "Parera", "Parra", "Partida", "Pascual", "Pastor", "Pastrana", "Paz", "Pazmiño", "Peguero", "Peinado", "Pena", "Peña", "Penagos", "Peñate", "Peralta", "Perdomo", "Perea", "Perez", "Pérez", "Perroni", "Perurena", "Pestano", "Picallo", "Picazo", "Pichardo", "Pimentel", "Pineda", "Piñera", "Pinto", "Piquer", "Polaco", "Polanco", "Ponce", "Porcel", "Portela", "Posada", "Postigo", "Poveda", "Prado", "Prieto", "Punto", "Purita", "Quesada", "Quevedo", "Quezada", "Quintal", "Quintana", "Quintanilla", "Quintero", "Rada", "Rafaeli", "Ramirez", "Ramírez", "Ramiro", "Ramos", "Rascon", "Recarte", "Redondo", "Renteria", "Restrepo", "Rey", "Reyes", "Ríos", "Rivera", "Riveros", "Rodriguez", "Rodríguez", "Rojas", "Rojo", "Roman", "Romaña", "Romero", "Rondon", "Rosa", "Rosario", "Rubio", "Ruiz", "Ruvalcaba", "Sacasa", "Saez", "Saiz", "Salazar", "Salcido", "Saldaña", "Saldívar", "Sales", "Salvador", "Salvatierra", "Samaniego", "Sanchez", "Sánchez", "Sandoval", "Santa Cruz", "Santayana", "Santiago", "Santillán", "Santisteban", "Santos", "Sanz", "Sarasola", "Sastre", "Saucedo", "Sedeño", "Seguel", "Sepúlveda", "Serrano", "Silvestre", "Sinaloa", "Siqueiros", "Solana", "Solano", "Solarte", "Soler", "Sosa", "Soto", "Sotomayor", "Suarez", "Tatís", "Tato", "Tavarez", "Taveras", "Tejada", "Tobón", "Todero", "Toledano", "Toledo", "Tomás", "Topete", "Torre", "Torres", "Totanés", "Treviño", "Triana", "Truan", "Trueba", "Unzaga", "Ureña", "Uriarte", "Urías", "Uriburu", "Urquía", "Valbuena", "Valderrama", "Valdivieso", "Vale", "Valenciano", "Valiente", "Vallejos", "Valverde", "Vasquez", "Vazquez", "Vega", "Velasco", "Velazco", "Velazquez", "Velázquez", "Verdasco", "Vicario", "Vicente", "Victorino", "Vidal", "Vila", "Vilana", "Villa", "Villalobos", "Villanueva", "Villaseñor", "Viniegra", "Yagüe", "Yanes", "Zamacois", "Zambrano", "Zapata", "Zapatero", "Zarazúa", "Zayas", "Zorrilla", "Zuloaga"]>> <<set setup.usBoyNames1990 to [ "Mike", "Michael", "Chris", "Christopher", "Matt", "Matthew", "Josh", "Joshua", "Dan", "Daniel", "Danny", "David", "Dave", "Andrew", "Andy", "James", "Jim", "Jimmy", "Justin", "Joe", "Joseph", "Ryan", "John", "Johnny", "Robert", "Rob", "Robbie", "Nick", "Nicholas", "Ant", "Anthony", "Tony", "William", "Will", "Billy", "Jonathan", "Kyle", "Brandon", "Jacob", "Jake", "Tyler", "Zachary", "Zach", "Kevin", "Kev", "Eric", "Steven", "Steve", "Thomas", "Tom", "Tommy", "Brian", "Alex", "Alexander", "Xander", "Jordan", "Tim", "Timmy", "Timothy", "Cody", "Adam", "Benjamin", "Ben", "Benjy", "Aaron", "Richard", "Richie", "Rich", "Patrick", "Pat", "Paddy", "Sean", "Charles", "Charlie", "Stephen", "Jeremy", "Jez", "Jose", "Travis", "Jeff", "Jeffrey", "Nate", "Nathan", "Sam", "Mark", "Jason", "Jase", "Jesse", "Paul", "Dustin", "Greg", "Ken", "Scott", "Derek", "Austin", "Corey", "Bryan", "Ethan", "Christian", "Juan", "Cam", "Cameron", "Jared", "Taylor", "Brad", "Bradley", "Luis", "Cory", "Edward", "Shawn", "Ian", "Evan", "Marcus", "Marc", "Shane", "Peter", "Pete", "Carlos", "Trevor", "Antonio", "Vincent", "George", "Vinny", "Keith", "Phil", "Phillip", "Vic", "Victor", "Dylan", "Brett", "Chad", "Nathaniel", "Don", "Caleb", "Casey", "Blake", "Ray", "Raymond", "Mitchell", "Mitch", "Adrian", "Joel", "Erik", "Ronnie", "Devin", "Garrett", "Gabe", "Gabriel"]>> <<set setup.ukBoyNames1984 to [ "Christopher", "Chris", "James", "Jim", "David", "Dave", "Dan", "Danny", "Mike", "Michael", "Matt", "Matthew", "Andrew", "Andy", "Richard", "Rich", "Ricky", "Paul", "Mark", "Tom", "Adam", "Robert", "Robbie", "Rob", "John", "Lee", "Ben", "Steven", "Steve", "Jonathan", "Craig", "Stephen", "Simon", "Nick", "Pete", "Peter", "Anthony", "Ant", "Tony", "Alex", "Alexander", "Gary", "Ian", "Ryan", "Luke", "Jamie", "Stu", "Stuart", "Phil", "Philip", "Darren", "Will", "William", "Billy", "Gareth", "Gaz", "Martin", "Kevin", "Kev", "Scott", "Dean", "Joe", "Joseph", "Jason", "Jase", "Neil", "Sam", "Carl", "Sean", "Tim", "Ollie", "Oli", "Ashley", "Wayne", "Ed", "Shaun", "Aaron", "Mohammed", "Gav", "Liam", "Nathan", "Alan", "Graham", "Ross", "Karl", "Marc", "Adrian", "Phillip", "Patrick", "Paddy", "Pat", "Lewis", "Colin", "Russell", "Russ", "Charles", "Charlie", "Shane", "George", "Mathew", "Jack", "Dale", "Josh", "Dom", "Dominic", "Barry", "Leon", "Terry", "Greg", "Brian", "Keith", "Antony", "Kieran", "Justin", "Bradley", "Brad", "Jordan", "Martyn", "Leigh", "Damien", "Robin", "Ian", "Stewart" ]>> <<set setup.canadianBoyNames1990 to [ "Mike", "Michael", "Chris", "Christopher", "Matt", "Matthew", "Josh", "Joshua", "Dan", "Daniel", "Danny", "David", "Dave", "Andrew", "Andy", "James", "Jim", "Jimmy", "Justin", "Joe", "Joseph", "Ryan", "John", "Johnny", "Robert", "Rob", "Robbie", "Nick", "Nicholas", "Ant", "Anthony", "Tony", "William", "Will", "Billy", "Jonathan", "Kyle", "Brandon", "Jacob", "Jake", "Tyler", "Zachary", "Zach", "Kevin", "Kev", "Eric", "Steven", "Steve", "Thomas", "Tom", "Tommy", "Brian", "Alex", "Alexander", "Xander", "Jordan", "Tim", "Timmy", "Timothy", "Cody", "Adam", "Benjamin", "Ben", "Benjy", "Aaron", "Richard", "Richie", "Rich", "Patrick", "Pat", "Paddy", "Sean", "Charles", "Charlie", "Stephen", "Jeremy", "Jez", "Travis", "Jeff", "Jeffrey", "Nate", "Nathan", "Sam", "Mark", "Jason", "Jase", "Jesse", "Paul", "Dustin", "Greg", "Ken", "Scott", "Derek", "Austin", "Corey", "Bryan", "Ethan", "Christian", "Cam", "Cameron", "Jared", "Taylor", "Brad", "Bradley", "Cory", "Edward", "Shawn", "Ian", "Evan", "Marcus", "Marc", "Shane", "Peter", "Pete", "Carlos", "Trevor", "Vincent", "George", "Vinny", "Keith", "Phil", "Phillip", "Vic", "Victor", "Dylan", "Brett", "Chad", "Nathaniel", "Don", "Caleb", "Casey", "Blake", "Ray", "Raymond", "Mitchell", "Mitch", "Adrian", "Joel", "Erik", "Ronnie", "Devin", "Garrett", "Gabe", "Gabriel", "Gordy", "Darcy", "Graeme", "Mathieu", "Michel", "Blair", "Liam", "Duncan", "Simon", "Nigel"]>> <<set setup.aussieBoyNames1990 to [ "Matt", "Matthew", "James", "Jim", "Jimmy", "Dan", "Daniel", "Danny", "Josh", "Joshua", "Mike", "Michael", "Thomas", "Tom", "Tommy", "Nick", "Nicholas", "Jack", "Ben", "Benjamin", "Benjy", "Luke", "Chris", "Christopher", "Jake", "Nate", "Nathan", "Andrew", "Andy", "Lachlan", "Sam", "Samuel", "Dylan", "Mitch", "Mitchell", "Alex", "Alexander", "Xander", "Ryan", "Jordan", "Will", "William", "Billy", "Dave", "David", "Liam", "Aaron", "Adam", "Jacob", "Tim", "Timothy", "Tony", "Anthony", "Ant", "Jesse", "Patrick", "Pat", "Cam", "Cameron", "Brad", "Bradley", "Jason", "John", "Johnny", "Robert", "Rob", "Robbie", "Justin", "Joel", "Zachary", "Zach", "Jayden", "Kyle", "Brandon", "Pete", "Peter", "Steve", "Steven", "Jackson", "Sean", "Mark", "Hayden", "Joseph", "Joe", "Corey", "Scott", "Callum", "Ash", "Ashley", "Dean", "Jamie", "Rhys", "Harrison", "Stephen", "Paul", "Jeremy", "Jez", "Jonathan", "Jon", "Brendan", "Tyler", "Adrian", "Darcy", "Jarrod", "Shaun", "Connor", "Blake", "Mathew", "Ethan", "Simon", "Riley", "George", "Trent", "Ed", "Edward", "Eddie", "Christian", "Harley", "Marcus", "Angus", "Gus", "Kevin", "Kev", "Shane", "Oliver", "Oli", "Max", "Lucas", "Travis", "Aidan", "Tyson", "Bailey", "Richard", "Richie", "Charlie", "Charles", "Julian", "Jules", "Harry", "Brayden", "Bryce", "Tristan", "Brodie"]>> <<set setup.survalGirlNames to [ "Adeline", "Charlotte", "Gloria", "Natalia", "Alexandria", "Chelsea", "Grace", "Natasha", "Alexis", "Chloe", "Hannah", "Olivia", "Amanda", "Christina", "Harper", "Paige", "Amelia", "Claire", "India", "Paris", "Anais", "Clara", "Isabelle", "Penelope", "Anastasia", "Claudia", "Isla", "Peyton", "Angelica", "Colette", "Jacqueline", "Phoebe", "Angelina", "Danielle", "Jane", "Portia", "Anne", "Daphne", "Josephine", "Rosalind", "Arabella", "Davina", "Julia", "Scarlett", "Arianna", "Dominique", "Juliet", "Sloane", "Ashley", "Elizabeth", "Kendra", "Sophia", "Ava", "Eloise", "Laura", "Stella", "Beatrice", "Emery", "Laurel", "Tatiana", "Blair", "Emily", "Leighton", "Tiffany", "Brittany", "Emma", "Lilian", "Valentina", "Brooke", "Esme", "Maeve", "Vanessa", "Camille", "Felicia", "Margaret", "Veronica", "Caroline", "Francesca", "Margot", "Victoria", "Catherine", "Gabrielle", "Millicent", "Vivienne", "Celeste", "Georgia", "Naomi", "Whitney"]>> <<set setup.survalBoyNames to [ "Adrien", "Alberto", "Albin", "Aldo", "Alessandro", "Alexandre", "Alois", "Andre", "Antoine", "Armando", "Arnaud", "Axel", "Baptiste", "Bart", "Bastien", "Benoit", "Bernard", "Bertrand", "Boris", "Bruno", "Carlo", "Christophe", "Claude", "Constantin", "Cyril", "Damien", "Daniele", "Dario", "Davide", "Didier", "Dieter", "Dino", "Dirk", "Dominik", "Eduardo", "Egon", "Elvin", "Emmanuel", "Enrico", "Erik", "Ernst", "Fabien", "Farid", "Federico", "Felix", "Fernando", "Flavio", "Francis", "Francois", "Fritz", "Gabriel", "Gaston", "Gautier", "Gerard", "Gianluca", "Gianni", "Gilberto", "Giorgio", "Gregoire", "Guy", "Hans", "Harald", "Henrik", "Herve", "Hugo", "Ivan", "Jacques", "Joachim", "Joerg", "Jonas", "Josef", "Juergen", "Kurt", "Lars", "Leon", "Louis", "Luc", "Lukas", "Marc", "Marcel", "Mario", "Martyn", "Max", "Michel", "Nico", "Niklaus", "Olaf", "Olli", "Pascal", "Patrik", "Paulo", "Pieter", "Phillipe", "Pierre", "Rafael", "Ralf", "Remy", "Renaud", "Roby", "Rolf", "Rudy", "Sandro", "Sebastien", "Sepp", "Stefan", "Sven", "Thierry", "Tobias", "Tomas", "Valentin", "Viktor", "Walter", "Werner", "Willem", "Willi", "Xavier", "Yannick"]>> <<set setup.frenchCanadianSurnames to [ "Barbeau", "Barbier", "Beaudoin", "Beaulieu", "Bedard", "Belanger", "Belair", "Bergeron", "Boucher", "Boissoneau", "Cartier", "Charpentier", "Clermont", "Cloutier", "Cote", "Desjardins", "Dube", "Dupis", "Fortin", "Fournier", "Gagnon", "Ganthier", "Gendor", "Grenier", "Jourdian", "Laferriere", "Lafitte", "Lapointe", "Lavoie", "Leblanc", "Leclerc", "Lefevre", "Levesque", "Martel", "Morin", "Nadeau", "Ouellet", "Pelletier", "Poirier", "Richard", "Roussin", "Roy", "Simard", "St Matte", "Taylor", "Thibault", "Toussaint", "Tremblay" ]>> <<set setup.polishAmercanSurnames to [ "Nowak", "Kowalski", "Wiśniewski", "Dabrowski", "Kaminski", "Kowalcyzk", "Zielinski", "Symanski", "Wozniak", "Kozlowski", "Wojciechowski", "Kwiatkowski", "Kaczmarek", "Piotrowski", "Grabowski", "Nowakowski", "Pawlowski", "Michalski", "Nowicki", "Adamczyk", "Dudek", "Zajac", "Wieczorek", "Jablonski", "Krol", "Majewski", "Olszewski", "Jaworski", "Pawlak", "Walczak", "Gorski", "Rutkowski", "Ostrowski", "Duda", "Tomaszewski", "Jasinski", "Zawadzki", "Chmielewski", "Borkowski", "Czarnecki", "Sawicki", "Sokolowski", "Maciejewski", "Szczepanski", "Kucharski", "Kalinowski", "Wysocki", "Adamski", "Sobczak", "Czerwinski" ]>> <<set setup.irishAmercanSurnames to [ "Brennan", "Brown", "Boyle", "Burke", "Byrne", "Callaghan", "Campbell", "Carroll", "Clarke", "Collins", "Connell", "Connolly", "Connor", "Daly", "Doherty", "Doyle", "Duffy", "Dunne", "Farrell", "Fitzgerald", "Flynn", "Gallagher", "Healy", "Hughes", "Johnston", "Kelly", "Kennedy", "Lynch", "MacCarthy", "Maguire", "Mahony", "Martin", "McCracken", "McMullen", "Moore", "Murphy", "Murray", "Nolan", "O'Brien", "O'Donnell", "O'Neill", "Quinn", "Reilly", "Ryan", "Shea", "Smith", "Sullivan", "Sweeney", "Thompson", "Walsh", "White" ]>> <<set setup.italianAmericanSurnames to [ "Aiello", "Amato", "Barone", "Bello", "Bruno", "Calabrese", "Caputo", "Carbone", "Caruso", "Castellano", "Catalano", "Conti", "Coppola", "D'Amico", "D'Angelo", "DeLuca", "DeMarco", "De Santis", "Esposito", "Ferrara", "Fiore", "Fusco", "Gallo", "Gentile", "Greco", "Giordano", "Leone", "Lombardo", "Longo", "Luciano", "Mancini", "Mancuso", "Manzo", "Marino", "Messina", "Orlando", "Palumbo", "Pagano", "Piazza", "Romano", "Rossi", "Ricci", "Rizzo", "Ruggiero", "Russo", "Salerno", "Santoro", "Vitale" ]>> <<set setup.codeNames to [ "Rabbit", "Walrus", "Seal", "Hare", "Plimsoll", "Pony", "Peach", "Persimmon", "Terror", "Freezer", "Blue Beam", "Green Beam", "Crimson River", "Dragon Rouge", "Dragon Noire", "Corporate", "Keyhole", "Red Bean", "Sparrowhawk", "Anakim", "Krohcol", "Livery", "Sabre", "Tepid Extremities", "Erebus", "Harmony", "Granite", "Blackout", "Wunderkind", "Brass Nightmare", "Bad Voodoo", "Grey Phantom", "Interlude", "Cyclone", "Urgent Fury", "Bold Mariner", "Willing Disaster", "Endless Love", "Hidden Dragon", "Crouching Tiger", "Red Paladin", "Blind Whirlwind", "Phalat", "Sourisak Montry", "Black Lion", "Southern Breeze", "Death Trains", "Firework Fanfare", "Active Endeavour", "Tigris", "Haven" ]>>
/* a place for widgets that just change words based on game logic. e.g. the parser <<Olivia>> displays "Olivia" unless Kate's name is Olivia, in which case it displays "Amanda" */ <<widget "Adriana">><<nobr>> <<if $kate.cover.firstName != "Adriana" and $kate.firstName != "Adriana">> \<<= "Adriana">>\ <<else>> \<<= "Carina">>\ <</if>> <</nobr>><</widget>> <<widget "Amanda">><<nobr>> <<if $kate.cover.firstName != "Amanda">> \<<= "Amanda">>\ <<else>> \<<= "Samantha">>\ <</if>> <</nobr>><</widget>> <<widget "apartment">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "apartment">>\ <<else>> \<<= "flat">>\ <</if>> <</nobr>><</widget>> <<widget "Campbell">><<nobr>> <<if $kate.surname != "Campbell">> \<<= "Campbell">>\ <<else>> \<<= "Hynes">>\ <</if>> <</nobr>><</widget>> <<widget "Chen">><<nobr>> <<if $kate.surname != "Chen">> \<<= "Chen">>\ <<else>> \<<= "Li">>\ <</if>> <</nobr>><</widget>> <<widget "Colby">><<nobr>> <<if $kate.surname[0] != "C">> \<<= "Colby">>\ <<else>> \<<= "Downing">>\ <</if>> <</nobr>><</widget>> <<widget "Gina">><<nobr>> <<if $kate.firstName != "Gina">> \<<= "Gina">>\ <<else>> \<<= "Frankie">>\ <</if>> <</nobr>><</widget>> <<widget "Greenwood">><<nobr>> <<if $kate.surname[0] != "G">> \<<= "Greenwood">>\ <<else>> \<<= "Healy">>\ <</if>> <</nobr>><</widget>> <<widget "handbag">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "handbag">>\ <<else>> \<<= "purse">>\ <</if>> <</nobr>><</widget>> <<widget "holiday">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "holiday">>\ <<else>> \<<= "vacation">>\ <</if>> <</nobr>><</widget>> <<widget "Knickers">><<nobr>> <<if $kate.agency == "cia" or $kate.agency == "csis">> \<<= "Panties">>\ <<elseif $kate.agency == "mi6">> \<<= "Knickers">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "Undies">>\ <<else>>\ \<<= "(ERROR IN KNICKERS PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "knickers">><<nobr>> <<if $kate.agency == "cia" or $kate.agency == "csis">> \<<= "panties">>\ <<elseif $kate.agency == "mi6">> \<<= "knickers">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "undies">>\ <<else>>\ \<<= "(ERROR IN KNICKERS PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "lift">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "lift">>\ <<else>> \<<= "elevator">>\ <</if>> <</nobr>><</widget>> <<widget "Mandy">><<nobr>> <<if $kate.firstName != "Amanda">> \<<= "Mandy">>\ <<else>> \<<= "Sam">>\ <</if>> <</nobr>><</widget>> <<widget "McKenzie">><<nobr>> <<if $kate.surname[0] != "M">> \<<= "McKenzie">>\ <<else>> \<<= "Healy">>\ <</if>> <</nobr>><</widget>> <<widget "Miller">><<nobr>> <<if $kate.surname != "Miller">> \<<= "Miller">>\ <<else>> \<<= "Fisher">>\ <</if>> <</nobr>><</widget>> <<widget "Olivia">><<nobr>> <<if $kate.firstName != "Olivia">> \<<= "Olivia">>\ <<else>> \<<= "Amanda">>\ <</if>> <</nobr>><</widget>> <<widget "OLIVIA">><<nobr>> <<if $kate.firstName != "Olivia">> \<<= "OLIVIA">>\ <<else>> \<<= "AMANDA">>\ <</if>> <</nobr>><</widget>> <<widget "queue">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "queue">>\ <<else>> \<<= "line">>\ <</if>> <</nobr>><</widget>> <<widget "recruitHQ">><<nobr>> <<if $kate.agency == "cia">> \<<= "The Farm">>\ <<elseif $kate.agency == "mi6">> \<<= "Fort Monckton">>\ <<elseif $kate.agency == "asis">> \<<= "Swan Island">>\ <<elseif $kate.agency == "csis">> \<<= "Dwyer Hill">>\ <<elseif $kate.agency == "nzsis">> \<<= "Papakura Camp">>\ <<else>> \<<= "(ERROR IN STAG PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "Rigg">><<nobr>> <<if $kate.surname != "Rigg">> \<<= "Rigg">>\ <<else>> \<<= "Griggs">>\ <</if>> <</nobr>><</widget>> <<widget "Sadie">><<nobr>> <<if $kate.firstName != "Sadie">> \<<= "Sadie">>\ <<else>> \<<= "Mercedes">>\ <</if>> <</nobr>><</widget>> <<widget "stag">><<nobr>> <<if $kate.agency == "cia">> \<<= "bachelor">>\ <<elseif $kate.agency == "mi6" or $kate.agency == "csis">> \<<= "stag">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "buck">>\ <<else>> \<<= "(ERROR IN STAG PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "Stephanie">><<nobr>> <<if $kate.firstName != "Stephanie">> \<<= "Stephanie">>\ <<else>> \<<= "Christy">>\ <</if>> <</nobr>><</widget>> <<widget "Talisker">><<nobr>> <<if $kate.surname[0] != "T">> \<<= "Talisker">>\ <<else>> \<<= "Ellis">>\ <</if>> <</nobr>><</widget>> <<widget "trainer">><<nobr>> <<if $kate.agency == "cia" or $kate.agency == "csis">> \<<= "sneaker">>\ <<elseif $kate.agency == "mi6">> \<<= "trainer">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "runner">>\ <<else>> \<<= "(ERROR IN TRAINER PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "trousers">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "trousers">>\ <<else>> \<<= "pants">>\ <</if>> <</nobr>><</widget>> <<widget "Uni">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "Uni">>\ <<else>> \<<= "College">>\ <</if>> <</nobr>><</widget>> <<widget "uni">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "uni">>\ <<else>> \<<= "college">>\ <</if>> <</nobr>><</widget>> <<widget "University">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "University">>\ <<else>> \<<= "College">>\ <</if>> <</nobr>><</widget>> <<widget "university">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "university">>\ <<else>> \<<= "college">>\ <</if>> <</nobr>><</widget>> <<widget "Wheelan">><<nobr>> <<if $kate.surname[0] != "W">> \<<= "Wheelan">>\ <<else>> \<<= "Healy">>\ <</if>> <</nobr>><</widget>> <<widget "Wheeler">><<nobr>> <<if $kate.surname[0] != "W">> \<<= "Wheeler">>\ <<else>> \<<= "Turner">>\ <</if>> <</nobr>><</widget>> <<widget "zip">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "zip">>\ <<else>> \<<= "zipper">>\ <</if>> <</nobr>><</widget>> <<widget "Zo">><<nobr>> <<if $kate.firstName != "Zoe" and $kate.firstName != "Zooey" and $kate.firstName != "Zoey" and $kate.firstName != "Zoë" and $kate.firstName != "Zoé">> \<<= "Zo">>\ <<else>> \<<= "Izzy">>\ <</if>> <</nobr>><</widget>> <<widget "Zoe">><<nobr>> <<if $kate.firstName != "Zoe" and $kate.firstName != "Zooey" and $kate.firstName != "Zoey" and $kate.firstName != "Zoë" and $kate.firstName != "Zoé">> \<<= "Zoe">>\ <<else>> \<<= "Izzy">>\ <</if>> <</nobr>><</widget>>
<<silently>> <<set $thisIsTheFreeEdition to false>> /*Set to false for Patreon edition!!!*/ <<if $thisIsTheFreeEdition>> <<set setup.thisIsTheFreeEdition to true>> <</if>> <<set $avatar = { background: [], body: [], bodyMods: [], underwear: [], clothing: [], foreground: [], blink : false, barefoot : false, cleavage : true, cleavageCounter : 0, showRear : false, sixPack : false, rearViewEnabled : false }>> <<set $ui ={ avatarSize: 1, textSize: 1 }>> <<set $header to {}>> <<set $temp to {}>> <<set $kate = { age: 24, agency: "mi6", complexion: "fair", ethnicity: "english", nationality: "british", kinks: [], quirks: [], attributes: {}, statusEffects: [], relationshipHistory: [], isWearing : [] }>> <<set $kate.agency to either("mi6","cia","asis","csis","nzsis")>> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $kate.age to 28>> <<else>> <<set $kate.age to 27>> <</if>> /*statusEffects: ["Test","Test","Test"],*/ /* personalBio: [{timestamp: "2018", entry: "Some placeholder test entry 1"},{timestamp: "2018", entry: "Some placeholder test entry 2"}], achievements: ["test1","test2","test2","test2","test2"], [[1,""],[2,"Jackson"]] */ /*$kate.statusEffects should be an array containing: the names of the Status effect. -> a widget will display it in the character sheet*/ /*$kate.personalBio should be an array with objects {timestamp: "2018", entry: "Some entry"}, oldest entry first in array*/ /*{header: "Operation placeholder", relations: []}*/ /*[{name: "Jacob", description: "Placeholder description one", effects:"Effect placeholder 1"}]*/ <<set _startingKink to either("exhibitionist", "masochist", "submissive"), $kate.kinks.pushUnique(_startingKink)>> <<set _randomQuirks to random(1,100)>> <<if _randomQuirks lte 20>> <<set $kate.quirks.pushUnique("batarian")>> <</if>> <<set _randomClass to random(1,100)>> <<if _randomClass lte 17>> <<set $kate.quirks.pushUnique("working class")>> <<elseif _randomClass gt 17 and _randomClass lte 84>> <<set $kate.quirks.pushUnique("middle class")>> <<else>> <<set $kate.quirks.pushUnique("elite")>> <</if>> <<characterCreator-randomiseKateAttributes>> <<set $kate.faceShape to either("round", "heart", "square", "diamond", "oval"), $kate.noseShape to either("Celestial", "Greek", "Nubian", "Princess", "Roman"), $kate.mouthShape to either("Cupid", "Hollywood", "Pearlique", "Rubina", "Thin"), $kate.eyeShape to either("Almond", "Cat", "Downturned", "Round", "Wide"), $kate.eyeColour to either("Blue", "Chestnut", "Emerald", "Grey", "Hazelnut", "Sapphire"), $kate.bikiniLine to "hollywood" >> <<if $kate.agency eq "mi6">> <<set $kate.nationality to "british">> <<set $kate.ethnicity to either("English")>> <<if $kate.ethnicity eq "English">> <<set $kate.firstName to setup.englishFemaleFirstnames1990s.random(), $kate.surname to setup.englishSurnames.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<set $kate.nationality to "american">> <<set $kate.ethnicity to either("Anglo American", "Irish American", "Italian American", "Polish American")>> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.firstName to setup.usFirstname.random(), $kate.surname to setup.usSurname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.firstName to setup.irishAmercanSurnames.random()>> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.firstName to setup.italianAmericanSurnames.random()>> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.firstName to setup.usFirstname.random(), $kate.surname to setup.polishAmercanSurnames.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<set $kate.nationality to "australian">> <<set $kate.ethnicity to either("Anglo Australian")>> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.firstName to setup.ausNZFirstname.random(), $kate.surname to setup.ausNZSurname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<set $kate.nationality to "canadian">> <<set $kate.ethnicity to either("Anglo Canadian","French Canadian")>> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.firstName to setup.canadianFirstname.random(), $kate.surname to setup.canadianSurname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.firstName to setup.canadianFirstname.random(), $kate.surname to setup.frenchCanadianSurnames.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<set $kate.nationality to "New Zealand">> <<set $kate.ethnicity to either("NZ European")>> <<if $kate.ethnicity eq "NZ European">> <<set $kate.firstName to setup.ausNZFirstname.random(), $kate.surname to setup.ausNZSurname.random()>> <</if>> <<else>> <<set $kate.firstName to "Walrus", $kate.surname to "Walrusson">> <</if>> <<set $kate.cover to {}>> <<set $kate.cover.firstname to "", $kate.cover.knownAs to "", $kate.cover.surname to "">> <<set $kate.piercings to []>> <<set $kate.tattoos to []>> /* calculate Kate's hair colour */ <<set _coinToss to either("heads", "tails")>> <<if _coinToss == "heads">> <<set $kate.hairColour to ("Brown")>> <<else>> <<set $kate.hairColour to either("Brown", "Black", "Ginger", "Blonde", "Auburn", "Champagne")>> <</if>> /* calculate Kate's hairstyle */ <<set $kate.hairStyle to either("Short bob","Long straight","Long curly","Short", "Bun with bangs", "Wavy bob")>> <<if $kate.hairColour eq "Ginger">> <<set _frecklesChance to 80>> <<else>> <<set _frecklesChance to 13>> <</if>> /* <<set _random to random(1,100)>> <<if _random < _frecklesChance>> <<set $kate.quirks.pushUnique("freckles")>> <</if>> */ <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /* calculate Kate's bra size FREE EDITION*/ <<consoleLog 'Free Edition'>> <<set _d100 to random(1,100)>> <<switch _d100>> <<case lte 25>> <<set $kate.braSize to "small">> <<default>> <<set $kate.braSize to "medium">> <</switch>> <<else>> /*Patreon Edition !!!*/ <<consoleLog 'Patreon Edition'>> <<set _d100 to random(1,100)>> <<switch _d100>> <<case lte 16>> <<set $kate.braSize to "small">> <<case gte 84>> <<set $kate.braSize to "large">> <<default>> <<set $kate.braSize to "medium">> <</switch>> <</if>> <<set $kate.arousal to 0>> <<set $kate.skills to []>> <<set $imagePath to {}>> /* for offline version, change these vars to "media/..." */ <<set $imagePath.base to "https://www.femaleagentgame.com/wp-content/uploads/media/">> <<set $imagePath.avatar to "https://www.femaleagentgame.com/wp-content/uploads/media/avatar/">> <<set $imagePath.ui to "https://www.femaleagentgame.com/wp-content/uploads/media/ui/">> <<set $avatar.top to 0>> <<set $notifications to {}>> <<set $notifications.list to []>> <<set $statistics = new Map()>> <</silently>>