16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"name": "Age of Space",
|
|
"faithCost": 25000,
|
|
"followersRequired": 4000,
|
|
"productionRequired": 5000,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "UnlockMiracle",
|
|
"miraclesToUnlock": [ "global_network", "orbital_calculations" ]
|
|
},
|
|
{ "type": "DestroySelf" }
|
|
],
|
|
"advancesToAge": "The Space Age"
|
|
}
|