realgray-stellaris-mod/common/ascension_perks/rg_ascension_perks.txt

42 lines
861 B
Plaintext
Raw Normal View History

rg_ap_nantiematter = {
on_enabled = {
custom_tooltip = "rg_ap_nantiematter_tooltip"
2024-05-12 05:22:42 +08:00
add_research_option = tech_minilaser_gray_1
}
possible = {
2024-05-12 05:22:42 +08:00
custom_tooltip = {
fail_text = "requires_ascension_perks_3"
num_ascension_perks > 2
}
custom_tooltip = {
fail_text = "rg_requires_ascension_perks_lgate"
OR = {
has_country_flag = origin_rg_gray
has_country_flag = gray_owner
AND = {
has_event_chain = l_cluster_chain
has_technology = tech_lgate_activation
}
}
}
custom_tooltip = {
fail_text = "rg_requires_ascension_perks_lgate"
has_technology = tech_lasers_4
}
NOT = {
has_ascension_perk = rg_nantiematter
}
}
potential = {
OR = {
has_country_flag = origin_rg_gray
has_country_flag = gray_owner
2024-05-12 05:22:42 +08:00
has_event_chain = l_cluster_chain
}
is_ai = no
}
ai_weight = {
factor = 0
}
2023-06-08 13:11:05 +08:00
}