Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / _Debug / Portal_Prefab.json

Portal_Prefab

Server/Item/Items/_Debug/Portal_Prefab.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Portal_Prefab.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Platform_Launcher.png",
  "Categories": [
    "Blocks.Portals"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "VariantRotation": "NESW",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Statue_Owl.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Dark/Statue_Owl_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Statue_Small",
    "Opacity": "Transparent",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22
    ],
    "Scale": 0.305,
    "Translation": [
      0,
      -11.3
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Quality": "Developer"
}