15 lines
255 B
JSON
15 lines
255 B
JSON
{
|
|
"name": "Divine Frenzy",
|
|
"faithCost": 200,
|
|
"followersRequired": 50,
|
|
"unlockedByDefault": true,
|
|
"effects": [
|
|
{
|
|
"type": "ApplyBuff",
|
|
"targetBuffStat": "FaithPerFollower",
|
|
"multiplier": 2.0,
|
|
"duration": 30
|
|
}
|
|
]
|
|
}
|