This commit is contained in:
joerg
2026-01-23 14:18:56 +01:00
parent a35731f626
commit e4e7f3c208
5 changed files with 124 additions and 18 deletions

View File

@@ -1,12 +1,9 @@
{
"id": "was-mixed",
"name": "WAS Mixed Mode",
"name": "WAS",
"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",
@@ -18,9 +15,21 @@
{
"field": "entityId",
"operator": "in",
"value": [291, 6, 110]
"value": [
291,
6,
110
]
}
]
},
"stations": []
},
"modeGroups": {},
"achievements": [
{
"name": "WAS Award",
"threshold": 50
}
}
}
]
}