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
98cadd54
Commit
98cadd54
authored
5 years ago
by
x
Browse files
Options
Downloads
Patches
Plain Diff
Update repBudget
parent
3d242395
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/repBudget.tw
+37
-15
37 additions, 15 deletions
src/uncategorized/repBudget.tw
with
37 additions
and
15 deletions
src/uncategorized/repBudget.tw
+
37
−
15
View file @
98cadd54
...
...
@@ -55,39 +55,59 @@ for (var i = 0; i < State.variables.lastWeeksRepIncome.length; i++){
<<print budgetLine("gloryhole", "Free glory holes")>>
<<print budgetLine("concubine", "Concubine")>>
<<if $Concubine != 0>>
<<print budgetLine("concubine", "Concubine")>>
<</if>>
<<print budgetLine("headGirl", "Head girl")>>
<<if $HeadGirl != 0>>
<<print budgetLine("headGirl", "Head girl")>>
<</if>>
<<print budgetLine("bodyguard", "Bodyguard")>>
<<if $Bodyguard != 0>>
<<print budgetLine("bodyguard", "Bodyguard")>>
<</if>>
<<print budgetLine("recruiter", "Recruiter")>>
<<if $Recruiter != 0>>
<<print budgetLine("recruiter", "Recruiter")>>
<</if>>
<tr>
<h2>Structures</h2> /* TODO: using h2s doesn't fit in with the rest of the game */
</tr>
<<print budgetLine("arcade", "[[$arcadeNameCaps|Arcade][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($arcadeSlaves slaves)")>>
<<if $arcade > 0>>
<<print budgetLine("arcade", "[[$arcadeNameCaps|Arcade][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($arcadeSlaves slaves)")>>
<<print budgetLine("gloryholeArcade", "Free arcade")>>
<<print budgetLine("gloryholeArcade", "Free arcade")>>
<</if>>
<<print budgetLine("brothel", "[[$brothelNameCaps|Brothel][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($brothelSlaves slaves)")>>
<<if $brothel > 0>>
<<print budgetLine("brothel", "[[$brothelNameCaps|Brothel][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($brothelSlaves slaves)")>>
<</if>>
<<print budgetLine("club", "[[$clubNameCaps|Club][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($clubSlaves slaves)")>>
<<if $club > 0>>
<<print budgetLine("club", "[[$clubNameCaps|Club][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($clubSlaves slaves)")>>
<<print budgetLine("publicServantClub", "Club servants")>>
<<print budgetLine("publicServantClub", "Club servants")>>
<<print budgetLine("clubAds", "[[Club ads|Club Advertisement][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]]")>>
<<if $clubAdsSpending > 0>>
<<print budgetLine("clubAds", "[[Club ads|Club Advertisement][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]]")>>
<</if>>
<<if $club > 0>>
<br>
<</if>>
<<print budgetLine("pit", "[[$pitNameCaps|Pit][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($fighterIDs.length slaves)")>>
<<if $pit > 0>>
<<print budgetLine("pit", "[[$pitNameCaps|Pit][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($fighterIDs.length slaves)")>>
<</if>>
<<print budgetLine("servantsQuarters", "[[Servants' Quarters][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($servantsQuartersSlaves slaves)")>>
<<if $servantsQuarters > 0>>
<<print budgetLine("servantsQuarters", "[[Servants' Quarters][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($servantsQuartersSlaves slaves)")>>
<</if>>
<<print budgetLine("spa", "[[$spaNameCaps|Spa][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($spaSlaves slaves)")>>
<<if $spa > 0>>
<<print budgetLine("spa", "[[$spaNameCaps|Spa][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($spaSlaves slaves)")>>
<</if>>
<<print budgetLine("architecture", "[[Architecture|Manage Arcology][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]]")>>
...
...
@@ -131,7 +151,9 @@ for (var i = 0; i < State.variables.lastWeeksRepIncome.length; i++){
<h2>Forces</h2>
</tr>
<<print budgetLine("specialForces", "Special forces")>>
<<if $SF.Toggle && $SF.Active >= 1>>
<<print budgetLine("specialForces", "Special forces")>>
<</if>>
<<print budgetLine("peacekeepers", "Peacekeepers")>>
...
...
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