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