Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Potion / Potion_Empty.json

Potion_Empty

Server/Item/Items/Potion/Potion_Empty.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Iconstring
Recipeobject
Interactionsobject
IconPropertiesobject
BlockTypeobject
Tagsobject
Scalenumber
MaxStacknumber
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Potion_Empty.name",
    "Description": "server.items.Potion_Empty.description"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Items.Potions"
  ],
  "Icon": "Icons/ItemsGenerated/Potion_Empty.png",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Sands",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Processing",
        "Id": "Furnace"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 10
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.9,
    "Translation": [
      0,
      -9
    ]
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.pickup",
    "BlockParticleSetId": "GlassEmpty",
    "BlockSoundSetId": "Glass",
    "PhysicalMaterialId": "Metal",
    "CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Empty.png",
        "Weight": 1
      }
    ],
    "CustomModelScale": 0.5,
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "HitboxType": "Potion",
    "Material": "Empty",
    "RandomRotation": "YawStep1",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#eaf4f6",
    "TextureComputedColor": "#9CC5CC"
  },
  "Tags": {
    "Type": [
      "Potion"
    ]
  },
  "Scale": 2,
  "MaxStack": 30,
  "DropOnDeath": true
}