19 lines
295 B
JSON
19 lines
295 B
JSON
{
|
|
"name": "Bountiful Harvest",
|
|
"faithCost": 50,
|
|
"followersRequired": 0,
|
|
"unlockedByDefault": true,
|
|
"effects": [
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Followers",
|
|
"value": 100
|
|
},
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Corruption",
|
|
"value": 0.02
|
|
}
|
|
]
|
|
}
|