-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Factory construction now takes account of upkeep rate
And fixed the income per second was much too high
- Loading branch information
1 parent
5b5cc2a
commit 301f2a3
Showing
4 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Upkeep Food value border Resistance Save time Mines needed | ||
LOW 50 500 30+GetRandomInt(0, 60) 2 | ||
HIGH 80 2000 100+GetRandomInt(0, 300) 2 | ||
Upkeep Food value border Resistance Save time Mines needed GoldChange | ||
LOW 50 500 30+GetRandomInt(0, 60) 2 0.7 | ||
HIGH 80 2000 100+GetRandomInt(0, 300) 2 0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Upkeep Food value border Resistance Save time Mines needed | ||
LOW 40 500 30+GetRandomInt(0, 60) 2 | ||
HIGH 70 2000 100+GetRandomInt(0, 300) 2 | ||
Upkeep Food value border Resistance Save time Mines needed GoldChange | ||
LOW 40 500 30+GetRandomInt(0, 60) 2 0.7 | ||
HIGH 70 2000 100+GetRandomInt(0, 300) 2 0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Upkeep Food value border Resistance Save time Mines needed | ||
LOW 50 500 30+GetRandomInt(0, 60) 2 | ||
HIGH 80 2000 100+GetRandomInt(0, 300) 2 | ||
Upkeep Food value border Resistance Save time Mines needed GoldChange | ||
LOW 50 500 30+GetRandomInt(0, 60) 2 0.7 | ||
HIGH 80 2000 100+GetRandomInt(0, 300) 2 0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters