-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeatureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
What problem is solved?
On April 25, major order 4108768873 includes the task type 9 which is not documented in this repo yet:
{
"type": 9,
"values": [
4,
625000,
0,
3,
0,
0
],
"valueTypes": [
1,
3,
8,
9,
11,
12
]
}
The task reads:
Complete an Operation against Illuminate on MEDIUM or higher 625,000 times.
I assume that the type 9 means "complete X operations" (with the goal being X as usual). The value type 9 might indicate the difficulty ("MEDIUM" in this case) that the operations must be completed on:
| Value | Difficulty level |
|---|---|
| 1 | Trivial |
| 2 | Easy |
| 3 | Medium |
| 4 | Hard |
I've created the issue to document the above JSON snippet and suggest that the new data is added to the repo.
What is the solution?
- Add task type "9" to https://github.com/helldivers-2/json/blob/master/assignments/tasks/task/type.json
- Add value type "9" to https://github.com/helldivers-2/json/blob/master/assignments/tasks/task/valueTypes.json
How should the task be named? "Repel" (as in the MO briefing)? "Dominate"? Suggestions?
What value does this add?
Enables support of task type 9 by various apps and services using this repo as a resource.
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeatureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed