Add new miracles: Blood Ritual, Fossil Fuel Frenzy, Geological Survey, Globalization, God's Endurance, Harness the Sun, Tame the Atom; update existing miracles with new effects and requirements
This commit is contained in:
18
Mods/Miracles/tame_the_atom.json
Normal file
18
Mods/Miracles/tame_the_atom.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Tame the Atom",
|
||||
"faithCost": 8000,
|
||||
"followersRequired": 3000,
|
||||
"productionRequired": 4000,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "CorruptionPerSecond",
|
||||
"op": "Add",
|
||||
"value": -0.5
|
||||
},
|
||||
{
|
||||
"type": "DestroySelf"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user