🖌️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)

Item : (string)

Example :

Label

Add a label to your crate.

Label : (string)

Example :

NameColor

Custom the color of the crate Name

NameColor : (string)

Example :

BgColor

Custom the background color of the crate banner container

BgColor : (string)

Example :

BgColorcan 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

BgShadow : (string)

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

TxtShadow : (string)

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

ImgShadow : (string)

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

Lid : (lid.lidComponent)

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

Front : (front.frontComponent)

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

Inside : (inside.insideComponent)

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

Item : (Array)

Available parameter :

  • ItemName

  • ItemLabel

  • winRate

  • Count

each of these parameter is necessary for each item

Exemple :

  • ItemLabel

name of displayed item

ItemLabel : (string)

  • ItemName

name of item

ItemName : (string)

  • winRate

Chance to win an item, check the "winRate & Rarity" section.

winRate : (int)

  • Count

amount of money or number of items in the lot

Count : (int)

Last updated