Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Plant / Fruit / Plant_Fruit_Apple.json

Plant_Fruit_Apple

Server/Item/Items/Plant/Fruit/Plant_Fruit_Apple.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Parentstring
BlockTypeobject
InteractionVarsobject
ItemLevelnumber
IconPropertiesobject
Scalenumber
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Fruit_Apple.name",
    "Description": "server.items.Plant_Fruit_Apple.description"
  },
  "Quality": "Common",
  "Icon": "Icons/ItemsGenerated/Plant_Fruit_Apple.png",
  "Parent": "Template_Fruit",
  "BlockType": {
    "CustomModel": "Resources/Ingredients/Apple.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Apple_Red.png",
        "Weight": 2
      },
      {
        "Texture": "Resources/Ingredients/Apple_Green.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#518e2e",
    "TextureComputedColor": "#96200D"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#C12B10",
                "Scale": 1,
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    }
  },
  "ItemLevel": 10,
  "IconProperties": {
    "Scale": 0.85,
    "Translation": [
      0,
      -10.8
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Scale": 1.75,
  "DropOnDeath": true
}