Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Portal / PortalKey_Taiga.json

PortalKey_Taiga

Server/Item/Items/Portal/PortalKey_Taiga.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.PortalKey_Taiga.name",
    "Description": "server.items.PortalKey_Taiga.description"
  },
  "Icon": "Icons/ItemsGenerated/PortalKey_Taiga.png",
  "Categories": [
    "Blocks.Portals"
  ],
  "PortalKey": {
    "PortalType": "Taiga",
    "TimeLimitSeconds": 420
  },
  "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"
  },
  "Recipe": {
    "TimeSeconds": 1,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Cobalt",
        "Quantity": 10
      },
      {
        "ItemId": "Ingredient_Ice_Essence",
        "Quantity": 30
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Arcanebench",
        "Type": "Crafting",
        "Categories": [
          "Arcane_Portals"
        ]
      }
    ],
    "RequiredMemoriesLevel": 5
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Portal",
      "Temporary"
    ]
  },
  "Quality": "Uncommon",
  "ItemLevel": 51,
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      137,
      22.5
    ],
    "Translation": [
      -9,
      -15
    ]
  }
}