2.3 KiB
2.3 KiB
Config Guide
The required blocks
According to the Wynntils Artemis encoding proposal Github Issue,
the allowed blocks should look like this:
However, it's inaccurate. This is what it SHOULD look like:
Key to Type Mapping Table
Key | Type | Required blocks | Optional blocks |
---|---|---|---|
0 |
Gear Item | Name | Identifications, Powders, Shiny, Reroll |
1 |
Tome Item | Name | Identifications, Reroll |
2 |
Charm Item | Name | Identifications, Reroll |
3 |
Crafted Gear Item | Custom Gear Type, Durability, Requirements | NameAfter, Damage, Defense, Custom Identifications, Powders |
4 |
Crafted Consumable Item | Custom Consumable Type, Uses, Requirements | Effects, NameAfter, Custom Identifications |
5 |
Crafted Item from Recipe | TODO | TODO |
Documentation for each block:
- Item type
- Custom Gear Type (NOT IMPLEMENTED YET)
- Custom Consumable Type (NOT IMPLEMENTED YET)
- Durability (NOT IMPLEMENTED YET)
- Requirements (NOT IMPLEMENTED YET)
- Name
- NameAfter (NOT IMPLEMENTED YET)
- Shiny
- Identifications
- Damage (NOT IMPLEMENTED YET)
- Defense (NOT IMPLEMENTED YET)
- Effects (NOT IMPLEMENTED YET)
- Powders
- Custom Identifications (NOT IMPLEMENTED YET)
- Reroll
Current issues
Crafteds are not implemented