Add option to filter parts based on current state

This commit is contained in:
GreenComfyTea
2023-03-06 13:48:55 +02:00
parent 6a4f4a9dfe
commit c2531b77a2
11 changed files with 75 additions and 21 deletions

View File

@@ -1260,6 +1260,7 @@ function config.init_default()
},
settings = {
filter_mode = "Current State",
hide_undamaged_parts = true,
time_limit = 15
},
@@ -2444,6 +2445,7 @@ function config.init_default()
},
settings = {
filter_mode = "Current State",
hide_undamaged_parts = true,
time_limit = 15
},
@@ -3615,6 +3617,7 @@ function config.init_default()
},
settings = {
filter_mode = "Current State",
hide_undamaged_parts = true,
time_limit = 15
},

View File

@@ -496,7 +496,11 @@ language.default_language = {
hide_timer_for_infinite_buffs = "Hide Timer for infinite Buffs",
current_value = "Current Value",
max_value = "Max Value"
max_value = "Max Value",
filter_mode = "Filter Mode",
current_state = "Current State",
default_state = "Default State"
}
};