GW2v2Novelty

@Serializable
data class GW2v2Novelty(val id: Int, val name: String, val icon: String, val description: String, val slot: String, val unlockItems: List<GW2ItemId>)

Information about a novelty.

Parameters

id

the novelty's ID

name

the novelty's name

icon

a render service URL for the novelty's icon

description

the novelty's description

slot

the novelty's slot

unlockItems

the IDs of the items that can be used to unlock the novelty

Constructors

Link copied to clipboard
constructor(id: Int, name: String, icon: String, description: String, slot: String, unlockItems: List<GW2ItemId>)

Properties

Link copied to clipboard

This field holds the novelty's description.

Link copied to clipboard

This field holds a render service URL for the novelty's icon.

Link copied to clipboard
val id: Int

This field holds the novelty's ID.

Link copied to clipboard

This field holds the novelty's name.

Link copied to clipboard

This field holds the novelty's slot.

Link copied to clipboard
@SerialName(value = "unlock_item")
val unlockItems: List<GW2ItemId>

This field holds the IDs of the items that can be used to unlock the novelty.