Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Entity / ModelVFX / Drop_Legendary.json

Drop_Legendary

Server/Entity/ModelVFX/Drop_Legendary.json, 382 B

Fields

FieldType
SwitchTostring
PostColorOpacitynumber
NoiseScaleobject
AnimationDurationnumber
EffectDirectionstring
AnimationRangeobject
UseBloomOnHighlightboolean
HighlightThicknessnumber
HighlightColorstring
LoopOptionstring

Source

{
      "SwitchTo": "PostColor",
      "PostColorOpacity": 0.0,
      "NoiseScale": {
        "X": 1.0,
        "Y": 1.0
      },
      "AnimationDuration": 1.0,
      "EffectDirection": "BottomUp",
      "AnimationRange": {
        "Y": 1.0
      },
      "UseBloomOnHighlight": true,
      "HighlightThickness": 5.0,
      "HighlightColor": "#ffdb91",
      "LoopOption": "Loop"
}