Add new miracles with various effects and requirements
This commit is contained in:
15
Mods/Miracles/divine_sacrifice.json
Normal file
15
Mods/Miracles/divine_sacrifice.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Divine Sacrifice",
|
||||
"faithCost": 250,
|
||||
"unlockedByDefault": false,
|
||||
"followersRequired": 100,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ConvertResource",
|
||||
"fromResource": "Followers",
|
||||
"fromAmount": 50,
|
||||
"toResource": "Faith",
|
||||
"toAmount": 1000
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user