Make replenish hunger and satiety fill the correct amount of food, and make them say the correct number in their descriptions
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"chargeup": 0,
|
||||
"cooldown": 30,
|
||||
"base_properties": {
|
||||
"hunger_points": 3,
|
||||
"hunger_points": 6,
|
||||
"saturation_modifier": 0.1
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"hunger_points": 8,
|
||||
"hunger_points": 16,
|
||||
"saturation_modifier": 0.1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user