@@ -319,6 +319,30 @@ export const TECHNOLOGIES: Record<string, Technology> = {
319
319
} ,
320
320
] ,
321
321
} ,
322
+ cheap_buildings_3 : { // reduced advanced building costs
323
+ id : 'cheap_buildings_3' ,
324
+ tags : [ 'engineering' , 'construction' ] ,
325
+ cost : 4 ,
326
+ requires : [ 'cheap_buildings_2' ] ,
327
+ effects : [
328
+ {
329
+ variable : 'buildings.shipyard.cost.alloys' ,
330
+ multiplier : 0.85 ,
331
+ } ,
332
+ {
333
+ variable : 'buildings.shipyard.cost.minerals' ,
334
+ multiplier : 0.85 ,
335
+ } ,
336
+ {
337
+ variable : 'buildings.fortress.cost.alloys' ,
338
+ multiplier : 0.85 ,
339
+ } ,
340
+ {
341
+ variable : 'buildings.fortress.cost.minerals' ,
342
+ multiplier : 0.85 ,
343
+ } ,
344
+ ] ,
345
+ } ,
322
346
323
347
/** buildings: reduce energy upkeep */
324
348
efficient_buildings_1 : { // reduced basic building energy upkeep
@@ -340,6 +364,10 @@ export const TECHNOLOGIES: Record<string, Technology> = {
340
364
variable : 'buildings.factory.upkeep.energy' ,
341
365
multiplier : 0.85 ,
342
366
} ,
367
+ {
368
+ variable : 'buildings.farm.upkeep.fuel' ,
369
+ multiplier : 0.85 ,
370
+ } ,
343
371
] ,
344
372
} ,
345
373
efficient_buildings_2 : { // reduced advanced building energy upkeep
@@ -364,6 +392,18 @@ export const TECHNOLOGIES: Record<string, Technology> = {
364
392
variable : 'buildings.exchange.upkeep.energy' ,
365
393
multiplier : 0.85 ,
366
394
} ,
395
+ {
396
+ variable : 'buildings.mine.upkeep.fuel' ,
397
+ multiplier : 0.85 ,
398
+ } ,
399
+ {
400
+ variable : 'buildings.shipyard.upkeep.fuel' ,
401
+ multiplier : 0.85 ,
402
+ } ,
403
+ {
404
+ variable : 'buildings.fortress.upkeep.fuel' ,
405
+ multiplier : 0.85 ,
406
+ } ,
367
407
] ,
368
408
} ,
369
409
efficient_buildings_3 : {
@@ -377,19 +417,34 @@ export const TECHNOLOGIES: Record<string, Technology> = {
377
417
multiplier : 0.85 ,
378
418
} ,
379
419
{
380
- variable : 'buildings.mine .upkeep.fuel ' ,
420
+ variable : 'buildings.research_lab .upkeep.consumer_goods ' ,
381
421
multiplier : 0.85 ,
382
422
} ,
383
423
{
384
- variable : 'buildings.farm .upkeep.fuel ' ,
424
+ variable : 'buildings.factory .upkeep.minerals ' ,
385
425
multiplier : 0.85 ,
386
426
} ,
387
427
{
388
- variable : 'buildings.research_lab .upkeep.consumer_goods ' ,
428
+ variable : 'buildings.shipyard .upkeep.alloys ' ,
389
429
multiplier : 0.85 ,
390
430
} ,
391
431
{
392
- variable : 'buildings.factory.upkeep.minerals' ,
432
+ variable : 'buildings.shipyard.upkeep.energy' ,
433
+ multiplier : 0.85 ,
434
+ } , {
435
+ variable : 'buildings.shipyard.upkeep.minerals' ,
436
+ multiplier : 0.85 ,
437
+ } ,
438
+ {
439
+ variable : 'buildings.fortress.upkeep.alloys' ,
440
+ multiplier : 0.85 ,
441
+ } ,
442
+ {
443
+ variable : 'buildings.fortress.upkeep.energy' ,
444
+ multiplier : 0.85 ,
445
+ } ,
446
+ {
447
+ variable : 'buildings.fortress.upkeep.minerals' ,
393
448
multiplier : 0.85 ,
394
449
} ,
395
450
] ,
0 commit comments