Add Anomaly Core Break Damage to Total Damage

This commit is contained in:
GreenComfyTea
2023-06-05 19:36:55 +03:00
parent 8bcd5e0c4a
commit 59f11c4933
12 changed files with 133 additions and 129 deletions

View File

@@ -5927,6 +5927,7 @@ function this.init_default()
poison_damage = true,
blast_damage = true,
endemic_life_damage = true,
mystery_core_damage = true,
other_damage = true -- note that installations during narwa fight are counted as other damage
},

View File

@@ -383,8 +383,12 @@ this.default_language = {
installation_damage = "Installation Damage",
otomo_damage = "Buddy Damage",
monster_damage = "Monster Damage",
wyvern_riding_damage = "Wyvern Riding Damage",
poison_damage = "Poison Damage",
blast_damage = "Blast Damage",
endemic_life_damage = "Endemic Life Damage",
mystery_core_damage = "Anomaly Core Damage",
other_damage = "Other Damage",
damage = "Damage",
@@ -466,10 +470,6 @@ this.default_language = {
master_rank = "Master Rank",
other_damage = "Other Damage",
wyvern_riding_damage = "Wyvern Riding Damage",
endemic_life_damage = "Endemic Life Damage",
hide_myself = "Hide Myself",
hide_other_players = "Hide Other Players",
hide_servants = "Hide Followers",