Add buff management for miracles; implement checks for active buffs and update buff identifiers
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"effects": [
|
||||
{
|
||||
"type": "ApplyBuff",
|
||||
"buffId": "gods_endurance",
|
||||
"targetStat": "FaithPerFollower",
|
||||
"multiplier": 2.0,
|
||||
"duration": 60
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"effects": [
|
||||
{
|
||||
"type": "ApplyBuff",
|
||||
"buffId": "harness_the_sun",
|
||||
"targetStat": "CorruptionPerSecond",
|
||||
"multiplier": -1.5,
|
||||
"duration": 120
|
||||
|
Reference in New Issue
Block a user