Add Organized Religion miracle and Temple tiers; update game structure with new markers and visualizations
This commit is contained in:
18
Mods/Miracles/organized_religion.json
Normal file
18
Mods/Miracles/organized_religion.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Organized Religion",
|
||||
"faithCost": 4000,
|
||||
"followersRequired": 1000,
|
||||
"productionRequired": 500,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "FaithPerFollower",
|
||||
"op": "Multiply",
|
||||
"value": 1.5
|
||||
},
|
||||
{
|
||||
"type": "DestroySelf"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user