2020-12-27 19:59:03 +00:00
|
|
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
|
|
|
|
/// Localization for "global" English
|
|
|
|
(
|
|
|
|
string_map: {
|
2021-02-28 21:04:33 +00:00
|
|
|
// Buffs
|
2020-12-27 19:59:03 +00:00
|
|
|
"buff.remove": "Click to remove",
|
|
|
|
"buff.title.missing": "Missing Title",
|
|
|
|
"buff.desc.missing": "Missing Description",
|
|
|
|
"buff.title.heal": "Heal",
|
|
|
|
"buff.desc.heal": "Gain health over time.",
|
|
|
|
"buff.title.potion": "Potion",
|
|
|
|
"buff.desc.potion": "Drinking...",
|
|
|
|
"buff.title.saturation": "Saturation",
|
|
|
|
"buff.desc.saturation": "Gain health over time from consumables.",
|
|
|
|
"buff.title.campfire_heal": "Campfire Heal",
|
2021-04-25 23:06:47 +00:00
|
|
|
"buff.desc.campfire_heal": "Resting at a campfire heals {rate}% per second.",
|
2021-02-28 21:04:33 +00:00
|
|
|
"buff.title.invulnerability": "Invulnerability",
|
|
|
|
"buff.desc.invulnerability": "You cannot be damaged by any attack.",
|
2021-03-04 03:43:11 +00:00
|
|
|
"buff.title.protectingward": "Protecting Ward",
|
2021-03-07 02:16:35 +00:00
|
|
|
"buff.desc.protectingward": "You are protected, somewhat, from attacks.",
|
2021-04-24 19:01:36 +00:00
|
|
|
"buff.title.frenzied": "Frenzied",
|
2021-04-28 22:41:04 +00:00
|
|
|
"buff.desc.frenzied": "You are imbued with unnatural speed and can ignore minor injuries.",
|
2021-02-28 21:04:33 +00:00
|
|
|
// Debuffs
|
|
|
|
"buff.title.bleed": "Bleeding",
|
|
|
|
"buff.desc.bleed": "Inflicts regular damage.",
|
|
|
|
"buff.title.cursed": "Cursed",
|
|
|
|
"buff.desc.cursed": "You are cursed.",
|
2021-04-15 20:32:38 +00:00
|
|
|
"buff.title.burn": "On Fire",
|
2021-04-15 21:34:24 +00:00
|
|
|
"buff.desc.burn": "You are burning alive",
|
2021-05-03 20:29:08 +00:00
|
|
|
"buff.title.crippled": "Crippled",
|
|
|
|
"buff.desc.crippled": "Your movement is crippled as your legs are heavily injured.",
|
2021-05-30 15:49:32 +00:00
|
|
|
"buff.title.frozen": "Frozen",
|
2021-05-30 21:47:42 +00:00
|
|
|
"buff.desc.frozen": "Your movements and attacks are slowed.",
|
2021-05-24 00:45:22 +00:00
|
|
|
"buff.title.wet": "Wet",
|
|
|
|
"buff.desc.wet": "The ground rejects your feet, making it hard to stop.",
|
2021-06-20 05:37:22 +00:00
|
|
|
"buff.title.ensnared": "Ensnared",
|
|
|
|
"buff.desc.ensnared": "Vines grasp at your legs, impeding your movement.",
|
2021-03-24 01:05:14 +00:00
|
|
|
// Buffs stats
|
|
|
|
"buff.stat.health": "Restores {str_total} Health",
|
|
|
|
"buff.stat.increase_max_stamina": "Raises Maximum Stamina by {strength}",
|
|
|
|
"buff.stat.increase_max_health": "Raises Maximum Health by {strength}",
|
2021-03-28 12:27:59 +00:00
|
|
|
"buff.stat.invulnerability": "Grants invulnerability",
|
2021-03-24 01:05:14 +00:00
|
|
|
// Text
|
|
|
|
"buff.text.over_seconds": "over {dur_secs} seconds",
|
|
|
|
"buff.text.for_seconds": "for {dur_secs} seconds",
|
2020-12-27 19:59:03 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
}
|
|
|
|
)
|