Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Plant / Cactus / Plant_Cactus_Flower.json

Plant_Cactus_Flower

Server/Item/Items/Plant/Cactus/Plant_Cactus_Flower.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Cactus_Flower.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Cactus_Flower.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Flowers/Cactus.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Cactus_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Red_Soft"
      },
      "Harvest": {
        "ItemId": "Plant_Cactus_Flower"
      }
    },
    "HitboxType": "Plant_Medium",
    "BlockParticleSetId": "Flower",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "TagId": "Family=Cactus"
        }
      ]
    },
    "ParticleColor": "#e6382d",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#974A26"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.705,
    "Translation": [
      -0.5,
      -8.3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Cactus"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}