[Mini-Mod] Abelard's Revolt (Help needed)
Nothing special, just a simple war that's missing from the data-files. Basically, two of the Apulian counts are fighting to claim the Duchy of Apulia. Was doing some research for an AAR and wanted to bring the game slightly more in line with history. It doesn't really make much of a difference to anything, but I'm a stickler for accuracy
However, I experienced some problems. I found that even if Apulia wins the war, Bari and Taranto will remain independent instead of reverting back to vassalship. Until I can find a solution, I decided to simulate the war by having Apulia be the aggressor in two simultaneous de jure claim wars. I've left the original code here, in case anyone wants to take a look at it and see if they can solve it
This is the original code for the war:
Otherwise, the finalized files are in the attachments below.
Nothing special, just a simple war that's missing from the data-files. Basically, two of the Apulian counts are fighting to claim the Duchy of Apulia. Was doing some research for an AAR and wanted to bring the game slightly more in line with history. It doesn't really make much of a difference to anything, but I'm a stickler for accuracy
However, I experienced some problems. I found that even if Apulia wins the war, Bari and Taranto will remain independent instead of reverting back to vassalship. Until I can find a solution, I decided to simulate the war by having Apulia be the aggressor in two simultaneous de jure claim wars. I've left the original code here, in case anyone wants to take a look at it and see if they can solve it
This is the original code for the war:
Code:
name = "Abelard's Rebellion"
casus_belli = {
actor = 1134
recipient = 1128
casus_belli = claim_all
landed_title=d_apulia
landed_title=d_calabria
date=1066.9.10
}
1066.9.10 = {
add_attacker = 1134
add_attacker = 171155
add_defender = 1128
}
1068.2.1 = {
rem_attacker = 1134
rem_attacker = 171155
rem_defender = 1128
}
Otherwise, the finalized files are in the attachments below.
Attachments
Last edited: