mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Added Optics and Lighthouse
This commit is contained in:
BIN
android/Images/BuildingIcons/Lighthouse.png
Normal file
BIN
android/Images/BuildingIcons/Lighthouse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
android/Images/OtherIcons/Pentagon.png
Normal file
BIN
android/Images/OtherIcons/Pentagon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
android/Images/TechIcons/Optics.png
Normal file
BIN
android/Images/TechIcons/Optics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 897 KiB After Width: | Height: | Size: 901 KiB |
@ -103,6 +103,14 @@
|
||||
|
||||
// Classical Era
|
||||
|
||||
{
|
||||
name:"Lighthouse",
|
||||
hurryCostModifier:25,
|
||||
maintenance:1,
|
||||
resourceBonusStats:{food:1},
|
||||
uniques:["+1 food from Ocean and Coast tiles"]
|
||||
requiredTech:"Optics"
|
||||
},
|
||||
{
|
||||
name:"Stable",
|
||||
maintenance:1,
|
||||
|
@ -48,7 +48,6 @@
|
||||
name:"Sailing",
|
||||
row:1,
|
||||
prerequisites:["Pottery"],
|
||||
baseDescription:"Does nothing since we have no sea tiles - In theory, Allows access to sea resources by building work boats"
|
||||
},
|
||||
{
|
||||
name:"Calendar",
|
||||
@ -89,13 +88,11 @@
|
||||
buildingCost:100,
|
||||
wonderCost:250,
|
||||
techs:[
|
||||
/*{
|
||||
{
|
||||
name:"Optics",
|
||||
cost:95,
|
||||
row:1,
|
||||
prerequisites:["Sailing"],
|
||||
baseDescription:"Does nothing since we have no sea tiles - In theory, Allows construction of lighthouses, providing more food for sea tiles"
|
||||
},*/
|
||||
},
|
||||
{
|
||||
name:"Horseback Riding",
|
||||
row:5,
|
||||
|
@ -21,8 +21,8 @@ android {
|
||||
applicationId "com.unciv.game"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
versionCode 146
|
||||
versionName "2.9.0.1"
|
||||
versionCode 147
|
||||
versionName "2.9.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Reference in New Issue
Block a user