// party relations

// list party, then relations to other parties, then @
// if a party relation is not specified, program will use a default of 50
// if conflicting values are given for a party relation, program will use last value given
// legal values are 1 - 100

@party_relations

Christian Democrat

United Left
40
New National
25
Liberal Republican
40
MSD
70
Independent
60
@

United Left

New National
1
Liberal Republican
50
MSD
60
Independent
30
@

New National

Liberal Republican
40
MSD
10
Independent
25
@

Liberal Republican

MSD
35
Independent
50
@

MSD

Independent
50
@

@end


// coalitions
// coalitions don't affect party relation numbers

// list party couplets for any coalitions

// for example,
//
//Bloc Quebecois
//Conservative
//
//New Democratic
//Socialist Labor
//
// would indicate a Bloc Quebecois/Conservative coalition, and a New Democratic/Socialist Labor coalition

@coalitions
@end
