mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
34c5e95d8a
* Fix broken i18n keys for health and energy increases * Better handle buff descriptions Calculate infobox lines for item stats to set correct infobox frame dimensions
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
## Regeneration
|
|
buff-title-heal = Heal
|
|
buff-desc-heal = Gain health over time.
|
|
buff-stat-health = Restores { $str_total } Health
|
|
## Potion
|
|
buff-title-potion = Potion
|
|
buff-desc-potion = Drinking...
|
|
## Saturation
|
|
buff-title-saturation = Saturation
|
|
buff-desc-saturation = Gain health over time from consumables.
|
|
## Campfire
|
|
buff-title-campfire_heal = Campfire Heal
|
|
buff-desc-campfire_heal = Resting at a campfire heals { $rate }% per second.
|
|
## Energy Regen
|
|
buff-title-energy_regen = Energy Regeneration
|
|
buff-desc-energy_regen = Faster energy regeneration
|
|
buff-stat-energy_regen = Restores { $str_total } Energy
|
|
## Health Increase
|
|
buff-title-increase_max_health = Increase Max Health
|
|
buff-desc-increase_max_health = Raise your max health cap
|
|
buff-stat-increase_max_health =
|
|
Raises maximum health
|
|
by { $strength }
|
|
## Energy Increase
|
|
buff-title-increase_max_energy = Increase Max Energy
|
|
buff-desc-increase_max_energy = Raise your max energy cap
|
|
buff-stat-increase_max_energy =
|
|
Raises maximum energy
|
|
by { $strength }
|
|
## Invulnerability
|
|
buff-title-invulnerability = Invulnerability
|
|
buff-desc-invulnerability = You cannot be damaged by any attack.
|
|
buff-stat-invulnerability = Grants invulnerability
|
|
## Protection Ward
|
|
buff-title-protectingward = Protecting Ward
|
|
buff-desc-protectingward = You are protected, somewhat, from attacks.
|
|
## Frenzied
|
|
buff-title-frenzied = Frenzied
|
|
buff-desc-frenzied = You are imbued with unnatural speed and can ignore minor injuries.
|
|
## Haste
|
|
buff-title-hastened = Hastened
|
|
buff-desc-hastened = Your movements and attacks are faster.
|
|
## Bleeding
|
|
buff-title-bleed = Bleeding
|
|
buff-desc-bleed = Inflicts regular damage.
|
|
## Curse
|
|
buff-title-cursed = Cursed
|
|
buff-desc-cursed = You are cursed.
|
|
## Burning
|
|
buff-title-burn = On Fire
|
|
buff-desc-burn = You are burning alive
|
|
## Crippled
|
|
buff-title-crippled = Crippled
|
|
buff-desc-crippled = Your movement is crippled as your legs are heavily injured.
|
|
## Freeze
|
|
buff-title-frozen = Frozen
|
|
buff-desc-frozen = Your movements and attacks are slowed.
|
|
## Wet
|
|
buff-title-wet = Wet
|
|
buff-desc-wet = The ground rejects your feet, making it hard to stop.
|
|
## Ensnared
|
|
buff-title-ensnared = Ensnared
|
|
buff-desc-ensnared = Vines grasp at your legs, impeding your movement.
|
|
## Util
|
|
buff-text-over_seconds = over { $dur_secs } seconds
|
|
buff-text-for_seconds = for { $dur_secs } seconds
|
|
buff-remove = Click to remove
|