事件
Target Artist的哲学

启蒙运动的涟漪最终也波及到了Country,随之而来的是一股思想、观念和哲学的浪潮。Target Artist以及his/her的哲学思想已在Target Location受到欢迎。
启蒙运动思潮triggerhad_random_enlightenment_philosopher_event变量trigger定义in_game/events/institution_events.txt:3038
3039type = country_event
3040title = institution_events.150.title Target Artist的哲学
3041desc = institution_events.150.desc 启蒙运动的涟漪最终也波及到了Country,随之而来的是一股思想、观念和哲学的浪潮。Target Artist以及his/her的哲学思想已在Target Location受到欢迎。
3042outcome = neutral
3043trigger = {
3047exists = capital
}
3050image = "gfx/interface/illustrations/institutions/enlightenment.dds"
3052immediate = {
3054capital = {
3054save_scope_as = target_location
}
3055create_character = {
3056birth_location = scope:target_location
3057random_estate_type_trigger = {
3058root = {
3058estate_type_allowed_in_cabinet = {
3058estate_type = prev
}
}
}
3060trait_category = artist
3061artist = philosopher
3062age = 35
3063artist_skill = {
0.5
0.9
}
3064save_scope_as = target_artist
3066create_in_limbo = yes
}
}