diff --git a/Mods/Miracles/blood_ritual.json b/Mods/Miracles/blood_ritual.json index b55329e..0e1404b 100644 --- a/Mods/Miracles/blood_ritual.json +++ b/Mods/Miracles/blood_ritual.json @@ -8,14 +8,14 @@ { "type": "ConvertResource", "fromResource": "Followers", - "fromAmount": 10, + "fromAmount": 10, "toResource": "Faith", - "toAmount": 250 + "toAmount": 100 }, { "type": "AddResource", "targetResource": "Corruption", - "value": 5 + "value": 2 } ] } \ No newline at end of file diff --git a/Mods/Miracles/bountiful_harvest.json b/Mods/Miracles/bountiful_harvest.json index b6acc64..3408492 100644 --- a/Mods/Miracles/bountiful_harvest.json +++ b/Mods/Miracles/bountiful_harvest.json @@ -1,18 +1,18 @@ { "name": "Bountiful Harvest", - "faithCost": 50, + "faithCost": 10, "followersRequired": 0, "unlockedByDefault": true, "effects": [ { "type": "AddResource", "targetResource": "Followers", - "value": 10 + "value": 5 }, { "type": "AddResource", "targetResource": "Corruption", - "value": 0.5 + "value": 0.2 } ] } diff --git a/Mods/Miracles/communal_effort.json b/Mods/Miracles/communal_effort.json index d30aa43..53ca275 100644 --- a/Mods/Miracles/communal_effort.json +++ b/Mods/Miracles/communal_effort.json @@ -1,18 +1,18 @@ { "name": "Communal Effort", - "faithCost": 400, + "faithCost": 40, "followersRequired": 250, "unlockedByDefault": false, "effects": [ { "type": "AddResource", "targetResource": "Production", - "value": 50 + "value": 15 }, { "type": "AddResource", "targetResource": "Corruption", - "value": 3 + "value": 1 } ] } diff --git a/Mods/Miracles/craftmenship.json b/Mods/Miracles/craftmenship.json index c5e5141..e46d6ca 100644 --- a/Mods/Miracles/craftmenship.json +++ b/Mods/Miracles/craftmenship.json @@ -1,6 +1,6 @@ { "name": "Craftsmanship", - "faithCost": 600, + "faithCost": 80, "followersRequired": 300, "productionRequired": 25, "unlockedByDefault": false, @@ -9,7 +9,7 @@ "type": "ModifyStat", "targetStat": "ProductionPerFollower", "op": "Add", - "value": 0.05 + "value": 0.01 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/divine_mandate.json b/Mods/Miracles/divine_mandate.json index 274b2f6..e8ede94 100644 --- a/Mods/Miracles/divine_mandate.json +++ b/Mods/Miracles/divine_mandate.json @@ -1,6 +1,6 @@ { "name": "Divine Mandate", - "faithCost": 1500, + "faithCost": 300, "followersRequired": 350, "productionRequired": 100, "unlockedByDefault": false, @@ -9,7 +9,7 @@ "type": "ModifyStat", "targetStat": "FollowersPerSecond", "op": "Add", - "value": 0.5 + "value": 0.1 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/erect_shrine.json b/Mods/Miracles/erect_shrine.json index db33c8e..db34f93 100644 --- a/Mods/Miracles/erect_shrine.json +++ b/Mods/Miracles/erect_shrine.json @@ -1,6 +1,6 @@ { "name": "Erect Shrine", - "faithCost": 750, + "faithCost": 60, "followersRequired": 200, "unlockedByDefault": false, "effects": [ @@ -8,12 +8,12 @@ "type": "ModifyStat", "targetStat": "FaithPerFollower", "op": "Add", - "value": 0.2 + "value": 0.05 }, { "type": "AddResource", "targetResource": "Corruption", - "value": 5 + "value": 1 } ] } diff --git a/Mods/Miracles/exploit_earth.json b/Mods/Miracles/exploit_earth.json index 3662211..44cd97c 100644 --- a/Mods/Miracles/exploit_earth.json +++ b/Mods/Miracles/exploit_earth.json @@ -1,18 +1,18 @@ { "name": "Exploit the Earth", - "faithCost": 500, + "faithCost": 200, "followersRequired": 1200, "unlockedByDefault": false, "effects": [ { "type": "AddResource", "targetResource": "Production", - "value": 1000 + "value": 300 }, { "type": "AddResource", "targetResource": "Corruption", - "value": 20 + "value": 5 } ] } diff --git a/Mods/Miracles/fossil_fuel_frenzy.json b/Mods/Miracles/fossil_fuel_frenzy.json index 4723704..5263c80 100644 --- a/Mods/Miracles/fossil_fuel_frenzy.json +++ b/Mods/Miracles/fossil_fuel_frenzy.json @@ -1,6 +1,6 @@ { "name": "Fossil Fuel Frenzy", - "faithCost": 5000, + "faithCost": 2000, "followersRequired": 2000, "productionRequired": 500, "unlockedByDefault": false, @@ -9,13 +9,13 @@ "type": "ModifyStat", "targetStat": "ProductionPerSecond", "op": "Add", - "value": 25 + "value": 8 }, { "type": "ModifyStat", "targetStat": "CorruptionPerSecond", "op": "Add", - "value": 2.5 + "value": 2 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/geological_survey.json b/Mods/Miracles/geological_survey.json index cb902a1..ccfc9c2 100644 --- a/Mods/Miracles/geological_survey.json +++ b/Mods/Miracles/geological_survey.json @@ -1,6 +1,6 @@ { "name": "Geological Survey", - "faithCost": 800, + "faithCost": 120, "followersRequired": 500, "productionRequired": 0, "unlockedByDefault": false, @@ -8,12 +8,12 @@ { "type": "AddResource", "targetResource": "Production", - "value": 250 + "value": 80 }, { "type": "AddResource", "targetResource": "Corruption", - "value": 8 + "value": 2 } ] } \ No newline at end of file diff --git a/Mods/Miracles/global_network.json b/Mods/Miracles/global_network.json index 3f29cba..ef1ceab 100644 --- a/Mods/Miracles/global_network.json +++ b/Mods/Miracles/global_network.json @@ -1,6 +1,6 @@ { "name": "Global Network", - "faithCost": 15000, + "faithCost": 4000, "followersRequired": 5000, "unlockedByDefault": false, "effects": [ diff --git a/Mods/Miracles/globalization.json b/Mods/Miracles/globalization.json index 24bee9d..907e74d 100644 --- a/Mods/Miracles/globalization.json +++ b/Mods/Miracles/globalization.json @@ -1,6 +1,6 @@ { "name": "Globalization", - "faithCost": 3000, + "faithCost": 1200, "followersRequired": 1500, "productionRequired": 1000, "unlockedByDefault": false, @@ -9,13 +9,13 @@ "type": "ModifyStat", "targetStat": "FaithPerFollower", "op": "Multiply", - "value": 1.5 + "value": 1.2 }, { "type": "ModifyStat", "targetStat": "CorruptionPerSecond", "op": "Add", - "value": 0.2 + "value": 0.5 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/gods_endurance.json b/Mods/Miracles/gods_endurance.json index 247432e..fb47338 100644 --- a/Mods/Miracles/gods_endurance.json +++ b/Mods/Miracles/gods_endurance.json @@ -1,6 +1,6 @@ { "name": "God's Endurance", - "faithCost": 500, + "faithCost": 100, "followersRequired": 400, "productionRequired": 0, "unlockedByDefault": false, @@ -9,8 +9,8 @@ "type": "ApplyBuff", "buffId": "gods_endurance", "targetStat": "FaithPerFollower", - "multiplier": 2.0, - "duration": 60 + "multiplier": 1.5, + "duration": 30 } ] } diff --git a/Mods/Miracles/harness_the_sun.json b/Mods/Miracles/harness_the_sun.json index c1956d1..abe137b 100644 --- a/Mods/Miracles/harness_the_sun.json +++ b/Mods/Miracles/harness_the_sun.json @@ -1,6 +1,6 @@ { "name": "Harness the Sun", - "faithCost": 4000, + "faithCost": 1200, "followersRequired": 2500, "productionRequired": 2000, "unlockedByDefault": false, @@ -9,8 +9,8 @@ "type": "ApplyBuff", "buffId": "harness_the_sun", "targetStat": "CorruptionPerSecond", - "multiplier": -1.5, - "duration": 120 + "multiplier": -1.0, + "duration": 60 } ] } diff --git a/Mods/Miracles/inspire_invention.json b/Mods/Miracles/inspire_invention.json index d9a96f2..35b520f 100644 --- a/Mods/Miracles/inspire_invention.json +++ b/Mods/Miracles/inspire_invention.json @@ -1,6 +1,6 @@ { "name": "Inspire Invention", - "faithCost": 2500, + "faithCost": 600, "followersRequired": 1000, "unlockedByDefault": false, "effects": [ @@ -8,13 +8,13 @@ "type": "ModifyStat", "targetStat": "ProductionPerSecond", "op": "Add", - "value": 5 + "value": 2 }, { "type": "ModifyStat", "targetStat": "CorruptionPerSecond", "op": "Add", - "value": 0.5 + "value": 0.2 } ] } diff --git a/Mods/Miracles/launch_ark.json b/Mods/Miracles/launch_ark.json index 23a3e39..b5c082b 100644 --- a/Mods/Miracles/launch_ark.json +++ b/Mods/Miracles/launch_ark.json @@ -1,6 +1,6 @@ { "name": "Launch Ark", - "faithCost": 100000, + "faithCost": 25000, "followersRequired": 5000, "productionRequired": 10000, "unlockedByDefault": false, diff --git a/Mods/Miracles/orbital_calculations.json b/Mods/Miracles/orbital_calculations.json index 8ca8cc3..462e674 100644 --- a/Mods/Miracles/orbital_calculations.json +++ b/Mods/Miracles/orbital_calculations.json @@ -1,6 +1,6 @@ { "name": "Project: Trajectory", - "faithCost": 50000, + "faithCost": 8000, "followersRequired": 5000, "unlockedByDefault": false, "effects": [ diff --git a/Mods/Miracles/organized_religion.json b/Mods/Miracles/organized_religion.json index 21d6d81..098de76 100644 --- a/Mods/Miracles/organized_religion.json +++ b/Mods/Miracles/organized_religion.json @@ -1,6 +1,6 @@ { "name": "Organized Religion", - "faithCost": 4000, + "faithCost": 800, "followersRequired": 1000, "productionRequired": 500, "unlockedByDefault": false, @@ -9,7 +9,7 @@ "type": "ModifyStat", "targetStat": "FaithPerFollower", "op": "Multiply", - "value": 1.5 + "value": 1.1 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/prosperity_boom.json b/Mods/Miracles/prosperity_boom.json index 49dd776..7238749 100644 --- a/Mods/Miracles/prosperity_boom.json +++ b/Mods/Miracles/prosperity_boom.json @@ -1,6 +1,6 @@ { "name": "Prosperity Boom", - "faithCost": 2000, + "faithCost": 400, "followersRequired": 1200, "productionRequired": 800, "unlockedByDefault": false, @@ -9,8 +9,8 @@ "type": "ApplyBuff", "buffId": "prosperity_buff", "targetStat": "FollowersPerSecond", - "multiplier": 5.0, - "duration": 60 + "multiplier": 2.0, + "duration": 20 } ] } diff --git a/Mods/Miracles/ritual_of_cleansing.json b/Mods/Miracles/ritual_of_cleansing.json index fc19203..e33e762 100644 --- a/Mods/Miracles/ritual_of_cleansing.json +++ b/Mods/Miracles/ritual_of_cleansing.json @@ -1,6 +1,6 @@ { "name": "Ritual of Cleansing", - "faithCost": 1000, + "faithCost": 200, "followersRequired": 200, "productionRequired": 100, "unlockedByDefault": false, @@ -8,7 +8,7 @@ { "type": "AddResource", "targetResource": "Corruption", - "value": -10 + "value": -3 } ] } diff --git a/Mods/Miracles/sustainable_practices.json b/Mods/Miracles/sustainable_practices.json index 7ab1eb6..84a7b8b 100644 --- a/Mods/Miracles/sustainable_practices.json +++ b/Mods/Miracles/sustainable_practices.json @@ -1,6 +1,6 @@ { "name": "Sustainable Practices", - "faithCost": 1200, + "faithCost": 200, "followersRequired": 300, "productionRequired": 150, "unlockedByDefault": false, @@ -9,7 +9,7 @@ "type": "ModifyStat", "targetStat": "CorruptionPerSecond", "op": "Add", - "value": -0.1 + "value": -0.2 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/tame_the_atom.json b/Mods/Miracles/tame_the_atom.json index 0edc9d0..0dafc37 100644 --- a/Mods/Miracles/tame_the_atom.json +++ b/Mods/Miracles/tame_the_atom.json @@ -1,6 +1,6 @@ { "name": "Tame the Atom", - "faithCost": 8000, + "faithCost": 3000, "followersRequired": 3000, "productionRequired": 4000, "unlockedByDefault": false, @@ -9,7 +9,7 @@ "type": "ModifyStat", "targetStat": "CorruptionPerSecond", "op": "Add", - "value": -0.5 + "value": -0.8 }, { "type": "DestroySelf" diff --git a/Mods/Miracles/unlock_age_of_industry.json b/Mods/Miracles/unlock_age_of_industry.json index e029834..23e7922 100644 --- a/Mods/Miracles/unlock_age_of_industry.json +++ b/Mods/Miracles/unlock_age_of_industry.json @@ -1,6 +1,6 @@ { "name": "Age of Industry", - "faithCost": 1500, + "faithCost": 300, "followersRequired": 750, "productionRequired": 50, "unlockedByDefault": false, diff --git a/Mods/Miracles/unlock_settlement.json b/Mods/Miracles/unlock_settlement.json index eaca685..f0a7365 100644 --- a/Mods/Miracles/unlock_settlement.json +++ b/Mods/Miracles/unlock_settlement.json @@ -1,6 +1,6 @@ { "name": "Form Settlement", - "faithCost": 300, + "faithCost": 30, "followersRequired": 150, "unlockedByDefault": true, "effects": [ diff --git a/Mods/Miracles/unlock_space_age.json b/Mods/Miracles/unlock_space_age.json index 0384944..ed7bc5a 100644 --- a/Mods/Miracles/unlock_space_age.json +++ b/Mods/Miracles/unlock_space_age.json @@ -1,6 +1,6 @@ { "name": "Age of Space", - "faithCost": 25000, + "faithCost": 6000, "followersRequired": 4000, "productionRequired": 5000, "unlockedByDefault": false, diff --git a/Mods/Tiers/follower_tiers.json b/Mods/Tiers/follower_tiers.json index 60d9c0c..efd3391 100644 --- a/Mods/Tiers/follower_tiers.json +++ b/Mods/Tiers/follower_tiers.json @@ -8,25 +8,25 @@ }, { "tierEnum": "Tier2", - "threshold": 200, + "threshold": 30, "imagePath": "res://Sprites/follower_tier_2.png", "scale": { "x": 0.1, "y": 0.1 } }, { "tierEnum": "Tier3", - "threshold": 500, + "threshold": 80, "imagePath": "res://Sprites/follower_tier_3.png", "scale": { "x": 0.1, "y": 0.1 } }, { "tierEnum": "Tier4", - "threshold": 1000, + "threshold": 200, "imagePath": "res://Sprites/follower_tier_4.png", "scale": { "x": 0.1, "y": 0.1 } }, { "tierEnum": "Tier5", - "threshold": 2500, + "threshold": 500, "imagePath": "res://Sprites/follower_tier_5.png", "scale": { "x": 0.1, "y": 0.1 } } diff --git a/Mods/Tiers/hut_tiers.json b/Mods/Tiers/hut_tiers.json index 8c751d5..ba48b37 100644 --- a/Mods/Tiers/hut_tiers.json +++ b/Mods/Tiers/hut_tiers.json @@ -2,63 +2,63 @@ "tiers": [ { "tierEnum": "Tier1", - "threshold": 150, + "threshold": 20, "imagePath": "res://Sprites/Hut.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier2", - "threshold": 750, + "threshold": 60, "imagePath": "res://Sprites/hut_tier_2.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier3", - "threshold": 1000, + "threshold": 120, "imagePath": "res://Sprites/hut_tier_3.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier4", - "threshold": 5000, + "threshold": 250, "imagePath": "res://Sprites/castle.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier5", - "threshold": 7500, + "threshold": 400, "imagePath": "res://Sprites/house.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier6", - "threshold": 10000, + "threshold": 600, "imagePath": "res://Sprites/house_tier_2.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier7", - "threshold": 50000, + "threshold": 1200, "imagePath": "res://Sprites/house_tier_3.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier8", - "threshold": 150000, + "threshold": 2500, "imagePath": "res://Sprites/Skyscraper.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier9", - "threshold": 350000, + "threshold": 3500, "imagePath": "res://Sprites/skyscraper_tier_2.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier10", - "threshold": 550000, + "threshold": 5500, "imagePath": "res://Sprites/skyscraper_tier_3.png", - "scale": {"x": 0.05, "y": 0.05} + "scale": { "x": 0.05, "y": 0.05 } } ] } diff --git a/Mods/Tiers/temple_tiers.json b/Mods/Tiers/temple_tiers.json index a526b62..e21d9ca 100644 --- a/Mods/Tiers/temple_tiers.json +++ b/Mods/Tiers/temple_tiers.json @@ -2,19 +2,19 @@ "tiers": [ { "tierEnum": "Tier1", - "threshold": 1000, + "threshold": 200, "imagePath": "res://Sprites/Temple.png", "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier2", - "threshold": 3000, + "threshold": 600, "imagePath": "res://Sprites/temple_tier_2.png", "scale": { "x": 0.05, "y": 0.05 } }, { "tierEnum": "Tier3", - "threshold": 6000, + "threshold": 1200, "imagePath": "res://Sprites/temple_tier_3.png", "scale": { "x": 0.05, "y": 0.05 } }