Adjust faith costs and resource effects for various rituals and structures; optimize thresholds for follower and hut tiers
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "Communal Effort",
|
||||
"faithCost": 400,
|
||||
"faithCost": 40,
|
||||
"followersRequired": 250,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Production",
|
||||
"value": 50
|
||||
"value": 15
|
||||
},
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Corruption",
|
||||
"value": 3
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user