Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
22
Mods/Miracles/communal_effort.json
Normal file
22
Mods/Miracles/communal_effort.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Communal Effort",
|
||||
"faithCost": 400,
|
||||
"followersRequired": 250,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Production",
|
||||
"value": 50
|
||||
},
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Corruption",
|
||||
"value": 3
|
||||
},
|
||||
{
|
||||
"type": "UnlockMiracle",
|
||||
"miraclesToUnlock": [ "unlock_age_of_industry" ]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user