From 53a053bfffcc452cd0a8ad00cc16045e12bf3a07 Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Sun, 29 Mar 2020 17:00:07 +0100 Subject: [PATCH] Make replenish hunger and satiety fill the correct amount of food, and make them say the correct number in their descriptions --- src/main/resources/assets/ebwizardry/lang/de_de.lang | 2 +- src/main/resources/assets/ebwizardry/lang/en_gb.lang | 2 +- src/main/resources/assets/ebwizardry/lang/en_us.lang | 2 +- .../resources/assets/ebwizardry/spells/replenish_hunger.json | 2 +- src/main/resources/assets/ebwizardry/spells/satiety.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/ebwizardry/lang/de_de.lang b/src/main/resources/assets/ebwizardry/lang/de_de.lang index a205ec43..ede0ab1a 100644 --- a/src/main/resources/assets/ebwizardry/lang/de_de.lang +++ b/src/main/resources/assets/ebwizardry/lang/de_de.lang @@ -836,7 +836,7 @@ spell.ebwizardry\:poison_bomb.desc=Schießt eine Giftbombe in die Richtung, in d spell.ebwizardry\:possession.desc="Werde dein Feind." spell.ebwizardry\:ray_of_purification.desc=Sendet einen blendenden Lichtstrahl aus, der seine Ziele verletzt und blendet. Untote Kreaturen erleiden doppelten Schaden und werden in Brand gesteckt. spell.ebwizardry\:remove_curse.desc=Entfernt alle Flüche, die den Magier derzeit betreffen. -spell.ebwizardry\:replenish_hunger.desc=Füllt den Hungerbalken des Magiers um 4 Hungerpunkte auf. +spell.ebwizardry\:replenish_hunger.desc=Füllt den Hungerbalken des Magiers um 3 Hungerpunkte auf. spell.ebwizardry\:resurrection.desc=Mit einem Meisterheiler an Ihrer Seite, ist tot zu sein... optional. spell.ebwizardry\:reversal.desc=Entfernt einen zufälligen negativen Trankeffekt und fügt ihn dem Ziel zu, das diesen Effekt für die verbleibende Dauer erleiden wird. Die Stufe erhöht die Anzahl der Effekte, die umgekehrt werden. spell.ebwizardry\:ring_of_fire.desc=Erzeugt einen Feuerring um den Magier, der alle Feinde in der Nähe schädigt und sie in Brand setzt. diff --git a/src/main/resources/assets/ebwizardry/lang/en_gb.lang b/src/main/resources/assets/ebwizardry/lang/en_gb.lang index d738d907..0ad6e088 100644 --- a/src/main/resources/assets/ebwizardry/lang/en_gb.lang +++ b/src/main/resources/assets/ebwizardry/lang/en_gb.lang @@ -859,7 +859,7 @@ spell.ebwizardry\:poison_bomb.desc=Lanches a poison bomb in the direction you ar spell.ebwizardry\:possession.desc="Become thy enemy." spell.ebwizardry\:ray_of_purification.desc=Emits a ray of blinding light that damages and blinds its targets. Undead creatures take double damage and are set on fire. spell.ebwizardry\:remove_curse.desc=Removes any curse currently affecting the caster. -spell.ebwizardry\:replenish_hunger.desc=Replenishes the caster's food level by 4 hunger points. +spell.ebwizardry\:replenish_hunger.desc=Replenishes the caster's food level by 3 hunger points. spell.ebwizardry\:resurrection.desc=With a master healer by your side, being dead is... optional. spell.ebwizardry\:reversal.desc=Removes a random negative potion effect and inflicts it upon the target, which will suffer that effect for the remaining duration. Potency increases the number of effects that are reversed. spell.ebwizardry\:ring_of_fire.desc=Creates a ring of fire around the caster, damaging all nearby enemies and setting them on fire. diff --git a/src/main/resources/assets/ebwizardry/lang/en_us.lang b/src/main/resources/assets/ebwizardry/lang/en_us.lang index 2aee9e28..6649b52c 100644 --- a/src/main/resources/assets/ebwizardry/lang/en_us.lang +++ b/src/main/resources/assets/ebwizardry/lang/en_us.lang @@ -859,7 +859,7 @@ spell.ebwizardry\:poison_bomb.desc=Lanches a poison bomb in the direction you ar spell.ebwizardry\:possession.desc="Become thy enemy." spell.ebwizardry\:ray_of_purification.desc=Emits a ray of blinding light that damages and blinds its targets. Undead creatures take double damage and are set on fire. spell.ebwizardry\:remove_curse.desc=Removes any curse currently affecting the caster. -spell.ebwizardry\:replenish_hunger.desc=Replenishes the caster's food level by 4 hunger points. +spell.ebwizardry\:replenish_hunger.desc=Replenishes the caster's food level by 3 hunger points. spell.ebwizardry\:resurrection.desc=With a master healer by your side, being dead is... optional. spell.ebwizardry\:reversal.desc=Removes a random negative potion effect and inflicts it upon the target, which will suffer that effect for the remaining duration. Potency increases the number of effects that are reversed. spell.ebwizardry\:ring_of_fire.desc=Creates a ring of fire around the caster, damaging all nearby enemies and setting them on fire. diff --git a/src/main/resources/assets/ebwizardry/spells/replenish_hunger.json b/src/main/resources/assets/ebwizardry/spells/replenish_hunger.json index 7f5d82c4..1892f268 100644 --- a/src/main/resources/assets/ebwizardry/spells/replenish_hunger.json +++ b/src/main/resources/assets/ebwizardry/spells/replenish_hunger.json @@ -17,7 +17,7 @@ "chargeup": 0, "cooldown": 30, "base_properties": { - "hunger_points": 3, + "hunger_points": 6, "saturation_modifier": 0.1 } } \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/spells/satiety.json b/src/main/resources/assets/ebwizardry/spells/satiety.json index c8c9da91..06dc1140 100644 --- a/src/main/resources/assets/ebwizardry/spells/satiety.json +++ b/src/main/resources/assets/ebwizardry/spells/satiety.json @@ -17,7 +17,7 @@ "chargeup": 0, "cooldown": 50, "base_properties": { - "hunger_points": 8, + "hunger_points": 16, "saturation_modifier": 0.1 } } \ No newline at end of file