Skip to content

Commit

Permalink
Add kingdom requirement for legions associated to duchies #16
Browse files Browse the repository at this point in the history
  • Loading branch information
rquinio committed Aug 3, 2015
1 parent 469d319 commit e3c38c4
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions WTWSMS/decisions/WtWSMS_organise_legions_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ decisions = {
c_legio_i_dalmatia = {
grant_title = PREV
}
set_defacto_liege = k_dalmatia
set_defacto_liege = ROOT
character_event = { id = LEG.1 }
}
}
Expand Down Expand Up @@ -56,7 +56,7 @@ decisions = {
c_legio_ii_dalmatia = {
grant_title = PREV
}
set_defacto_liege = k_dalmatia
set_defacto_liege = ROOT
character_event = { id = LEG.1 }
}
}
Expand Down Expand Up @@ -90,7 +90,7 @@ decisions = {
c_legio_iii_dalmatia = {
grant_title = PREV
}
set_defacto_liege = k_dalmatia
set_defacto_liege = ROOT
character_event = { id = LEG.1 }
}
}
Expand Down Expand Up @@ -124,7 +124,7 @@ decisions = {
c_legio_i_annonaria = {
grant_title = PREV
}
set_defacto_liege = k_annonaria
set_defacto_liege = ROOT
character_event = { id = LEG.1 }
}
}
Expand Down Expand Up @@ -207,12 +207,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_sicily
has_landed_title = k_italia
NOT = { is_title_active = c_legio_i_sicilia }
}
allow = {
wealth = 2000
completely_controls = d_sicily
has_landed_title = d_sicily
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -669,12 +670,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_osrhoene
has_landed_title = k_oriens
NOT = { is_title_active = c_legio_i_mesopotamia }
}
allow = {
wealth = 2000
completely_controls = d_osrhoene
has_landed_title = d_osrhoene
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -834,12 +836,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_thebais
has_landed_title = k_egypt
NOT = { is_title_active = c_legio_ii_flavia_constantia }
}
allow = {
wealth = 2000
completely_controls = d_thebais
has_landed_title = d_thebais
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -999,12 +1002,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_osrhoene
has_landed_title = k_oriens
NOT = { is_title_active = c_legio_iv_parthica }
}
allow = {
wealth = 2000
completely_controls = d_osrhoene
has_landed_title = d_osrhoene
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -1131,12 +1135,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_palestinia_salutaris
has_landed_title = k_oriens
NOT = { is_title_active = c_legio_iv_martia }
}
allow = {
wealth = 2000
completely_controls = d_palestinia_salutaris
has_landed_title = d_palestinia_salutaris
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -1296,12 +1301,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_syria_salutaris
has_landed_title = k_oriens
NOT = { is_title_active = c_legio_i_illyricorum }
}
allow = {
wealth = 2000
completely_controls = d_syria_salutaris
has_landed_title = d_syria_salutaris
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -1395,12 +1401,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_cyrenaica
has_landed_title = k_egypt
NOT = { is_title_active = c_legio_iii_cyrenaica }
}
allow = {
wealth = 2000
completely_controls = d_cyrenaica
has_landed_title = d_cyrenaica
}
effect = {
wealth = -2000
Expand Down Expand Up @@ -1494,12 +1501,13 @@ decisions = {
is_female = no
prisoner = no
age = 16
has_landed_title = d_syria_salutaris
has_landed_title = k_oriens
NOT = { is_title_active = c_legio_iv_scythia }
}
allow = {
wealth = 2000
completely_controls = d_syria_salutaris
has_landed_title = d_syria_salutaris
}
effect = {
wealth = -2000
Expand Down

0 comments on commit e3c38c4

Please sign in to comment.