language.lua upd

This commit is contained in:
GreenComfyTea
2023-09-06 16:31:10 +03:00
parent 1580b4c4c2
commit 89bb48602d
7 changed files with 64 additions and 3 deletions

View File

@@ -204,6 +204,7 @@ this.default_language = {
defense_down = "Defense Down",
resistance_down = "Resistance Down",
falling_asleep = "Falling Asleep",
tremor = "Tremor",
roar = "Roar",
webbed = "Webbed",
@@ -222,7 +223,11 @@ this.default_language = {
},
skills = {
kushala_daora_soul = "Kushala Daora Soul"
kushala_daora_soul = "Kushala Daora Soul",
powder_mantle_red = "Powder Mantle (Red)",
powder_mantle_blue = "Powder Mantle (Blue)",
dragon_conversion_elemental_attack_up = "Dragon Conversion Elem. Atk Up",
dragon_conversion_elemental_res_up = "Dragon Conversion Elem. Res Up",
},
weapon_skills = {
@@ -277,7 +282,10 @@ this.default_language = {
},
misc_buffs = {
stamina_use_down = "Stamina Use Down"
attack_up = "Attack Up",
defense_up = "Defense Up",
stamina_use_down = "Stamina Use Down",
immunity = "Immunity"
},
UI = {