イベント
Target Artistの哲学

啓蒙の波がついにCountryに到達し、それとともに新しい思想や概念、哲学の波も押し寄せた。Target Artistとその哲学が、早速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とその哲学が、早速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
}
}