イベント
相応の結果
Ruler Charが最近楽しんだ享楽は、当然ながら相応の結果を残した。Hookup Charとの出会いにより、新たな子供が誕生したのだ。現在、Court Titleがその子供Target Childをどう受け入れるかが、目下の問題となっている。
定義in_game/events/character/dynastic.txt:441
442type = country_event
443title = dynastic.6001.title 相応の結果
444desc = dynastic.6001.desc Ruler Charが最近楽しんだ享楽は、当然ながら相応の結果を残した。Hookup Charとの出会いにより、新たな子供が誕生したのだ。現在、Court Titleがその子供Target Childをどう受け入れるかが、目下の問題となっている。
445outcome = neutral
447illustration_tags = {
44810 = happy
44910 = interior
}
452trigger = {
453OR = {
454AND = {
455scope:ruler_char ?= {
456is_female = no
}
458scope:hookup_char ?= {
459is_alive = yes
460is_pregnant = no
}
}
463scope:ruler_char ?= {
464is_female = yes
465is_alive = yes
466is_pregnant = no
}
}
}
471immediate = {
472random_list = {
47350 = {
474save_scope_value_as = {
475name = char_sex
476value = yes
}
}
47950 = {
480save_scope_value_as = {
481name = char_sex
482value = no
}
}
}
486if = {
487limit = {
488scope:ruler_char = {
489is_female = no
}
}
492create_character = {
493dynasty = scope:ruler_char.dynasty
494culture = scope:ruler_char.culture
495religion = scope:ruler_char.religion
496father = scope:ruler_char
497mother = scope:hookup_char
498age = 0
499female = scope:char_sex
500no_stats = yes
501trait_category = none
503save_scope_as = target_child
}
}
506else = {
507create_character = {
508dynasty = scope:ruler_char.dynasty
509culture = scope:ruler_char.culture
510religion = scope:ruler_char.religion
511father = scope:hookup_char
512mother = scope:ruler_char
513age = 0
514female = scope:char_sex
515no_stats = yes
516trait_category = none
518save_scope_as = target_child
}
}
}