#category = short_term medium_term or long_term faction_goal_aggressive_defense = { name = aggressive_defense_goal_name description = aggressive_defense_goal_desc category = medium_term group = FOCUS_FILTER_POLITICAL_CHARACTER visible = { ROOT = { has_war = yes } } select_effect = { faction_goal_update_daily_condition_caches = yes } completed = { ROOT = { has_war = yes longest_war_length > 6 } scope:faction = { check_variable = { var = faction_goal_aggressive_defense_condition_cache value = 1 compare = greater_than_or_equals tooltip = FACTION_CORE_STATES_NOT_CONTROLLED_BY_ROOT_OR_ALLY } } } complete_effect = { add_faction_power_projection = 100 newline = yes custom_effect_tooltip = THE_FACTION_LEADER add_faction_initiative = 1 newline = yes custom_effect_tooltip = ALL_FACTION_MEMBERS every_faction_member = { army_experience = 50 } } }