Skip to content

Commit

Permalink
War bug workaround and new release
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 3, 2020
1 parent b39fdab commit 0827705
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RomanPerspective/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
next:
2020-01-03 v0.5:
- Tweaks to Orthodox organization
- Added a historical Patriarch of Antioch between 1062 and 1075
- Moved Chios from the theme of Samos to the theme of Aegean Sea
- Moved Lesbos from the theme of Abydos to the theme of Aegean Sea
- Fixed the conversion of holy order leaders
- Fixed Aghlabid conquest of Sicily ending inconclusively in the Viking Age bookmark

2019-11-01 v0.4:
- Fixed historical events prior to game start not impacting the Schism
Expand Down
18 changes: 18 additions & 0 deletions RomanPerspective/history/wars/aghlabid_conquest_of_sicily.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "Aghlabid Conquest of Sicily"

casus_belli = {
actor = 163096 # Muhammed II of Aghlabids
recipient = 70490 # Michael III of the Roman Empire
casus_belli=religious
landed_title=d_sicily
date=867.1.1
}

867.1.1 = {
add_attacker = 163096
add_defender = 70490
}
867.9.24={
rem_attacker = 163096
rem_defender = 70490
}
18 changes: 18 additions & 0 deletions RomanPerspective/history/wars/aghlabid_conquest_of_sicily_RP.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "Aghlabid Conquest of Sicily"

casus_belli = {
actor = 163096 # Muhammed II of Aghlabids
recipient = 1700 # Basileos I of the Roman Empire
casus_belli=religious
landed_title=d_sicily
date=867.9.24
}

867.9.24={
add_attacker = 163096
add_defender = 1700 # Basileos I of the Roman Empire
}
871.2.1 = {
rem_attacker = 163096
rem_defender = 1700
}

0 comments on commit 0827705

Please sign in to comment.