Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Crop / Berry / Plant_Crop_Berry_Wet_Block.json

Plant_Crop_Berry_Wet_Block

Server/Item/Items/Plant/Crop/Berry/Plant_Crop_Berry_Wet_Block.json, 3.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Bush_Wet_Berry.name",
    "Description": "server.items.Plant_Crop_Berry_Wet_Block.description"
  },
  "ItemLevel": 11,
  "Parent": "Template_Crop_Berry_Block",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Bush_Wet.png",
        "Weight": 1
      }
    ],
    "State": {
      "Definitions": {
        "StageFinal": {
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Bush_Wet_Berry.png",
              "Weight": 1
            }
          ],
          "InteractionHint": "server.interactionHints.harvest",
          "Interactions": {
            "Use": {
              "Interactions": [
                {
                  "Type": "HarvestCrop"
                }
              ]
            }
          },
          "Support": {
            "Down": [
              {
                "FaceType": "Full"
              },
              {
                "FaceType": "Bushes"
              }
            ]
          },
          "Supporting": {
            "Up": [
              {
                "FaceType": "Bushes"
              }
            ]
          },
          "Gathering": {
            "Soft": {
              "DropList": "Drops_Plant_Crop_Berry_Wet_StageFinal",
              "IsWeaponBreakable": false
            },
            "Harvest": {
              "DropList": "Drops_Plant_Crop_Berry_Wet_StageFinal_Harvest"
            }
          }
        }
      }
    },
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Type": "BlockState",
            "Duration": {
              "Min": 80000,
              "Max": 80000
            },
            "State": "default",
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Type": "BlockState",
            "State": "StageFinal",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete"
          }
        ],
        "Harvested": [
          {
            "Type": "BlockState",
            "Duration": {
              "Min": 20000,
              "Max": 20000
            },
            "State": "default",
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Type": "BlockState",
            "State": "StageFinal",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete"
          }
        ]
      },
      "StartingStageSet": "Default",
      "StageSetAfterHarvest": "Harvested"
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Bushes"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Bushes"
        }
      ]
    },
    "Gathering": {
      "Soft": {
        "DropList": "Drops_Plant_Crop_Berry_Wet_Block",
        "IsWeaponBreakable": false
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Leaves_Sharp",
    "ParticleColor": "#71dad8",
    "BlockSoundSetId": "Bush",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#568083"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Berry_Wet_Block.png",
  "IconProperties": {
    "Scale": 0.345,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      2.5,
      -26.3
    ]
  }
}