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
|
||||
}
|
||||
]
|
||||
}
|
14
Mods/Miracles/divine_frenzy.json
Normal file
14
Mods/Miracles/divine_frenzy.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Divine Frenzy",
|
||||
"faithCost": 200,
|
||||
"followersRequired": 50,
|
||||
"unlockedByDefault": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ApplyBuff",
|
||||
"targetBuffStat": "FaithGeneration",
|
||||
"multiplier": 2.0,
|
||||
"duration": 30
|
||||
}
|
||||
]
|
||||
}
|
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
|
||||
}
|
||||
]
|
||||
}
|
15
Mods/Miracles/purge_sins.json
Normal file
15
Mods/Miracles/purge_sins.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Purge Sins",
|
||||
"faithCost": 100,
|
||||
"followersRequired": 20,
|
||||
"unlockedByDefault": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ConvertResource",
|
||||
"fromResource": "Followers",
|
||||
"fromAmount": 20,
|
||||
"toResource": "Corruption",
|
||||
"toAmount": -5
|
||||
}
|
||||
]
|
||||
}
|
14
Mods/Miracles/refined_dogma.json
Normal file
14
Mods/Miracles/refined_dogma.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Refined Dogma",
|
||||
"faithCost": 1000,
|
||||
"followersRequired": 250,
|
||||
"unlockedByDefault": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "FaithPerFollower",
|
||||
"op": "Add",
|
||||
"value": 0.1
|
||||
}
|
||||
]
|
||||
}
|
13
Mods/Miracles/unlock_advanced_worship.json
Normal file
13
Mods/Miracles/unlock_advanced_worship.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Advanced Worship",
|
||||
"faithCost": 500,
|
||||
"unlockedByDefault": true,
|
||||
"followersRequired": 100,
|
||||
"effects": [
|
||||
{
|
||||
"type": "UnlockMiracle",
|
||||
"miraclesToUnlock": [ "divine_sacrifice" ]
|
||||
},
|
||||
{ "type": "DestroySelf" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user