28 lines
702 B
Plaintext
28 lines
702 B
Plaintext
|
tr_cybernetics_assimilator_adopt = {
|
||
|
possible = {
|
||
|
has_ascension_perk = ap_organo_machine_interfacing_assimilator
|
||
|
has_technology = tech_integrated_cybernetics
|
||
|
}
|
||
|
unlocks_agenda = agenda_cybernetic_advantage_assimilator
|
||
|
custom_tooltip = tr_cybernetics_assimilator_adopt_desc
|
||
|
# Increased effects from Assimilating organic pops.
|
||
|
# See apply_post_assimilation_effects scripted effect
|
||
|
|
||
|
on_enabled = {
|
||
|
if = {
|
||
|
limit = {
|
||
|
has_machine_age_dlc = yes
|
||
|
OR = {
|
||
|
has_civic = civic_machine_assimilator
|
||
|
has_ascension_perk = ap_mechromancy
|
||
|
}
|
||
|
}
|
||
|
hidden_effect = {
|
||
|
country_event = {
|
||
|
id = cyber.2010
|
||
|
days = 2
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|