Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Interactions / NPCs / NPC_Attack_Melee_Effects.json

NPC_Attack_Melee_Effects

Server/Item/Interactions/NPCs/NPC_Attack_Melee_Effects.json, 544 B

Fields

FieldType
Typestring
$Commentstring
RunTimenumber
Effectsobject

Source

{
  "Type": "Simple",
  "$Comment": "Runtime is Length of Effect, add more S(FX) in overrides if necessary ",
  "RunTime": 0.403,
  "Effects": {
    "WorldSoundEventId": "SFX_NPC_Unarmed_Swing",
    "Trails": [
      {
        "TrailId": "Bear_Claw",
        "TargetNodeName": "R-Hand",
        "TargetEntityPart": "Entity",
        "RotationOffset": {
          "Yaw": 0,
          "Pitch": 0,
          "Roll": 90
        },
        "PositionOffset": {
          "X": 0,
          "Y": -0.1,
          "Z": 0.25
        }
      }
    ]
  }
}