Link Search Menu Expand Document

Constructor: starGiftAttributePattern

Back to constructors index

A sticker applied on the backdrop of a collectible gift » using a repeating pattern.

Attributes:

NameTypeRequiredDescription
namestringYesName of the symbol
documentDocumentOptionalThe symbol
rarity_permilleintYesThe number of upgraded gifts that receive this backdrop for each 1000 gifts upgraded.

Type: StarGiftAttribute

Example:

$starGiftAttributePattern = ['_' => 'starGiftAttributePattern', 'name' => 'string', 'document' => Document, 'rarity_permille' => int];