🖌️Customize your crate
Customization Settings
Item
Label
NameColor
BgColor
BgShadow
TxtShadow
ImgShadow
Lid
Front
Inside
Items
Item
Add a item name to your crate. (for remove to inventory)
Example :
Label
Add a label to your crate.
Example :
NameColor
Custom the color of the crate Name
Example :
BgColor
Custom the background color of the crate banner container
Example :
BgColor
can be in linear-gradient ( CSS Fonction )
Example :
here is a usefull link to generate css linear-gradient :
BgShadow
Custom the shadow of the crate banner container
Exemple :
"
rgb()
" = Color"
rgba()
" = Color & Opacity"
0px 0px 13px
" = Shadow density
rgba()
can be replaced by color name like "white
" or Hex color code like "#ECECEC
"
Here is a usefull link to generate rgb() / Hex color :
TxtShadow
Custom the crate Name text-shadow
Exemple :

"
white
" = Color"
rgb()
" = Color"
rgba()
" = Color & Opacity"
0px 0px 13px
" = Shadow density
"white"
can be replaced by rgb() like "rgb(255,255,255)
" or Hex color code like "#ECECEC
"
Here is a usefull link to generate rgb() / Hex color :
ImgShadow
Custon the crate image shadow
Exemple :

"
rgb()
" = Color"
rgba()
" = Color & Opacity"
0px 0px 13px
" = Shadow density
rgba()
can be replaced by color name like "white
" or Hex color code like "#ECECEC
"
Here is a usefull link to generate rgb() / Hex color :
Lid
Custom the top component of the crate
Exemple :

Check at the Crates Component List section to see what colors and patterns are available for crates
Front
Custom the front component of the crate
Exemple :

Check at the Crates Component List section to see what colors and patterns are available for crates
Inside
Customize the inside component of the box
Exemple :

Check at the Crates Component List section to see what colors and patterns are available for crates
Items
Array of available items in the crate
Available parameter :
ItemName
ItemLabel
winRate
Count
each of these parameter is necessary for each item
Exemple :

ItemLabel
name of displayed item
ItemName
name of item
winRate
Chance to win an item, check the "winRate & Rarity" section.
Count
amount of money or number of items in the lot
Last updated