Add new miracles with various effects and requirements
This commit is contained in:
18
Mods/Miracles/bountiful_harvest.json
Normal file
18
Mods/Miracles/bountiful_harvest.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Bountiful Harvest",
|
||||
"faithCost": 50,
|
||||
"followersRequired": 0,
|
||||
"unlockedByDefault": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Followers",
|
||||
"value": 10
|
||||
},
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Corruption",
|
||||
"value": 2
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user