DungeonData: Recommend
Part of DungeonData. The recommend block provides UI data for the dungeon finder and recommendation system.
Recommend
Section titled “Recommend”| Property | Type | Since | Description |
|---|---|---|---|
rank | int | v92 | Recommendation rank/priority |
tooltipStrId | string | v92 | Tooltip string ID |
category | nested | v92 | Category display data |
dropItem | nested | v92 | Drop item display data |
Example
Section titled “Example”recommend: rank: 1 category: nameId: "@dungeon_cat:normal" dropItem: classes: - type: warrior itemLevel: 439 - type: priest itemLevel: 439Category
Section titled “Category”Category display metadata for the dungeon finder UI.
| Property | Type | Since | Description |
|---|---|---|---|
nameId | string | v92 | Category name string ID |
tooltipStrId | string | v92 | Category tooltip string ID |
DropItem
Section titled “DropItem”Container for class-specific drop item recommendations.
| Property | Type | Since | Description |
|---|---|---|---|
classes | list | v92 | Class recommendation entries |
Per-class recommendation entry shown in dungeon finder.
| Property | Type | Since | Description |
|---|---|---|---|
type | RecommendClassType | v92 | Player class |
nameId | string | v92 | Class name string ID |
tooltipStrId | string | v92 | Class tooltip string ID |
itemLevel | int | v92 | Recommended item level |
Enum types
Section titled “Enum types”RecommendClassType
Section titled “RecommendClassType”Player class types for recommendation display.
| Value | Since |
|---|---|
warrior | v92 |
lancer | v92 |
slayer | v92 |
berserker | v92 |
sorcerer | v92 |
archer | v92 |
priest | v92 |
elementalist | v92 |
soulless | v92 |