Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Entity / ModelVFX / Sword_Test.json

Sword_Test

Server/Entity/ModelVFX/Sword_Test.json, 486 B

Fields

FieldType
SwitchTostring
EffectDirectionstring
AnimationDurationnumber
AnimationRangeobject
HighlightColorstring
HighlightThicknessnumber
UseBloomOnHighlightboolean
NoiseScaleobject
PostColorstring
UseProgessiveHighlightboolean
LoopOptionstring
PostColorOpacitynumber
CurveTypestring
NoiseScrollSpeedobject

Source

{
  "SwitchTo": "PostColor",
  "EffectDirection": "TopDown",
  "AnimationDuration": 1.0,
  "AnimationRange": {
    "X": 0.0,
    "Y": 0.2
  },
  "HighlightColor": "#ffe094",
  "HighlightThickness": 2.0,
  "UseBloomOnHighlight": true,
  "NoiseScale": {
    "X": 10.0,
    "Y": 1.0
  },
  "PostColor": "#ffffff",
  "UseProgessiveHighlight": false,
  "LoopOption": "PlayOnce",
  "PostColorOpacity": 0.0,
  "CurveType": "QuartOut",
  "NoiseScrollSpeed": {
    "Y": 0.0,
    "X": -1.0
  }
}