Skip to content

Commit 6474cf2

Browse files
committed
Merge pull request #85 from rickinator9/bugfix/legions
Refactor the legions code #16
2 parents 9e56e7c + 0cb2bd7 commit 6474cf2

32 files changed

+2648
-2575
lines changed

WTWSMS/common/landed_titles/WtWSMS_eastern_legions.txt

Lines changed: 33 additions & 968 deletions
Large diffs are not rendered by default.

WTWSMS/common/landed_titles/WtWSMS_western_legions.txt

Lines changed: 25 additions & 920 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Scripted effects should have _effect suffix
2+
3+
# Random legion commander when organizing legions
4+
create_legion_commander_effect = {
5+
create_character = {
6+
random_traits = yes
7+
culture = roman
8+
dynasty = NONE
9+
female = no
10+
age = 34
11+
trait = skilled_tactician
12+
}
13+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Scripted triggers should have _trigger suffix
2+
3+
# Romance cultures have the ability to re-create and vassalize Roman legions
4+
# trigger has character scope
5+
has_romance_culture_trigger = {
6+
OR = {
7+
culture = roman
8+
culture = dalmatian
9+
culture = romano_gallic
10+
culture = romano_frank
11+
culture = african_romance
12+
culture = romano_british
13+
culture = romano_persian
14+
culture = romano_aramean
15+
culture = romano_vandalic
16+
culture = thraco_roman
17+
culture = illyro_roman
18+
culture = pannonian
19+
culture = romano_hispanic
20+
culture = romano_gothic
21+
culture = helleno_aramean
22+
culture = greek
23+
culture = greek_gothic
24+
culture = greek_persian
25+
culture = pontic
26+
culture = helleno_thracian
27+
culture = massalian
28+
}
29+
}

0 commit comments

Comments
 (0)