Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Plant / Crop / Health3 / Plant_Crop_Health3_Block.json

Plant_Crop_Health3_Block

Server/Item/Items/Plant/Crop/Health3/Plant_Crop_Health3_Block.json, 3.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Health3_Stage_0.name"
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Plants/Seeds.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Seeds_Textures/Blood_Leaf.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Seeds",
    "PhysicalMaterialId": "Foliage",
    "Flags": {
      "IsStackable": false
    },
    "State": {
      "Definitions": {
        "Stage1": {
          "Opacity": "Semitransparent",
          "CustomModel": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf_01.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf_Texture.png",
              "Weight": 1
            }
          ],
          "HitboxType": "Blood_Leaf_Stage_1",
          "Gathering": {
            "Soft": {
              "DropList": "Plant_Crop_Health3_Stage_1"
            }
          },
          "BlockParticleSetId": "Flower",
          "Light": {
            "Color": "#733"
          },
          "ParticleColor": "#ff5e68",
          "VariantRotation": "NESW"
        },
        "Stage2": {
          "CustomModel": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf_02.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf_Texture.png",
              "Weight": 1
            }
          ],
          "HitboxType": "Blood_Leaf_Stage_2",
          "Gathering": {
            "Soft": {
              "DropList": "Plant_Crop_Health3_Stage_2"
            }
          },
          "BlockParticleSetId": "Flower",
          "Light": {
            "Color": "#944"
          },
          "ParticleColor": "#ff5e68",
          "VariantRotation": "NESW"
        }
      }
    },
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Duration": {
              "Min": 10350,
              "Max": 41400
            },
            "Type": "BlockState",
            "State": "default"
          },
          {
            "Duration": {
              "Min": 82800,
              "Max": 93500
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage1"
          },
          {
            "Duration": {
              "Min": 82800,
              "Max": 93500
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage2"
          },
          {
            "Block": "Plant_Crop_Health3",
            "Type": "BlockType",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete"
          }
        ]
      },
      "StartingStageSet": "Default",
      "ActiveGrowthModifiers": [
        "Fertilizer",
        "Water",
        "LightLevel"
      ]
    },
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Crop_Health3_Stage_0"
      }
    },
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Material": "Empty",
    "HitboxType": "Plant_Seed",
    "BlockParticleSetId": "Dust",
    "CustomModelScale": 0.9,
    "ParticleColor": "#cb374f",
    "VariantRotation": "NESW",
    "Light": {
      "Color": "#744"
    },
    "BlockEntity": {
      "Components": {
        "FarmingBlock": {}
      }
    },
    "TextureComputedColor": "#FC9089"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Blocks.Plants"
  ],
  "IconProperties": {
    "Scale": 0.85,
    "Translation": [
      1.5,
      -3.9
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Health3_Stage_0.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}