@precursor_easy = 6
@precursor_medium = 8
@precursor_hard = 10
vultaum_1_cat = {
desc = "vultaum_uninhabitable_category_desc"
picture = "GFX_evt_ship_in_orbit"
level = @precursor_easy
spawn_chance = {
modifier = {
add = 10
solar_system = { has_star_flag = precursor_1 }
uninhabitable_regular_planet = yes
NOT = { has_planet_flag = precursor_world }
from.owner = {
NOT = { has_country_flag = vultaum_1 }
has_country_flag = vultaum_intro
has_event_chain = vultaum_chain
}
}
}
on_spawn = {
set_planet_flag = precursor_world
from.owner = { set_country_flag = vultaum_1 }
}
on_success = precursor.5
#on_fail = {
#1 = {
#ship_event = anomaly_failure.33
#}
#}
#on_critical_fail = {
#1 = {
#ship_event = anomaly_failure.1400
#}
#1 = {
#ship_event = anomaly_failure.1401
#}
#1 = {
#ship_event = anomaly_failure.1402
#}
#1 = {
#ship_event = anomaly_failure.1403
#}
#1 = {
#ship_event = anomaly_failure.1404
#}
#1 = {
#ship_event = anomaly_failure.1405
#}
#}
}
这是翻出来的沃塔姆星群第一个事件的代码,有失败的描述,但是全部加上了#号,变成了描述性语句,搞不清简单-6,中等-8,困难-10是什么意思。。。是失败的概率吗?