realgray-stellaris-mod/common/script_values/rg_script_values.txt

26 lines
339 B
Plaintext
Raw Normal View History

2024-05-14 09:50:13 +08:00
rg_count_maid = {
base = 0
complex_trigger_modifier = {
2024-09-17 13:32:31 +08:00
trigger = num_traits
2024-05-14 09:50:13 +08:00
trigger_scope = pop
parameters = {
limit = {
has_trait = rg_machine_maid_trait
}
}
mode = add
}
# max = 20
}
rg_maid_trait_mult = {
base = 3
# modifier = {
# add = 0.5
# planet = {
# has_deposit = d_lithoid_crater
# }
# }
}