-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the definitions of the remaining Suebi factions to GSML
- Loading branch information
Showing
10 changed files
with
148 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
buri_tribe = { | ||
name = "Buri Tribe" | ||
adjective = "Buri" | ||
civilization = suebi #accurate? | ||
parent_faction = suebia #accurate? | ||
type = tribe | ||
color = violet | ||
default_tier = duchy | ||
upgrade = upgrade_faction_buri_tribe | ||
icon = flag_osterby_white_on_violet | ||
develops_to = { | ||
#galicia | ||
bavaria | ||
marcomannia | ||
} | ||
core_settlements = { | ||
pressburg | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
hermunduri_tribe = { | ||
name = "Hermunduri Tribe" | ||
adjective = "Hermunduri" | ||
civilization = suebi #accurate? | ||
type = tribe | ||
color = green | ||
default_tier = duchy | ||
upgrade = upgrade_faction_hermunduri_tribe | ||
icon = flag_osterby | ||
develops_to = { | ||
bavaria | ||
thuringia | ||
} | ||
core_settlements = { | ||
wurzburg | ||
} | ||
|
||
history = { | ||
170 = { | ||
#in 170 a coalition led by the Marcomanni (which included the Hermunduri) crossed the Danube and attacked the Romans; Source: "Ancient Warfare VII.6", 2013, p. 29. | ||
|
||
diplomacy_state = { | ||
faction = rome | ||
state = war | ||
} | ||
} | ||
|
||
171 = { | ||
#in 171 the Romans forced most of the tribes of the Marcomannic coalition to a peace; Source: "Ancient Warfare VII.6", 2013, p. 32. | ||
|
||
diplomacy_state = { | ||
faction = rome | ||
state = peace | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
quadi_tribe = { | ||
name = "Quadi Tribe" | ||
adjective = "Quadi" | ||
civilization = suebi | ||
parent_faction = marcomannia | ||
type = tribe | ||
color = brown | ||
default_tier = duchy | ||
upgrade = upgrade_faction_quadi_tribe | ||
icon = flag_osterby_orange_on_gray | ||
develops_to = { | ||
#galicia | ||
bavaria | ||
marcomannia | ||
} | ||
core_settlements = { | ||
pressburg | ||
} | ||
|
||
history = { | ||
170 = { | ||
#in 170 a coalition led by the Marcomanni (which included the Quadi) crossed the Danube and attacked the Romans; Source: "Ancient Warfare VII.6", 2013, p. 29. | ||
diplomacy_state = { | ||
faction = rome | ||
state = war | ||
} | ||
} | ||
|
||
171 = { | ||
#in 171 the Romans forced the Quadi to a peace; Source: "Ancient Warfare VII.6", 2013, p. 32. | ||
diplomacy_state = { | ||
faction = rome | ||
state = peace | ||
} | ||
} | ||
|
||
173 = { | ||
#the Quadi entered conflict with the Romans again in (apparently) 173; Source: "Ancient Warfare VII.6", 2013, p. 8. | ||
diplomacy_state = { | ||
faction = rome | ||
state = war | ||
} | ||
} | ||
|
||
174 = { | ||
#in 174 the Romans forced the Quadi to a peace; Source: "Ancient Warfare VII.6", 2013, p. 8. | ||
diplomacy_state = { | ||
faction = rome | ||
state = peace | ||
} | ||
} | ||
|
||
177 = { | ||
#the Quadi entered conflict with the Romans again in 177; Source: "Ancient Warfare VII.6", 2013, p. 8. | ||
diplomacy_state = { | ||
faction = rome | ||
state = war | ||
} | ||
} | ||
|
||
179 = { | ||
#in 179 the Romans again forced the Quadi to a peace; Source: "Ancient Warfare VII.6", 2013, p. 8. | ||
diplomacy_state = { | ||
faction = rome | ||
state = peace | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters