Skip to content
Snippets Groups Projects
Commit 3790f396 authored by Arkerthan's avatar Arkerthan
Browse files

wrap paragraphs in <p>

parent 9840dc77
No related branches found
No related tags found
1 merge request!6021wrap all paragraphs in <p>
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
<h1>The Implant Manufactory</h1> <h1>The Implant Manufactory</h1>
<div class="scene-intro">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.</div> <p class="scene-intro">
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.
</p>
<h2>Implant Production</h2> <h2>Implant Production</h2>
<p>
<div>The manufactory is capable of producing customized fillable implants.</div> <div>The manufactory is capable of producing customized fillable implants.</div>
<<if ($meshImplants != 1) && ($rep <= 10000*_PCSkillCheck)>> <<if ($meshImplants != 1) && ($rep <= 10000*_PCSkillCheck)>>
...@@ -78,10 +81,12 @@ ...@@ -78,10 +81,12 @@
<div>The manufactory is capable of crafting cervix and rectal filter micropumps for fillable abdominal implants.</div> <div>The manufactory is capable of crafting cervix and rectal filter micropumps for fillable abdominal implants.</div>
<</if>> <</if>>
<</if>> <</if>>
</p>
<<if $seePreg != 0>> <<if $seePreg != 0>>
<h2>Fertility Implants</h2> <h2>Fertility Implants</h2>
<p>
<<if $fertilityImplant == 1>> <<if $fertilityImplant == 1>>
<div>The manufactory is capable of crafting fertility enhancing implants for ovaries.</div> <div>The manufactory is capable of crafting fertility enhancing implants for ovaries.</div>
<<elseif $fertilityImplant == 0 && ($rep <= 3000*_PCSkillCheck)>> <<elseif $fertilityImplant == 0 && ($rep <= 3000*_PCSkillCheck)>>
...@@ -126,10 +131,12 @@ ...@@ -126,10 +131,12 @@
</div> </div>
<</if>> <</if>>
<</if>> <</if>>
</p>
<</if>> <</if>>
<h2>Fluid Production Implants</h2> <h2>Fluid Production Implants</h2>
<p>
<<if ($prostateImplants != 1) && ($rep <= 3000*_PCSkillCheck)>> <<if ($prostateImplants != 1) && ($rep <= 3000*_PCSkillCheck)>>
<div class="note">You lack the reputation to access plans for prostate implants.</div> <div class="note">You lack the reputation to access plans for prostate implants.</div>
<<elseif ($prostateImplants != 1) && ($rep > 3000*_PCSkillCheck)>> <<elseif ($prostateImplants != 1) && ($rep > 3000*_PCSkillCheck)>>
...@@ -145,3 +152,4 @@ ...@@ -145,3 +152,4 @@
<<elseif ($prostateImplants > 0)>> <<elseif ($prostateImplants > 0)>>
<div>The manufactory is capable of producing ejaculation enhancing prostate implants.</div> <div>The manufactory is capable of producing ejaculation enhancing prostate implants.</div>
<</if>> <</if>>
</p>
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<h1>The Organ Farm</h1> <h1>The Organ Farm</h1>
<p>
<div class="scene-intro"> <div class="scene-intro">
<<if $organFarmUpgrade > 2>> <<if $organFarmUpgrade > 2>>
The organ farm is running smoothly. It can rapidly grow tailored organs for implantation in slaves. It can easily produce altered variants should you obtain the data necessary to create them. The organ farm is running smoothly. It can rapidly grow tailored organs for implantation in slaves. It can easily produce altered variants should you obtain the data necessary to create them.
...@@ -28,7 +29,7 @@ ...@@ -28,7 +29,7 @@
</div> </div>
<<elseif $dispensaryUpgrade == 0 && $organFarmUpgrade == 2>> <<elseif $dispensaryUpgrade == 0 && $organFarmUpgrade == 2>>
<div class="note"> <div class="note">
The pharmaceutical fabricator must upgraded in order to produce the drugs required by the perfected organ farm. The pharmaceutical fabricator must be upgraded in order to produce the drugs required by the perfected organ farm.
</div> </div>
<<elseif $organs.length > 0>> <<elseif $organs.length > 0>>
<div class="note"> <div class="note">
...@@ -103,13 +104,17 @@ ...@@ -103,13 +104,17 @@
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
</p>
<h2>Organ Production</h2> <h2>Organ Production</h2>
<p>
<<= App.Medicine.OrganFarm.currentlyGrowing()>> <<= App.Medicine.OrganFarm.currentlyGrowing()>>
</p>
<h2>Future Societies Research</h2> <h2>Future Societies Research</h2>
<p>
<<if $seePreg != 0>> <<if $seePreg != 0>>
<div> <div>
<<if $arcologies[0].FSGenderRadicalistDecoration == 100>> <<if $arcologies[0].FSGenderRadicalistDecoration == 100>>
...@@ -134,4 +139,5 @@ ...@@ -134,4 +139,5 @@
<span class="note">Gender Radicalist focused research unavailable.</span> <span class="note">Gender Radicalist focused research unavailable.</span>
<</if>> <</if>>
</div> </div>
<</if>> <</if>>
\ No newline at end of file </p>
...@@ -4,32 +4,35 @@ ...@@ -4,32 +4,35 @@
<h1>The Dispensary</h1> <h1>The Dispensary</h1>
<div class="scene-intro"> <p>
<<if $dispensaryUpgrade == 0>> <div class="scene-intro">
The pharmaceutical fabricator is running smoothly. It can cheaply replicate complex medications, and has already cut the cost of drugs for your slaves by a fourth. It can easily produce advanced drugs should you obtain the data necessary to create them. <<if $dispensaryUpgrade == 0>>
<<else>> The pharmaceutical fabricator is running smoothly. It can cheaply replicate complex medications, and has already cut the cost of drugs for your slaves by a fourth. It can easily produce advanced drugs should you obtain the data necessary to create them.
The pharmaceutical fabricator is running smoothly. It can cheaply and quickly replicate complex medications, and has already cut the cost of drugs for your slaves in half. It can easily produce advanced drugs should you obtain the data necessary to create them.
<</if>>
</div>
<<if ($dispensaryUpgrade == 0)>>
<<if ($rep > 5000)>>
<div>
[[Upgrade the pharmaceutical fabricator|Dispensary][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $dispensaryUpgrade = 1, $drugsCost = (($drugsCost*2)/3)]]
<span class="detail">
Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>.
<div class="indent">
Will improve production efficiency further decreasing costs.
</div>
</span>
</div>
<<else>> <<else>>
<div class="note">You lack the reputation to obtain cutting-edge pharmaceutical fabricator upgrades.</div> The pharmaceutical fabricator is running smoothly. It can cheaply and quickly replicate complex medications, and has already cut the cost of drugs for your slaves in half. It can easily produce advanced drugs should you obtain the data necessary to create them.
<</if>> <</if>>
<</if>> </div>
<<if ($dispensaryUpgrade == 0)>>
<<if ($rep > 5000)>>
<div>
[[Upgrade the pharmaceutical fabricator|Dispensary][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $dispensaryUpgrade = 1, $drugsCost = (($drugsCost*2)/3)]]
<span class="detail">
Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>.
<div class="indent">
Will improve production efficiency further decreasing costs.
</div>
</span>
</div>
<<else>>
<div class="note">You lack the reputation to obtain cutting-edge pharmaceutical fabricator upgrades.</div>
<</if>>
<</if>>
</p>
<h2>Hormones Upgrades</h2> <h2>Hormones Upgrades</h2>
<p>
<div> <div>
The fabricator is producing The fabricator is producing
<<if $injectionUpgrade == 0>> <<if $injectionUpgrade == 0>>
...@@ -154,9 +157,11 @@ The hormone replacement therapies ...@@ -154,9 +157,11 @@ The hormone replacement therapies
<div>The fabricator is producing extra strong hormonal drugs designed to force a slave through puberty.</div> <div>The fabricator is producing extra strong hormonal drugs designed to force a slave through puberty.</div>
<</if>> <</if>>
<</if>> <</if>>
</p>
<h2>Dietary Upgrades</h2> <h2>Dietary Upgrades</h2>
<p>
<div> <div>
<<if $feeder == 1>> <<if $feeder == 1>>
<<if ($dietXXY == 0) && ($rep <= 3500*_PCSkillCheck)>> <<if ($dietXXY == 0) && ($rep <= 3500*_PCSkillCheck)>>
...@@ -240,9 +245,11 @@ The hormone replacement therapies ...@@ -240,9 +245,11 @@ The hormone replacement therapies
The fabricator is producing meals to be served in the cafeteria designed to counteract excessive drug use and good health. They smell awful and taste worse than they look, but they're healthy. The fabricator is producing meals to be served in the cafeteria designed to counteract excessive drug use and good health. They smell awful and taste worse than they look, but they're healthy.
<</if>> <</if>>
</div> </div>
</p>
<h2>Pharmacological Upgrades</h2> <h2>Pharmacological Upgrades</h2>
<p>
<div> <div>
<<if ($curativeUpgrade == 0) && ($rep > 6000*_PCSkillCheck)>> <<if ($curativeUpgrade == 0) && ($rep > 6000*_PCSkillCheck)>>
[[Purchase data on advanced curatives|Dispensary][cashX(forceNeg(25000*_PCSkillCheck), "capEx"), $curativeUpgrade = 1]] [[Purchase data on advanced curatives|Dispensary][cashX(forceNeg(25000*_PCSkillCheck), "capEx"), $curativeUpgrade = 1]]
...@@ -324,10 +331,12 @@ The hormone replacement therapies ...@@ -324,10 +331,12 @@ The hormone replacement therapies
The pharmaceutical fabricator is working with your body purist arcology to reduce long term drug side effects. The pharmaceutical fabricator is working with your body purist arcology to reduce long term drug side effects.
</div> </div>
<</if>> <</if>>
</p>
<<if $seePreg != 0>> <<if $seePreg != 0>>
<h2>Fertility Focused Pharmacology</h2> <h2>Fertility Focused Pharmacology</h2>
<p>
<div> <div>
<<if $seeHyperPreg == 1>> <<if $seeHyperPreg == 1>>
<<if $superFertilityDrugs == 1 && ($rep > 10000*_PCSkillCheck) && $pregSpeedControl != 1>> <<if $superFertilityDrugs == 1 && ($rep > 10000*_PCSkillCheck) && $pregSpeedControl != 1>>
...@@ -375,10 +384,12 @@ The hormone replacement therapies ...@@ -375,10 +384,12 @@ The hormone replacement therapies
The fabricator is producing highly effective fertility agents. There is a warning present involving overdosing and instances of ten or more children. The fabricator is producing highly effective fertility agents. There is a warning present involving overdosing and instances of ten or more children.
<</if>> <</if>>
</div> </div>
</p>
<</if>> <</if>>
<h2>Future Societies Research</h2> <h2>Future Societies Research</h2>
<p>
<div> <div>
<<if ($ImplantProductionUpgrade == 1) && ($arcologies[0].FSTransformationFetishistDecoration >= 100)>> <<if ($ImplantProductionUpgrade == 1) && ($arcologies[0].FSTransformationFetishistDecoration >= 100)>>
<<if ($arcologies[0].FSTransformationFetishistResearch == 0) && ($rep <= 5000*_PCSkillCheck)>> <<if ($arcologies[0].FSTransformationFetishistResearch == 0) && ($rep <= 5000*_PCSkillCheck)>>
...@@ -528,3 +539,4 @@ The hormone replacement therapies ...@@ -528,3 +539,4 @@ The hormone replacement therapies
<span class="note">Hedonistic Decadence focused research unavailable.</span> <span class="note">Hedonistic Decadence focused research unavailable.</span>
<</if>> <</if>>
</div> </div>
</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment