调整纳米实验室及相关触发器的条件和本地化文本
This commit is contained in:
@@ -11,7 +11,7 @@ building_rg_nanolab_1 = {
|
||||
potential = {
|
||||
exists = owner
|
||||
OR = {
|
||||
uses_district_set = rg_station
|
||||
#uses_district_set = rg_station
|
||||
owner = { has_tradition = tr_rg_nanotech_1 }
|
||||
}
|
||||
#owner = { has_tradition = tr_nanotech_adopt }
|
||||
@@ -101,7 +101,7 @@ building_rg_nanolab_2 = {
|
||||
potential = {
|
||||
exists = owner
|
||||
OR = {
|
||||
uses_district_set = rg_station
|
||||
#uses_district_set = rg_station
|
||||
owner = { has_tradition = tr_rg_nanotech_1 }
|
||||
}
|
||||
# owner = { has_tradition = tr_nanotech_1 }
|
||||
@@ -185,7 +185,7 @@ building_rg_nanotech_cauldron = {
|
||||
potential = {
|
||||
exists = owner
|
||||
OR = {
|
||||
uses_district_set = rg_station
|
||||
#uses_district_set = rg_station
|
||||
owner = { has_tradition = tr_rg_nanotech_1 }
|
||||
}
|
||||
# NOT = { has_modifier = resort_colony }
|
||||
@@ -236,7 +236,7 @@ building_rg_nanite_transmuter = {
|
||||
potential = {
|
||||
exists = owner
|
||||
OR = {
|
||||
uses_district_set = rg_station
|
||||
#uses_district_set = rg_station
|
||||
owner = { has_tradition = tr_rg_nanotech_1 }
|
||||
}
|
||||
# owner = { has_tradition = tr_nanotech_2 }
|
||||
|
||||
@@ -103,6 +103,21 @@ can_destroy_planet_with_RG_PLANET_KILLER_SP = {
|
||||
}
|
||||
}
|
||||
|
||||
can_destroy_planet_with_RG_PLANET_KILLER_NANO_SP = {
|
||||
custom_tooltip = {
|
||||
fail_text = "RG_requires_a_star_star_killer"
|
||||
NOR = {
|
||||
is_star = yes
|
||||
is_planet_class = pc_ag_void_star
|
||||
is_planet_class = pc_ag_void_planet
|
||||
}
|
||||
}
|
||||
custom_tooltip = {
|
||||
fail_text = "RG_requires_inside_border_star_killer"
|
||||
is_inside_border = from.owner
|
||||
}
|
||||
}
|
||||
|
||||
can_destroy_planet_with_RG_PLANET_KILLER_CRACKER = {
|
||||
custom_tooltip = {
|
||||
fail_text = is_not_a_standard_planet_or_megastructure
|
||||
|
||||
Reference in New Issue
Block a user