uiItemDisplayStyle property

  1. @JsonKey(name: 'uiItemDisplayStyle')
String? uiItemDisplayStyle
getter/setter pair

A string identifier that the game's UI uses to determine how the item should be rendered in inventory screens and the like. This could really be anything - at the moment, we don't have the time to really breakdown and maintain all the possible strings this could be, partly because new ones could be added ad hoc. But if you want to use it to dictate your own UI, or look for items with a certain display style, go for it!

Implementation

@JsonKey(name:'uiItemDisplayStyle')
String? uiItemDisplayStyle;