Skip to content
Snippets Groups Projects
Commit b1be2672 authored by Pregmodder's avatar Pregmodder
Browse files

Fixes and forceFeeding.tw

parent 15f758c6
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!652Pregmod v1018-81
......@@ -359,9 +359,10 @@ window.getSlaveCost = function(s) {
case 'water':
cost += 100;
break;
case 'curative': case 'aphrodisiac':
case 'food':
costs += (foodCost * 4);
break;
case 'tightener':
case 'curative': case 'aphrodisiac': case 'tightener':
cost += (100 + (drugsCost * 2));
break;
}
......@@ -370,9 +371,10 @@ window.getSlaveCost = function(s) {
case 'water':
cost += 50;
break;
case 'curative': case 'aphrodisiac':
case 'food':
costs += (foodCost * 2);
break;
case 'tightener':
case 'curative': case 'aphrodisiac': case 'tightener':
cost += (50 + (drugsCost * 2));
break;
}
......@@ -381,9 +383,10 @@ window.getSlaveCost = function(s) {
case 'water':
cost += 25;
break;
case 'curative': case 'aphrodisiac':
case 'food':
costs += (foodCost);
break;
case 'tightener':
case 'curative': case 'aphrodisiac': case 'tightener':
cost += (25 + (drugsCost * 2));
break;
}
......
This diff is collapsed.
......@@ -118,7 +118,7 @@ $arcadeNameCaps
<</if>>
<br><br>
<<if ($arcade <= $arcadeSlaves)>>
<<if ($arcade <= $arcadeSlaves) && $arcadeUpgradeFuckdolls == 0>>
''$arcadeNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $arcadeSlaves)>>
<<link "''Confine a slave in $arcadeName''">>
......
......@@ -239,6 +239,8 @@
<<switch $slaves[$i].inflationType>>
<<case "water">>
<<set $costs += 100>>
<<case "food">>
<<set $costs += ($foodCost*4)>>
<<case "curative" "aphrodisiac" "tightener">>
<<set $costs += (100+($drugsCost*2))>>
<</switch>>
......@@ -246,6 +248,8 @@
<<switch $slaves[$i].inflationType>>
<<case "water">>
<<set $costs += 50>>
<<case "food">>
<<set $costs += ($foodCost*2)>>
<<case "curative" "aphrodisiac" "tightener">>
<<set $costs += (50+($drugsCost*2))>>
<</switch>>
......@@ -253,6 +257,8 @@
<<switch $slaves[$i].inflationType>>
<<case "water">>
<<set $costs += 25>>
<<case "food">>
<<set $costs += $foodCost>>
<<case "curative" "aphrodisiac" "tightener">>
<<set $costs += (25+($drugsCost*2))>>
<</switch>>
......
......@@ -339,6 +339,9 @@
<<case "water">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 2 gallons: ¤100
<<set $individualCosts += 100>>
<<case "food">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 2 gallons: ¤<<print ($foodCost*4))>>
<<set $individualCosts += ($foodCost*4)>>
<<case "curative" "aphrodisiac" "tightener">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 2 gallons: ¤<<print (100+($drugsCost*2))>>
<<set $individualCosts += (100+($drugsCost*2))>>
......@@ -348,8 +351,11 @@
<<case "water">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 1 gallon: ¤50
<<set $individualCosts += 50>>
<<case "food">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 1 gallon: ¤<<print ($foodCost*2))>>
<<set $individualCosts += ($foodCost*4)>>
<<case "curative" "aphrodisiac" "tightener">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 1 gallons: ¤<<print (50+($drugsCost*2))>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 1 gallon: ¤<<print (50+($drugsCost*2))>>
<<set $individualCosts += (50+($drugsCost*2))>>
<</switch>>
<<elseif ($slaves[$i].inflation == 1)>>
......@@ -357,6 +363,9 @@
<<case "water">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 2 liters: ¤25
<<set $individualCosts += 25>>
<<case "food">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 2 liters: ¤<<print ($foodCost))>>
<<set $individualCosts += ($foodCost)>>
<<case "curative" "aphrodisiac" "tightener">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 2 liters: ¤<<print (25+($drugsCost*2))>>
<<set $individualCosts += (25+($drugsCost*2))>>
......
......@@ -281,8 +281,13 @@
<<if ($slaves[$i].devotion > 20)>>
<<if ($slaves[$i].vagina == 0)>>
<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishStrength > 60)>>
She's such an anal whore that she's @@.hotpink;perversely proud@@ of the chastity belt that covers her neglected pussy.
<<set $slaves[$i].devotion += 1>>
<<if $slaves[$i].fetishKnown == 1>>
She's such an anal whore that she's @@.hotpink;perversely proud@@ of the chastity belt that covers her neglected pussy.
<<set $slaves[$i].devotion += 1>>
<<else>>
She doesn't seem to mind that her pussy is going unsused.
<<set $slaves[$i].devotion += 1>>
<</if>>
<<else>>
She @@.mediumaquamarine;trusts@@ that you're using the chastity belt she wears to save her virginity for something special.
<<set $slaves[$i].trust += 1>>
......@@ -290,7 +295,12 @@
<<else>>
<<if ($slaves[$i].energy > 60)>>
<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishStrength > 60)>>
She's such a butthole slut that she doesn't care about having her pussy kept off limits.
<<if $slaves[$i].fetishKnown == 1>>
She's such a butthole slut that she doesn't care about having her pussy kept off limits.
<<else>>
She seems to like that her chastity is directing all the dicks into her ass.
<<set $slaves[$i].devotion += 1>>
<</if>>
<<elseif ($slaves[$i].energy > 95)>>
She's such a nympho that having her butthole do double duty for her pussy doesn't bother her.
<<else>>
......@@ -306,9 +316,23 @@
<<if ($slaves[$i].energy > 40)>>
<<if ($slaves[$i].hormones <= 0)>>
<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishStrength > 60)>>
She's such a butthole slut that she manages to get off just fine despite her dick being kept untouchable and soft behind a chastity cage.
<<if $slaves[$i].fetishKnown == 1>>
She's such a butthole slut that she manages to get off just fine despite her dick being kept untouchable and soft behind a chastity cage.
<<else>>
She seems to getting off just fine without access to her dick.
<</if>>
<<elseif ($slaves[$i].energy > 95)>>
Her sex drive is so overcharged that she manages to orgasm often despite the chastity cage that <<if ($slaves[$i].balls == 0)>>prevents her or anyone else from touching her soft cock<<else>>keeps her dick soft and untouched<</if>>; it's almost always dripping a stream of precum.
<<elseif ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishStrength > 60) && canAchieveErection($slaves[$i])>>
<<if $slaves[$i].fetishKnown == 1>>
She's such a masochist that the pain of even getting semi-hard in her chastity cage turns her on even more, @@.green;slightly increasing her sexual appetite@@.
<<set $slaves[$i].energy++>>
<<else>>
Her chastity cage is always painfully tight around her smi-hard dick; something that seems to be arousing to her, only to make it even more painful.
<<set $slaves[$i].energy++>>
<</if>>
<<elseif $slaves[$i].sexualFlaw == "neglectful">>
Her soft, constrained dick is of little concern to her. She doesn't need release during sex.
<<elseif ($slaves[$i].balls == 0)>>
Though she's a soft, ballsless bitch, having her dick guarded against all stimulation by a chastity cage reduces her enjoyment of intercourse a bit, @@.red;slightly reducing her sexual appetite.@@
<<set $slaves[$i].energy -= 1>>
......@@ -4104,7 +4128,8 @@
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum">>
<<switch $slaves[$i].inflationType>>
<<case "milk" "cum">>
<<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none" && random(1,100) > 70>>
Inflating $possessive guts with <<print $slaves[$i].inflationType>> all week @@.red;drives $object to gluttony.@@
<<set $slaves[$i].behavioralFlaw = "gluttonous">>
......@@ -4112,6 +4137,15 @@
Inflating $possessive guts with <<print $slaves[$i].inflationType>> all week @@.red;drives $object to hate eating and food.@@
<<set $slaves[$i].behavioralFlaw = "anorexic">>
<</if>>
<<case "food">>
<<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk != "fitness" && random(1,100) > 70>>
Stuffing her face with food all week @@.red;drives $object to gluttony.@@
<<set $slaves[$i].behavioralFlaw = "gluttonous">>
<<elseif $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk != "fitness">>
Stuffing her face with food all week @@.red;drives $object to hate eating.@@
<<set $slaves[$i].behavioralFlaw = "anorexic">>
<</if>>
<</switch>>
<</if>>
<</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment