Compare commits
No commits in common. "5b48950451907a9a213775128ed77b2c61ec46a1" and "f953fcffcd2f39a380950754be4d9a7d73b0fae6" have entirely different histories.
5b48950451
...
f953fcffcd
@ -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": 8, "copper": 8, "aluminium": 8},
|
"cost": {"iron": 80},
|
||||||
"bonuses": {
|
"bonuses": {
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -56,7 +56,7 @@ var BUILDINGS = {
|
|||||||
"total_pop_bonus": 25
|
"total_pop_bonus": 25
|
||||||
},
|
},
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"cost": {"iron": 10, "platinum": 8},
|
"cost": {"iron": 10},
|
||||||
"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, "carbon": 8},
|
"cost": {"iron": 10},
|
||||||
"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": {"titanium": 10},
|
"cost": {"iron": 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, "water": 8},
|
"cost": {"iron": 100, "copper": 100},
|
||||||
"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