-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
701 additions
and
9 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,251 @@ | ||
paropamisadae_missions = { | ||
header = "mission_image_general" | ||
icon = "general_1" | ||
|
||
repeatable = no | ||
chance = 1000 | ||
|
||
potential = { | ||
NOT = { has_variable = mission_cooldown_var } | ||
tag = PRM | ||
} | ||
|
||
abort = {} | ||
on_start = { | ||
start_mission_ai_effect = yes | ||
} | ||
on_abort = { | ||
custom_tooltip = general_mission_cooldown_tt | ||
set_variable = { | ||
name = mission_cooldown_var | ||
days = 7300 | ||
} | ||
} | ||
on_completion = {} | ||
paropamisadae_missions_task_1 = { | ||
icon = "task_political" | ||
duration = 300 | ||
allow = { | ||
exists = current_ruler.spouse | ||
} | ||
on_start = { | ||
trigger_event = me_paropamisadae.100 | ||
} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.1 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_2 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_3 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.2 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_3 = { | ||
icon = "task_political" | ||
allow = {} | ||
requires = { paropamisadae_missions_task_3 } | ||
on_completion = { | ||
trigger_event = me_paropamisadae.3 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_4 = { | ||
icon = "task_political" | ||
allow = {} | ||
requires = { paropamisadae_missions_task_3 } | ||
on_completion = { | ||
trigger_event = me_paropamisadae.4 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_5 = { | ||
icon = "task_political" | ||
allow = {} | ||
requires = { paropamisadae_missions_task_4 } | ||
on_completion = { | ||
trigger_event = me_paropamisadae.5 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_6 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_4 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.6 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_7 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_4 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.7 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_8 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_4 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.8 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_9 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_8 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.9 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_10 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_8 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.10 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_11 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_8 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.11 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_12 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_11 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.12 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_13 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_11 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.13 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_14 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_11 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.14 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_15 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_14 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.15 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_16 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_14 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.16 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_17 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_14 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.17 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_18 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_14 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.18 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_19 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_14 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.19 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
} | ||
paropamisadae_missions_task_20 = { | ||
icon = "task_political" | ||
requires = { paropamisadae_missions_task_19 } | ||
allow = {} | ||
on_completion = { | ||
trigger_event = me_paropamisadae.20 | ||
show_as_tooltip = { | ||
|
||
} | ||
} | ||
final = yes | ||
} | ||
} |
Oops, something went wrong.