Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Portal / VoidInvasion_Portal.json

VoidInvasion_Portal

Server/Item/Items/Portal/VoidInvasion_Portal.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.VoidInvasion_Portal.name",
    "Description": "server.items.VoidInvasion_Portal.description"
  },
  "Icon": "Icons/ItemsGenerated/Portal_Return.png",
  "Categories": [
    "Blocks.Portals"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Material": "Solid",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/Platform_Magic_Exit.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Platform_Magic_Red.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Pad_Portal",
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "VariantRotation": "NESW",
    "Gathering": {
      "Breaking": {
        "GatherType": "Unbreakable"
      }
    },
    "Particles": [
      {
        "SystemId": "Portal_Purple",
        "PositionOffset": {
          "Y": -1
        }
      }
    ],
    "TextureComputedColor": "#413F46"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Portal"
    ]
  },
  "Quality": "Technical",
  "IconProperties": {
    "Scale": 0.35,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}