Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Cap_Red.json

Plant_Crop_Mushroom_Cap_Red

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Cap_Red.json, 2.7 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Consumableboolean
BlockTypeobject
ResourceTypesarray[2]
PlayerAnimationsIdstring
Scalenumber
Tagsobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mushroom_Cap_Red.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Cap_Red.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Consumable": false,
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Mushroom_Poison.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Mushroom_Poison_White.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Large",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockEntity": {
      "Components": {
        "FarmingBlock": {}
      }
    },
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Block": "Plant_Crop_Mushroom_Cap_Red",
            "Duration": {
              "Min": 10000,
              "Max": 20001
            },
            "Type": "BlockType"
          },
          {
            "Type": "Spread",
            "Executions": [
              1,
              3
            ],
            "SpreadDecayPercent": [
              50,
              50
            ],
            "GrowthBehaviours": [
              {
                "Type": "Directional",
                "GrowthBlockTypes": [
                  {
                    "BlockType": "Plant_Crop_Mushroom_Cap_Red",
                    "Weight": 1
                  }
                ],
                "Horizontal": [
                  4,
                  4
                ],
                "Vertical": [
                  0,
                  2
                ],
                "LocationConditions": [
                  {
                    "Type": "NeighbourBlockTags",
                    "NeighbourBlock": "Below",
                    "TagPattern": "Soil_Or_Grass"
                  }
                ]
              }
            ],
            "Duration": {
              "Min": 10350,
              "Max": 10350
            }
          }
        ]
      },
      "StartingStageSet": "Default"
    },
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#d63d45",
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#935D54"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    },
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Block",
  "Scale": 1.5,
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}