Geskripteter Auslöser
event_illustration_foreground_trigger
Definitionin_game/common/scripted_triggers/00_event_illustration_triggers.txt:59
61trigger_if = {
62limit = {
62NOT = {
62exists = scope:target_location
}
}
64trigger_if = {
64limit = {
64exists = scope:target_pop
}
64scope:target_pop.location = {
64save_temporary_scope_as = target_location
}
}
66trigger_if = {
67limit = {
67NOT = {
67exists = scope:target_location
}
}
68trigger_if = {
68limit = {
68exists = scope:target_character
}
68scope:target_character.location = {
68save_temporary_scope_as = target_location
}
}
}
70trigger_if = {
71limit = {
71NOT = {
71exists = scope:target_location
}
}
72trigger_if = {
72limit = {
72exists = capital
}
72capital = {
72save_temporary_scope_as = target_location
}
}
}
}
77trigger_if = {
78limit = {
78NOT = {
78exists = scope:target_culture
}
}
80trigger_if = {
80limit = {
80exists = scope:target_pop
}
80scope:target_pop.culture = {
80save_temporary_scope_as = target_culture
}
}
82trigger_if = {
83limit = {
83NOT = {
83exists = scope:target_culture
}
}
84trigger_if = {
84limit = {
84exists = scope:target_location
}
84scope:target_location.dominant_culture = {
84save_temporary_scope_as = target_culture
}
}
}
86trigger_if = {
87limit = {
87NOT = {
87exists = scope:target_culture
}
}
88root.culture = {
88save_temporary_scope_as = target_culture
}
}
}
93trigger_if = {
94limit = {
94NOT = {
94exists = scope:target_religion
}
}
96trigger_if = {
96limit = {
96exists = scope:target_pop
}
96scope:target_pop.religion = {
96save_temporary_scope_as = target_religion
}
}
98trigger_if = {
99limit = {
99NOT = {
99exists = scope:target_religion
}
}
100trigger_if = {
100limit = {
100exists = scope:target_location
}
100scope:target_location.dominant_religion = {
100save_temporary_scope_as = target_religion
}
}
}
102trigger_if = {
103limit = {
103NOT = {
103exists = scope:target_religion
}
}
104root.religion = {
104save_temporary_scope_as = target_religion
}
}
}
109trigger_if = {
110limit = {
110NOT = {
110exists = scope:target_pop_type
}
}
112trigger_if = {
112limit = {
112exists = scope:target_pop
}
112scope:target_pop.pop_type = {
112save_temporary_scope_as = target_pop_type
}
}
}