building cost balance
This commit is contained in:
parent
04a13eca2b
commit
acd7063141
@ -41,7 +41,7 @@ var BUILDINGS = {
|
|||||||
"name": "Uran Mine",
|
"name": "Uran Mine",
|
||||||
"description": "Pozwala wydobywać uran.",
|
"description": "Pozwala wydobywać uran.",
|
||||||
"resource": "uranium",
|
"resource": "uranium",
|
||||||
"cost": {"iron": 80},
|
"cost": {"iron": 8, "copper": 8, "aluminium": 8},
|
||||||
"bonuses": {
|
"bonuses": {
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -56,7 +56,7 @@ var BUILDINGS = {
|
|||||||
"total_pop_bonus": 25
|
"total_pop_bonus": 25
|
||||||
},
|
},
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"cost": {"iron": 10},
|
"cost": {"iron": 10, "platinum": 8},
|
||||||
"build_time": 5.0,
|
"build_time": 5.0,
|
||||||
"texture": "res://assets/buildings/residential_zone.png",
|
"texture": "res://assets/buildings/residential_zone.png",
|
||||||
"required_tech": null
|
"required_tech": null
|
||||||
@ -68,7 +68,7 @@ var BUILDINGS = {
|
|||||||
"biosfere": 0.5
|
"biosfere": 0.5
|
||||||
},
|
},
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"cost": {"iron": 10},
|
"cost": {"iron": 10, "carbon": 8},
|
||||||
"build_time": 5.0,
|
"build_time": 5.0,
|
||||||
"texture": "res://assets/buildings/terraforming_center.png",
|
"texture": "res://assets/buildings/terraforming_center.png",
|
||||||
"required_tech": "terraforming"
|
"required_tech": "terraforming"
|
||||||
@ -80,7 +80,7 @@ var BUILDINGS = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"cost": {"iron": 10},
|
"cost": {"titanium": 10},
|
||||||
"build_time": 5.0,
|
"build_time": 5.0,
|
||||||
"texture": "res://assets/buildings/labolatory.png",
|
"texture": "res://assets/buildings/labolatory.png",
|
||||||
"required_tech": null
|
"required_tech": null
|
||||||
@ -100,7 +100,7 @@ var BUILDINGS = {
|
|||||||
"name": "Titanium ore mine",
|
"name": "Titanium ore mine",
|
||||||
"description": "Wydobywa tytan",
|
"description": "Wydobywa tytan",
|
||||||
"resource": "titanium",
|
"resource": "titanium",
|
||||||
"cost": {"iron": 100, "copper": 100},
|
"cost": {"iron": 100, "water": 8},
|
||||||
"bonuses": {},
|
"bonuses": {},
|
||||||
"build_time": 15.0,
|
"build_time": 15.0,
|
||||||
"texture": "res://assets/buildings/titanium_ore_mine.png",
|
"texture": "res://assets/buildings/titanium_ore_mine.png",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user