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
Container Registry
Model registry
Operate
Environments
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
pregmodfan
fc-pregmod
Commits
e0eeb06d
Commit
e0eeb06d
authored
4 years ago
by
brickode
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted rates
parent
8a713702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7059
Farmyard Rework
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/facilities/farmyard/farmyardShows.js
+24
-7
24 additions, 7 deletions
src/facilities/farmyard/farmyardShows.js
with
24 additions
and
7 deletions
src/facilities/farmyard/farmyardShows.js
+
24
−
7
View file @
e0eeb06d
...
@@ -112,9 +112,17 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
...
@@ -112,9 +112,17 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
if
(
arcology
.
FSPaternalist
!==
"
unset
"
)
{
if
(
arcology
.
FSPaternalist
!==
"
unset
"
)
{
if
(
V
.
seeBestiality
)
{
if
(
V
.
seeBestiality
)
{
if
(
V
.
farmyardBreeding
)
{
if
(
V
.
farmyardBreeding
)
{
cash
*=
0.8
;
if
(
V
.
farmyardRestraints
)
{
cash
*=
0.5
;
}
else
{
cash
*=
0.7
;
}
}
else
{
}
else
{
cash
*=
0.9
;
if
(
V
.
farmyardRestraints
)
{
cash
*=
0.8
;
}
else
{
cash
*=
0.9
;
}
}
}
}
}
}
}
...
@@ -123,12 +131,16 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
...
@@ -123,12 +131,16 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
if
(
V
.
seeBestiality
)
{
if
(
V
.
seeBestiality
)
{
if
(
V
.
farmyardBreeding
)
{
if
(
V
.
farmyardBreeding
)
{
if
(
V
.
farmyardRestraints
)
{
if
(
V
.
farmyardRestraints
)
{
cash
*=
1.
4
;
cash
*=
1.
5
;
}
else
{
}
else
{
cash
*=
1.
2
;
cash
*=
1.
3
;
}
}
}
else
{
}
else
{
cash
*=
1.1
;
if
(
V
.
farmyardRestraints
)
{
cash
*=
1.2
;
}
else
{
cash
*=
1.1
;
}
}
}
}
}
}
}
...
@@ -162,7 +174,9 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
...
@@ -162,7 +174,9 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
}
}
if
(
arcology
.
FSSlimnessEnthusiast
!==
"
unset
"
)
{
if
(
arcology
.
FSSlimnessEnthusiast
!==
"
unset
"
)
{
if
(
!
slimLawPass
(
slave
))
{
if
(
slimLawPass
(
slave
))
{
cash
*=
1.1
;
}
else
{
cash
*=
0.9
;
cash
*=
0.9
;
}
}
}
}
...
@@ -171,9 +185,11 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
...
@@ -171,9 +185,11 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
if
(
slave
.
weight
>
10
)
{
// slave is curvy or more
if
(
slave
.
weight
>
10
)
{
// slave is curvy or more
cash
*=
1.1
;
// TODO: not sure what weight this should be
cash
*=
1.1
;
// TODO: not sure what weight this should be
}
// TODO: should implants affect income?
}
// TODO: should implants affect income?
if
(
isStacked
(
slave
))
{
if
(
isStacked
(
slave
))
{
cash
*=
1.1
;
// TODO: should this be smaller?
cash
*=
1.1
;
}
}
if
(
slave
.
butt
>
3
)
{
// slave has bigger than a bubble butt
if
(
slave
.
butt
>
3
)
{
// slave has bigger than a bubble butt
cash
*=
1.1
;
cash
*=
1.1
;
}
}
...
@@ -183,6 +199,7 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
...
@@ -183,6 +199,7 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
if
(
isStacked
(
slave
))
{
if
(
isStacked
(
slave
))
{
cash
*=
1.2
;
cash
*=
1.2
;
}
}
if
(
slave
.
lactation
>
0
)
{
if
(
slave
.
lactation
>
0
)
{
cash
*=
1.1
;
cash
*=
1.1
;
}
}
...
...
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