History\wars folder
Jump to navigation
Jump to search
In this history\wars folder you will find text files defining the different wars for all countries in the game through times.
If you start a new game during a war, these files will make sure that it has the correct attackers, defenders and casus belli. Also, the outcome of previous wars influences AI behavior towards its former enemies.
For example:
name = "Ottoman-Safavid War" casus_belli = cb_conquest 1514.1.1 = { add_attacker = PER add_defender = TUR } 1514.8.23 = { battle = { name = "Chaldiran" location = 414 attacker = { commander = "Ismail I" # Ismail I infantry = 122000 cavalry = 42500 losses = 5 # percent country = PER } defender = { commander = "Selim I" # Selim I infantry = 46300 cavalry = 25000 artillery = 220 losses = 45 # percent country = TUR } result = loss } } # Peace 1516.1.1 = { rem_attacker = PER rem_defender = TUR }