mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
feat: add frozen debuff icon, en strings
This commit is contained in:
parent
f8b642ce86
commit
9eefa89f90
BIN
assets/voxygen/element/de_buffs/debuff_frozen_0.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/de_buffs/debuff_frozen_0.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -30,6 +30,8 @@
|
||||
"buff.desc.burn": "You are burning alive",
|
||||
"buff.title.crippled": "Crippled",
|
||||
"buff.desc.crippled": "Your movement is crippled as your legs are heavily injured.",
|
||||
"buff.title.frozen": "Frozen",
|
||||
"buff.desc.frozen": "Your movements and attacks are slowed."
|
||||
// Buffs stats
|
||||
"buff.stat.health": "Restores {str_total} Health",
|
||||
"buff.stat.increase_max_stamina": "Raises Maximum Stamina by {strength}",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"hud.outcome.curse": "died of: curse",
|
||||
"hud.outcome.bleeding": "died of: bleeding",
|
||||
"hud.outcome.crippled": "died of: crippled",
|
||||
"hud.outcome.frozen": "died of: frozen"
|
||||
|
||||
// Chat outputs
|
||||
"hud.chat.online_msg": "[{name}] is online now",
|
||||
|
@ -585,6 +585,7 @@ image_ids! {
|
||||
debuff_bleed_0: "voxygen.element.de_buffs.debuff_bleed_0",
|
||||
debuff_burning_0: "voxygen.element.de_buffs.debuff_burning_0",
|
||||
debuff_crippled_0: "voxygen.element.de_buffs.debuff_cripple_0",
|
||||
debuff_frozen_0: "voxygen.element.de_buffs.debuff_frozen_0",
|
||||
|
||||
// Animation Frames
|
||||
// Buff Frame
|
||||
|
Loading…
Reference in New Issue
Block a user