Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Plant / Reeds / Plant_Reeds_Marsh.json

Plant_Reeds_Marsh

Server/Item/Items/Plant/Reeds/Plant_Reeds_Marsh.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Reeds_Marsh.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Reeds.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Reeds.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Reeds_Textures/Reeds_Marsh.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Effect": [
      "WindFractal"
    ],
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Fiber_Tall"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        }
      ]
    },
    "BlockParticleSetId": "Grass",
    "BlockSoundSetId": "Reed",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#598429",
    "TextureComputedColor": "#5B7329"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.615,
    "Translation": [
      0,
      -21.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Reeds"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "ItemLevel": 43
}