diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw index b82a6740e61bd04080aa0d6203effad3d1f7e4ff..3fba942c319d161280157497c8df5c0edd3bef9b 100644 --- a/src/uncategorized/rePokerNight.tw +++ b/src/uncategorized/rePokerNight.tw @@ -4,6 +4,9 @@ <<setAssistantPronouns>> +<span id="artFrame"> +</span> + Despite their persistent presence in your arcology, interaction with your mercenaries is relatively scarce. Aside from mutually exchanged nods on the street and the occasional briefing, your $mercenariesTitle enjoy a degree of autonomy. <br><br> @@ -90,16 +93,31 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<set $activeSlave.analSkill = 0>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.combatSkill = 1>> + <<set $activeSlave.accent = random(0,1)>> <<set $activeSlave.behavioralFlaw = "arrogant">> <<set $activeSlave.hStyle = "shaved into a mohawk">> <<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">> + <<set $activeSlave.clothes = "a military uniform">> + <<setLocalPronouns $activeSlave>> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> + <</if>> + /* 000-250-006 */ + <</replace>> + <<replace "#bountyresult">> Some aggressive play and an eye for riling up your fellow players has resulted in an immense payout, and all but one of your adversaries have folded as the situation has escalated. The only player still in contention is a wily old mercenary, the veteran of $his fair share of battles on the battlefield and at the poker table. $He's short on chips, however, and $he'll have to buy in with something else as collateral. <br><br> <span id="aliveresult"> - + <<set $activeSlave.clothes = "no clothing">> <<link "A year of servitude">> <<replace "#aliveresult">> <<if random(1,100) > 50>> @@ -107,6 +125,18 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<run repX(1000, "event")>> <<run cashX(-5000, "event")>> <<else>> + + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> + <</if>> + /* 000-250-006 */ + <</replace>> For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. A silence falls over the room as the result is declared, but after some time your opponent breaks the hush by joking that life as your slave is probably easier than fighting for $arcologies[0].name. After some awkward laughter the night continues, and at the end your former mercenary joins you on your trip back to the penthouse to submit to processing and to begin $his new life as your sexual servant. $He's not young, but $he's tough and not distrusting of you due to $his service in the $mercenariesTitle. <br> <<include "New Slave Intro">> diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw index 32e7e4933efb27d737df16814ec93d71f747146d..84d1910963e5079f04ec69c43edabe9fe1fd6f53 100644 --- a/src/uncategorized/reRelativeRecruiter.tw +++ b/src/uncategorized/reRelativeRecruiter.tw @@ -8,6 +8,7 @@ <<run BaseSlave()>> <<set $activeSlave = Object.assign($activeSlave, clone($genePool.find(function(o) { return o.ID == $eventSlave.ID; })))>> +<span id="artFrame"> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> @@ -17,6 +18,7 @@ <</if>> <</if>> /* 000-250-006 */ +</span> <<if ndef $newRelativeRecruitID>> <<set $newRelativeRecruitID = 1100000>> @@ -820,6 +822,18 @@ You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a ba <</if>> <</switch>> <<set $desc = SlaveTitle($eventSlave)>> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt $activeSlave 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt $eventSlave 2 0>> + </div> + <</if>> + /* 000-250-006 */ + <</replace>> <<replace "#result">> You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName arrives shortly. The two slaves remember each other only dimly — they parted a long time ago — but they embrace. The devoted $desc explains the situation and encourages $his _relationType to be a good slave to you. $activeSlave.slaveName looks a little fearful but clearly realizes that _he2's lucky to be here. <<include "New Slave Intro">>