16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"name": "Divine Sacrifice",
|
|
"faithCost": 250,
|
|
"unlockedByDefault": false,
|
|
"followersRequired": 100,
|
|
"effects": [
|
|
{
|
|
"type": "ConvertResource",
|
|
"fromResource": "Followers",
|
|
"fromAmount": 50,
|
|
"toResource": "Faith",
|
|
"toAmount": 1000
|
|
}
|
|
]
|
|
}
|