Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / ProjectileConfigs / _Debug / Projectile_Config_Debug_TriggerVolume.json

Projectile_Config_Debug_TriggerVolume

Server/ProjectileConfigs/_Debug/Projectile_Config_Debug_TriggerVolume.json, 776 B

Fields

FieldType
Parentstring
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Base",
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        {
          "Type": "SpawnTriggerVolume",
          "EffectAsset": "Debug_TriggerVolume",
          "Shape": { "Type": "Sphere", "Center": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 3.0 },
          "LifetimeS": 10.0
        },
        { "Type": "RemoveEntity", "Entity": "User" }
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        {
          "Type": "SpawnTriggerVolume",
          "EffectAsset": "Debug_TriggerVolume",
          "Shape": { "Type": "Sphere", "Center": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 3.0 },
          "LifetimeS": 10.0
        },
        { "Type": "RemoveEntity", "Entity": "User" }
      ]
    }
  }
}