19 lines
287 B
JSON
19 lines
287 B
JSON
{
|
|
"name": "Bountiful Harvest",
|
|
"faithCost": 10,
|
|
"followersRequired": 0,
|
|
"unlockedByDefault": true,
|
|
"effects": [
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Followers",
|
|
"value": 5
|
|
},
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Corruption",
|
|
"value": 0.2
|
|
}
|
|
]
|
|
}
|