Compare commits

..

No commits in common. "5a5c46ef7fb6552b6eaf6ff5fb825eb037ea4fe6" and "a60bfff413867d9a77eed9c490a45a68d493514f" have entirely different histories.

3 changed files with 26 additions and 7 deletions

View File

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

View File

@ -665,7 +665,29 @@ rg_juggernaut_habitat_init = {
}
}
every_owned_pop = {
rg_event_effect_planet2027_spawn_maid_species = yes
modify_species = {
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"

View File

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