absolute fuckin moon logic code
This commit is contained in:
parent
2af5330b44
commit
09a20252ac
3 changed files with 159 additions and 0 deletions
16
common/scripted_triggers/00_tutorial_triggers.txt
Normal file
16
common/scripted_triggers/00_tutorial_triggers.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
should_show_tutorial_alert = {
|
||||
OR= {
|
||||
can_start_tutorial_lesson = $LESSON$
|
||||
is_tutorial_lesson_active = $LESSON$
|
||||
}
|
||||
}
|
||||
|
||||
valid_raid_target_trigger = {
|
||||
NOR = {
|
||||
has_raid_immunity_against = root
|
||||
is_allied_to = root
|
||||
has_truce = root
|
||||
target_is_vassal_or_below = root
|
||||
top_liege = root.top_liege
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue