PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Terra Nova - Player Diplo-Annex



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
}
}
}

Umgssda
09.06.11, 17:32
Naja "THIS"ist hier ja die Referenz auf das Objekt fuer das das Event ausgeloest wird. Und das ist hier das erbende Land. Also muesste man wohl "FROM"verwenden. Und dann sollte man wohl noch die Referenz vom Land auf die entsprechenden Provinzen verlagern. Ohne jetzt die Syntax genau zu kennen: any_province = { owned_by = FROM }

Kinzal
09.06.11, 17:36
any_province = { owned_by = FROM }

Und wo kommt hier dann das add_core hin?

sheep-dodger
09.06.11, 18:10
Ich bin der Meinung es müsste aussehen wie folgt:


any_province = {
limit = { owned_by = FROM }
add_core = THIS
}

Kinzal
09.06.11, 18:14
Ich bin der Meinung es müsste aussehen wie folgt:


any_province = {
limit = { owned_by = FROM }
add_core = THIS
}

Danke. Probiere ich gleich aus.

Kinzal
09.06.11, 18:46
Ne. Klappt nicht. :o

Kinzal
16.06.11, 22:37
Nochmal überlegt: Im Grunde ist es doch das selbe wie wenn ein Land in Personalunion geerbt wird. Ich finde das entsprechende Event aber nicht. Weiss jemand wo es steckt und wie es mit den Cores formuliert ist?

Umgssda
17.06.11, 13:49
Ich bezweifel, dass Erbschaft in einem gescripteten Event definiert ist.