Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Deco / Spawn_Temple_Circle.json

Spawn_Temple_Circle

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Block_Spawner_TempleCircle.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_Circle",
        "DetachedFromModel": false
      }
    ],
    "PlacementSettings": {
      "AllowRotationKey": false
    }
  },
  "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"
}