|
6 | 6 |
|
7 | 7 | ### Exchanges |
8 | 8 |
|
9 | | -- `Location:county/state/province/dx` |
10 | | -- `Name` (MN) |
| 9 | +Defaults to `"exchange": ["Location"]` |
11 | 10 |
|
12 | | -### Multipliers |
| 11 | +- `Number` (VA) [Not Implemented yet] |
| 12 | +- `Location` |
| 13 | +- `Name` (MN) [Not Implemented yet] |
| 14 | + |
| 15 | +Relevant `"options"`: |
| 16 | + |
| 17 | +- `dxLocationIsPrefix`: If true, DX location is logged as prefix. (OK, ID) |
| 18 | + |
| 19 | +### Points |
13 | 20 |
|
14 | | -- `perBand:county/state/province/entity` |
15 | | -- `perBand:`, `perBandAndMode:`, `overall:` |
16 | | - - `county` State Counties |
17 | | - - `state` US States (with or without DC counting separately) |
18 | | - - `province` Canadian Provices and Territories |
19 | | - - `entity` DX Entity Prefix (excluding Alaska & Hawaii) |
20 | | - - `dx` Single Multiplier for any DX Entity |
21 | | -- `powerMultiplier` Special point multipliers for power categories |
| 21 | +The `"points":` section is used to define the point values for each exchange item. |
22 | 22 |
|
23 | | -### Uniqueness |
| 23 | +- `PHONE`: Phone points |
| 24 | +- `CW`: CW points |
| 25 | +- `DATA`: Data points |
| 26 | +- `_Rover_`: Contacting a rover station, overrides other modes. [Not Implemented yet] |
| 27 | +- `_QRP_`: Operating as QRP, overrides other modes. [Not Implemented yet] |
24 | 28 |
|
25 | | -- `perBandAndMode` |
| 29 | +Relevant `"options"`: |
| 30 | + |
| 31 | +- `qsosPerBandMode`: If true (default), QSOs are counted per band and mode (Most). If false they are counted only once overall, unless `qsosPerBand` or `qsosPerMode` is also true. |
| 32 | +- `qsosPerBand`: If true, QSOs are counted per band. (?) |
| 33 | +- `qsosPerMode`: If true, QSOs are counted per mode. (?) |
| 34 | +- `inStateToOutOfStatePointsDouble`: If true, in-state to out-of-state QSOs are worth double points (Used by SC) |
| 35 | + |
| 36 | +### Multipliers |
26 | 37 |
|
27 | | -### Options |
| 38 | +By default, out-of-state multipliers are only Counties, and in-state multipliers are |
| 39 | +Counties, US states (including HI and AK), Canadian Provinces and one DX multiplier. |
| 40 | + |
| 41 | +And also by default, multipliers are awarded per band and mode. |
| 42 | + |
| 43 | +Relevant `"options"`: |
28 | 44 |
|
29 | 45 | - `dcCountsAsMaryland`: If true, the District of Columbia will be counted as Maryland. (Many) |
30 | 46 | - `stateCountsForInState`: If true, an in-state station gets the state as a multiplier when working any other station in the state. (SC, NY) |
31 | | -- `selfCountsForCounty`: If true, a station can count itself as a multiplier for the county of operation. (NC) |
32 | | -- `onlineLookup`: If false, should not use online lookup for states or counties. (VT) |
33 | | -- `selfSpotting`: If true, stations can spot themselves. (Many) |
34 | | -- `countyLine`: Stations can operate from two counties at the same time. (Many) |
35 | | -- `bonusPostMultiplier`: If true, bonus points are added after the multiplier is applied. (BC, SC, NC) |
36 | | -- `inStateToOutOfStatePointsDouble`: If true, in-state to out-of-state QSOs are worth double points (Used by SC) |
37 | | -- `bonusPerBandMode`: If true, bonus points are awarded per band and mode. (Many) |
38 | | -- `multsPerBandMode`: If true, multipliers are awarded per band and mode. (Many) |
| 47 | +- `selfCountsForCounty`: If true, a station can count itself as a multiplier for the county of operation. (NC, VA). Some QPs require a minimum number of QSOs, but we don't support this variation yet. |
| 48 | +- `multsPerBandMode`: If true (default), multipliers are awarded per band and mode (Most). If false they are awarded only once overall, unless `multsPerBand` or `multsPerMode` is also true. |
39 | 49 | - `multsPerBand`: If true, multipliers are awarded per band. (VT) |
40 | 50 | - `multsPerMode`: If true, multipliers are awarded per mode. (ID) |
41 | | -- `dxIsMultiplier`: If true, DX stations are awarded multipliers. (Many) |
| 51 | +- `dxIsMultiplier`: If true (default), DX stations are awarded multipliers. (Many) |
42 | 52 | - `dxEntityIsMultiplier`: If true, DX Entity Prefix is awarded a multiplier. (Many) |
43 | 53 | - `specialCallIsMultiplier`: If true, special calls are awarded multipliers. (VT) |
44 | | -- `dxLocationIsPrefix`: If true, DX location is logged as prefix. (OK, ID) |
45 | | -- `removeCountySuffixes`: If true, county suffixes are removed from logged callsigns in Cabrillo Output. (ID) |
| 54 | + |
| 55 | +### Bonuses |
| 56 | + |
| 57 | +- `bonusPostMultiplier`: If true (default), bonus points are added after the multiplier is applied. (BC, SC, NC) |
| 58 | +- `bonusPerBandMode`: If true, bonus points are awarded per band and mode. (Some) |
| 59 | + |
| 60 | +### Other Options |
| 61 | + |
| 62 | +- `onlineLookup`: If false, should not use online lookup for states or counties. (VT) [Not Implemented yet] |
| 63 | +- `selfSpotting`: If true, stations can spot themselves. (Many) [Not Implemented yet] |
| 64 | +- `countyLine`: Stations can operate from two counties at the same time. (Many) [Not Implemented yet] |
| 65 | +- `removeCountySuffixes`: If true, county suffixes are removed from logged callsigns in Cabrillo Output. (ID) [Not Implemented yet] |
46 | 66 |
|
47 | 67 | ### TODO |
48 | 68 |
|
|
0 commit comments