Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Plant / Crop / Health2 / Plant_Crop_Health2.json

Plant_Crop_Health2

Server/Item/Items/Plant/Crop/Health2/Plant_Crop_Health2.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Health2.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Health_T2_Blood_Cap/Blood_Cap.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Health_T2_Blood_Cap/Blood_Cap_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Full",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Health2_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Health2",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#ee2957",
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "Particles": [
      {
        "SystemId": "Plant_Health_Tier2",
        "PositionOffset": {},
        "Color": "#d12929",
        "TargetNodeName": "Cap1",
        "Scale": 1.3
      }
    ],
    "Light": {
      "Color": "#955"
    },
    "Material": "Empty",
    "TextureComputedColor": "#DC5E7F"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.66,
    "Translation": [
      3.3,
      -19.5
    ],
    "Rotation": [
      3.935,
      83.3,
      29.815
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Health2.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}