Skip to content

[FEATURE]: Add task type 9 (complete operations on difficulty X against Y) #83

@raginmari

Description

@raginmari

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?

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 documentationfeatureNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions