Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / NPCs / NPC_Rubble_Throw.json

NPC_Rubble_Throw

Server/Item/Interactions/NPCs/NPC_Rubble_Throw.json, 393 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Default",
    "ItemAnimationId": "Throw"
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.2,
  "Next": {
    "Type": "LaunchProjectile",
    "RunTime": 0.217,
    "Effects": {
      "WorldSoundEventId": "SFX_Unarmed_Swing"
    },
    "ProjectileId": "NPC_Rubble_Stone",
    "Tags": {
      "AimingReference": []
    }
  }
}