Event
Blue Dragon

A shaman from Target Location has presented himself/herself into Target Ruler's tent. he/she has come to announce that he/she will bless our soldiers, for a blue dragon has appeared to him/her in the stars to provide our devoted horde with invincible force.
In this uncertain time of war, his/her promises look a bit too appealing.
Steppe HordeGovernment TypetriggerBlue DragonStatic ModifiertriggerWhite TigerStatic ModifiertriggerDefinitionin_game/events/government/steppe_horde.txt:90
91type = country_event
92title = steppe_horde.3.title Blue Dragon
93desc = steppe_horde.3.desc A shaman from Target Location has presented himself/herself into Target Ruler's tent. he/she has come to announce that he/she will bless our soldiers, for a blue dragon has appeared to him/her in the stars to provide our devoted horde with invincible force.
In this uncertain time of war, his/her promises look a bit too appealing.
In this uncertain time of war, his/her promises look a bit too appealing.
94outcome = neutral
95trigger = {
96country_type = army
99at_war = yes
106has_ruler = yes
}
112illustration_tags = {
11310 = regular
11410 = exterior
}
117immediate = {
}
119random_owned_location = {
123save_scope_as = target_location
124dominant_religion ?= {
124save_scope_as = target_religion
}
125dominant_culture ?= {
125save_scope_as = target_culture
}
}
127create_character = {
128birth_location = scope:target_location
130save_scope_as = target_character
131create_in_limbo = yes
}
133scope:target_character = {
134if = {
135limit = {
135exists = scope:target_religion
}
136change_character_culture = scope:target_religion
}
138if = {
139limit = {
139exists = scope:target_culture
}
140change_character_religion = scope:target_culture
}
}
143ruler = {
143save_scope_as = target_ruler
}
}