Rename mystery core to anomaly core

This commit is contained in:
GreenComfyTea
2023-06-07 19:44:41 +03:00
parent e51185892a
commit 788152aecd
10 changed files with 14 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ this.damage_types = {
["blast"] = "blast",
["otomo_blast"] = "otomo_blast",
["endemic_life"] = "endemic_life",
["mystery_core"] = "mystery_core",
["anomaly_core"] = "anomaly_core",
["other"] = "other"
};
@@ -316,8 +316,8 @@ function this.update_display(player)
this.merge_damage(player.display, monster_type.endemic_life);
end
if cached_config.tracked_damage_types.mystery_cores then
this.merge_damage(player.display, monster_type.mystery_core);
if cached_config.tracked_damage_types.anomaly_cores then
this.merge_damage(player.display, monster_type.anomaly_core);
end
if cached_config.tracked_damage_types.other then

View File

@@ -1495,7 +1495,7 @@ function this.init_default()
},
body_parts = {
visibility = true,
visibility = false,
offset = {
x = 10,
@@ -5927,7 +5927,7 @@ function this.init_default()
poison = true,
blast = true,
endemic_life = true,
mystery_cores = true,
anomaly_cores = true,
other = true -- note that installations during narwa fight are counted as other damage
},

View File

@@ -387,7 +387,7 @@ this.default_language = {
poison = "Poison",
blast = "Blast",
endemic_life = "Endemic Life",
mystery_cores = "Anomaly Cores",
anomaly_cores = "Anomaly Cores",
other = "Other",
damage = "Damage",

View File

@@ -1794,8 +1794,8 @@ function this.draw_damage_meter_UI()
config_changed = config_changed or changed;
damage_display_changed = damage_display_changed or changed;
changed, cached_config.tracked_damage_types.mystery_cores = imgui.checkbox(
language.current_language.customization_menu.mystery_cores, cached_config.tracked_damage_types.mystery_cores);
changed, cached_config.tracked_damage_types.anomaly_cores = imgui.checkbox(
language.current_language.customization_menu.anomaly_cores, cached_config.tracked_damage_types.anomaly_cores);
config_changed = config_changed or changed;
damage_display_changed = damage_display_changed or changed;

View File

@@ -49,6 +49,7 @@
"ailments": "Ailments",
"all_UI": "All UI",
"anchor": "Anchor",
"anomaly_cores": "Anomaly Cores",
"anomaly_filter": "Anomaly Core",
"anomaly_health": "Anomaly Core Health",
"anomaly_health_percentage": "Anomaly Core Health Percentage",
@@ -211,7 +212,6 @@
"my_damage_bar_location": "My Damage Bar Location",
"my_otomos": "My Buddies",
"myself": "Myself",
"mystery_cores": "Anomaly Cores",
"name": "Name",
"name_label": "Name Label",
"new": "New",

View File

@@ -49,6 +49,7 @@
"ailments": "状態異常表示",
"all_UI": "全てのUI",
"anchor": "固定",
"anomaly_cores": "Anomaly Cores",
"anomaly_filter": "Anomaly Core",
"anomaly_health": "Anomaly Core Health",
"anomaly_health_percentage": "Anomaly Core Health Percentage",
@@ -211,7 +212,6 @@
"my_damage_bar_location": "自身のダメージバーの場所",
"my_otomos": "My Buddies",
"myself": "Myself",
"mystery_cores": "Anomaly Cores",
"name": "Name",
"name_label": "Name Label",
"new": "New",

View File

@@ -49,6 +49,7 @@
"ailments": "상태이상",
"all_UI": "모든 UI",
"anchor": "기준",
"anomaly_cores": "Anomaly Cores",
"anomaly_filter": "Anomaly Core",
"anomaly_health": "Anomaly Core Health",
"anomaly_health_percentage": "Anomaly Core Health Percentage",
@@ -211,7 +212,6 @@
"my_damage_bar_location": "내 대미지 막대 위치",
"my_otomos": "내 동반자",
"myself": "나",
"mystery_cores": "Anomaly Cores",
"name": "이름",
"name_label": "이름 정보",
"new": "새",

View File

@@ -49,6 +49,7 @@
"ailments": "Аномальные статусы",
"all_UI": "Весь интерфейс",
"anchor": "Привязка",
"anomaly_cores": "Ядра аномалии",
"anomaly_filter": "Ядро аномалии",
"anomaly_health": "Здоровье ядра аномалии",
"anomaly_health_percentage": "Здоровье ядра аномалии в процентах",
@@ -211,7 +212,6 @@
"my_damage_bar_location": "Позиция моей шкалы урона",
"my_otomos": "Мои спутники",
"myself": "Я",
"mystery_cores": "Ядра аномалии",
"name": "Имя",
"name_label": "Метка имени",
"new": "Создать",

View File

@@ -49,6 +49,7 @@
"ailments": "状态异常",
"all_UI": "所有UI",
"anchor": "锚点",
"anomaly_cores": "Anomaly Cores",
"anomaly_filter": "Anomaly Core",
"anomaly_health": "Anomaly Core Health",
"anomaly_health_percentage": "Anomaly Core Health Percentage",
@@ -211,7 +212,6 @@
"my_damage_bar_location": "我的伤害条位置",
"my_otomos": "我的随从",
"myself": "我自己",
"mystery_cores": "Anomaly Cores",
"name": "名称",
"name_label": "名字标签",
"new": "新建",

View File

@@ -49,6 +49,7 @@
"ailments": "異常狀態",
"all_UI": "全部UI",
"anchor": "錨點",
"anomaly_cores": "Anomaly Cores",
"anomaly_filter": "Anomaly Core",
"anomaly_health": "Anomaly Core Health",
"anomaly_health_percentage": "Anomaly Core Health Percentage",
@@ -211,7 +212,6 @@
"my_damage_bar_location": "我的傷害條",
"my_otomos": "My Buddies",
"myself": "Myself",
"mystery_cores": "Anomaly Cores",
"name": "Name",
"name_label": "Name Label",
"new": "New",