mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 12:58:06 -08:00
Update and fix Damage Types;
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user