Constructor: starGiftAttributePattern
A sticker applied on the backdrop of a collectible gift » using a repeating pattern.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the symbol |
| document | Document | Optional | The symbol |
| rarity_permille | int | Yes | The 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];