Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Crop / Lettuce / Plant_Crop_Lettuce_Block.json

Plant_Crop_Lettuce_Block

Server/Item/Items/Plant/Crop/Lettuce/Plant_Crop_Lettuce_Block.json, 4.5 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
IconPropertiesobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Lettuce_StageFinal.name"
  },
  "Parent": "Template_Crop_Block",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Seeds_Textures/SmallGrey.png",
        "Weight": 1
      }
    ],
    "State": {
      "Definitions": {
        "Stage1": {
          "Opacity": "Semitransparent",
          "CustomModel": "Resources/Ingredients/Cabbage_01.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Resources/Ingredients/Cabbage_Lettuce.png",
              "Weight": 1
            }
          ],
          "HitboxType": "Plant_Small",
          "Gathering": {
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Lettuce_Stage1"
            }
          },
          "BlockParticleSetId": "Flower",
          "BlockSoundSetId": "Plant",
          "ParticleColor": "#8bc752"
        },
        "Stage2": {
          "Material": "Solid",
          "Opacity": "Semitransparent",
          "CustomModel": "Resources/Ingredients/Cabbage_02.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Resources/Ingredients/Cabbage_Lettuce.png",
              "Weight": 1
            }
          ],
          "HitboxType": "Plant_Medium",
          "Gathering": {
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Lettuce_Stage2"
            }
          },
          "BlockParticleSetId": "Flower",
          "BlockSoundSetId": "Plant",
          "ParticleColor": "#8bc752"
        },
        "StageFinal": {
          "CustomModel": "Resources/Ingredients/Cabbage.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Resources/Ingredients/Cabbage_Lettuce.png",
              "Weight": 1
            }
          ],
          "CustomModelScale": 0.7,
          "HitboxType": "Plant_Medium",
          "InteractionHint": "server.interactionHints.harvest",
          "Gathering": {
            "Harvest": {
              "DropList": "Drops_Plant_Crop_Lettuce_StageFinal_Harvest"
            },
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Lettuce_StageFinal"
            }
          },
          "BlockParticleSetId": "Grass",
          "BlockSoundSetId": "Plant",
          "ParticleColor": "#1e951c"
        }
      }
    },
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Duration": {
              "Min": 10500,
              "Max": 10500
            },
            "Type": "BlockState",
            "State": "default"
          },
          {
            "Duration": {
              "Min": 37950,
              "Max": 37950
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage1"
          },
          {
            "Duration": {
              "Min": 37950,
              "Max": 37950
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage2"
          },
          {
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete",
            "State": "StageFinal"
          }
        ],
        "Harvested": [
          {
            "Duration": {
              "Min": 37950,
              "Max": 37950
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage1"
          },
          {
            "Duration": {
              "Min": 37950,
              "Max": 37950
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage2"
          },
          {
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete",
            "State": "StageFinal"
          }
        ]
      },
      "StartingStageSet": "Default",
      "ActiveGrowthModifiers": [
        "Fertilizer",
        "Water",
        "LightLevel"
      ]
    },
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false,
        "DropList": "Drops_Plant_Crop_Lettuce_Block"
      }
    },
    "CustomModelScale": 0.9,
    "ParticleColor": "#aa946e",
    "TextureComputedColor": "#706550"
  },
  "IconProperties": {
    "Scale": 1.115,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      1.2,
      -4.2
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Lettuce_Block.png"
}