πŸ–ŒοΈ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)

circle-info

Item : (string)

Example :

Label

Add a label to your crate.

circle-info

Label : (string)

Example :

NameColor

Custom the color of the crate Name

circle-info

NameColor : (string)

Example :

BgColor

Custom the background color of the crate banner container

circle-info

BgColor : (string)

Example :

circle-exclamation

Example :

here is a usefull link to generate css linear-gradient :

BgShadow

Custom the shadow of the crate banner container

circle-info

BgShadow : (string)

Exemple :

  • "rgb()" = Color

  • "rgba()" = Color & Opacity

  • " 0px 0px 13px " = Shadow density

circle-exclamation

Here is a usefull link to generate rgb() / Hex color :

TxtShadow

Custom the crate Name text-shadow

circle-info

TxtShadow : (string)

Exemple :

  • "white" = Color

  • "rgb()" = Color

  • "rgba()" = Color & Opacity

  • "0px 0px 13px" = Shadow density

circle-exclamation

Here is a usefull link to generate rgb() / Hex color :

ImgShadow

Custon the crate image shadow

circle-info

ImgShadow : (string)

Exemple :

  • "rgb()" = Color

  • "rgba()" = Color & Opacity

  • " 0px 0px 13px " = Shadow density

circle-exclamation

Here is a usefull link to generate rgb() / Hex color :

Lid

Custom the top component of the crate

circle-info

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

circle-info

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

circle-info

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

circle-info

Item : (Array)

Available parameter :

  • ItemName

  • ItemLabel

  • winRate

  • Count

triangle-exclamation

Exemple :

  • ItemLabel

name of displayed item

circle-info

ItemLabel : (string)

  • ItemName

name of item

circle-info

ItemName : (string)

  • winRate

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

circle-info

winRate : (int)

  • Count

amount of money or number of items in the lot

circle-info

Count : (int)

Last updated