Added 3 Whole Artifacts

Added the Crown and Sword of St. Wenceslas and the Codex Gigus and added them to characters (Duke of Bohemia, Duchess of Moravia and the King of Sweden)
Lastly added a few files from the base-game to make templates and artifact visuals easier to find (and create)
This commit is contained in:
GoTouchSomeGrass314 2026-04-12 20:17:21 +02:00
parent 7581ab67c0
commit 044fbdb21f
14 changed files with 813 additions and 17 deletions

View file

@ -0,0 +1,13 @@
NEOW_christian_book_artifact_trigger = {
OR = {
religion = religion:catholic_religion
religion = religion:protestant_religion
religion = religion:eastern_orthodox_religion
religion = religion:novelist_religion
faith = { has_doctrine = tenet_christian_syncretism }
}
}
NEOW_is_czech_king_trigger = {
scope:owner = { has_title = title:k_bohemia }
}

View file

@ -1,19 +1,6 @@
NEOW_is_catholic_or_catholic_adjacent_trigger = {
faith = {
OR = {
faith = faith:roman_catholic
faith = faith:sevillian
faith = faith:celtic
faith = faith:orleaniste
faith = faith:sebastianist
faith = faith:luminarian
faith = faith:penitente
faith = faith:illuminated
faith = faith:fraticelli
faith = faith:cadaverist
faith = faith:teutonic
faith = faith:iberian
}
OR = {
faith = faith:orleaniste
religion = religion:catholic_religion
}
}
}