Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Crop / Mana1 / Plant_Crop_Mana1.json

Plant_Crop_Mana1

Server/Item/Items/Plant/Crop/Mana1/Plant_Crop_Mana1.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mana1.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Mana_T1_Azure_Fern/Azure_Fern_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Full",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Mana1_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Mana1",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "BlockParticleSetId": "Flower",
    "ParticleColor": "#60afff",
    "BlockSoundSetId": "Plant",
    "Particles": [
      {
        "SystemId": "Plant_Mana_Tier1",
        "Color": "#7230cc",
        "Scale": 1.1,
        "PositionOffset": {
          "Z": 0.2
        }
      }
    ],
    "Light": {
      "Color": "#369"
    },
    "Material": "Empty",
    "CustomModel": "Blocks/Foliage/Flowers/Mana_T1_Azure_Fern/Azure_Fern.blockymodel"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      0,
      -11.5
    ],
    "Rotation": [
      16.9,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mana1.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}