Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Plant / Fruit / Plant_Fruit_Mango.json

Plant_Fruit_Mango

Server/Item/Items/Plant/Fruit/Plant_Fruit_Mango.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject
InteractionVarsobject
ItemLevelnumber
IconPropertiesobject
Scalenumber
DropOnDeathboolean
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Fruit_Mango.name",
    "Description": "server.items.Plant_Fruit_Mango.description"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Fruit_Mango.png",
  "Parent": "Template_Fruit",
  "BlockType": {
    "CustomModel": "Resources/Ingredients/Mango_Magic.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Mango_Magic_Red.png",
        "Weight": 1
      }
    ],
    "Light": {
      "Radius": 9,
      "Color": "#da4"
    },
    "Particles": [
      {
        "SystemId": "Kweebec_Lantern",
        "Color": "#ff7f2a",
        "TargetNodeName": "Mango",
        "PositionOffset": {
          "Y": 0.7
        }
      }
    ],
    "ParticleColor": "#ffff99",
    "HitboxType": "Plant_Large",
    "TextureComputedColor": "#C26D1B"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#DC9A13",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    }
  },
  "ItemLevel": 10,
  "IconProperties": {
    "Scale": 0.5,
    "Translation": [
      0,
      -21.3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Scale": 1.5,
  "DropOnDeath": true,
  "Quality": "Common"
}