Update and fix Damage Types;

This commit is contained in:
GreenComfyTea
2022-07-10 11:38:35 +03:00
parent ad0c1156d9
commit 798fe55b82
11 changed files with 203 additions and 56 deletions

View File

@@ -3752,9 +3752,11 @@ function config.init()
kunai_damage = true,
installation_damage = true, -- hunting_installations like ballista, cannon, etc.
otomo_damage = true,
monster_damage = true, -- note that installations during narwa fight are counted as monster damage
wyvern_riding_damage = true,
poison_damage = true,
blast_damage = true,
endemic_life_damage = true,
other_damage = true -- note that installations during narwa fight are counted as other damage
},
spacing = {

View File

@@ -366,7 +366,11 @@ language.default_language = {
menu_font_change_disclaimer = "Changing Language and Menu Font Size several times will cause a crash!",
master_rank = "Master Rank"
master_rank = "Master Rank",
other_damage = "Other Damage",
wyvern_riding_damage = "Wyvern Riding Damage",
endemic_life_damage = "Endemic Life Damage"
}
};