The Prethoryn Scourge can't be defeated, as their infested worlds can't be occupied. They continue to make new ships constantly.
Upvote
0
# Infested to Barren after Orbital Bombardment
planet_event = {
id = crisis.200
hide_window = yes
is_triggered_only = yes
trigger = {
is_planet_class = pc_infested
}
immediate = {
destroy_colony = yes
set_planet_max_health = 0
random_list = {
50 = { change_pc = pc_barren }
50 = { change_pc = pc_barren_cold }
}
}
}
You just need to modify the event, remove the trigger only, and addfortification_health = 0Can confirm.
A trigger is not firing, specificaly this one :
Code:# Infested to Barren after Orbital Bombardment planet_event = { id = crisis.200 hide_window = yes is_triggered_only = yes trigger = { is_planet_class = pc_infested } immediate = { destroy_colony = yes set_planet_max_health = 0 random_list = { 50 = { change_pc = pc_barren } 50 = { change_pc = pc_barren_cold } } } }
The only way to "win" is by quarantine of every single planet they occupy...
Does for interesting role-play, but still a bug.