Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
20
Mods/Miracles/inspire_invention.json
Normal file
20
Mods/Miracles/inspire_invention.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Inspire Invention",
|
||||
"faithCost": 2500,
|
||||
"followersRequired": 1000,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "ProductionPerSecond",
|
||||
"op": "Add",
|
||||
"value": 5
|
||||
},
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "CorruptionPerSecond",
|
||||
"op": "Add",
|
||||
"value": 0.5
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user