Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Deco / Spawn_Temple_Helix.json

Spawn_Temple_Helix

Server/Item/Items/Deco/Spawn_Temple_Helix.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
Qualitystring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Block_Spawner_TempleHelix.name"
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Crystal_Fragments_Yellow.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "Group": "Wood",
    "HitboxType": "Rubble",
    "VariantRotation": "Wall",
    "Flags": {},
    "BlockParticleSetId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModelTexture": [
      {
        "Texture": "Blocks/_Debug/TextureEmpty.png",
        "Weight": 1
      }
    ],
    "CustomModel": "Blocks/_Debug/Model.blockymodel",
    "CustomModelScale": 1.0,
    "Particles": [
      {
        "SystemId": "ForgottenTemple_Island_Spark",
        "PositionOffset": {
          "Y": -5.0
        }
      }
    ]
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.695,
    "Translation": [
      -0.895,
      -3.895
    ],
    "Rotation": [
      30.945,
      51.195,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "Quality": "Developer",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}