mirror of
https://github.com/materusPL/stellaris_mods.git
synced 2026-07-09 16:01:57 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user