Newer
Older
<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.min($upgradeMultiplierMedicine, $HackingSkillMultiplier)>>
<br>
The Implant Manufactory
<hr>
//The implant manufactory is running smoothly. It can cheaply produce advanced implants and has freed you from relying on outside sources for specialty implants. It can easily produce more complex implants should you obtain the schematics necessary to build them.//
<br><br>
Implant Production
<hr>
The manufactory is capable of producing customized fillable implants.
<br>
<<if ($meshImplants != 1) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access plans for supportive breast implants//
<<elseif ($meshImplants != 1) && ($rep > 10000*_PCSkillCheck)>>
[[Purchase plans for supportive mesh breast implants|Implant Manufactory][cashX(forceNeg(40000*_PCSkillCheck), "capEx"), $meshImplants = 1]]
//Costs <<print cashFormat(40000*_PCSkillCheck)>>//
<br> //Will allow the construction of organic and supportive mesh breast implants.//
<br>
<<elseif ($meshImplants > 0)>>
The manufactory is capable of producing supportive mesh breast implants.
<br>
<</if>>
<<if $UterineRestraintMesh == 1>>
The manufactory is capable of producing supportive mesh uterine implants.
<br>
<</if>>
<<if ($bellyImplants == 0) && ($rep <= 2000*_PCSkillCheck)>>
//You lack the reputation to access experimental fillable abdominal implants//
<br>
<<elseif ($bellyImplants == 0) && ($rep > 2000*_PCSkillCheck)>>
[[Purchase schematics for fillable abdominal implants|Implant Manufactory][cashX(forceNeg(30000*_PCSkillCheck), "capEx"), $bellyImplants = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br> //Will allow the construction of fillable abdominal implants for the autosurgery.//
<br>
<<elseif ($bellyImplants > 0)>>
The manufactory is capable of crafting fillable abdominal implants.
<br>
<<if ($bellyImplants == 1) && ($cervixImplants == 0) && ($rep <= 6000*_PCSkillCheck)>> /* show only after belly implants already researched */
//You lack the reputation to access experimental cervix filter micropumps schematics for abdominal implants//
<br>
<<elseif ($bellyImplants == 1) && ($cervixImplants == 0) && ($rep > 6000 * _PCSkillCheck)>> /* nanotech like technology much more impressive and costly than simple implant */
[[Purchase schematics for cervix filter micropumps|Implant Manufactory][cashX(forceNeg(70000*_PCSkillCheck), "capEx"), $cervixImplants = 1]]
//Costs <<print cashFormat(70000*_PCSkillCheck)>>//
<br> //Will allow the construction of cervix filter micropumps for fillable abdominal implants using the autosurgery.//
<br>
The manufactory is capable of crafting cervix filter micropumps for fillable abdominal implants.
<br>
//You lack the reputation to obtain conversion kits for rectal filter micropumps//
<br>
<<elseif ($cervixImplants == 1) && ($rep > 8000*_PCSkillCheck)>>
The manufactory is capable of crafting cervix filter micropumps for fillable abdominal implants.
<br>
[[Purchase conversion kits for rectal filter micropumps|Implant Manufactory][cashX(forceNeg(60000*_PCSkillCheck), "capEx"), $cervixImplants = 2]]
<br> //Will allow the construction of the anal equivalent of the cervix micropumps using the autosurgery.//
<br>
<<elseif ($cervixImplants > 1)>>
The manufactory is capable of crafting cervix and rectal filter micropumps for fillable abdominal implants.
<br>
<<if $seePreg != 0>>
<br>
Fertility Implants
<hr>
<<if $fertilityImplant == 1>>
The manufactory is capable of crafting fertility enhancing implants for ovaries.
<<elseif $fertilityImplant == 0 && ($rep <= 3000*_PCSkillCheck)>>
//You lack the reputation to access fertility boosting ovarian implants//
<<else>>
[[Purchase schematics for fertility enhancing ovarian implants|Implant Manufactory][cashX(forceNeg(10000*_PCSkillCheck), "capEx"), $fertilityImplant = 1]]
//Costs <<print cashFormat(10000*_PCSkillCheck)>>//
<br> //Will allow the construction of implants that encourage multiple eggs being released during ovulation.//
<<if $sympatheticOvaries == 1>>
The manufactory is capable of crafting implants that synchronize ovum release.
<<if $seeHyperPreg == 1 && $seeExtreme == 1>>
<<if ($permaPregImplant == 0) && ($rep <= 4000*_PCSkillCheck)>>
//You lack the reputation to access experimental pregnancy generator schematics//
<br>
<<elseif ($permaPregImplant == 0) && ($rep > 4000*_PCSkillCheck)>>
[[Purchase schematics for an experimental implantable pregnancy generator|Implant Manufactory][cashX(forceNeg(40000*_PCSkillCheck), "capEx"), $permaPregImplant = 1]]
//Costs <<print cashFormat(40000*_PCSkillCheck)>>//
<br> //Will allow the construction of implants that force perpetual pregnancy.//
<br>
<<elseif ($permaPregImplant > 0)>>
The manufactory is capable of crafting pregnancy generators.
<br>
<</if>>
<<if $PGHack == 1>>
The tools required to hack the firmware of basic pregnancy generator implants have been produced by the manufactory for use in the remote surgery.
<br>
<</if>>
<</if>>
<</if>>
<br>
Fluid Production Implants
<hr>
<<if ($prostateImplants != 1) && ($rep <= 3000*_PCSkillCheck)>>
//You lack the reputation to access plans for prostate implants//
<br>
<<elseif ($prostateImplants != 1) && ($rep > 3000*_PCSkillCheck)>>
[[Purchase plans for ejaculation enhancing prostate implants|Implant Manufactory][cashX(forceNeg(30000*_PCSkillCheck), "capEx"), $prostateImplants = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br> //Will allow the construction of a prostate implant designed to stimulate fluid production for massive ejaculations. Beware of leaking and dehydration.//
<br>
<<elseif ($prostateImplants > 0)>>
The manufactory is capable of producing ejaculation enhancing prostate implants.
<br>