Skip to content

Commit

Permalink
[balancing] adjust early upgrade evidence costs
Browse files Browse the repository at this point in the history
  • Loading branch information
nroutasuo committed Feb 6, 2020
1 parent 35cdfa4 commit 2799f4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/game/constants/PlayerActionConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2513,12 +2513,12 @@ function (Ash, GameConstants, CampConstants, ImprovementConstants) {
},

unlock_building_library: {
evidence: 87,
evidence: 91,
},

unlock_building_inn: {
rumours: 60,
evidence: 87,
evidence: 91,
},

unlock_building_market: {
Expand All @@ -2527,7 +2527,7 @@ function (Ash, GameConstants, CampConstants, ImprovementConstants) {

unlock_building_fortifications: {
rumours: 54,
evidence: 78,
evidence: 82,
},

unlock_item_bag2: {
Expand All @@ -2536,23 +2536,23 @@ function (Ash, GameConstants, CampConstants, ImprovementConstants) {

unlock_weapon_15: {
rumours: 42,
evidence: 88,
evidence: 62,
},

unlock_clothing_basic: {
rumours: 33,
},

unlock_clothing_warm: {
evidence: 71,
evidence: 46,
},

unlock_building_darkfarm: {
rumours: 62,
},

unlock_building_tradingpost: {
evidence: 44,
evidence: 31,
},

unlock_item_clothing2: {
Expand All @@ -2573,7 +2573,7 @@ function (Ash, GameConstants, CampConstants, ImprovementConstants) {

unlock_item_shoe1: {
rumours: 17,
evidence: 32,
evidence: 30,
},

},
Expand Down

0 comments on commit 2799f4c

Please sign in to comment.