Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Cactus / Plant_Cactus_3.json

Plant_Cactus_3

Server/Item/Items/Plant/Cactus/Plant_Cactus_3.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Cactus_3.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Cactus_3.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Utility": {
    "Compatible": true
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Cactus3.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cactus1_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Dust",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "TagId": "SubType=Cactus"
        }
      ]
    },
    "ParticleColor": "#d9db8e",
    "BlockSoundSetId": "Cactus",
    "Interactions": {
      "Collision": "Environmental_Block_Damage"
    }
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.515,
    "Translation": [
      -2.3,
      -20.299999
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Cactus"
    ],
    "SubType": [
      "Cactus"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}