Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Plant / Crop / Mana2 / Plant_Crop_Mana2_Block.json

Plant_Crop_Mana2_Block

Server/Item/Items/Plant/Crop/Mana2/Plant_Crop_Mana2_Block.json, 4.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mana2_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/Spore_Blue.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep90",
    "State": {
      "Definitions": {
        "Stage1": {
          "CustomModel": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap_01.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap_Texture.png",
              "Weight": 1
            }
          ],
          "HitboxType": "Plant_Small",
          "RandomRotation": "YawStep1",
          "Gathering": {
            "Soft": {
              "DropList": "Plant_Crop_Mana2_Stage_1"
            }
          },
          "Light": {
            "Color": "#246"
          }
        },
        "Stage2": {
          "CustomModel": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap_02.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap_Texture.png",
              "Weight": 1
            }
          ],
          "CustomModelScale": 0.9,
          "HitboxType": "Plant_Large",
          "RandomRotation": "YawStep1",
          "Gathering": {
            "Soft": {
              "DropList": "Plant_Crop_Mana2_Stage_2"
            }
          },
          "Light": {
            "Color": "#368"
          }
        }
      }
    },
    "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": 165600
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage2"
          },
          {
            "Block": "Plant_Crop_Mana2",
            "Type": "BlockType",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete"
          }
        ],
        "Harvested": [
          {
            "Duration": {
              "Min": 82800,
              "Max": 93500
            },
            "Type": "BlockState",
            "State": "Stage1"
          },
          {
            "Duration": {
              "Min": 82800,
              "Max": 165600
            },
            "Type": "BlockState",
            "State": "Stage2"
          },
          {
            "Block": "Plant_Crop_Mana2",
            "Type": "BlockType"
          }
        ]
      },
      "StartingStageSet": "Default",
      "ActiveGrowthModifiers": [
        "Fertilizer",
        "Water",
        "LightLevel"
      ],
      "StageSetAfterHarvest": "Harvested"
    },
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Crop_Mana2_Stage_0"
      }
    },
    "Support": {
      "Down": [
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "Material": "Empty",
    "HitboxType": "Plant_Seed",
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Seeds",
    "PhysicalMaterialId": "Foliage",
    "CustomModelScale": 0.7,
    "ParticleColor": "#43c3cf",
    "BlockEntity": {
      "Components": {
        "FarmingBlock": {}
      }
    },
    "TextureComputedColor": "#1AA1DE"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Blocks.Plants"
  ],
  "IconProperties": {
    "Scale": 1.12,
    "Translation": [
      2.7,
      -5.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Mana2_Stage_0.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}