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