diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index 5a7591f3985a577a17a1c75aa59d55969b0e693a..776d8f8b9358434bfdce48fc40d747e181e84157 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -20,10 +20,54 @@ </span> <<set $Lurcher.clothes = _clothesTemp>> +<span id="result"> + 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. +<br><br> +You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the hares. + +<<if ($Lurcher.dick > 0)>> + <<if canPenetrate($Lurcher) && ($Lurcher.energy > 60) && ($Lurcher.devotion > 20)>> + <<if ($Lurcher.dick > 4)>> + $He's sporting an enormous half-erection, which has already been heavily lubricated to prevent permanent damage to the hares' holes. As you bring $him up to the mark, $he grabs its base and begins to slap it against $his thigh, hard. The hares look around to see what the wet smacking noise is, and are understandably frightened; one of them begins to beg openly. Your fellow competitors @@.green;think this is hilarious.@@ + <<run repX(50, "event", $Lurcher)>> + <<set $phallus = "huge dick">> + <<else>> + $He's ready to do $his best. Since $he's concentrating on the immediate challenge of catching rather than the secondary challenge of raping, $he isn't hard yet, but $he's not indifferent to the prospect of getting $his dick wet. There's a bead of precum forming at $his tip. + <<set $phallus = "dick">> + <</if>> + <<elseif !canAchieveErection($Lurcher)>> + There's no way $he's going to be able to achieve an erection, so $he's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@ + <<run repX(-50, "event", $Lurcher)>> + <<set $phallus = "dildo">> + <<elseif ($Lurcher.energy <= 60) || ($Lurcher.devotion <= 20)>> + $He looks nervous, and obviously doesn't find the situation arousing. $He knows $he's to catch and then rape a slave, but may not be able to get hard enough to do the deed properly. Your fellow competitors and the crowd gathering to spectate @@.red;are unimpressed@@ by $his lack of spirit. + <<run repX(-50, "event", $Lurcher)>> + <<set $phallus = "fingers">> + <<else>> + $His dick is not a fit instrument for sexual assault, so $he's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@ + <<run repX(-50, "event", $Lurcher)>> + <<set $phallus = "dildo">> + <</if>> +<<elseif ($Lurcher.clit > 1) && ($Lurcher.energy > 60) && ($Lurcher.devotion > 20)>> + $He's gently masturbating as you bring $him up to the mark, $his enormous clit becoming engorged and stiff. Your fellow competitors and the gathering crowd of spectators @@.green;are fascinated,@@ realizing that $he intends to attempt rape with it. + <<run repX(50, "event", $Lurcher)>> + <<set $phallus = "clit">> +<<elseif $seeDicks != 0>> + $He's holding a lubricated dildo in one hand, since $he's missing a natural phallus of $his own. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@ + <<run repX(-50, "event", $Lurcher)>> + <<set $phallus = "dildo">> +<<else>> + $He's holding a lubricated dildo in one hand. As you bring $him up to the mark, $he begins to slap it against $his thigh out of nervousness and eagerness to begin. The hares look around to see what the wet smacking noise is, and are understandably frightened; one of them begins to cry openly. + <<set $phallus = "dildo">> +<</if>> + +<<if canSee($Lurcher)>>$Lurcher.slaveName looks at you questioningly, wondering which of the hares $he should try to chase down and molest<<else>>$Lurcher.slaveName looks at you questioningly, wondering which of the dingling bells $he should try to chase down and molest<</if>>. + + <<set $hare1 = 0, $hare2 = 0, $hare3 = 0>> <<set _possibleOrigins = []>> @@ -41,8 +85,18 @@ The rules have been explained to the hares: they're to be freed if they can reac <<set _possibleOrigins.push("disobedient young dickgirl")>> <</if>> -<<for _sec = 0; _sec < 3; _sec++>> +<style> /* a table is used here because very short hare descriptions cause images to indent oddly if they are shown. This ensures they are always directly below each other. */ + table.coursing { + border-style: hidden; + empty-cells: hide; + border-collapse: separate; + border-spacing: 0px 15px; + } +</style> +<table class="coursing" border="1"> +<<for _sec = 0; _sec < 3; _sec++>> +<tr> <<set $hareSpeed = 10>> <<set $origin = _possibleOrigins.pluck()>> /* select random origin and remove from list to avoid using same origin multiple times */ <<if $origin == "virgin">> @@ -172,21 +226,78 @@ The rules have been explained to the hares: they're to be freed if they can reac <<set $activeSlave.weight = random(-100,200)>> <</if>> <<setLocalPronouns $activeSlave 2>> -<br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> -<br> <div class="imageRef tinyImg"> <<SlaveArt $activeSlave 0 0>> </div> <</if>> /* 000-250-006 */ <<if _sec == 0>> - The first hare + <<link "The first hare">> + <<replace "#artFrame">> + <<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt $hare1 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt $Lurcher 2 0>> + </div> + <</if>> + /* 000-250-006 */ + <<set $Lurcher.clothes = _clothesTemp>> + <</replace>> + <<replace "#result">> + <<set $activeSlave = clone($hare1), $origin = $origin1, $hareSpeed = $hareSpeed1>> + <<include "SE coursing race">> + <</replace>> + <</link>> <<elseif _sec == 1>> - The second hare + <<link "The second hare">> + <<replace "#artFrame">> + <<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt $hare2 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt $Lurcher 2 0>> + </div> + <</if>> + /* 000-250-006 */ + <<set $Lurcher.clothes = _clothesTemp>> + <</replace>> + <<replace "#result">> + <<set $activeSlave = clone($hare2), $origin = $origin2, $hareSpeed = $hareSpeed2>> + <<set $hare2 = clone($hare1), $origin2 = $origin1, $hareSpeed2 = $hareSpeed1>> + <<include "SE coursing race">> + <</replace>> + <</link>> <<else>> - The third and final hare + <<link "The third and final hare">> + <<replace "#artFrame">> + <<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <div class="imageRef medImg"> + <<SlaveArt $hare3 2 0>> + </div> + <div class="imageRef medImg"> + <<SlaveArt $Lurcher 2 0>> + </div> + <</if>> + /* 000-250-006 */ + <<set $Lurcher.clothes = _clothesTemp>> + <</replace>> + <<replace "#result">> + <<set $activeSlave = clone($hare3), $origin = $origin3, $hareSpeed = $hareSpeed3>> + <<set $hare3 = clone($hare1), $origin3 = $origin1, $hareSpeed3 = $hareSpeed1>> + <<include "SE coursing race">> + <</replace>> +<</link>> <</if>> <<if $origin == "virgin">> is an appealingly young $activeSlave.race _girl2, and has V symbols drawn over _his2 cunt and on _his2 lower back, in the interests of fairness. _He2's a @@.pink;double virgin.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> @@ -197,7 +308,7 @@ The rules have been explained to the hares: they're to be freed if they can reac <<elseif $origin == "disobedient young">> is a fit young $activeSlave.race _girl2, and is far more watchful and alert than _his2 fellow hares. _He2 may be a @@.pink;disobedient slave@@ here because _he2 was difficult to train.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> <<elseif $origin == "disobedient young dickgirl">> - is a strong young $activeSlave.race slave with who retains _his2 cock and balls, and looks determined. Perhaps _he2's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good girl.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 cock.<</if>> + is a strong young $activeSlave.race slave who retains _his2 cock and balls, and looks determined. Perhaps _he2's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good girl.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 cock.<</if>> <<elseif $origin == "huge balled">> is <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race slave whose distinguishing characteristic is a dangling scrotum and a pair of @@.pink;huge balls.@@ This impediment bumps against _his2 thighs as _he2's made ready.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 hefty testicles.<</if>> <<elseif $origin == "feminized">> @@ -286,73 +397,9 @@ The rules have been explained to the hares: they're to be freed if they can reac <<set $origin3 = $origin>> <<set $hareSpeed3 = $hareSpeed>> <</if>> +</tr> <</for>> -<br><br><br> - -You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the hares. - -<<if ($Lurcher.dick > 0)>> - <<if canPenetrate($Lurcher) && ($Lurcher.energy > 60) && ($Lurcher.devotion > 20)>> - <<if ($Lurcher.dick > 4)>> - $He's sporting an enormous half-erection, which has already been heavily lubricated to prevent permanent damage to the hares' holes. As you bring $him up to the mark, $he grabs its base and begins to slap it against $his thigh, hard. The hares look around to see what the wet smacking noise is, and are understandably frightened; one of them begins to beg openly. Your fellow competitors @@.green;think this is hilarious.@@ - <<run repX(50, "event", $Lurcher)>> - <<set $phallus = "huge dick">> - <<else>> - $He's ready to do $his best. Since $he's concentrating on the immediate challenge of catching rather than the secondary challenge of raping, $he isn't hard yet, but $he's not indifferent to the prospect of getting $his dick wet. There's a bead of precum forming at $his tip. - <<set $phallus = "dick">> - <</if>> - <<elseif !canAchieveErection($Lurcher)>> - There's no way $he's going to be able to achieve an erection, so $he's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@ - <<run repX(-50, "event", $Lurcher)>> - <<set $phallus = "dildo">> - <<elseif ($Lurcher.energy <= 60) || ($Lurcher.devotion <= 20)>> - $He looks nervous, and obviously doesn't find the situation arousing. $He knows $he's to catch and then rape a slave, but may not be able to get hard enough to do the deed properly. Your fellow competitors and the crowd gathering to spectate @@.red;are unimpressed@@ by $his lack of spirit. - <<run repX(-50, "event", $Lurcher)>> - <<set $phallus = "fingers">> - <<else>> - $His dick is not a fit instrument for sexual assault, so $he's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@ - <<run repX(-50, "event", $Lurcher)>> - <<set $phallus = "dildo">> - <</if>> -<<elseif ($Lurcher.clit > 1) && ($Lurcher.energy > 60) && ($Lurcher.devotion > 20)>> - $He's gently masturbating as you bring $him up to the mark, $his enormous clit becoming engorged and stiff. Your fellow competitors and the gathering crowd of spectators @@.green;are fascinated,@@ realizing that $he intends to attempt rape with it. - <<run repX(50, "event", $Lurcher)>> - <<set $phallus = "clit">> -<<elseif $seeDicks != 0>> - $He's holding a lubricated dildo in one hand, since $he's missing a natural phallus of $his own. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@ - <<run repX(-50, "event", $Lurcher)>> - <<set $phallus = "dildo">> -<<else>> - $He's holding a lubricated dildo in one hand. As you bring $him up to the mark, $he begins to slap it against $his thigh out of nervousness and eagerness to begin. The hares look around to see what the wet smacking noise is, and are understandably frightened; one of them begins to cry openly. - <<set $phallus = "dildo">> -<</if>> - -<<if canSee($Lurcher)>>$Lurcher.slaveName looks at you questioningly, wondering which of the hares $he should try to chase down and molest<<else>>$Lurcher.slaveName looks at you questioningly, wondering which of the dingling bells $he should try to chase down and molest<</if>>. - +</table> <br><br> - -<span id="result"> -<<link "The first">> - <<replace "#result">> - <<set $activeSlave = clone($hare1), $origin = $origin1, $hareSpeed = $hareSpeed1>> - <<include "SE coursing race">> - <</replace>> -<</link>> - -<br><<link "The second">> - <<replace "#result">> - <<set $activeSlave = clone($hare2), $origin = $origin2, $hareSpeed = $hareSpeed2>> - <<set $hare2 = clone($hare1), $origin2 = $origin1, $hareSpeed2 = $hareSpeed1>> - <<include "SE coursing race">> - <</replace>> -<</link>> - -<br><<link "The third">> - <<replace "#result">> - <<set $activeSlave = clone($hare3), $origin = $origin3, $hareSpeed = $hareSpeed3>> - <<set $hare3 = clone($hare1), $origin3 = $origin1, $hareSpeed3 = $hareSpeed1>> - <<include "SE coursing race">> - <</replace>> -<</link>> </span> \ No newline at end of file