From 75939546b4b7776f43ae8b34aba1ec4ffb379d0d Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 8 Oct 2018 13:44:32 -0400 Subject: [PATCH] Balance changes --- planttycoon/planttycoon.py | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/planttycoon/planttycoon.py b/planttycoon/planttycoon.py index 1072acb..fb27cc2 100644 --- a/planttycoon/planttycoon.py +++ b/planttycoon/planttycoon.py @@ -479,7 +479,7 @@ class PlantTycoon(Cog): "rarity": "rare", "image": "http://i.imgur.com/hoh17hp.jpg", "health": 100, - "degradation": 1, + "degradation": 1.5, "threshold": 110, "badge": "Sporadic", "reward": 2400, @@ -491,7 +491,7 @@ class PlantTycoon(Cog): "rarity": "rare", "image": "http://i.imgur.com/lhSjfQY.jpg", "health": 100, - "degradation": 1, + "degradation": 1.5, "threshold": 110, "badge": "Sporadic", "reward": 2400, @@ -503,7 +503,7 @@ class PlantTycoon(Cog): "rarity": "rare", "image": "http://i.imgur.com/Dhw9ync.jpg", "health": 100, - "degradation": 1, + "degradation": 1.5, "threshold": 110, "badge": "Sporadic", "reward": 2400, @@ -515,7 +515,7 @@ class PlantTycoon(Cog): "rarity": "rare", "image": "http://i.imgur.com/h4fJo2R.jpg", "health": 100, - "degradation": 1, + "degradation": 1.5, "threshold": 110, "badge": "Sporadic", "reward": 2400, @@ -527,7 +527,7 @@ class PlantTycoon(Cog): "rarity": "rare", "image": "http://i.imgur.com/NoSdxXh.jpg", "health": 100, - "degradation": 1, + "degradation": 1.5, "threshold": 110, "badge": "Sporadic", "reward": 2400, @@ -539,7 +539,7 @@ class PlantTycoon(Cog): "rarity": "rare", "image": "http://i.imgur.com/4ArSekX.jpg", "health": 100, - "degradation": 1, + "degradation": 1.5, "threshold": 110, "badge": "Sporadic", "reward": 2400, @@ -551,7 +551,7 @@ class PlantTycoon(Cog): "rarity": "super-rare", "image": "http://i.imgur.com/ASZXr7C.png", "health": 100, - "degradation": 1, + "degradation": 2, "threshold": 110, "badge": "Odd-pod", "reward": 3600, @@ -575,7 +575,7 @@ class PlantTycoon(Cog): "rarity": "super-rare", "image": "http://i.imgur.com/c03i9W7.jpg", "health": 100, - "degradation": 1.5, + "degradation": 2, "threshold": 110, "badge": "Odd-pod", "reward": 3600, @@ -599,7 +599,7 @@ class PlantTycoon(Cog): "rarity": "super-rare", "image": "https://i.imgur.com/Vo4v2Ry.png", "health": 100, - "degradation": 1.5, + "degradation": 2, "threshold": 110, "badge": "Odd-pod", "reward": 3600, @@ -611,7 +611,7 @@ class PlantTycoon(Cog): "rarity": "epic", "image": "https://i.imgur.com/pnZYKZc.jpg", "health": 100, - "degradation": 2, + "degradation": 2.5, "threshold": 110, "badge": "Greenfingers", "reward": 5400, @@ -623,7 +623,7 @@ class PlantTycoon(Cog): "rarity": "epic", "image": "http://i.imgur.com/sizf7hE.png", "health": 100, - "degradation": 2, + "degradation": 2.5, "threshold": 110, "badge": "Greenfingers", "reward": 5400, @@ -635,7 +635,7 @@ class PlantTycoon(Cog): "rarity": "epic", "image": "http://i.imgur.com/9f5QzaW.jpg", "health": 100, - "degradation": 2, + "degradation": 2.5, "threshold": 110, "badge": "Greenfingers", "reward": 5400, @@ -647,7 +647,7 @@ class PlantTycoon(Cog): "rarity": "epic", "image": "https://i.imgur.com/ExqLLHO.png", "health": 100, - "degradation": 2, + "degradation": 2.5, "threshold": 110, "badge": "Greenfingers", "reward": 5400, @@ -659,7 +659,7 @@ class PlantTycoon(Cog): "rarity": "epic", "image": "https://i.imgur.com/tv2B72j.png", "health": 100, - "degradation": 2, + "degradation": 2.5, "threshold": 110, "badge": "Greenfingers", "reward": 5400, @@ -671,7 +671,7 @@ class PlantTycoon(Cog): "rarity": "legendary", "image": "http://i.imgur.com/MIJQDLL.jpg", "health": 100, - "degradation": 3, + "degradation": 8, "threshold": 110, "badge": "Nobel Peas Prize", "reward": 10800, @@ -683,7 +683,7 @@ class PlantTycoon(Cog): "rarity": "legendary", "image": "http://i.imgur.com/cFSmaHH.png", "health": 100, - "degradation": 3, + "degradation": 8, "threshold": 110, "badge": "Nobel Peas Prize", "reward": 10800, @@ -695,7 +695,7 @@ class PlantTycoon(Cog): "rarity": "legendary", "image": "http://i.imgur.com/Ibwm2xY.jpg", "health": 100, - "degradation": 3, + "degradation": 8, "threshold": 110, "badge": "Nobel Peas Prize", "reward": 10800,