Resolved #488 - Recalibrated tech costs

This commit is contained in:
Yair Morgenstern
2019-03-02 22:26:31 +02:00
parent 6ad3652205
commit c676d127dd
2 changed files with 15 additions and 15 deletions

View File

@ -84,7 +84,7 @@
{ {
columnNumber: 3, columnNumber: 3,
era:"Classical", era:"Classical",
techCost: 115, techCost: 105,
buildingCost:100, buildingCost:100,
wonderCost:250, wonderCost:250,
techs:[ techs:[
@ -115,7 +115,7 @@
{ {
columnNumber: 4, columnNumber: 4,
era:"Classical", era:"Classical",
techCost: 305, techCost: 175,
buildingCost:120, buildingCost:120,
wonderCost:300, wonderCost:300,
techs:[ techs:[
@ -144,7 +144,7 @@
{ {
columnNumber: 5, columnNumber: 5,
era:"Medieval", era:"Medieval",
techCost: 535, techCost: 250,
buildingCost:160, buildingCost:160,
wonderCost:400, wonderCost:400,
techs:[ techs:[
@ -174,7 +174,7 @@
{ {
columnNumber: 6, columnNumber: 6,
era:"Medieval", era:"Medieval",
techCost: 855, techCost: 440,
buildingCost:200, buildingCost:200,
wonderCost:500, wonderCost:500,
techs:[ techs:[
@ -215,7 +215,7 @@
{ {
columnNumber: 7, columnNumber: 7,
era:"Renaissance", era:"Renaissance",
techCost: 1265, techCost: 650,
buildingCost:250, buildingCost:250,
wonderCost:625, wonderCost:625,
techs:[ techs:[
@ -250,7 +250,7 @@
{ {
columnNumber: 8, columnNumber: 8,
era:"Renaissance", era:"Renaissance",
techCost: 1755, techCost: 900,
buildingCost:300, buildingCost:300,
wonderCost:750, wonderCost:750,
techs:[ techs:[
@ -284,7 +284,7 @@
{ {
columnNumber: 9, columnNumber: 9,
era:"Industrial", era:"Industrial",
techCost: 2585, techCost: 1300,
buildingCost:360, buildingCost:360,
wonderCost:920, wonderCost:920,
techs:[ techs:[
@ -323,7 +323,7 @@
{ {
columnNumber: 10, columnNumber: 10,
era:"Industrial", era:"Industrial",
techCost: 3405, techCost: 1680,
buildingCost:500, buildingCost:500,
wonderCost:1060, wonderCost:1060,
techs:[ techs:[
@ -353,7 +353,7 @@
{ {
columnNumber: 11, columnNumber: 11,
era:"Modern", era:"Modern",
techCost: 4505, techCost: 3000,
buildingCost:500, buildingCost:500,
wonderCost:1250, wonderCost:1250,
techs:[ techs:[
@ -387,7 +387,7 @@
{ {
columnNumber: 12, columnNumber: 12,
era:"Modern", era:"Modern",
techCost: 5605, techCost: 4100,
buildingCost:500, buildingCost:500,
wonderCost:1250, wonderCost:1250,
techs:[ techs:[
@ -416,7 +416,7 @@
{ {
columnNumber: 13, columnNumber: 13,
era:"Information", era:"Information",
techCost: 7035, techCost: 5330,
buildingCost:500, buildingCost:500,
wonderCost:1250, wonderCost:1250,
techs:[ techs:[
@ -446,7 +446,7 @@
{ {
columnNumber: 14, columnNumber: 14,
era:"Information", era:"Information",
techCost: 8465, techCost: 6850,
buildingCost:750, buildingCost:750,
wonderCost:2000, wonderCost:2000,
techs:[ techs:[
@ -475,7 +475,7 @@
{ {
columnNumber: 15, columnNumber: 15,
era:"Future", era:"Future",
techCost: 9675, techCost: 8182,
buildingCost:750, buildingCost:750,
wonderCost:1250, wonderCost:1250,
techs:[ techs:[
@ -499,7 +499,7 @@
{ {
columnNumber: 16, columnNumber: 16,
era:"Future", era:"Future",
techCost: 9675, techCost: 9500,
buildingCost:750, buildingCost:750,
wonderCost:1250, wonderCost:1250,
techs:[ techs:[

View File

@ -20,7 +20,7 @@ class UnCivGame : Game() {
val viewEntireMapForDebug = false val viewEntireMapForDebug = false
// For when you need to test something in an advanced game and don't have time to faff around // For when you need to test something in an advanced game and don't have time to faff around
val superchargedForDebug = true val superchargedForDebug = false
lateinit var worldScreen: WorldScreen lateinit var worldScreen: WorldScreen