Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Plant / Crop / Stamina3 / Plant_Crop_Stamina3.json

Plant_Crop_Stamina3

Server/Item/Items/Plant/Crop/Stamina3/Plant_Crop_Stamina3.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Stamina3.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Blocks/Foliage/Plants/Stamina_T3_Storm_Sapling/Storm_Sapling.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Stamina_T3_Storm_Sapling/Storm_Sapling_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Stamina3_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Stamina3",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "FaceType": "Bushes"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Bushes"
        }
      ]
    },
    "HitboxType": "Plant_Tall_Full",
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#ffa619",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "Light": {
      "Color": "#873"
    },
    "Particles": [
      {
        "SystemId": "Plant_Stamina_Tier3",
        "Color": "#c98a21"
      }
    ],
    "Material": "Empty",
    "TextureComputedColor": "#F4A02D"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.51,
    "Translation": [
      0,
      -24.9
    ],
    "Rotation": [
      18.565,
      65.815,
      35.44
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Stamina3.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}