Compare commits

..

2 Commits

3 changed files with 7 additions and 26 deletions

View File

@ -160,20 +160,19 @@ rg_event_effect_planet2027_spawn_maid_species = {
plural = this plural = this
class = RG_MACHINE class = RG_MACHINE
portrait = "rg_machine_maid" portrait = "rg_machine_maid"
can_be_modified = this can_be_modified = no
homeworld = this homeworld = this
namelist = this namelist = this
gender = this gender = this
traits = { traits = {
trait = trait_machine_unit trait = trait_machine_unit
trait = trait_robot_domestic_protocols
trait = rg_machine_maid_trait trait = rg_machine_maid_trait
trait = trait_auto_mod_robotic trait = trait_auto_mod_robotic
trait = trait_robot_streamlined_protocols trait = trait_robot_streamlined_protocols
trait = trait_robot_luxurious trait = trait_robot_luxurious
} }
effect = { effect = {
save_event_target_as = rg_owner_main_maid_species save_global_event_target_as = rg_owner_main_maid_species
} }
} }
} }

View File

@ -665,29 +665,7 @@ rg_juggernaut_habitat_init = {
} }
} }
every_owned_pop = { every_owned_pop = {
modify_species = { rg_event_effect_planet2027_spawn_maid_species = yes
effect = {
create_species = {
is_mod = yes
name = "RG_MACHINE"
plural = this
class = RG_MACHINE
portrait = "rg_machine_maid"
can_be_modified = this
homeworld = this
namelist = this
gender = this
traits = {
trait = trait_machine_unit
trait = rg_machine_maid_trait
trait = trait_robot_mass_produced
}
effect = {
save_global_event_target_as = rg_owner_main_maid_species
}
}
}
}
} }
} }
set_name = "NAME_rg_gray_habitat_base" set_name = "NAME_rg_gray_habitat_base"

View File

@ -27,6 +27,10 @@ country_event = {
category = bio_trophy category = bio_trophy
value >= 1 value >= 1
} }
free_jobs_of_type = {
job = servant
value >= 1
}
} }
} }
} }