Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
18
Mods/Miracles/exploit_earth.json
Normal file
18
Mods/Miracles/exploit_earth.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Exploit the Earth",
|
||||
"faithCost": 500,
|
||||
"followersRequired": 1200,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Production",
|
||||
"value": 1000
|
||||
},
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Corruption",
|
||||
"value": 20
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user