@@ -9,10 +9,10 @@ export const BUILDINGS = {
9
9
} ,
10
10
upkeep : {
11
11
energy : 5 , // efficient_buildings tech tree
12
- consumer_goods : 5 , // efficient_buildings tech tree
12
+ consumer_goods : 4 , // efficient_buildings tech tree
13
13
} ,
14
14
production : {
15
- credits : 20 , // improved_production tech tree
15
+ credits : 15 , // improved_production tech tree
16
16
} ,
17
17
} ,
18
18
// basic resource buildings. cost should be around 75, upkeep around 5, production around 10
@@ -23,10 +23,10 @@ export const BUILDINGS = {
23
23
minerals : 75 , // silicon solar collectors // cheap_buildings tech tree
24
24
} ,
25
25
upkeep : {
26
- minerals : 2 , // efficient_resources tech tree
26
+ minerals : 3 , // efficient_resources tech tree
27
27
} ,
28
28
production : {
29
- energy : 20 , // energy_production tech tree
29
+ energy : 18 , // energy_production tech tree
30
30
} ,
31
31
} ,
32
32
mine : { // cheap_buildings, efficient_buildings, improved_production tech trees
@@ -37,11 +37,10 @@ export const BUILDINGS = {
37
37
energy : 25 , // digging the mine // cheap_buildings tech tree
38
38
} ,
39
39
upkeep : {
40
- energy : 2 , // powering the mine // efficient_buildings tech tree
41
- fuel : 2 , // efficient_buildings tech tree
40
+ energy : 3 , // powering the mine // efficient_buildings tech tree
42
41
} ,
43
42
production : {
44
- minerals : 24 , // mineral_production tech tree
43
+ minerals : 18 , // mineral_production tech tree
45
44
} ,
46
45
} ,
47
46
farm : { // cheap_buildings, efficient_buildings, improved_production tech trees
@@ -51,11 +50,10 @@ export const BUILDINGS = {
51
50
energy : 75 , // tilling the soil // cheap_buildings tech tree
52
51
} ,
53
52
upkeep : {
54
- energy : 2 , // watering the crops // efficient_buildings tech tree
55
- fuel : 2 , // efficient_buildings tech tree
53
+ energy : 3 , // watering the crops // efficient_buildings tech tree
56
54
} ,
57
55
production : {
58
- food : 24 , // food_production tech tree
56
+ food : 18 , // food_production tech tree
59
57
} ,
60
58
} ,
61
59
// advanced resource buildings. cost should be around 100, upkeep around 20, production around 10
@@ -66,11 +64,11 @@ export const BUILDINGS = {
66
64
minerals : 100 , // building the lab // cheap_buildings tech tree
67
65
} ,
68
66
upkeep : {
69
- energy : 10 , // powering the lab // efficient_buildings tech tree
67
+ energy : 5 , // powering the lab // efficient_buildings tech tree
70
68
consumer_goods : 5 , // efficient_buildings tech tree
71
69
} ,
72
70
production : {
73
- research : 10 , // research_production tech tree
71
+ research : 20 , // research_production tech tree
74
72
} ,
75
73
} ,
76
74
foundry : { // cheap_buildings, efficient_buildings, improved_production tech trees
@@ -80,11 +78,11 @@ export const BUILDINGS = {
80
78
minerals : 100 , // building the foundry // cheap_buildings tech tree
81
79
} ,
82
80
upkeep : {
83
- minerals : 15 , // the processed materials
84
- energy : 10 , // powering the foundry // efficient_buildings tech tree
81
+ minerals : 5 , // the processed materials
82
+ energy : 4 , // powering the foundry // efficient_buildings tech tree
85
83
} ,
86
84
production : {
87
- alloys : 10 , // alloy_production tech tree
85
+ alloys : 8 , // alloy_production tech tree
88
86
} ,
89
87
} ,
90
88
factory : {
@@ -94,11 +92,11 @@ export const BUILDINGS = {
94
92
minerals : 100 , // cheap_buildings tech tree
95
93
} ,
96
94
upkeep : {
97
- minerals : 15 , // efficient_buildings tech tree
98
- energy : 10 , // efficient_buildings tech tree
95
+ minerals : 5 , // efficient_buildings tech tree
96
+ energy : 4 , // efficient_buildings tech tree
99
97
} ,
100
98
production : {
101
- consumer_goods : 10 , // improved_production tech tree
99
+ consumer_goods : 12 , // improved_production tech tree
102
100
} ,
103
101
} ,
104
102
refinery : { // cheap_buildings, efficient_buildings, improved_production tech trees
@@ -108,8 +106,8 @@ export const BUILDINGS = {
108
106
minerals : 100 , // building the refinery // cheap_buildings tech tree
109
107
} ,
110
108
upkeep : {
111
- minerals : 10 , // the crude oil
112
- energy : 15 , // powering the refinery // efficient_buildings tech tree
109
+ minerals : 5 , // the crude oil
110
+ energy : 4 , // powering the refinery // efficient_buildings tech tree
113
111
} ,
114
112
production : {
115
113
fuel : 10 , // fuel_production tech tree
@@ -124,10 +122,10 @@ export const BUILDINGS = {
124
122
alloys : 75 , // cheap_buildings tech tree
125
123
} ,
126
124
upkeep : {
127
- minerals : 10 , // efficient_buildings tech tree
128
- energy : 5 , // efficient_buildings tech tree
129
- fuel : 5 , // efficient_buildings tech tree
130
- alloys : 10 , // efficient_buildings tech tree
125
+ minerals : 3 , // efficient_buildings tech tree
126
+ energy : 2 , // efficient_buildings tech tree
127
+ fuel : 1 , // efficient_buildings tech tree
128
+ alloys : 5 , // efficient_buildings tech tree
131
129
} ,
132
130
production : {
133
131
} ,
@@ -142,10 +140,10 @@ export const BUILDINGS = {
142
140
alloys : 75 , // cheap_buildings tech tree
143
141
} ,
144
142
upkeep : {
145
- minerals : 5 , // efficient_buildings tech tree
146
- energy : 8 , // efficient_buildings tech tree
147
- fuel : 8 , // efficient_buildings tech tree
148
- alloys : 5 , // efficient_buildings tech tree
143
+ minerals : 2 , // efficient_buildings tech tree
144
+ energy : 3 , // efficient_buildings tech tree
145
+ fuel : 5 , // efficient_buildings tech tree
146
+ alloys : 1 , // efficient_buildings tech tree
149
147
} ,
150
148
production : {
151
149
} ,
0 commit comments