Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Portal / PortalKey_Jungles.json

PortalKey_Jungles

Server/Item/Items/Portal/PortalKey_Jungles.json, 960 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
PortalKeyobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemLevelnumber
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.PortalKey_Jungles.name",
    "Description": "server.items.PortalKey_Jungles.description"
  },
  "Icon": "Icons/ItemsGenerated/PortalKey_Howling_Sands.png",
  "Categories": [
    "Blocks.Portals"
  ],
  "PortalKey": {
    "PortalType": "Jungles",
    "TimeLimitSeconds": 720
  },
  "BlockType": {
    "DrawType": "Model",
    "Material": "Solid",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/Portal_Shard.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Portal_Shard_Texture.png",
        "Weight": 1
      }
    ],
    "TextureComputedColor": "#81C4EC"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Portal",
      "Temporary"
    ]
  },
  "ItemLevel": 51,
  "IconProperties": {
    "Scale": 1.4,
    "Rotation": [
      22.5,
      137.0,
      22.5
    ],
    "Translation": [
      0.0,
      1.0
    ]
  }
}