# INFO: This is needed plumbing for the faction system faction_template_generic = { # name = defensive_democratic_faction manifest = faction_manifest_strength_in_unity can_leader_join_other_factions = yes # color = { 179 183 235 } # this should default to faction leader's color icon = GFX_faction_logo_generic visible = { always = no # Fallback template, should not be selectable } available = { has_government = democratic } goals = { faction_goal_a_military_base } default_rules = { joining_rule_neighbors_only joining_rule_has_no_offensive_war dismissal_rule_offensive_war change_leader_rule_manpower } } # TODO: We likely need to create more generic faction templates to help ensure proper and full compatibility