20 lines
342 B
JSON
20 lines
342 B
JSON
{
|
|
"name": "Erect Shrine",
|
|
"faithCost": 750,
|
|
"followersRequired": 200,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "ModifyStat",
|
|
"targetStat": "FaithPerFollower",
|
|
"op": "Add",
|
|
"value": 0.2
|
|
},
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Corruption",
|
|
"value": 5
|
|
}
|
|
]
|
|
}
|