科技分化没图标版

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-05-12 05:22:42 +08:00
parent 3e3a395f1f
commit f0596b14b7
5 changed files with 149 additions and 41 deletions

View File

@@ -1,14 +1,27 @@
rg_ap_nantiematter = {
on_enabled = {
custom_tooltip = "rg_ap_nantiematter_tooltip"
add_research_option = tech_gray_weapon_lance_1
add_research_option = tech_minilaser_gray_1
}
possible = {
OR = {
has_country_flag = origin_rg_gray
has_country_flag = gray_owner
has_technology = tech_lgate_activation
can_research_technology = tech_lgate_activation
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
@@ -18,10 +31,7 @@ rg_ap_nantiematter = {
OR = {
has_country_flag = origin_rg_gray
has_country_flag = gray_owner
AND = {
has_event_chain = l_cluster_chain
has_technology = tech_lgate_activation
}
has_event_chain = l_cluster_chain
}
is_ai = no
}