Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Crop / Mana2 / Plant_Crop_Mana2.json

Plant_Crop_Mana2

Server/Item/Items/Plant/Crop/Mana2/Plant_Crop_Mana2.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mana2.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Full",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Mana2_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Mana2",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#43c3cf",
    "BlockSoundSetId": "Mushroom",
    "Particles": [
      {
        "SystemId": "Plant_Mana_Tier2",
        "PositionOffset": {
          "X": -0.5
        },
        "Color": "#5930cc",
        "TargetNodeName": "Cap2",
        "Scale": 1
      },
      {
        "SystemId": "Plant_Mana_Tier2",
        "TargetNodeName": "Cap2",
        "PositionOffset": {
          "Z": 0.3,
          "Y": 0.25
        },
        "Color": "#a18cff",
        "Scale": 1.2
      }
    ],
    "Light": {
      "Color": "#369"
    },
    "Material": "Empty"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.595,
    "Translation": [
      4.5,
      -15.3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mana2.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}