Tourmaline::UniqueGiftModel
Inherits JSON::Serializable < Reference < Object
This object describes the model of a unique gift.
Constructors
new(name : String, sticker : Tourmaline::Sticker, rarity_per_mille : Int32 | Int64, rarity : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
rarity
Optional. Rarity of the model if it is a crafted model. Currently, can be "uncommon", "rare", "epic", or "legendary".
Optional. Rarity of the model if it is a crafted model. Currently, can be "uncommon", "rare", "epic", or "legendary".
rarity_per_mille
The number of unique gifts that receive this model for every 1000 gift upgrades. Always 0 for crafted gifts.
The number of unique gifts that receive this model for every 1000 gift upgrades. Always 0 for crafted gifts.