Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Plant / Crop / Health1 / Plant_Crop_Health1.json

Plant_Crop_Health1

Server/Item/Items/Plant/Crop/Health1/Plant_Crop_Health1.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Tagsobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Health1.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Flowers/Health_T1_Blood_Rose/Blood_Rose.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Health_T1_Blood_Rose/Blood_Rose_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Health1_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Health1",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "BlockParticleSetId": "Flower",
    "Particles": [
      {
        "SystemId": "Plant_Health_Tier1",
        "Color": "#ed1010",
        "Scale": 1
      }
    ],
    "CustomModelScale": 0.9,
    "Light": {
      "Color": "#622"
    },
    "ParticleColor": "#ce2d6a",
    "Material": "Empty",
    "HitboxType": "Plant_Full",
    "TextureComputedColor": "#B62A41"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.735,
    "Translation": [
      -5.1,
      -19.5
    ],
    "Rotation": [
      14.065,
      169.315,
      12.935
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Blood_Rose.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}