Skip to content

Commit

Permalink
Desert modifiers in history
Browse files Browse the repository at this point in the history
- Moved the impassable_desert modifiers from the maintenance events to the title history using the location scope
  • Loading branch information
loup99 committed Jun 3, 2018
1 parent 5390fce commit 7e7862e
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 113 deletions.
113 changes: 0 additions & 113 deletions WTWSMS/events/WtWSMS_maintenance_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,119 +89,6 @@ character_event = {
}
}

# Add impassable desert
character_event = {
id = misc_event.4

hide_window = yes

only_playable = yes

trigger = {
ROOT = {
OR = {
owns = 1572 # Ubaylah
owns = 1593 # Ruewis
owns = 1570 # Wabar
owns = 1568 # Hamidan
owns = 1571 # Shahan
owns = 1596 # Thamarit
owns = 1594 # Iram
owns = 1573 # Mahrah
owns = 1595 # Dawkah
}
}
1572 = {
NOT = { has_province_modifier = impassable_desert }
}
1593 = {
NOT = { has_province_modifier = impassable_desert }
}
1570 = {
NOT = { has_province_modifier = impassable_desert }
}
1568 = {
NOT = { has_province_modifier = impassable_desert }
}
1571 = {
NOT = { has_province_modifier = impassable_desert }
}
1596 = {
NOT = { has_province_modifier = impassable_desert }
}
1594 = {
NOT = { has_province_modifier = impassable_desert }
}
1573 = {
NOT = { has_province_modifier = impassable_desert }
}
1595 = {
NOT = { has_province_modifier = impassable_desert }
}
}

mean_time_to_happen = {
days = 1
}

immediate = {
1572 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1593 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1570 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1568 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1571 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1596 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1594 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1573 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
1595 = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}

# Adds not recognised by Senate modifier to all new independent holders of the WRE or Italy
character_event = {
id = misc_event.6
Expand Down
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_dawkah.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_hamidan.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_iram.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_mahrah.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_ruewis.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_shahan.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_thamarit.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_ubaylah.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}
10 changes: 10 additions & 0 deletions WTWSMS/history/titles/c_wabar.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 = {
effect = {
location = {
add_province_modifier = {
modifier = impassable_desert
duration = -1
}
}
}
}
466.1.1={
holder=109731
}

0 comments on commit 7e7862e

Please sign in to comment.