hidePerksInItemTooltip property

  1. @JsonKey(name: 'hidePerksInItemTooltip')
bool? hidePerksInItemTooltip
getter/setter pair

If this is true, the perks provided by this socket shouldn't be shown in the item's tooltip. This might be useful if it's providing a hidden bonus, or if the bonus is less important than other benefits on the item.

Implementation

@JsonKey(name:'hidePerksInItemTooltip')
bool? hidePerksInItemTooltip;