Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / ProjectileConfigs / Weapons / Bombs / Projectile_Config_Bomb_Stun.json

Projectile_Config_Bomb_Stun

Server/ProjectileConfigs/Weapons/Bombs/Projectile_Config_Bomb_Stun.json, 1012 B

Fields

FieldType
Parentstring
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Bomb_Base",
  "Interactions": {
    "ProjectileSpawn": {
      "Cooldown": {
        "Cooldown": 0
      },
      "Interactions": [
        {
          "Type": "Simple",
          "RunTime": 0.5
        },
        "Bomb_Explode_Stun",
        {
          "Type": "RemoveEntity",
          "Entity": "User",
          "Effects": {
            "WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
            "LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death"
          }
        }
      ]
    },
    "ProjectileHit": {
      "Cooldown": {
        "Cooldown": 0
      },
      "Rules": {
        "Interrupting": [
          "ProjectileSpawn"
        ]
      },
      "Interactions": [
        "Bomb_Explode_Stun",
        {
          "Type": "RemoveEntity",
          "Entity": "User",
          "Effects": {
            "WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
            "LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death"
          }
        }
      ]
    }
  }
}