From 093485dff27fe0a30d34177ed313457e5e7c35c9 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Tue, 19 Feb 2019 23:43:25 -0500 Subject: [PATCH] se events --- src/uncategorized/seCoursing.tw | 12 ++++++++++++ src/uncategorized/seCoursingRace.tw | 13 +++++++++++++ src/uncategorized/seExpiration.tw | 12 ++++++++++++ src/uncategorized/seWeddingDouble.tw | 11 +++++++++++ src/uncategorized/seWeddingSingle.tw | 12 ++++++++++++ src/uncategorized/seWeddingTriple.tw | 14 ++++++++++++++ 6 files changed, 74 insertions(+) diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index f12ff29c049..6d2407b862e 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -6,6 +6,18 @@ <<setLocalPronouns $Lurcher>> +<span id="artFrame"> +/* 000-250-006 */ +<<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $Lurcher 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $Lurcher 2 0>></div> + <</if>> +<</if>> +/* 000-250-006 */ +</span> + It's time to go coursing. You meet with fellow members of the Coursing Association while the automated maintenance drones clear the plaza and lay down the green, sharing a refine discussion of recent events over <<if $PC.refreshmentType == 0>>a $PC.refreshment<<elseif $PC.refreshmentType == 1>>glasses of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plates of $PC.refreshment<<elseif $PC.refreshmentType == 3>>hits of $PC.refreshment<<elseif $PC.refreshmentType == 4>>shots of $PC.refreshment<<elseif $PC.refreshmentType == 5>>handfuls of $PC.refreshment<<elseif $PC.refreshmentType == 6>>tabs of $PC.refreshment<</if>>. Once the field is ready, the day's hares are led out and chained in a row along one side of the plaza, naked. You and the other members watch this process intently, since you won't get any more information on them than what you can learn by looking. <br><br> The rules have been explained to the hares: they're to be freed if they can reach the other side of the plaza without being caught and raped by the lurchers who will be released to chase them. diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw index dc6c92c77e5..db3d75736eb 100644 --- a/src/uncategorized/seCoursingRace.tw +++ b/src/uncategorized/seCoursingRace.tw @@ -3,6 +3,19 @@ <<setLocalPronouns $Lurcher>> <<setLocalPronouns $activeSlave 2>> +<span id="artFrame"> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt $activeSlave 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt $Lurcher 2 0>> + </div> + <</if>> + /* 000-250-006 */ +</span> + You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whisper your direction into $his ear without letting the other competitors or their lurchers hear<<else>>gently point $him towards the target hare without letting the other competitors or their lurchers see<</if>>. Then, you gently push $him down into $his starting crouch. The umpire trips the hares' releases, a few <<if $showInches == 2>>yards<<else>>meters<</if>> in front of you and $Lurcher.slaveName, and you instantly let your lurcher off $his leash. <<set _LurcherSpeed = 10>> diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw index df1b65a47ba..ba11d238518 100644 --- a/src/uncategorized/seExpiration.tw +++ b/src/uncategorized/seExpiration.tw @@ -9,6 +9,18 @@ <<run Enunciate($activeSlave)>> <<setLocalPronouns $activeSlave>> +<span id="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 */ +</span> + $activeSlave.slaveName's indentured servitude is ending this week, meaning that your arcology is gaining a citizen. <<set $lowerClass += 1>> diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw index 9da33aa37ba..fab6d5d9af9 100644 --- a/src/uncategorized/seWeddingDouble.tw +++ b/src/uncategorized/seWeddingDouble.tw @@ -8,6 +8,17 @@ <<set _belly = bellyAdjective(_slave1)>> <<set _belly2 = bellyAdjective(_slave2)>> +/* 000-250-006 */ +<<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt _slave2 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt _slave1 2 0>> + </div> +<</if>> +/* 000-250-006 */ + <<if _slave1.slaveName == _slave2.slaveName>> <</if>> diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw index 0097c10ae71..e35fdce93f0 100644 --- a/src/uncategorized/seWeddingSingle.tw +++ b/src/uncategorized/seWeddingSingle.tw @@ -4,6 +4,18 @@ <<setLocalPronouns $slaves[_s]>> <<set _belly = bellyAdjective($slaves[_s])>> +<span id="artFrame"> +/* 000-250-006 */ +<<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $slaves[_s] 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $slaves[_s] 2 0>></div> + <</if>> +<</if>> +/* 000-250-006 */ +</span> + <<if $slaves[_s].relationship != 0>> <<if $slaves[_s].relationship > 0>> <<set _m = $slaveIndices[$slaves[_s].relationshipTarget]>> diff --git a/src/uncategorized/seWeddingTriple.tw b/src/uncategorized/seWeddingTriple.tw index 523dec48820..c75be01bb41 100644 --- a/src/uncategorized/seWeddingTriple.tw +++ b/src/uncategorized/seWeddingTriple.tw @@ -12,6 +12,20 @@ <<setLocalPronouns _slave4 4>> <</if>> +/* 000-250-006 */ +<<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt _slave3 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt _slave2 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt _slave1 2 0>> + </div> +<</if>> +/* 000-250-006 */ + /* TODO: not sure what to put here yet, this is mostly a placeholder */ In the days leading up to your wedding, your wives-to-be spent their time preparing to join you in matrimony. -- GitLab