暂存
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
14
common/script_values/rg_script_values.txt
Normal file
14
common/script_values/rg_script_values.txt
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user