Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Electrum / Portal / Launchpad.json

Launchpad

Server/Item/Items/Electrum/Portal/Launchpad.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Launchpad.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Platform_Launcher.png",
  "Categories": [
    "Blocks.Portals"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Miscellaneous/Platform_Magic.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Platform_Magic_Red.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Pad_Portal",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "BlockEntity": {
      "Components": {
        "LaunchPad": {}
      }
    },
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "OpenCustomUI",
            "Page": {
              "Id": "LaunchPad"
            }
          }
        ]
      },
      "CollisionEnter": {
        "Interactions": [
          {
            "Type": "LaunchPad"
          }
        ]
      }
    },
    "ParticleColor": "#4c474f",
    "TextureComputedColor": "#413F46"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.305,
    "Translation": [
      0,
      -11.3
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Quality": "Developer"
}