イベントこのバージョンで変更
Target Locationの優れた武器

Target LocationでCountry Adjectiveの特権により鍛造された武器は、地元の隊長たちから賞賛されている。その重量配分、耐久性、そして細工の妙は通常の水準を凌ぐと噂され、兵士たちはいまや並々ならぬ熱意をもってこれらを求めるようになっている。
軍事教育者特性option 1
厳格特性option 1had_good_royal_weaponry_rights_event_variable変数immediate, trigger定義in_game/events/government/town_rights_events.txt:1162
1163type = country_event
1164title = town_rights_events.13.title Target Locationの優れた武器
1165desc = town_rights_events.13.desc Target LocationでCountry Adjectiveの特権により鍛造された武器は、地元の隊長たちから賞賛されている。その重量配分、耐久性、そして細工の妙は通常の水準を凌ぐと噂され、兵士たちはいまや並々ならぬ熱意をもってこれらを求めるようになっている。
1166outcome = positive
1168trigger = {
1169any_town_rights_in_country = {
1170this.town_rights_type = town_rights_type:royal_weaponry_rights
}
1174at_war = no
1175is_during_bankruptcy = no
}
1178illustration_tags = {
117910 = regular
118010 = armed
}
1183immediate = {
}
1186random_locations_with_town_rights_in_country = {
1187limit = {
1187has_town_rights = town_rights_type:royal_weaponry_rights
}
1188save_scope_as = target_location
1195province = {
1195save_scope_as = target_province
}
}
1198ruler_or_regent = {
1198save_scope_as = target_character
}
}