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"
|
||||
}
|
||||
]
|
||||
}
|
@@ -15,6 +15,7 @@
|
||||
"harness_the_sun",
|
||||
"tame_the_atom",
|
||||
"prosperity_boom",
|
||||
"organized_religion",
|
||||
"unlock_space_age"
|
||||
]
|
||||
},
|
||||
|
22
Mods/Tiers/temple_tiers.json
Normal file
22
Mods/Tiers/temple_tiers.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"tiers": [
|
||||
{
|
||||
"tierEnum": "Tier1",
|
||||
"threshold": 1000,
|
||||
"imagePath": "res://Sprites/Temple.png",
|
||||
"scale": { "x": 0.05, "y": 0.05 }
|
||||
},
|
||||
{
|
||||
"tierEnum": "Tier2",
|
||||
"threshold": 3000,
|
||||
"imagePath": "res://Sprites/Temple.png",
|
||||
"scale": { "x": 0.05, "y": 0.05 }
|
||||
},
|
||||
{
|
||||
"tierEnum": "Tier3",
|
||||
"threshold": 6000,
|
||||
"imagePath": "res://Sprites/Temple.png",
|
||||
"scale": { "x": 0.05, "y": 0.05 }
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user