Rename damage types

This commit is contained in:
GreenComfyTea
2023-06-06 11:50:29 +03:00
parent 59f11c4933
commit 6862331ca9
10 changed files with 129 additions and 129 deletions

View File

@@ -5918,17 +5918,17 @@ function this.init_default()
},
tracked_damage_types = {
player_damage = true,
bomb_damage = true,
kunai_damage = true,
installation_damage = true, -- hunting_installations like ballista, cannon, etc.
otomo_damage = true,
wyvern_riding_damage = true,
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
players = true,
bombs = true,
kunai = true,
installations = true, -- hunting_installations like ballista, cannon, etc.
otomos = true,
wyvern_riding = true,
poison = true,
blast = true,
endemic_life = true,
mystery_cores = true,
other = true -- note that installations during narwa fight are counted as other damage
},
spacing = {

View File

@@ -377,18 +377,18 @@ this.default_language = {
small_monsters = "Small Monsters",
large_monsters = "Large Monsters",
player_damage = "Player Damage",
bomb_damage = "Bomb Damage",
kunai_damage = "Kunai Damage",
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",
players = "Players",
bombs = "Bombs",
kunai = "Kunai",
installations = "Installations",
otomos = "Buddies",
monsters = "Monsters",
wyvern_riding = "Wyvern Riding",
poison = "Poison",
blast = "Blast",
endemic_life = "Endemic Life",
mystery_cores = "Anomaly Cores",
other = "Other",
damage = "Damage",