Changes 修铁灭兄弟

This commit is contained in:
ProjectKoi-Kalo\Kalo 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

View File

@ -21,6 +21,10 @@
RG_AUTOCONST_HANGER_desc:0 "预载的工蜂工程舰可以在星系调查完成后自动建造恒星基地。"
RG_const_country:0 "$NAME_Gray$-自动工程队"
citizenship_full_rg_maid: "$RG_MACHINE$"
citizenship_full_rg_maid_tooltip: "该物种人口是完全自定义化用于工业生产的人工生命。"
citizenship_full_rg_maid_tooltip_delayed: "§L进行直接控制。§!"
rg_nothing:0 ""
rg_nothing_desc:0 ""

View File

@ -19,3 +19,4 @@
rg_kogasa_exterminated_desc:0 "守护进程检测到$NAME_Gray$人格完整性遭到篡改,污染目标已被净化,处理方案:无害化处理。"
rg_levelup_2.tooltip:0 "§Y如果我们中途中止改造项目将无法得到退款§!"
rg_need_manual_toggle:0 "§Y注意更改舰种后你需要手动切换一次$NAME_Gray$的形态§!"
RG_MACHINE_SPECIES_NOT_MACHINE: "$TRIGGER_FAIL$物种必须是§Y$trait_rg_machine_unit$§!。"