事件本版本变更
Target Character支持战争

战争对Country而言无疑是一笔昂贵的支出。幸运的是,富有的Target Character愿意慷慨解囊,为我国的战争努力提供一笔巨额资助,而不索求任何特权或回报。
奥地利国家dynamic historical event.tag定义in_game/events/DHE/flavor_HAB.txt:9116
9117type = country_event
9118title = flavor_hab.1902.title Target Character支持战争
9119desc = flavor_hab.1902.desc 战争对Country而言无疑是一笔昂贵的支出。幸运的是,富有的Target Character愿意慷慨解囊,为我国的战争努力提供一笔巨额资助,而不索求任何特权或回报。
9120outcome = neutral
9122fire_only_once = yes
9124dynamic_historical_event = {
}
9131illustration_tags = {
913210 = regular
913310 = interior
}
9136immediate = {
}
9139if = {
9140limit = {
9141character:hab_samuel_oppenheimer ?= {
9142in_cabinet = yes
}
}
9145character:hab_samuel_oppenheimer = {
9146save_scope_as = target_character
}
}
9149else_if = {
9150limit = {
9151character:hab_samson_wertheimer ?= {
9152in_cabinet = yes
}
}
9155character:hab_samson_wertheimer = {
9156save_scope_as = target_character
}
}
}
9161trigger = {
9162OR = {
9163character:hab_samuel_oppenheimer ?= {
9164in_cabinet = yes
}
9166character:hab_samson_wertheimer ?= {
9167in_cabinet = yes
}
}
9170at_war = yes
}