Yay things work now

This commit is contained in:
Heidesommer 2026-05-20 04:02:41 -04:00
parent 294570f0f6
commit 719ab62dc9
25 changed files with 5584 additions and 5210 deletions

View file

@ -1380,7 +1380,12 @@ character_view_bg = {
trigger = {
involved_activity ?= { has_activity_type = activity_feast }
location ?= involved_activity.activity_location
involved_activity.activity_location.culture = { has_building_gfx = byzantine_building_gfx }
involved_activity.activity_location.culture = {
OR = {
has_building_gfx = byzantine_building_gfx
has_building_gfx = caucasian_building_gfx
}
}
}
}
@ -1521,7 +1526,12 @@ character_view_bg = {
trigger = {
involved_activity ?= { has_activity_type = activity_feast }
location ?= involved_activity.activity_location
involved_activity.activity_location.culture = { has_building_gfx = indian_building_gfx }
involved_activity.activity_location.culture = {
OR = {
has_building_gfx = indian_building_gfx
has_building_gfx = tibetan_building_gfx
}
}
}
}
@ -1531,7 +1541,12 @@ character_view_bg = {
trigger = {
involved_activity ?= { has_activity_type = activity_feast }
location ?= involved_activity.activity_location
involved_activity.activity_location.culture = { has_building_gfx = indian_building_gfx }
involved_activity.activity_location.culture = {
OR = {
has_building_gfx = indian_building_gfx
has_building_gfx = tibetan_building_gfx
}
}
is_character_window_main_character = yes
}
}
@ -1546,7 +1561,12 @@ character_view_bg = {
primary_spouse = {
involved_activity ?= { has_activity_type = activity_feast }
location ?= involved_activity.activity_location
involved_activity.activity_location.culture = { has_building_gfx = indian_building_gfx }
involved_activity.activity_location.culture = {
OR = {
has_building_gfx = indian_building_gfx
has_building_gfx = tibetan_building_gfx
}
}
}
}
AND = {
@ -1554,7 +1574,12 @@ character_view_bg = {
betrothed = {
involved_activity ?= { has_activity_type = activity_feast }
location ?= involved_activity.activity_location
involved_activity.activity_location.culture = { has_building_gfx = indian_building_gfx }
involved_activity.activity_location.culture = {
OR = {
has_building_gfx = indian_building_gfx
has_building_gfx = tibetan_building_gfx
}
}
}
}
AND = {
@ -1562,7 +1587,12 @@ character_view_bg = {
liege ?= {
involved_activity ?= { has_activity_type = activity_feast }
location ?= involved_activity.activity_location
involved_activity.activity_location.culture = { has_building_gfx = indian_building_gfx }
involved_activity.activity_location.culture = {
OR = {
has_building_gfx = indian_building_gfx
has_building_gfx = tibetan_building_gfx
}
}
}
}
}
@ -10595,31 +10625,13 @@ character_view_bg = {
##########################################
# Japan, Emperor
texture = {
reference = "event_scenes/tgp_japan_throne_room.dds"
trigger = {
primary_title ?= title:e_japan
}
}
environment = {
reference = "environment_tgp_frontend_celestial_main"
trigger = {
primary_title ?= title:e_japan
}
}
##########################################
# East Asia, high rank
texture = {
reference = "event_scenes/tgp_asia_throne_room.dds"
trigger = {
high_tier_throne_room_trigger = { REGION = east_asia }
culture = { has_graphical_east_asia_culture_group_trigger = yes }
}
}
@ -10628,6 +10640,7 @@ character_view_bg = {
trigger = {
high_tier_throne_room_trigger = { REGION = east_asia }
culture = { has_graphical_east_asia_culture_group_trigger = yes }
}
}