
アクション
防衛の準備
宗教的支配を求める狂気に導かれ、カトリックの軍勢がまもなくわが国を荒らしにやってくる。各地方を、頑強な防備で守ることが賢明だ。
城建造物effect
カトリック宗教potential
フス戦争局面select trigger 1防衛準備静的補正allow, select trigger 2定義in_game/common/generic_actions/hussite_wars_actions.txt:335
336type = situation
337show_message = no
339ai_tick = monthly
340ai_tick_frequency = 6
342automation_tick = never
343automation_tick_frequency = 12
352allow = {
353scope:actor = {
357gold > 100
}
}
360ai_tick = monthly
361ai_tick_frequency = 4
362price = price:hussite_wars_actions_price
364cooldown = {
365type = prepare_defenses_hw_action
366years = 5
}
369select_trigger = {
370looking_for_a = situation
371target_flag = recipient
372name = "choose_situation" 局面を選択:
373column = {
374data = name
}
}
382select_trigger = {
383looking_for_a = province
384target_flag = target
385source = actor
386name = "choose_province" 州を選択
387none_available_msg_key = "no_provinces_available"
388column = {
388data = name
}
389column = {
389data = population
}
390visible = {
392NOT = {
393any_location_in_province = {
394is_ownable = yes
395owner = scope:actor
396NOT = {
396controller = scope:actor
}
}
}
}
}
401effect = {
402if = {
403limit = {
404exists = scope:target
}
406scope:target = {
407add_province_modifier = {
}
412if = {
418province_capital = {
419construct_building = {
421cost_multiplier = 0.1
422cost_multiplier_reason = "military_cheap_sponsorship"
}
}
}
}
}
428else = {
429custom_tooltip = prepare_defenses_hw_action_tt 指定された州のすべてのロケーションが「防衛準備」を15年間得て、可能なら州都に城が基本コスト-90%で建設される
}
431scope:actor = {
432change_societal_value = {
}
}
}
440ai_will_do = {
441add = 100
}