Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Interactions / NPCs / Intelligent / Goblin_Scrapper / Goblin_Scrapper_Rubble_Throw.json

Goblin_Scrapper_Rubble_Throw

Server/Item/Interactions/NPCs/Intelligent/Goblin_Scrapper/Goblin_Scrapper_Rubble_Throw.json, 669 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemPlayerAnimationsId": "Goblin_Bomb_Large",
    "ItemAnimationId": "Throw"
  },
  "AllowIndefiniteHold": false,
  "Next": {
    "1": {
      "Type": "Simple",
      "Effects": {
        "ItemPlayerAnimationsId": "Goblin_Item",
        "ItemAnimationId": "Throw"
      },
      "$Comment": "Prepare Delay",
      "RunTime": 0.5,
      "Next": {
        "Type": "Projectile",
        "Config": "Projectile_Config_Goblin_Scrapper_Rubble",
        "RunTime": 0.2,
        "Effects": {
          "WorldSoundEventId": "SFX_Unarmed_Swing"
        },
        "Tags": {
          "AimingReference": []
        }
      }
    }
  }
}