Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Plant / Crop / Health3 / Plant_Crop_Health3.json

Plant_Crop_Health3

Server/Item/Items/Plant/Crop/Health3/Plant_Crop_Health3.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Health3.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Health3_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Health3",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockParticleSetId": "Flower",
    "Particles": [
      {
        "SystemId": "Plant_Health_Tier3",
        "Color": "#ed1010",
        "Scale": 1,
        "PositionOffset": {
          "Z": 0.6
        }
      }
    ],
    "CustomModelScale": 0.9,
    "Light": {
      "Color": "#a55"
    },
    "ParticleColor": "#ff4259",
    "Material": "Empty",
    "HitboxType": "Blood_Leaf_Stage_3",
    "VariantRotation": "NESW",
    "TextureComputedColor": "#A42836"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      12.3,
      -49.5
    ],
    "Rotation": [
      20.8,
      321.2,
      1.7
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Health3.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}