
Country Interaction
Sabotage Clan Buildings
We can send our spies to our enemy's territory, causing damage to their holdings by arson, poison, or any other available method.
Japanese ShogunateInternational OrganizationpotentialBuildings SabotagedStatic Modifierselect triggerDefinitionin_game/common/country_interactions/japanese_clans_covert_actions.txt:71
72type = diplomacy
73category = CATEGORY_COVERT_ACTIONS
75diplomatic_cost = sabotage_clans_buildings_cost
77block_when_at_war = no
79potential = {
80scope:actor = {
}
}
86allow = {
}
89select_trigger = {
90looking_for_a = country
91target_flag = recipient
92name = "sabotage_clans_buildings_SELECT_TITLE" Select a Country to sabotage
93none_available_msg_key = "no_valid_countries"
94column = {
95data = name
}
97column = {
98data = population
}
100visible = {
102country_type = building
}
}
109effect = {
}