Add new miracles: Divine Mandate and Prosperity Boom; update buff application logic and game state calculations
This commit is contained in:
16
Mods/Miracles/prosperity_boom.json
Normal file
16
Mods/Miracles/prosperity_boom.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Prosperity Boom",
|
||||
"faithCost": 2000,
|
||||
"followersRequired": 1200,
|
||||
"productionRequired": 800,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ApplyBuff",
|
||||
"buffId": "prosperity_buff",
|
||||
"targetStat": "FollowersPerSecond",
|
||||
"multiplier": 5.0,
|
||||
"duration": 60
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user