19 lines
324 B
JSON
19 lines
324 B
JSON
{
|
|
"name": "Communal Effort",
|
|
"faithCost": 400,
|
|
"followersRequired": 250,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Production",
|
|
"value": 50
|
|
},
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Corruption",
|
|
"value": 3
|
|
}
|
|
]
|
|
}
|