Script Value
special_unit_defeat_experience
Definitionin_game/common/script_values/unit_values.txt:18
19value = 1
20if = {
21limit = {
21exists = scope:land_units_killed
}
22multiply = scope:land_units_killed
23divide = 100
24max = 100
}
26else = {
27save_temporary_value_as = {
28name = land_units_killed
29value = 5
}
31multiply = scope:land_units_killed
}