删点过期的舰R兼容
This commit is contained in:
@@ -4,8 +4,7 @@ immediate = {
|
||||
after = {
|
||||
hidden_effect = {
|
||||
remove_country_flag = gray_diplomacy_engaged
|
||||
#初始化衣柜
|
||||
reset_gray_cloth = yes
|
||||
|
||||
}
|
||||
}
|
||||
trigger = {
|
||||
@@ -165,7 +164,6 @@ option = {
|
||||
}
|
||||
}
|
||||
}
|
||||
inline_script = "events/rg_wsg_marry_gray_option_500_scripts"
|
||||
option = {
|
||||
name = graygoo.500.d
|
||||
default_hide_option = yes
|
||||
|
||||
@@ -42,7 +42,6 @@ immediate = {
|
||||
after = {
|
||||
hidden_effect = {
|
||||
remove_country_flag = gray_diplomacy_engaged
|
||||
reset_gray_cloth = yes
|
||||
}
|
||||
}
|
||||
option = {
|
||||
@@ -139,7 +138,6 @@ option = {
|
||||
}
|
||||
}
|
||||
}
|
||||
inline_script = "events/rg_wsg_marry_gray_option_scripts"
|
||||
option = {
|
||||
name = graygoo.500.d
|
||||
tag = hire_leader
|
||||
|
||||
@@ -31,7 +31,6 @@ immediate = {
|
||||
after = {
|
||||
hidden_effect = {
|
||||
remove_country_flag = gray_diplomacy_engaged
|
||||
reset_gray_cloth = yes
|
||||
}
|
||||
}
|
||||
option = {
|
||||
@@ -330,7 +329,6 @@ option = {
|
||||
}
|
||||
}
|
||||
}
|
||||
inline_script = "events/rg_wsg_marry_gray_option_scripts"
|
||||
option = {
|
||||
name = graygoo.500.d
|
||||
tag = hire_leader
|
||||
|
||||
@@ -29,7 +29,6 @@ immediate = {
|
||||
after = {
|
||||
hidden_effect = {
|
||||
remove_country_flag = gray_diplomacy_engaged
|
||||
reset_gray_cloth = yes
|
||||
}
|
||||
}
|
||||
option = {
|
||||
@@ -289,7 +288,6 @@ option = {
|
||||
}
|
||||
}
|
||||
}
|
||||
inline_script = "events/rg_wsg_marry_gray_option_scripts"
|
||||
option = {
|
||||
name = graygoo.500.d
|
||||
tag = hire_leader
|
||||
|
||||
@@ -177,7 +177,6 @@ option = {
|
||||
}
|
||||
}
|
||||
}
|
||||
inline_script = "events/rg_wsg_marry_gray_option_scripts"
|
||||
# option = { # 开启建造中继器
|
||||
# name = rg_event.5.e
|
||||
# trigger = {
|
||||
|
||||
@@ -1,63 +0,0 @@
|
||||
option = {
|
||||
name = marry_gray
|
||||
trigger = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
check_variable = {
|
||||
which = wg_gray_affection
|
||||
value > @wg_gray_affection_to_lv4
|
||||
}
|
||||
NOT = {
|
||||
has_country_flag = married_gray
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
OR = {
|
||||
AND = {
|
||||
has_wg_special_authority = no
|
||||
resource_stockpile_compare = {
|
||||
resource = sr_living_metal
|
||||
value >= 100
|
||||
}
|
||||
resource_stockpile_compare = {
|
||||
resource = rare_crystals
|
||||
value >= 1000
|
||||
}
|
||||
}
|
||||
custom_tooltip = {
|
||||
check_variable = {
|
||||
which = wsg_rings
|
||||
value >= 1
|
||||
}
|
||||
fail_text = not_enough_engagement_rings
|
||||
}
|
||||
}
|
||||
custom_tooltip = {
|
||||
fail_text = gray_become_ruler
|
||||
NOT = {
|
||||
ruler = {
|
||||
has_leader_flag = "gray_leader"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
has_wg_special_authority = yes
|
||||
}
|
||||
subtract_variable = {
|
||||
which = wsg_rings
|
||||
value = 1
|
||||
}
|
||||
}
|
||||
else = {
|
||||
add_resource = {
|
||||
sr_living_metal = -100
|
||||
rare_crystals = -1000
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
option = {
|
||||
name = marry_gray
|
||||
trigger = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
check_variable = {
|
||||
which = wg_gray_affection
|
||||
value > @wg_gray_affection_to_lv4
|
||||
}
|
||||
NOT = {
|
||||
has_country_flag = married_gray
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
OR = {
|
||||
has_wg_special_authority = no
|
||||
custom_tooltip = {
|
||||
check_variable = {
|
||||
which = wsg_rings
|
||||
value >= 1
|
||||
}
|
||||
fail_text = not_enough_engagement_rings
|
||||
}
|
||||
}
|
||||
}
|
||||
subtract_variable = {
|
||||
which = wsg_rings
|
||||
value = 1
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
option = {
|
||||
name = marry_gray
|
||||
trigger = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
check_variable = { which = wg_gray_affection value > @wg_gray_affection_to_lv4 }
|
||||
NOT = { has_country_flag = married_gray }
|
||||
}
|
||||
allow = {
|
||||
OR = {
|
||||
AND = {
|
||||
has_wg_special_authority = no
|
||||
resource_stockpile_compare = {
|
||||
resource = sr_living_metal
|
||||
value >= 100
|
||||
}
|
||||
resource_stockpile_compare = {
|
||||
resource = rare_crystals
|
||||
value >= 1000
|
||||
}
|
||||
}
|
||||
custom_tooltip = {
|
||||
check_variable = { which = wsg_rings value >= 1 }
|
||||
fail_text = not_enough_engagement_rings
|
||||
}
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = { has_wg_special_authority = yes }
|
||||
subtract_variable = { which = wsg_rings value = 1 }
|
||||
} else = {
|
||||
add_resource = {
|
||||
sr_living_metal = -100
|
||||
rare_crystals = -1000
|
||||
}
|
||||
}
|
||||
hidden_effect = { country_event = { id = wg_affection.30000 }}
|
||||
}
|
||||
Reference in New Issue
Block a user