mucho changes

This commit is contained in:
Magpie490 2025-02-20 17:49:25 +00:00
parent 0918b6c1ed
commit 3b437364c2
146 changed files with 141607 additions and 11 deletions

View file

@ -0,0 +1,45 @@
SecretRevealSecondCharacterIntroduction = {
type = character
text = {
trigger = {
scope:secondary_character = { is_of_major_interest_trigger = { CHARACTER = scope:event_root } }
}
localization_key = secrets_secondary_character_my_character_introduction
}
text = {
trigger = {
scope:secondary_character = { is_of_major_interest_trigger = { CHARACTER = scope:primary_character } }
}
localization_key = secrets_secondary_character_primary_characters_introduction
}
text = {
trigger = {
scope:secondary_character = {
OR = {
is_of_minor_interest_trigger = { CHARACTER = scope:event_root }
is_courtier_of = scope:event_root
}
}
}
localization_key = secrets_secondary_character_my_character_introduction
}
text = {
trigger = {
scope:secondary_character = {
OR = {
is_of_minor_interest_trigger = { CHARACTER = scope:primary_character }
is_courtier_of = scope:primary_character
}
}
}
localization_key = secrets_secondary_character_primary_characters_introduction
}
text = {
localization_key = secrets_secondary_character_my_character_introduction
}
}