Changes 修铁灭兄弟

This commit is contained in:
2024-09-27 17:54:38 +08:00
parent b2ffb07fc6
commit 0d10ffdb6e
7 changed files with 40 additions and 3 deletions

View File

@@ -200,6 +200,10 @@ rg_event_effect_planet2027_spawn_maid_species = {
}
effect = {
save_global_event_target_as = rg_owner_main_maid_species
set_citizenship_type = {
type = citizenship_full_rg_maid
country = event_target:gray_owner
}
}
}
}
@@ -227,6 +231,12 @@ rg_event_effect_planet2027_spawn_maid_species_non_gray = {
trait = trait_robot_streamlined_protocols
trait = trait_robot_luxurious
}
effect = {
set_citizenship_type = {
type = citizenship_full_rg_maid
country = event_target:gray_owner
}
}
}
}
}

View File

@@ -2802,7 +2802,7 @@ rg_gray_country_after_init = {
id = rg_grayleader.7
days = -1
}
rg_juggernaut_habitat_init = yes
# rg_juggernaut_habitat_init = yes
}
rg_timeline_attract_field_init = {

View File

@@ -18,4 +18,5 @@ RG_MACHINE = {
species_trait_points = 10
species_max_traits = 6
robotic = yes
inherit_traits_from = { BIOLOGICAL ROBOT MACHINE }
}

View File

@@ -0,0 +1,21 @@
citizenship_full_rg_maid = {
is_full_citizenship = yes
potential = {
exists = from
from = { is_same_value = event_target:gray_owner }
}
allow = {
hidden_trigger = { exists = from }
custom_tooltip = {
fail_text = RG_MACHINE_SPECIES_NOT_MACHINE
OR = {
has_trait = trait_rg_machine_unit
}
}
}
ai_will_do = {
factor = 100
}
}

View File

@@ -102,7 +102,7 @@ trait_rg_machine_unit = {
}
icon = "gfx/interface/icons/traits/trait_machine_unit.dds"
allowed_archetypes = { RG_MACHINE }
allowed_archetypes = { ROBOT MACHINE BIOLOGICAL LITHOID RG_MACHINE }
immortal_leaders = no