Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / MISC / Geyzer_Spawner1.json

Geyzer_Spawner1

Server/Item/Items/MISC/Geyzer_Spawner1.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Categoriesarray[0]
PlayerAnimationsIdstring
BlockTypeobject
IconPropertiesobject
Tagsobject
$Commentstring
Iconstring
ItemSoundSetIdstring
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Geyzer_Spawner1.name"
  },
  "ItemLevel": 10,
  "Categories": [

  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Stone/Stalactite_Big.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Basalt.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stalactite_Large",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "Quality": 2,
        "GatherType": "Rocks",
        "ItemId": "Rock_Basalt_Cobble"
      }
    },
    "VariantRotation": "UpDown",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#636045",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "AmbientSoundEventId": "SFX_Env_Emit_Geyzer",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Particles": [
      {
        "SystemId": "Geyzer",
        "RotationOffset": {},
        "PositionOffset": {
          "Y": 0.5
        }
      }
    ]
  },
  "IconProperties": {
    "Scale": 0.395,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      3.0,
      -24.6
    ]
  },
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "$Comment": "Test asset",
  "Icon": "Icons/ItemsGenerated/Geyzer_Spawner1.png",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Quality": "Developer"
}