Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Interactions / Weapons / Stick / Swing_Down_Strong / Stick_Swing_Down_Strong_Effect.json

Stick_Swing_Down_Strong_Effect

Server/Item/Interactions/Weapons/Stick/Swing_Down_Strong/Stick_Swing_Down_Strong_Effect.json, 760 B

Fields

FieldType
Typestring
$Commentstring
RunTimenumber
Effectsobject
OnItemChangeBehaviorstring

Source

{
  "Type": "Simple",
  "$Comment": "Length of Effect",
  "RunTime": 0.166,
  "Effects": {
    "Trails": [
      {
        "PositionOffset": {
          "X": 1.3,
          "Y": 0,
          "Z": 0
        },
        "TargetNodeName": "Handle",
        "TrailId": "Medium_Sword_Strong",
        "RotationOffset": {
          "Roll": 90.0
        }
      },
      {
        "PositionOffset": {
          "X": 1.7,
          "Y": 0,
          "Z": 0
        },
        "TargetNodeName": "Handle",
        "TrailId": "Sword_Distortion",
        "RotationOffset": {
          "Roll": 90.0
        }
      }
    ],
    "WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
    "LocalSoundEventId": "SFX_Sword_T2_Swing_LR_Local"
  },
  "OnItemChangeBehavior": "Ignore"
}