Political Parties
Parties are the central political structures of A House Divided. Everything meaningful β elections, legislation, coalitions, and parliament formations β flows through party membership. If you want to do more than run as an independent, you need a party.
What a Party Is
A political party is a country-scoped organization with its own name, abbreviation, color, treasury, and ideology position on a two-axis grid (economic left-right, social liberal-conservative). Parties hold seats, run candidates in primaries, and accumulate resources that leaders can spend on collective actions.
Each party also has a per-state footprint: state party organizations track regional membership, organization score, treasury, and leadership separately from the national party. What happens in Texas Democratic circles is distinct from what happens nationally.
The Two-Axis Ideology System
Party ideology lives on two axes:
| Axis | Left/Liberal end | Right/Conservative end |
|---|---|---|
| Economic | -5 (far left) | +5 (far right) |
| Social | -5 (progressive) | +5 (conservative) |
The party's official position on these axes directly affects:
- Which NPPs align with the party (ideology proximity)
- Which voter demographics the party appeals to
- How your character's primary score is calculated (party alignment component)
The sequentialId System
Each party has a sequentialId β a short number used in URLs like /parties/1?country=US. This ID is only unique within a country. The US Democratic Party and the UK Labour Party might both have sequentialId: 1, so country context is always required when looking up a party.
URLs always include a country parameter: /parties?country=UK lists UK parties, and party links always carry the country flag.
Party Pages
Navigate to /parties and select a country to browse all parties. Each party page shows:
- Overview β ideology position, seat counts by office type, member roster
- Leadership β current chair, vice chair, and treasurer with their term status
- Organization β per-state org scores and budget allocations
- Treasury β national treasury balance and tax rate settings
Built-in vs. Custom Parties
Built-in parties (Democrat, Republican, Labour, Conservative, and their equivalents by country) are pre-configured with party colors, historical positions, and seeded membership. They cannot be deleted, and they don't go through the charter system.
Custom parties are created via a Party Charter β a founding agreement signed by 3 human founders. One player drafts the charter (party name, abbreviation, four-axis platform, and the three founder userIds), and the party only materializes once all three founders have co-signed. Any founder can reject during the signing window, which opens a founder-replacement window with the same deadline (max(14 turns, 72 IRL hours)). Custom parties that go empty (no members, no seats) are otherwise deleted by the emptyPartyCleanup process β but a party with a ratified charter is exempt from cleanup until the charter is dissolved.
Existing pre-Phase-6 third parties were migrated to the charter system in place: each has a synthesized migrated charter (or migrated-incomplete if fewer than three human officers were available). Migrated-incomplete parties keep cleanup immunity; the remaining founder slots can be filled later from the charter detail page to fully ratify.
Parties by Country
Each country has its own set of default parties suited to its political system:
| Country | System | Key offices |
|---|---|---|
| US | Presidential, FPTP | House, Senate, Governor, State Senate, President |
| UK | Westminster parliamentary | Commons, Regional Councils |
| CA | Westminster parliamentary | House of Commons (federal) |
| DE | Mixed-member proportional | Bundestag |
| JP | Mixed-member majoritarian | ShΕ«giin, Sangiin |
Related
- Party Membership β How to join, switch, and what membership unlocks.
- Party Leadership β Chair, vice chair, treasurer roles and elections.
- Party Organization β The org score system, how it builds and decays.
- Party Ideology β The two-axis ideology grid and its effects.
- Party Actions β What leaders can spend party resources on.
- Coalitions β Cross-party alliances and their effects.