Update RG_event_effects.txt: Modify maid species properties and add free servant jobs in RG_planet_event

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-09-17 13:48:36 +08:00
parent c34c0b8eb9
commit 5a5c46ef7f
2 changed files with 5 additions and 2 deletions

View File

@ -160,13 +160,12 @@ 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

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
}
} }
} }
} }