tag_conversion_table =
{
EU2_TAG1 = VIC_TAG1
EU2_TAG2 = VIC_TAG2
#Etc. It is a table where the EU2_TAG gets converted into its Victoria
#equivalent, such as SWE = SWE (note that SWE is the name of both
#EU2 and Victoria tags, although this is not always the case).
}
default_country =
{
#This is default data that is copied into each country upon its
#creation. You don't need to bother with it, it's not likely to
#change, and then it's only adjusted for programming changes.
}
VIC_TAG1 =
{
#The Victoria tags specified in the tag_conversion_table once
#again occur here. The content is country specific data, such
#as culture and ruling parties. I might continually remove some
#of this due to programming, but the required content should
#stay the same. This is where major work is needed, it takes
#a lot of go into the scenarios\GC directory in Victoria and
#locate the needed data for each country.
#Example data (for Sweden):
tag = SWE
ai = "SWE.ai"
culture =
{
type = swedish
type = finnish
type = norwegian
}
ruling_party = 6600
government = constitutional_monarchy
executive_designation = hms_government
establishment = traditional_academic
party_system = multi_party
national_value = order
}
VIC_TAG2 =
{
#Second tag specified in tag_conversion_table etc.
}