WAS award was only counting states in DXCC entity 291 (United States), which excluded Alaska (DXCC 6) and Hawaii (DXCC 110). Updated filter to use "in" operator with all three relevant DXCC entity IDs. Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
670 B
JSON
27 lines
670 B
JSON
{
|
|
"id": "was-mixed",
|
|
"name": "WAS Mixed Mode",
|
|
"description": "Confirm all 50 US states",
|
|
"caption": "Contact and confirm all 50 US states. Only QSOs with stations located in United States states count toward this award. QSOs are confirmed when LoTW QSL is received.",
|
|
"category": "was",
|
|
"achievements": [
|
|
{ "name": "WAS Award", "threshold": 50 }
|
|
],
|
|
"rules": {
|
|
"type": "entity",
|
|
"entityType": "state",
|
|
"target": 50,
|
|
"displayField": "state",
|
|
"filters": {
|
|
"operator": "AND",
|
|
"filters": [
|
|
{
|
|
"field": "entityId",
|
|
"operator": "in",
|
|
"value": [291, 6, 110]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|