Scripted Effect
release_malwa_effect
Definitionin_game/events/situations/fall_of_delhi.txt:216
217scope:target_location = {
218create_country_from_location = {
220save_scope_as = target_malwa_revolter_scope
}
}
224scope:target_malwa_revolter_scope = {
225define_unique_country_tag = MLW
226change_country_name = MLW
227change_country_adjective = MLW_ADJ
228change_country_color = map_malwa
229change_country_flag = MLW
230create_character = {
231culture = root.culture
234first_name = name_amid
235birth_date = 1301.6.1
236save_scope_as = target_character
}
238set_new_ruler = scope:target_character
240country = scope:target_malwa_revolter_scope
}
}
246every_owned_location = {
247limit = {
248OR = {
249area = area:malwa_area
250province = location:sabalgarh.province
251province = location:bhojpur.province
252province = location:deogarh.province
253province = location:aklera.province
254province = location:sheopur.province
255province = location:ranthambore.province
}
}
258change_location_owner = scope:target_malwa_revolter_scope
259add_core = scope:target_malwa_revolter_scope
260change_integration_level = core
}