Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Leaves / Plant_Leaves_Poisoned_Floor.json

Plant_Leaves_Poisoned_Floor

Server/Item/Items/Plant/Leaves/Plant_Leaves_Poisoned_Floor.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Leaves_Poisoned_Floor.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Poisoned_Floor_Leaves.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Cutout",
    "CustomModel": "Blocks/Foliage/Plants/Leaves_Floor.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Leaves_Floor_Textures/Poisoned.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Leaves"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "BlockParticleSetId": "Leaves_Branches",
    "BlockSoundSetId": "Plant",
    "ParticleColor": "#504657",
    "IgnoreSupportWhenPlaced": true
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Leaves"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}