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:
24
Mods/Miracles/fossil_fuel_frenzy.json
Normal file
24
Mods/Miracles/fossil_fuel_frenzy.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Fossil Fuel Frenzy",
|
||||
"faithCost": 5000,
|
||||
"followersRequired": 2000,
|
||||
"productionRequired": 500,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "ProductionPerSecond",
|
||||
"op": "Add",
|
||||
"value": 25
|
||||
},
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "CorruptionPerSecond",
|
||||
"op": "Add",
|
||||
"value": 2.5
|
||||
},
|
||||
{
|
||||
"type": "DestroySelf"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user