Skip to content
Snippets Groups Projects
Commit 34153c44 authored by Anu's avatar Anu
Browse files

Update lawCompliance.tw

Added muscle variant for Strongfat hedonists. Feel free to change exact values if they're not quite right.
parent e32ee3d3
No related branches found
No related tags found
1 merge request!3190Update lawCompliance.tw
...@@ -55,10 +55,15 @@ ...@@ -55,10 +55,15 @@
<<set $activeSlave.health = random(50,90)>> <<set $activeSlave.health = random(50,90)>>
<<set $activeSlave.weight = random(-20,0)>> <<set $activeSlave.weight = random(-20,0)>>
<<elseif $arcologies[0].FSHedonisticDecadenceSMR == 1>> <<elseif $arcologies[0].FSHedonisticDecadenceSMR == 1>>
<<set $activeSlave.muscles = random(-80,0)>>
<<set $activeSlave.weight = random(50,200)>> <<set $activeSlave.weight = random(50,200)>>
<<set $activeSlave.health = random(-30,10)>> <<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>>
Much of $his time before sale was spent being fattened up and lying around. <<set $activeSlave.muscles = random(10,60)>>
<<set $activeSlave.health = random(10,40)>>
<<else>>
<<set $activeSlave.muscles = random(-80,0)>>
<<set $activeSlave.health = random(-30,10)>>
<</if>>
Much of $his time before sale was spent being fattened up and <<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>>pumping iron<<else>>lying around<</if>>.
<<if $activeSlave.devotion <= 20>> <<if $activeSlave.devotion <= 20>>
$He had to be forcefed massive amounts of slave food while bound to meet requirements, filling $him with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ $He had to be forcefed massive amounts of slave food while bound to meet requirements, filling $him with @@.gold;fear@@ and @@.mediumorchid;disgust.@@
<<set $activeSlave.trust -= 5>> <<set $activeSlave.trust -= 5>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment