Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / ProjectileConfigs / NPCs / Intelligent / Goblin_Lobber / Projectile_Config_Goblin_Lobber_Bomb_Large.json

Projectile_Config_Goblin_Lobber_Bomb_Large

Server/ProjectileConfigs/NPCs/Intelligent/Goblin_Lobber/Projectile_Config_Goblin_Lobber_Bomb_Large.json, 1.1 KB

Fields

FieldType
Parentstring
Modelstring
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Goblin_Lobber_Bomb",
  "Model": "Bomb_Large_Fire_Goblin",
  "Interactions": {
    "ProjectileSpawn": {
      "Cooldown": {
        "Cooldown": 0
      },
      "Interactions": [
        {
          "Type": "Simple",
          "RunTime": 2
        },
        "Goblin_Lobber_Bomb_Explode_Charged",
        {
          "Type": "RemoveEntity",
          "Entity": "User"
        }
      ]
    },
    "ProjectileHit": {
      "Cooldown": {
        "Cooldown": 0
      },
      "Rules": {
        "Interrupting": [
          "ProjectileSpawn"
        ]
      },
      "Interactions": [
        "Goblin_Lobber_Bomb_Explode_Charged",
        {
          "Type": "RemoveEntity",
          "Entity": "User"
        }
      ]
    },
    "ProjectileMiss": {
      "Cooldown": {
        "Cooldown": 0
      },
      "Rules": {
        "Interrupting": [
          "ProjectileSpawn"
        ]
      },
      "Interactions": [
        "Goblin_Lobber_Bomb_Explode_Charged",
        {
          "Type": "RemoveEntity",
          "Entity": "User"
        }
      ]
    }
  }
}