mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
Removed placeholder science and production boost from Computers tech
New games start by default with city states
This commit is contained in:
@ -541,7 +541,6 @@
|
|||||||
"name": "Computers",
|
"name": "Computers",
|
||||||
"row": 8,
|
"row": 8,
|
||||||
"prerequisites": ["Combined Arms","Radar"],
|
"prerequisites": ["Combined Arms","Radar"],
|
||||||
"uniques": ["+10% science and production in all cities"],
|
|
||||||
"quote": "'Computers are like Old Testament gods: lots of rules and no mercy.' - Joseph Campbell"
|
"quote": "'Computers are like Old Testament gods: lots of rules and no mercy.' - Joseph Campbell"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -15,7 +15,7 @@ class GameParameters { // Default values are the default new game
|
|||||||
add(Player().apply { playerType = PlayerType.Human })
|
add(Player().apply { playerType = PlayerType.Human })
|
||||||
for (i in 1..3) add(Player())
|
for (i in 1..3) add(Player())
|
||||||
}
|
}
|
||||||
var numberOfCityStates = 0
|
var numberOfCityStates = 2
|
||||||
|
|
||||||
var noBarbarians = false
|
var noBarbarians = false
|
||||||
var oneCityChallenge = false
|
var oneCityChallenge = false
|
||||||
|
Reference in New Issue
Block a user