Skip to content
Snippets Groups Projects
Commit 97c7b6b0 authored by Blank's avatar Blank Committed by Pregmodder
Browse files

EncyclopediaFix

parent a4ce640c
No related branches found
No related tags found
No related merge requests found
:: StoryCaption [nobr] :: StoryCaption [nobr]
<<set _Pass = passage()>> <<set _Pass = passage()>>
<<if _Pass == "Encyclopedia">>
/* Intro, new players, PC/Gameplay focused */
[[Playing Free Cities|Encyclopedia][$encyclopedia = "Playing Free Cities"]]
<br>[[Design your master|Encyclopedia][$encyclopedia = "Design Your Master"]]
<br>[[Being in charge|Encyclopedia][$encyclopedia = "Being in charge"]]
/* Section for slaves */
<br>[[Slaves|Encyclopedia][$encyclopedia = "Slaves"]]
<br>[[Obtaining Slaves|Encyclopedia][$encyclopedia = "Obtaining Slaves"]]
<br>[[Slave Assignments|Encyclopedia][$encyclopedia = "Slave Assignments"]]
<br>[[Slave Body|Encyclopedia][$encyclopedia = "Body"]] / [[Skills|Encyclopedia][$encyclopedia = "Skills"]]
<br>[[Slave Fetishes|Encyclopedia][$encyclopedia = "Fetishes"]] / [[Quirks|Encyclopedia][$encyclopedia = "Quirks"]] / [[Flaws|Encyclopedia][$encyclopedia = "Flaws"]]
<br>[[Slave Relationships|Encyclopedia][$encyclopedia = "Relationships"]]
/* Section for arcology and Lore */
<br>[[The X-Series Arcology|Encyclopedia][$encyclopedia = "What the Upgrades Do"]]
<br>[[Arcology Facilities|Encyclopedia][$encyclopedia = "Facilities"]]
<br>[[Terrain Types|Encyclopedia][$encyclopedia = "Terrain Types"]]
<br>[[Future Societies|Encyclopedia][$encyclopedia = "Future Societies"]]
<br>[[Lore|Encyclopedia][$encyclopedia = "Lore"]]
/* Mods and extras */
<br>[[Game Mods|Encyclopedia][$encyclopedia = "Game Mods"]]
<br>[[Credits|Encyclopedia][$encyclopedia = "Credits"]]
<<elseif _Pass == "Starting Girls">>
<span id="cost"><<SlaveCostDescription>></span>
<<elseif $ui != "start">> <<if $ui != "start" && _Pass !== "Encyclopedia">>
<<if $cheatMode || $debugMode>> _Pass<br> <</if>> <<if $cheatMode || $debugMode>> _Pass<br> <</if>>
<span id="week">''Week $week''</span> <span id="week">''Week $week''</span>
<<if $week > 52>> (<<= years($week)>>) <</if>> <<if $week > 52>> (<<= years($week)>>) <</if>>
...@@ -49,14 +26,21 @@ ...@@ -49,14 +26,21 @@
<<else>> <<else>>
//@@.red;$weatherToday.name@@// //@@.red;$weatherToday.name@@//
<</if>> <</if>>
<</if>>
<<if $nextButton == "END WEEK">> <br><br> <<if $ui != "start">>
<<if $nextButton === "END WEEK" || _Pass === "Encyclopedia">>
<span id="endWeekButton"> <span id="endWeekButton">
<<if $nextButton === "END WEEK">> <br><br> <</if>>
<strong> <strong>
<<link [[($nextButton)|($nextLink)]]>><</link>> <<link [[($nextButton)|($nextLink)]]>><</link>>
</strong> </strong>
@@.cyan;[Ent]@@ <<if $nextButton === "END WEEK">>
<<if $rulesError && $rulesAssistantAuto == 1>><br>@@.yellow; WARNING: some custom rules will change slave variables@@<</if>> @@.cyan;[Ent]@@
<<if $rulesError && $rulesAssistantAuto == 1>><br>@@.yellow; WARNING: some custom rules will change slave variables@@<</if>>
<<else>>
to Fee Cities.<br>
<</if>>
</span> </span>
<br> <br>
<<elseif $nextButton == " ">> <br><br> <<elseif $nextButton == " ">> <br><br>
...@@ -72,8 +56,34 @@ ...@@ -72,8 +56,34 @@
@@.cyan;[Space]@@<br> @@.cyan;[Space]@@<br>
</span> </span>
<</if>> <</if>>
<</if>>
<<if _Pass == "Encyclopedia">>
/* Intro, new players, PC/Gameplay focused */
[[Playing Free Cities|Encyclopedia][$encyclopedia = "Playing Free Cities"]]
<br>[[Design your master|Encyclopedia][$encyclopedia = "Design Your Master"]]
<br>[[Being in charge|Encyclopedia][$encyclopedia = "Being in charge"]]
/* Section for slaves */
<br>[[Slaves|Encyclopedia][$encyclopedia = "Slaves"]]
<br>[[Obtaining Slaves|Encyclopedia][$encyclopedia = "Obtaining Slaves"]]
<br>[[Slave Assignments|Encyclopedia][$encyclopedia = "Slave Assignments"]]
<br>[[Slave Body|Encyclopedia][$encyclopedia = "Body"]] / [[Skills|Encyclopedia][$encyclopedia = "Skills"]]
<br>[[Slave Fetishes|Encyclopedia][$encyclopedia = "Fetishes"]] / [[Quirks|Encyclopedia][$encyclopedia = "Quirks"]] / [[Flaws|Encyclopedia][$encyclopedia = "Flaws"]]
<br>[[Slave Relationships|Encyclopedia][$encyclopedia = "Relationships"]]
/* Section for arcology and Lore */
<br>[[The X-Series Arcology|Encyclopedia][$encyclopedia = "What the Upgrades Do"]]
<br>[[Arcology Facilities|Encyclopedia][$encyclopedia = "Facilities"]]
<br>[[Terrain Types|Encyclopedia][$encyclopedia = "Terrain Types"]]
<br>[[Future Societies|Encyclopedia][$encyclopedia = "Future Societies"]]
<br>[[Lore|Encyclopedia][$encyclopedia = "Lore"]]
/* Mods and extras */
<br>[[Game Mods|Encyclopedia][$encyclopedia = "Game Mods"]]
<br>[[Credits|Encyclopedia][$encyclopedia = "Credits"]]
<<elseif _Pass == "Starting Girls">>
<span id="cost"><<SlaveCostDescription>></span>
<</if>>
<<if $ui != "start" && _Pass !== "Encyclopedia">>
<<if $sideBarOptions.Cash > 0>> <br> <<if $sideBarOptions.Cash > 0>> <br>
<<set $cash = Math.trunc($cash)>> <<set $cash = Math.trunc($cash)>>
<span id="cash"> <span id="cash">
......
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