From 0eca16750c169ffc8c861cf35dc0703ba66b8390 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 30 Sep 2015 19:27:01 -0400 Subject: [PATCH] v0.3.2: balance tweaks to the effect of cursed chains --- .../shatteredpixeldungeon/items/artifacts/EtherealChains.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java index 75d283e43..bf472576f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java @@ -210,8 +210,7 @@ public class EtherealChains extends Artifact { if (!cursed && charge < chargeTarget) { partialCharge += 1 / (40f - (chargeTarget - charge)*2f); } else if (cursed && Random.Int(100) == 0){ - Buff.prolong( target, Roots.class, 3f); - Buff.prolong( target, Cripple.class, 9f); + Buff.prolong( target, Cripple.class, 10f); } if (partialCharge >= 1) {