Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Interactions / Weapons / Stick / Swing_Right_Fast / Stick_Swing_Right_Fast_Effect.json

Stick_Swing_Right_Fast_Effect

Server/Item/Interactions/Weapons/Stick/Swing_Right_Fast/Stick_Swing_Right_Fast_Effect.json, 754 B

Fields

FieldType
Typestring
$Commentstring
RunTimenumber
Effectsobject
CancelOnItemChangeboolean

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_Basic",
        "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"
  },
  "CancelOnItemChange": false
}