absolute fuckin moon logic code

This commit is contained in:
Fishedotjpg 2026-03-26 21:35:45 +00:00
parent 2af5330b44
commit 09a20252ac
3 changed files with 159 additions and 0 deletions

View 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
}
}