Skip to content

Commit

Permalink
West Slavic Attire
Browse files Browse the repository at this point in the history
  • Loading branch information
Grekopithikos committed Dec 1, 2024
1 parent 4a151b8 commit 0507c85
Show file tree
Hide file tree
Showing 18 changed files with 1,187 additions and 656 deletions.
64 changes: 57 additions & 7 deletions common/artifacts/visuals/00_court_artifacts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2386,6 +2386,14 @@ sword_court = {
trigger = { artifact_should_use_gfx_type_trigger = { TYPE = berber_building } }
reference = afr_artifact_berber_sword_01_a_entity
}
# POL - also includes east slavic cultures but since they fallback on western sword it works
asset = {
trigger = {
artifact_should_use_gfx_type_trigger = { TYPE = eastern_unit }
artifact_should_use_gfx_type_trigger = { TYPE = western_building }
}
reference = pol_artifact_west_slavic_sword_01_a_entity
}
}

regalia_court = {
Expand Down Expand Up @@ -2437,7 +2445,13 @@ crown_court = {
asset = {
trigger = {
scope:owner = {
culture = { like_byzantine_group_trigger = yes }
culture = {
OR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier = tier_empire
}
}
Expand All @@ -2446,7 +2460,13 @@ crown_court = {
asset = {
trigger = {
scope:owner = {
culture = { like_byzantine_group_trigger = yes }
culture = {
OR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier <= tier_kingdom
}
}
Expand Down Expand Up @@ -2636,7 +2656,13 @@ crown_court = {
artifact_use_mediterranean_building_visuals_trigger = yes #this trigger cuts out the maker
}
scope:owner = {
culture = { NOT = { like_byzantine_group_trigger = yes } }
culture = {
NOR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier <= tier_kingdom
}
}
Expand All @@ -2649,7 +2675,13 @@ crown_court = {
artifact_use_mediterranean_building_visuals_trigger = yes #this trigger cuts out the maker
}
scope:owner = {
culture = { NOT = { like_byzantine_group_trigger = yes } }
culture = {
NOR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier <= tier_kingdom
}
}
Expand All @@ -2662,7 +2694,13 @@ crown_court = {
artifact_use_mediterranean_building_visuals_trigger = yes #this trigger cuts out the maker
}
scope:owner = {
culture = { NOT = { like_byzantine_group_trigger = yes } }
culture = {
NOR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier <= tier_kingdom
}
}
Expand All @@ -2675,7 +2713,13 @@ crown_court = {
artifact_use_mediterranean_building_visuals_trigger = yes #this trigger cuts out the maker
}
scope:owner = {
culture = { NOT = { like_byzantine_group_trigger = yes } }
culture = {
NOR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier <= tier_kingdom
}
}
Expand All @@ -2688,7 +2732,13 @@ crown_court = {
artifact_use_mediterranean_building_visuals_trigger = yes #this trigger cuts out the maker
}
scope:owner = {
culture = { NOT = { like_byzantine_group_trigger = yes } }
culture = {
NOR = {
like_byzantine_group_trigger = yes
like_heritage_caucasian_trigger = yes
like_heritage_syriac_trigger = yes
}
}
highest_held_title_tier = tier_empire
}
}
Expand Down
Loading

0 comments on commit 0507c85

Please sign in to comment.