Add new miracles and update existing JSON configurations for resource management

This commit is contained in:
2025-08-23 05:24:33 +02:00
parent 4a3bc46081
commit 3ed64b165f
15 changed files with 224 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Age of Industry",
"faithCost": 1500,
"followersRequired": 750,
"productionRequired": 50,
"unlockedByDefault": false,
"effects": [
{
"type": "UnlockMiracle",
"miraclesToUnlock": [ "inspire_invention", "exploit_earth" ]
},
{ "type": "DestroySelf" }
],
"advancesToAge": "The Industrial Age"
}