2022-09-29 09:59:17 +00:00
|
|
|
## Player events
|
|
|
|
hud-chat-online_msg = [{ $name }] is online now
|
|
|
|
hud-chat-offline_msg = [{ $name }] went offline
|
|
|
|
## Buff deaths
|
2023-08-27 17:04:20 +00:00
|
|
|
hud-chat-died_of_pvp_buff_msg =
|
|
|
|
.burning = [{ $victim }] died of: burning caused by [{ $attacker }]
|
|
|
|
.bleeding = [{ $victim }] died of: bleeding caused by [{ $attacker }]
|
|
|
|
.curse = [{ $victim }] died of: curse caused by [{ $attacker }]
|
|
|
|
.crippled = [{ $victim }] died of: crippled caused by [{ $attacker }]
|
|
|
|
.frozen = [{ $victim }] died of: frozen caused by [{ $attacker }]
|
|
|
|
.mysterious = [{ $victim }] died of: secret caused by [{ $attacker }]
|
|
|
|
hud-chat-died_of_buff_nonexistent_msg =
|
|
|
|
.burning = [{ $victim }] died of: burning
|
|
|
|
.bleeding = [{ $victim }] died of: bleeding
|
|
|
|
.curse = [{ $victim }] died of: curse
|
|
|
|
.crippled = [{ $victim }] died of: crippled
|
|
|
|
.frozen = [{ $victim }] died of: frozen
|
|
|
|
.mysterious = [{ $victim }] died of: secret
|
|
|
|
hud-chat-died_of_npc_buff_msg =
|
|
|
|
.burning = [{ $victim }] died of: burning caused by { $attacker }
|
|
|
|
.bleeding = [{ $victim }] died of: bleeding caused by { $attacker }
|
|
|
|
.curse = [{ $victim }] died of: curse caused by { $attacker }
|
|
|
|
.crippled = [{ $victim }] died of: crippled caused by { $attacker }
|
|
|
|
.frozen = [{ $victim }] died of: frozen caused by { $attacker }
|
|
|
|
.mysterious = [{ $victim }] died of: secret caused by { $attacker }
|
2022-09-29 09:59:17 +00:00
|
|
|
## PvP deaths
|
2022-08-06 18:52:41 +00:00
|
|
|
hud-chat-pvp_melee_kill_msg = [{ $attacker }] defeated [{ $victim }]
|
|
|
|
hud-chat-pvp_ranged_kill_msg = [{ $attacker }] shot [{ $victim }]
|
|
|
|
hud-chat-pvp_explosion_kill_msg = [{ $attacker }] blew up [{ $victim }]
|
|
|
|
hud-chat-pvp_energy_kill_msg = [{ $attacker }] killed [{ $victim }] with magic
|
2022-09-29 09:59:17 +00:00
|
|
|
hud-chat-pvp_other_kill_msg = [{ $attacker }] killed [{ $victim }]
|
|
|
|
## PvE deaths
|
2022-08-06 18:52:41 +00:00
|
|
|
hud-chat-npc_melee_kill_msg = { $attacker } killed [{ $victim }]
|
|
|
|
hud-chat-npc_ranged_kill_msg = { $attacker } shot [{ $victim }]
|
|
|
|
hud-chat-npc_explosion_kill_msg = { $attacker } blew up [{ $victim }]
|
|
|
|
hud-chat-npc_energy_kill_msg = { $attacker } killed [{ $victim }] with magic
|
|
|
|
hud-chat-npc_other_kill_msg = { $attacker } killed [{ $victim }]
|
2022-09-29 09:59:17 +00:00
|
|
|
## Other deaths
|
|
|
|
hud-chat-environmental_kill_msg = [{ $name }] died in { $environment }
|
|
|
|
hud-chat-fall_kill_msg = [{ $name }] died from fall damage
|
|
|
|
hud-chat-suicide_msg = [{ $name }] died from self-inflicted wounds
|
|
|
|
hud-chat-default_death_msg = [{ $name }] died
|
|
|
|
## Utils
|
|
|
|
hud-chat-all = All
|
|
|
|
hud-chat-you = You
|
|
|
|
hud-chat-chat_tab_hover_tooltip = Right click for settings
|
2022-09-20 22:13:50 +00:00
|
|
|
hud-loot-pickup-msg = {$actor} picked up { $amount ->
|
|
|
|
[one] { $item }
|
|
|
|
*[other] {$amount}x {$item}
|
|
|
|
}
|
2022-08-06 18:52:41 +00:00
|
|
|
hud-chat-loot_fail = Your Inventory is full!
|
|
|
|
hud-chat-goodbye = Goodbye!
|
|
|
|
hud-chat-connection_lost = Connection lost. Kicking in { $time } seconds.
|