Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / _Debug / Debug_Falling_Explosive.json

Debug_Falling_Explosive

Server/Item/Items/_Debug/Debug_Falling_Explosive.json, 3.5 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Qualitystring
Setstring
Iconstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Falling_Explosive.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Quality": "Developer",
  "Set": "Furniture_Tavern",
  "Icon": "Icons/ItemsGenerated/Furniture_Tavern_Barrel.png",
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Village/Barrel.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Barrel_Tavern.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Barrels"
      }
    },
    "HitboxType": "Chest_Small",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "RandomRotation": "YawStep1",
    "SupportDropType": "Fall",
    "FallingBlockSettings": {
      "HitboxCollisionConfig": "HardCollision",
      "Impact": {
        "Type": "Explode"
      }
    },
    "Support": {
      "Up": [
        {
          "FaceType": "Branch"
        }
      ],
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Barrel"
        }
      ]
    },
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ExplosionConfig": {
      "SoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
      "Particles": [
        {
          "SystemId": "Explosion_Medium"
        }
      ],
      "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"
          }
        ]
      }
    }
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}