添加远程恒星异常类别“Gray”及其触发条件
This commit is contained in:
parent
df77895b22
commit
328ddbe3a0
@ -0,0 +1,28 @@
|
||||
### Gray ###
|
||||
disco_gray_cat = {
|
||||
desc = "disco_gray_cat_desc"
|
||||
picture = "GFX_evt_ship_in_orbit_2"
|
||||
level = 3
|
||||
max_once_global = yes
|
||||
|
||||
spawn_chance = {
|
||||
modifier = {
|
||||
add = 999999999999
|
||||
is_planet_class = pc_gray_goo
|
||||
solar_system = { has_star_flag = lcluster }
|
||||
}
|
||||
modifier = {
|
||||
factor = 0
|
||||
OR = {
|
||||
from.owner = {
|
||||
is_ai = yes
|
||||
}
|
||||
has_global_flag = gray_goo_crisis_set
|
||||
has_global_flag = dragon_season
|
||||
has_global_flag = gray_goo_empire_set
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
on_success = graygoo.400
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user