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
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
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 :
Front
Custom the front component of the crate
Exemple :
Inside
Customize the inside component of the box
Exemple :
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
Count
amount of money or number of items in the lot
Last updated