Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
14
Mods/Miracles/unlock_space_age.json
Normal file
14
Mods/Miracles/unlock_space_age.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Age of Space",
|
||||
"faithCost": 10000,
|
||||
"followersRequired": 5000,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "UnlockMiracle",
|
||||
"miraclesToUnlock": [ "global_network" ]
|
||||
},
|
||||
{ "type": "DestroySelf" }
|
||||
],
|
||||
"advancesToAge": "The Space Age"
|
||||
}
|
Reference in New Issue
Block a user