Kinzal
09.06.11, 17:22
Grüß Gott. In Terra Nova gibt es die Annexion von Vasallen als Event. Was muss man hier verändern um dabei sofort Cores auf die annektierten Provinzen zu kríegen? Ich hab es mit add_core = THIS versucht. Dann erscheint im Spiel unter der ersten Option zwar gain core All/Any aber Cores bekommt man trotzdem nicht. Rot ist das was von mir verändert wurde:
#Player Diplo-Annex
country_event = {
id = 15938
is_triggered_only = yes
major = yes
title = "EVTNAME15938"
desc = "EVTDESC15938"
option = {
name = "EVTOPTA15935"# Let us finalize this
#ai_chance = { factor = 33 }
any_country = {
limit = { has_country_flag = Diplo_Inherit }
clr_country_flag = Diplo_Inherit
add_casus_belli = THIS
}
inherit = FROM
badboy = 3
prestige = -0.03
add_core = THIS
}
option = {
name = "EVTOPTB15935"# Let them stay how they are
#ai_chance = { factor = 33 }
any_country = {
limit = { has_country_flag = Diplo_Inherit }
clr_country_flag = Diplo_Inherit
}
}
option = {
name = "EVTOPTC15938"# We will Never annex them.
#ai_chance = { factor = 33 }
any_country = {
limit = { has_country_flag = Diplo_Inherit }
clr_country_flag = Diplo_Inherit
set_country_flag = Diplo_Inherit_No
}
}
}
#Player Diplo-Annex
country_event = {
id = 15938
is_triggered_only = yes
major = yes
title = "EVTNAME15938"
desc = "EVTDESC15938"
option = {
name = "EVTOPTA15935"# Let us finalize this
#ai_chance = { factor = 33 }
any_country = {
limit = { has_country_flag = Diplo_Inherit }
clr_country_flag = Diplo_Inherit
add_casus_belli = THIS
}
inherit = FROM
badboy = 3
prestige = -0.03
add_core = THIS
}
option = {
name = "EVTOPTB15935"# Let them stay how they are
#ai_chance = { factor = 33 }
any_country = {
limit = { has_country_flag = Diplo_Inherit }
clr_country_flag = Diplo_Inherit
}
}
option = {
name = "EVTOPTC15938"# We will Never annex them.
#ai_chance = { factor = 33 }
any_country = {
limit = { has_country_flag = Diplo_Inherit }
clr_country_flag = Diplo_Inherit
set_country_flag = Diplo_Inherit_No
}
}
}