This commit is contained in:
2024-05-14 09:50:13 +08:00
parent 99a8e70400
commit 4c3bd989aa
3 changed files with 80 additions and 1 deletions

View File

@@ -176,3 +176,12 @@ on_space_battle_lost = {
rg_skill.15
}
}
on_pop_assembled = {
events = {
crisis.2055
crisis.2312
necroids.250 #makes zombie pops
cyber.7 # Limited Cybernetic pops
}
}

View File

@@ -0,0 +1,14 @@
rg_count_maid = {
base = 0
complex_trigger_modifier = {
trigger = count_traits
trigger_scope = pop
parameters = {
limit = {
has_trait = rg_machine_maid_trait
}
}
mode = add
}
# max = 20
}