Added Agriculture tech - no gameplay change, but it does tell the game's story well!

This commit is contained in:
Yair Morgenstern
2018-06-24 21:19:57 +03:00
parent afd712c1c9
commit a56e7e43aa
5 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,17 @@
[
{
columnNumber: 0,
era:"Ancient",
techCost: 20,
buildingCost:40,
techs:[
{
name:"Agriculture",
row:5,
}
]
},
{
columnNumber: 1,
era:"Ancient",

View File

@ -4,6 +4,7 @@
terrainsCanBeBuiltOn:["Plains","Grassland","Desert","Flood plains"],
food:1,
turnsToBuild:7,
techRequired:"Agriculture",
improvingTech:"Fertilizer",
improvingTechStats:{food:1}
},

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 26
versionCode 91
versionName "2.5.5.2"
versionCode 92
versionName "2.5.6"
}
buildTypes {
release {