Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Trap / Trap_Slate.json

Trap_Slate

Server/Item/Items/Trap/Trap_Slate.json, 2.0 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Categoriesarray[1]
PlayerAnimationsIdstring
BlockTypeobject
ResourceTypesarray[1]
Setstring
IconPropertiesobject
Iconstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Trap_Slate.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks",
        "ItemId": "Rock_Slate"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Slate_Cracked.png",
        "UpDown": "BlockTextures/Rock_Slate_Cracked.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Structures/Base_Shapes/QuarterBlock_High.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Slate_Cracked.png"
      }
    ],
    "Interactions": {
      "CollisionEnter": {
        "Cooldown": {
          "Id": "Collision",
          "Cooldown": 0
        },
        "Interactions": [
          {
            "Type": "Condition",
            "RequiredGameMode": "Adventure",
            "Next": {
              "Type": "BlockCondition",
              "Matchers": [
                {
                  "Block": {
                    "Id": "Trap_Slate"
                  },
                  "Face": "Up",
                  "StaticFace": true
                }
              ],
              "Next": {
                "Type": "ChangeBlock",
                "Changes": {
                  "Trap_Slate": "Empty"
                }
              }
            }
          }
        ]
      }
    },
    "ParticleColor": "#262728",
    "TextureComputedColor": "#272829"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Set": "Rock_Slate",
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      0,
      -25.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Trap_Slate.png",
  "Tags": {
    "Type": [
      "Trap"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}