Compare commits
2 Commits
a60bfff413
...
5a5c46ef7f
Author | SHA1 | Date | |
---|---|---|---|
|
5a5c46ef7f | ||
|
c34c0b8eb9 |
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
@ -27,6 +27,10 @@ country_event = {
|
|||||||
category = bio_trophy
|
category = bio_trophy
|
||||||
value >= 1
|
value >= 1
|
||||||
}
|
}
|
||||||
|
free_jobs_of_type = {
|
||||||
|
job = servant
|
||||||
|
value >= 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user