19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"name": "Exploit the Earth",
|
|
"faithCost": 500,
|
|
"followersRequired": 1200,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Production",
|
|
"value": 1000
|
|
},
|
|
{
|
|
"type": "AddResource",
|
|
"targetResource": "Corruption",
|
|
"value": 20
|
|
}
|
|
]
|
|
}
|