Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Glowing_Blue.json

Plant_Crop_Mushroom_Glowing_Blue

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Glowing_Blue.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
InteractionVarsobject
Utilityobject
Consumableboolean
BlockTypeobject
ResourceTypesarray[2]
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mushroom_Glowing_Blue.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Glowing_Blue.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Next": {
            "Parent": "Consume_Charge",
            "Effects": {
              "ItemAnimationId": "Consume",
              "ClearAnimationOnFinish": true
            }
          },
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "InteractionVars": {
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": {
            "Parent": "Poison",
            "Duration": 2,
            "OverlapBehavior": "Extend"
          }
        }
      ]
    }
  },
  "Utility": {
    "Compatible": true
  },
  "Consumable": true,
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Mushroom_Thin.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Mushroom_Thin_Textures/Blue.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Full",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockParticleSetId": "Dust",
    "Light": {
      "Color": "#58b"
    },
    "ParticleColor": "#5dc7e2",
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#4E7C8F"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    },
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}