From 744c7a2331c903faf5096fb22c01b2b6a0f05ce0 Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Tue, 3 Sep 2019 17:31:38 +0100 Subject: [PATCH] Rebalance resistance spells --- src/main/resources/assets/ebwizardry/spells/diamondflesh.json | 2 +- src/main/resources/assets/ebwizardry/spells/ironflesh.json | 2 +- src/main/resources/assets/ebwizardry/spells/oakflesh.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/ebwizardry/spells/diamondflesh.json b/src/main/resources/assets/ebwizardry/spells/diamondflesh.json index 8872e569..9a969105 100644 --- a/src/main/resources/assets/ebwizardry/spells/diamondflesh.json +++ b/src/main/resources/assets/ebwizardry/spells/diamondflesh.json @@ -18,6 +18,6 @@ "cooldown": 300, "base_properties": { "resistance_duration": 600, - "resistance_strength": 3 + "resistance_strength": 2 } } \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/spells/ironflesh.json b/src/main/resources/assets/ebwizardry/spells/ironflesh.json index ae4bc234..31a017a7 100644 --- a/src/main/resources/assets/ebwizardry/spells/ironflesh.json +++ b/src/main/resources/assets/ebwizardry/spells/ironflesh.json @@ -18,6 +18,6 @@ "cooldown": 100, "base_properties": { "resistance_duration": 600, - "resistance_strength": 2 + "resistance_strength": 1 } } \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/spells/oakflesh.json b/src/main/resources/assets/ebwizardry/spells/oakflesh.json index 165a4eca..d62278ba 100644 --- a/src/main/resources/assets/ebwizardry/spells/oakflesh.json +++ b/src/main/resources/assets/ebwizardry/spells/oakflesh.json @@ -18,6 +18,6 @@ "cooldown": 50, "base_properties": { "resistance_duration": 600, - "resistance_strength": 1 + "resistance_strength": 0 } } \ No newline at end of file