This commit is contained in:
Heidesommer 2026-05-25 07:54:55 -04:00
parent 26b04f6db4
commit c6eb868ef4
116 changed files with 69758 additions and 26333 deletions

View file

@ -7476,7 +7476,6 @@ GetAdventureNameSuffix = {
NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= {
culture = { has_cultural_pillar = heritage_greek }
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,220 @@
#### Relacje postaci ###
#
## PL_nephew
## PL_niece
#
## ----- Dla RelationToMe -----
#
## MySheHe - moja, mój
## MySheHeGenitive - mojej, mojego
## MySheHeLocative - mojej, moim
## YourSheHe - twój, twoja w zależności od relacji
## RelationToMeAccusative - żonę, męża, siostrę
## RelationToMeVocative - żono, mężu, siostro
## RelationToMeLocative - żonie, mężu, siostrze
## RelationToMeDative - żonie, mężowi, znajomemu
## RelationToMeInstrumental - żoną, mężem, znajomym
## RelationToMePossessive - żony, męża, następcy (oryginalne)
#
## ----- Dla RelationToMeShort -----
#
## RelationToMeShortGenitive - żony, męża, siostry
## RelationToMeShortAccusative - żonę, męża, siostrę
## RelationToMeShortVocative - żono, mężu, siostro
## RelationToMeShortLocative - żonie, mężu, siostrze
## RelationToMeShortDative - żonie, mężowi, znajomemu
## RelationToMeShortInstrumental - żoną, mężem, znajomym
#
## ----- Dla RelationToMeAddress -----
#
## RelationToMeAddressVocative - moja miłości, mój przyjecielu
#
## ----- Dla CouncilPosition -----
#
## CouncilPositionGender - zarządca, zarządczyni
## CouncilPositionGenderPossessive - zarządcy, zarządczyni
## CouncilPositionGenderAccusative
## CouncilPositionGenderVocative
## CouncilPositionGenderLocative
## CouncilPositionGenderDative
## CouncilPositionGenderInstrumental
#
## ----- inne / nie do powszechnego użycia -----
#
## MyCharacterIntroductionNoComma_PL
## MySheHeGUI
#
## Nephew - siostrzeniec/bratanek
## Niece - siostrzenica/bratanica
#PL_nephew = {
# log_loc_errors = no
# type = character
#
# text = {
# localization_key = nephew_from_brother
# trigger = {
# root.father = {
# is_sibling_of = scope:second
# }
#
# }
# }
#
# text = {
# fallback = yes
# localization_key = nephew_from_sister
# trigger = {
# root.mother = {
# is_sibling_of = scope:second
# }
# }
# }
#}
#
#PL_nephew_possessive = {
# parent = PL_nephew
# suffix = "_possessive"
#}
#
#PL_nephew_accusative = {
# parent = PL_nephew
# suffix = "_accusative"
#}
#
#PL_nephew_vocative = {
# parent = PL_nephew
# suffix = "_vocative"
#}
#
#PL_nephew_locative = {
# parent = PL_nephew
# suffix = "_locative"
#}
#
#PL_nephew_dative = {
# parent = PL_nephew
# suffix = "_dative"
#}
#
#PL_nephew_instrumental = {
# parent = PL_nephew
# suffix = "_instrumental"
#}
#
#PL_niece = {
# log_loc_errors = no
# type = character
#
# text = {
# localization_key = niece_from_brother
# trigger = {
# root.father = {
# is_sibling_of = scope:second
# }
#
# }
# }
#
# text = {
# fallback = yes
# localization_key = niece_from_sister
# trigger = {
# root.mother = {
# is_sibling_of = scope:second
# }
# }
# }
#}
#
#PL_niece_possessive = {
# parent = PL_niece
# suffix = "_possessive"
#}
#
#PL_niece_accusative = {
# parent = PL_niece
# suffix = "_accusative"
#}
#
#PL_niece_vocative = {
# parent = PL_niece
# suffix = "_vocative"
#}
#
#PL_niece_locative = {
# parent = PL_niece
# suffix = "_locative"
#}
#
#PL_niece_dative = {
# parent = PL_niece
# suffix = "_dative"
#}
#
#PL_niece_instrumental = {
# parent = PL_niece
# suffix = "_instrumental"
#}
#
#
#CouncilPositionPL = {
# log_loc_errors = no
# type = character
#
# text = {
# trigger = {
# has_council_position = councillor_chancellor
# }
# localization_key = councillor_chancellor
# }
#
# text = {
# trigger = {
# has_council_position = councillor_spouse
# }
# localization_key = councillor_spouse
# }
#
# text = {
# trigger = {
# has_council_position = councillor_marshal
# }
# localization_key = councillor_marshal
# }
#
#
# text = {
# trigger = {
# has_council_position = councillor_steward
# }
# localization_key = councillor_steward
# }
#
#
# text = {
# trigger = {
# has_council_position = councillor_spymaster
# }
# localization_key = councillor_spymaster
# }
#
# text = {
# trigger = {
# has_council_position = councillor_court_chaplain
# }
# localization_key = councillor_court_chaplain
# }
#
# text = {
# trigger = {
# has_council_position = councillor_vizier
# }
# localization_key = councillor_vizier
# }
#
# text = {
# fallback = yes
# localization_key = councillor_position_fallback
# }
#}
#

View file

@ -356,7 +356,7 @@ WarCasusBelliShort = {
using_cb = duchy_conquest_cb
using_cb = county_struggle_cb
using_cb = fp2_mediterranean_conquest_cb
using_cb = hungarian_migration_cb
# using_cb = hungarian_migration_cb
using_cb = sons_of_lothbrok_invasion_cb
}
}

View file

@ -16,222 +16,222 @@ GetMythicalFounder = {
type = character
random_valid = yes
text = { # Charles Martell
trigger = {
var:mythical_ancestor_var = flag:charles_martell
}
localization_key = MythicalFounder_charles_martell
}
text = { # Alexander the Great
trigger = {
var:mythical_ancestor_var = flag:alexander
}
localization_key = MythicalFounder_alexander
}
text = { # Lech
trigger = {
var:mythical_ancestor_var = flag:lech
}
localization_key = MythicalFounder_lech
}
text = { # Czech
trigger = {
var:mythical_ancestor_var = flag:czech
}
localization_key = MythicalFounder_czech
}
text = { # Rus
trigger = {
var:mythical_ancestor_var = flag:rus
}
localization_key = MythicalFounder_rus
}
text = { # King Arthur
trigger = {
var:mythical_ancestor_var = flag:arthur
}
localization_key = MythicalFounder_arthur
}
text = { # Corineus
trigger = {
var:mythical_ancestor_var = flag:corineus
}
localization_key = MythicalFounder_corineus
}
text = { # Magnus Maximus
trigger = {
var:mythical_ancestor_var = flag:magnus_maximus
}
localization_key = MythicalFounder_magnus_maximus
}
text = { # Brutus of Troy
trigger = {
var:mythical_ancestor_var = flag:brutus
}
localization_key = MythicalFounder_brutus
}
text = { # Aeneas
trigger = {
var:mythical_ancestor_var = flag:aeneas
}
localization_key = MythicalFounder_aeneas
}
text = { # Scota
trigger = {
var:mythical_ancestor_var = flag:scota
}
localization_key = MythicalFounder_scota
}
text = { # Romulus
trigger = {
var:mythical_ancestor_var = flag:romulus
}
localization_key = MythicalFounder_romulus
}
text = { # Numa Pompilius
trigger = {
var:mythical_ancestor_var = flag:numa
}
localization_key = MythicalFounder_numa
}
text = { # Belisarius
trigger = {
var:mythical_ancestor_var = flag:belisarius
}
localization_key = MythicalFounder_belisarius
}
text = { # Ardashir
trigger = {
var:mythical_ancestor_var = flag:ardashir
}
localization_key = MythicalFounder_ardashir
}
text = { # Pharaohs
trigger = {
var:mythical_ancestor_var = flag:pharaohs
}
localization_key = MythicalFounder_pharaohs
}
text = { # Visigothic Kings
trigger = {
var:mythical_ancestor_var = flag:visigothic_kings
}
localization_key = MythicalFounder_visigothic_kings
}
text = { # Abd al-Rahman
trigger = {
var:mythical_ancestor_var = flag:abd_al_rahman
}
localization_key = MythicalFounder_abd_al_rahman
}
text = { # Zenobia
trigger = {
var:mythical_ancestor_var = flag:zenobia
}
localization_key = MythicalFounder_zenobia
}
text = { # King Solomon
trigger = {
var:mythical_ancestor_var = flag:solomon
}
localization_key = MythicalFounder_solomon
}
text = { # Conan Meriadoc
trigger = {
var:mythical_ancestor_var = flag:conan_meriadoc
}
localization_key = MythicalFounder_conan_meriadoc
}
text = { # Pishdadian Dynasty
trigger = {
var:mythical_ancestor_var = flag:pishdadian
}
localization_key = MythicalFounder_pishdadian
}
text = { # Chościsko
trigger = {
var:mythical_ancestor_var = flag:choscisko
}
localization_key = MythicalFounder_choscisko
}
text = { # Arsacids
trigger = {
var:mythical_ancestor_var = flag:arsacids
}
localization_key = MythicalFounder_arsacids
}
text = { # King David
trigger = {
var:mythical_ancestor_var = flag:david
}
localization_key = MythicalFounder_david
}
text = { # Karkota Naga
trigger = {
var:mythical_ancestor_var = flag:naga
}
localization_key = MythicalFounder_naga
}
text = { # God Brahman
trigger = {
var:mythical_ancestor_var = flag:brahman
}
localization_key = MythicalFounder_brahman
}
text = { # Odin
trigger = {
var:mythical_ancestor_var = flag:odin
}
localization_key = MythicalFounder_odin
}
text = { # Ragnar Lodbrok
trigger = {
var:mythical_ancestor_var = flag:ragnar
}
localization_key = MythicalFounder_ragnar
}
text = { # Brunhild
trigger = {
var:mythical_ancestor_var = flag:brunhild
}
localization_key = MythicalFounder_brunhild
}
text = { # Eremon
trigger = {
var:mythical_ancestor_var = flag:eremon
}
localization_key = MythicalFounder_eremon
}
text = { # Eber
trigger = {
var:mythical_ancestor_var = flag:eber
}
localization_key = MythicalFounder_eber
}
text = { # Genghis Khan
trigger = {
var:mythical_ancestor_var = flag:genghis
}
localization_key = MythicalFounder_genghis
}
text = { # Emperor Constantine I
trigger = {
var:mythical_ancestor_var = flag:constantine
}
localization_key = MythicalFounder_constantine
}
text = { # Emperor Justinian I
trigger = {
var:mythical_ancestor_var = flag:justinian
}
localization_key = MythicalFounder_justinian
}
text = { # Melusine
trigger = {
var:mythical_ancestor_var = flag:melusine
}
localization_key = MythicalFounder_melusina
}
# text = { # Charles Martell
# trigger = {
# var:mythical_ancestor_var = flag:charles_martell
# }
# localization_key = MythicalFounder_charles_martell
# }
# text = { # Alexander the Great
# trigger = {
# var:mythical_ancestor_var = flag:alexander
# }
# localization_key = MythicalFounder_alexander
# }
# text = { # Lech
# trigger = {
# var:mythical_ancestor_var = flag:lech
# }
# localization_key = MythicalFounder_lech
# }
# text = { # Czech
# trigger = {
# var:mythical_ancestor_var = flag:czech
# }
# localization_key = MythicalFounder_czech
# }
# text = { # Rus
# trigger = {
# var:mythical_ancestor_var = flag:rus
# }
# localization_key = MythicalFounder_rus
# }
# text = { # King Arthur
# trigger = {
# var:mythical_ancestor_var = flag:arthur
# }
# localization_key = MythicalFounder_arthur
# }
# text = { # Corineus
# trigger = {
# var:mythical_ancestor_var = flag:corineus
# }
# localization_key = MythicalFounder_corineus
# }
# text = { # Magnus Maximus
# trigger = {
# var:mythical_ancestor_var = flag:magnus_maximus
# }
# localization_key = MythicalFounder_magnus_maximus
# }
# text = { # Brutus of Troy
# trigger = {
# var:mythical_ancestor_var = flag:brutus
# }
# localization_key = MythicalFounder_brutus
# }
# text = { # Aeneas
# trigger = {
# var:mythical_ancestor_var = flag:aeneas
# }
# localization_key = MythicalFounder_aeneas
# }
# text = { # Scota
# trigger = {
# var:mythical_ancestor_var = flag:scota
# }
# localization_key = MythicalFounder_scota
# }
# text = { # Romulus
# trigger = {
# var:mythical_ancestor_var = flag:romulus
# }
# localization_key = MythicalFounder_romulus
# }
# text = { # Numa Pompilius
# trigger = {
# var:mythical_ancestor_var = flag:numa
# }
# localization_key = MythicalFounder_numa
# }
# text = { # Belisarius
# trigger = {
# var:mythical_ancestor_var = flag:belisarius
# }
# localization_key = MythicalFounder_belisarius
# }
# text = { # Ardashir
# trigger = {
# var:mythical_ancestor_var = flag:ardashir
# }
# localization_key = MythicalFounder_ardashir
# }
# text = { # Pharaohs
# trigger = {
# var:mythical_ancestor_var = flag:pharaohs
# }
# localization_key = MythicalFounder_pharaohs
# }
# text = { # Visigothic Kings
# trigger = {
# var:mythical_ancestor_var = flag:visigothic_kings
# }
# localization_key = MythicalFounder_visigothic_kings
# }
# text = { # Abd al-Rahman
# trigger = {
# var:mythical_ancestor_var = flag:abd_al_rahman
# }
# localization_key = MythicalFounder_abd_al_rahman
# }
# text = { # Zenobia
# trigger = {
# var:mythical_ancestor_var = flag:zenobia
# }
# localization_key = MythicalFounder_zenobia
# }
# text = { # King Solomon
# trigger = {
# var:mythical_ancestor_var = flag:solomon
# }
# localization_key = MythicalFounder_solomon
# }
# text = { # Conan Meriadoc
# trigger = {
# var:mythical_ancestor_var = flag:conan_meriadoc
# }
# localization_key = MythicalFounder_conan_meriadoc
# }
# text = { # Pishdadian Dynasty
# trigger = {
# var:mythical_ancestor_var = flag:pishdadian
# }
# localization_key = MythicalFounder_pishdadian
# }
# text = { # Chościsko
# trigger = {
# var:mythical_ancestor_var = flag:choscisko
# }
# localization_key = MythicalFounder_choscisko
# }
# text = { # Arsacids
# trigger = {
# var:mythical_ancestor_var = flag:arsacids
# }
# localization_key = MythicalFounder_arsacids
# }
# text = { # King David
# trigger = {
# var:mythical_ancestor_var = flag:david
# }
# localization_key = MythicalFounder_david
# }
# text = { # Karkota Naga
# trigger = {
# var:mythical_ancestor_var = flag:naga
# }
# localization_key = MythicalFounder_naga
# }
# text = { # God Brahman
# trigger = {
# var:mythical_ancestor_var = flag:brahman
# }
# localization_key = MythicalFounder_brahman
# }
# text = { # Odin
# trigger = {
# var:mythical_ancestor_var = flag:odin
# }
# localization_key = MythicalFounder_odin
# }
# text = { # Ragnar Lodbrok
# trigger = {
# var:mythical_ancestor_var = flag:ragnar
# }
# localization_key = MythicalFounder_ragnar
# }
# text = { # Brunhild
# trigger = {
# var:mythical_ancestor_var = flag:brunhild
# }
# localization_key = MythicalFounder_brunhild
# }
# text = { # Eremon
# trigger = {
# var:mythical_ancestor_var = flag:eremon
# }
# localization_key = MythicalFounder_eremon
# }
# text = { # Eber
# trigger = {
# var:mythical_ancestor_var = flag:eber
# }
# localization_key = MythicalFounder_eber
# }
# text = { # Genghis Khan
# trigger = {
# var:mythical_ancestor_var = flag:genghis
# }
# localization_key = MythicalFounder_genghis
# }
# text = { # Emperor Constantine I
# trigger = {
# var:mythical_ancestor_var = flag:constantine
# }
# localization_key = MythicalFounder_constantine
# }
# text = { # Emperor Justinian I
# trigger = {
# var:mythical_ancestor_var = flag:justinian
# }
# localization_key = MythicalFounder_justinian
# }
# text = { # Melusine
# trigger = {
# var:mythical_ancestor_var = flag:melusine
# }
# localization_key = MythicalFounder_melusina
# }
text = { # Fallback
trigger = {
var:mythical_ancestor_var = flag:fallback
@ -310,7 +310,7 @@ GetRandomExteriorDetail = { #Remember to use the 1st person present in the loc,
trigger = {
location = {
has_holding_type = church_holding
county.OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion }
county = { NEOW_religion_is_broadly_christian_trigger = yes }
}
}
localization_key = GetRandomExteriorDetail_bells