Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Plant / Plant_Vine_Wall_Poisoned.json

Plant_Vine_Wall_Poisoned

Server/Item/Items/Plant/Plant_Vine_Wall_Poisoned.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
BlockTypeobject
Iconstring
IconPropertiesobject
Tagsobject
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Vine_Wall_Poisoned.name"
  },
  "Parent": "Plant_Vine",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Plants/Ivy.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Ivy_Textures/Poisoned.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Ivy_Textures/Poisoned_02.png",
        "Weight": 1
      }
    ],
    "BlockParticleSetId": "Leaves_Branches",
    "ParticleColor": "#3c3034",
    "TextureComputedColor": "#38252C"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Vine_Ivy_Poisoned.png",
  "IconProperties": {
    "Scale": 0.545,
    "Translation": [
      10.3,
      -10.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Vine"
    ]
  },
  "ItemLevel": 41
}