13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"aluminium_ore_mine": {
|
|
"name": "Kopalnia rudy aluminium",
|
|
"description": "Wydobywa boksyt.",
|
|
"resource": "aluminium",
|
|
"cost": {"iron": 500, "carbon": 200, "uranium": 50},
|
|
"bonuses": {"biosfere": 0.1},
|
|
"build_time": 15.0,
|
|
"texture": "res://assets/buildings/fusion_plant.png",
|
|
"required_tech": "fusion_power"
|
|
}
|
|
}
|