Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Interactions / Explosions / Explode_Generic.json

Explode_Generic

Server/Item/Interactions/Explosions/Explode_Generic.json, 1.7 KB

Fields

FieldType
Typestring
Configobject

Source

{
  "Type": "Explode",
  "Config": {
    "DamageEntities": true,
    "DamageBlocks": true,
    "BlockDamageRadius": 3,
    "BlockDropChance": 0.4,
    "EntityDamage": 20.0,
    "EntityDamageRadius": 4,
    "Knockback": {
      "Type": "Point",
      "VelocityConfig": {
        "AirResistance": 0.97,
        "AirResistanceMax": 0.96,
        "Direction": {
          "X": 0.0,
          "Y": 5.0,
          "Z": 0.0
        },
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.3,
        "Threshold": 3.0
      },
      "Force": 5,
      "VelocityType": "Set"
    },
    "ItemTool": {
      "Specs": [
        {
          "Power": 2,
          "GatherType": "SoftBlocks"
        },
        {
          "Power": 2,
          "GatherType": "Soils"
        },
        {
          "Power": 2,
          "GatherType": "Woods"
        },
        {
          "Power": 2,
          "GatherType": "Rocks"
        },
        {
          "Power": 2,
          "GatherType": "Benches"
        },
        {
          "Power": 0.001,
          "GatherType": "VolcanicRocks"
        },
        {
          "Power": 1,
          "GatherType": "OreCopper"
        },
        {
          "Power": 1,
          "GatherType": "OreIron"
        },
        {
          "Power": 1,
          "GatherType": "OreSilver"
        },
        {
          "Power": 1,
          "GatherType": "OreGold"
        },
        {
          "Power": 1,
          "GatherType": "OreThorium"
        },
        {
          "Power": 1,
          "GatherType": "OreCobalt"
        },
        {
          "Power": 1,
          "GatherType": "OreAdamantite"
        },
        {
          "Power": 1,
          "GatherType": "OreMithril"
        }
      ]
    }
  }
}