求助各位高手们了,小弟我研究了一晚上想仿照 “复兴之澜”写一个吞并印度的事件,但是写到Region的时候就不会了,求助各位应该怎么写啊?
#印度的命运
country_event = {
id = 999998
title = "印度的命运"
desc = "EVTDESC999998"
picture = "tanpan"
major = yes
trigger = {
or = {
tag = CHI
tag = CHC
}
not = { has_country_flag = yinduli }
not = { exists = IND }
controls = 6005 #孟买
}
fire_only_once = yes
mean_time_to_happen = { days = 1 }
option = {
name = "支持印度独立"
ai_chance = { factor = 90 }
set_country_flag = yinduli
any_country = {
limit = {
not = { tag = THIS }
OR = {
AND = {
not = { tag = SIA }
any_owned_province = { region = india_region }
}
AND = {
tag = SIA
war_with = THIS
any_owned_province = { region = india_region }
}
}
}
india_region = { secede_province = THIS }
}
india_region = {
remove_core = ENG
}
release_vassal = IND
create_alliance = IND
IND = {
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
officer_pool = 1000
}
relation = { who = ENG value = -10 }
relation = { who = ENG value = -10 }
threat = { who = all value = -10 }
}
option = {
name = "将印度并入中国"
ai_chance = { factor = 10 }
set_country_flag = yinduli
dissent = 10
national_unity = -5
any_country = {
limit = {
not = { tag = THIS }
OR = {
AND = {
not = { tag = SIA }
any_owned_province = { region = india_region }
}
AND = {
tag = SIA
war_with = THIS
any_owned_province = { region = india_region }
}
}
}
india_region = { secede_province = THIS }
}
india_region = {
remove_core = ENG
}
relation = { who = ENG value = -20 }
relation = { who = ENG value = -20 }
}
}
#印度的命运
country_event = {
id = 999998
title = "印度的命运"
desc = "EVTDESC999998"
picture = "tanpan"
major = yes
trigger = {
or = {
tag = CHI
tag = CHC
}
not = { has_country_flag = yinduli }
not = { exists = IND }
controls = 6005 #孟买
}
fire_only_once = yes
mean_time_to_happen = { days = 1 }
option = {
name = "支持印度独立"
ai_chance = { factor = 90 }
set_country_flag = yinduli
any_country = {
limit = {
not = { tag = THIS }
OR = {
AND = {
not = { tag = SIA }
any_owned_province = { region = india_region }
}
AND = {
tag = SIA
war_with = THIS
any_owned_province = { region = india_region }
}
}
}
india_region = { secede_province = THIS }
}
india_region = {
remove_core = ENG
}
release_vassal = IND
create_alliance = IND
IND = {
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
infantry_brigade = 6005
officer_pool = 1000
}
relation = { who = ENG value = -10 }
relation = { who = ENG value = -10 }
threat = { who = all value = -10 }
}
option = {
name = "将印度并入中国"
ai_chance = { factor = 10 }
set_country_flag = yinduli
dissent = 10
national_unity = -5
any_country = {
limit = {
not = { tag = THIS }
OR = {
AND = {
not = { tag = SIA }
any_owned_province = { region = india_region }
}
AND = {
tag = SIA
war_with = THIS
any_owned_province = { region = india_region }
}
}
}
india_region = { secede_province = THIS }
}
india_region = {
remove_core = ENG
}
relation = { who = ENG value = -20 }
relation = { who = ENG value = -20 }
}
}