14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"name": "Advanced Worship",
|
|
"faithCost": 500,
|
|
"unlockedByDefault": true,
|
|
"followersRequired": 100,
|
|
"effects": [
|
|
{
|
|
"type": "UnlockMiracle",
|
|
"miraclesToUnlock": [ "divine_sacrifice" ]
|
|
},
|
|
{ "type": "DestroySelf" }
|
|
]
|
|
}
|