炸球送点纳米机器,嗯

This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-06-06 13:07:15 +08:00
parent 6277f63911
commit d15f4d8818
2 changed files with 13 additions and 16 deletions

View File

@ -1623,6 +1623,12 @@ RG_destroy_planet_effect = {
modifier = "terraforming_candidate"
days = -1
}
random_list = {
25 = { while = { count = 4 add_deposit = d_nanites_deposit } }
25 = { while = { count = 3 add_deposit = d_nanites_deposit } }
25 = { while = { count = 2 add_deposit = d_nanites_deposit } }
25 = { add_deposit = d_nanites_deposit }
}
}
}
@ -1769,6 +1775,12 @@ RG_destroy_star_system = {
modifier = "terraforming_candidate"
days = -1
}
random_list = {
25 = { while = { count = 4 add_deposit = d_nanites_deposit } }
25 = { while = { count = 3 add_deposit = d_nanites_deposit } }
25 = { while = { count = 2 add_deposit = d_nanites_deposit } }
25 = { add_deposit = d_nanites_deposit }
}
}
}
every_system_planet = {

View File

@ -57,22 +57,7 @@ can_destroy_planet_with_RG_PLANET_KILLER_SP = {
}
custom_tooltip = {
fail_text = "RG_requires_inside_border_star_killer"
AND = {
AND = {
is_inside_border = from.owner
solar_system = {
any_system_planet = {
OR = {
is_colony = yes
}
}
}
}
AND = {
exists = owner
owner = { is_same_value = from.owner }
}
}
is_inside_border = from.owner
}
}