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

fixes and belly implant work

parent 1f66bda2
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1083Pregmod v1021-180
:: belly implant dumper
<<set $slaves.forEach(function(s) { if (s.bellyImplant == 0) { s.bellyImplant = -1; } })>>
<<ClearSummaryCache>>
\ No newline at end of file
......@@ -19,7 +19,7 @@
<<set $activeSlave.birthName = "">>
<<set $activeSlave.slaveSurname = "">>
<<set $activeSlave.surname = "">>
<<set $$activeSlave.race = $huskSlave.race>>
<<set $activeSlave.race = $huskSlave.race>>
<<set $activeSlave.nationality = $huskSlave.nationality>>
<<set $activeSlave.origin = "You reserved a mindless slave like her from the Flesh Heap.">>
<<set $activeSlave.devotion = 0>>
......
......@@ -63,18 +63,6 @@ Across the ring, her opponent's owner nods civilly to you and examines $activeSl
Her poor health makes her a weaker combatant.
<</if>>
<<if $activeSlave.bellyImplant >= 32000>>
Her immense, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
<<elseif $activeSlave.bellyImplant >= 16000>>
Her massive, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
<<elseif $activeSlave.bellyImplant >= 8000>>
Her huge, <<print $activeSlave.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
<<elseif $activeSlave.bellyImplant >= 4000>>
Her large, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective.
<<elseif $activeSlave.bellyImplant >= 2000>>
Her swollen, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and makes her less effective.
<</if>>
<<if $activeSlave.pregKnown == 1 || $activeSlave.bellyPreg >= 1500>>
<<if $activeSlave.bellyPreg >= 750000>>
Her monolithic pregnancy guarantees her loss; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent.
......@@ -94,6 +82,28 @@ Across the ring, her opponent's owner nods civilly to you and examines $activeSl
Her advanced pregnancy makes her much less effective.
<<elseif $activeSlave.bellyPreg >= 1500>>
Her growing pregnancy distracts her from the fight.
<<else>>
The life just beginning to grow inside her distracts her from the fight.
<</if>>
<<elseif $activeSlave.bellyImplant >= 1500>>
<<if $activeSlave.bellyPreg >= 750000>>
Her monolithic, <<print $activeSlave.bellyImplant>>cc implant filled belly guarantees her loss; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent.
<<elseif $activeSlave.bellyPreg >= 600000>>
Her titanic, <<print $activeSlave.bellyImplant>>cc implant filled belly is practically a guaranteed loss; she can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but she can feel it straining to hold the sheer amount of filler forced into it.
<<elseif $activeSlave.bellyPreg >= 450000>>
Her gigantic, <<print $activeSlave.bellyImplant>>cc implant filled belly is nearly a guaranteed loss; it presents an unmissable, indefensible target for her adversary.
<<elseif $activeSlave.bellyImplant >= 300000>>
Her massive, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
<<elseif $activeSlave.bellyPreg >= 150000>>
Her giant, <<print $activeSlave.bellyImplant>>cc implant filled belly obstructs her movement and greatly slows her down.
<<elseif $activeSlave.bellyPreg >= 100000>>
Her giant, <<print $activeSlave.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
<<elseif $activeSlave.bellyImplant >= 10000>>
Her huge, <<print $activeSlave.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
<<elseif $activeSlave.bellyImplant >= 5000>>
Her large, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective.
<<elseif $activeSlave.bellyImplant >= 1500>>
Her swollen, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and makes her less effective.
<</if>>
<</if>>
<<if $activeSlave.labor == 1>>
......
......@@ -1477,36 +1477,24 @@
<<set $deadliness -= 1>>
<</if>>
<<if $args[0].bellyImplant >= 32000>>
<<set $deadliness -= 5>>
<<elseif $args[0].bellyImplant >= 16000>>
<<set $deadliness -= 4>>
<<elseif $args[0].bellyImplant >= 8000>>
<<set $deadliness -= 3>>
<<elseif $args[0].bellyImplant >= 4000>>
<<set $deadliness -= 2>>
<<elseif $args[0].bellyImplant >= 2000>>
<<set $deadliness -= 1>>
<</if>>
<<if $args[0].pregKnown == 1 || $args[0].bellyPreg >= 1500>>
<<if $args[0].bellyPreg >= 750000>>
<<if $args[0].pregKnown == 1 || $args[0].bellyPreg >= 1500 || $args[0].bellyImplant >= 1500>>
<<if $args[0].belly >= 750000>>
<<set $deadliness -= 50>>
<<elseif $args[0].bellyPreg >= 600000>>
<<elseif $args[0].belly >= 600000>>
<<set $deadliness -= 25>>
<<elseif $args[0].bellyPreg >= 450000>>
<<elseif $args[0].belly >= 450000>>
<<set $deadliness -= 15>>
<<elseif $args[0].bellyPreg >= 300000>>
<<elseif $args[0].belly >= 300000>>
<<set $deadliness -= 10>>
<<elseif $args[0].bellyPreg >= 150000>>
<<elseif $args[0].belly >= 150000>>
<<set $deadliness -= 8>>
<<elseif $args[0].bellyPreg >= 100000>>
<<elseif $args[0].belly >= 100000>>
<<set $deadliness -= 7>>
<<elseif $args[0].bellyPreg >= 10000>>
<<elseif $args[0].belly >= 10000>>
<<set $deadliness -= 3>>
<<elseif $args[0].bellyPreg >= 5000>>
<<elseif $args[0].belly >= 5000>>
<<set $deadliness -= 2>>
<<elseif $args[0].bellyPreg >= 1500>>
<<else>>
<<set $deadliness -= 1>>
<</if>>
<</if>>
......
......@@ -2776,7 +2776,6 @@ This experience
<<else>>
<<set _implantSize = 0>>
<</if>>
<</if>>
<<if $args[0].inflation == 3>>
<<set $args[0].bellyFluid = 10000>>
<<elseif $args[0].inflation == 2>>
......
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