Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
97c7b6b0
Commit
97c7b6b0
authored
5 years ago
by
Blank
Committed by
Pregmodder
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
EncyclopediaFix
parent
a4ce640c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/storyCaption.tw
+37
-27
37 additions, 27 deletions
src/uncategorized/storyCaption.tw
with
37 additions
and
27 deletions
src/uncategorized/storyCaption.tw
+
37
−
27
View file @
97c7b6b0
:: 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>
<<
else
if $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">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment