Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Plant / Fruit / Plant_Fruit_Pinkberry.json

Plant_Fruit_Pinkberry

Server/Item/Items/Plant/Fruit/Plant_Fruit_Pinkberry.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject
InteractionVarsobject
IconPropertiesobject
Scalenumber
DropOnDeathboolean
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Fruit_Pinkberry.name",
    "Description": "server.items.Plant_Fruit_Pinkberry.description"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Fruit_Pinkberry.png",
  "Parent": "Template_Fruit",
  "BlockType": {
    "CustomModel": "Resources/Ingredients/Pink_Fruit.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Pink_Fruit_Texture.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "UpDown",
    "Opacity": "Transparent",
    "Light": {
      "Color": "#c99",
      "Radius": 9
    },
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#f058a4",
    "TextureComputedColor": "#D2375C"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#F8619C",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      -3.6,
      -6.6
    ],
    "Rotation": [
      22.5,
      119.25,
      22.5
    ]
  },
  "Scale": 1.75,
  "DropOnDeath": true,
  "Quality": "Common"
}