Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Crop / Stamina1 / Plant_Crop_Stamina1.json

Plant_Crop_Stamina1

Server/Item/Items/Plant/Crop/Stamina1/Plant_Crop_Stamina1.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Stamina1.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Flowers/Stamina_T1_Storm_Thistle/Storm_Thistle.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Flowers/Stamina_T1_Storm_Thistle/Storm_Thistle_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Crop_Stamina1",
        "IsWeaponBreakable": false
      },
      "Harvest": {
        "DropList": "Plant_Crop_Stamina1_Harvest"
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "BlockParticleSetId": "Flower",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "Light": {
      "Color": "#662"
    },
    "CustomModelScale": 0.9,
    "Particles": [
      {
        "SystemId": "Plant_Stamina_Tier1",
        "Color": "#c8942a",
        "Scale": 1,
        "TargetNodeName": "Flower-Emitter"
      }
    ],
    "Material": "Empty",
    "HitboxType": "Plant_Full",
    "ParticleColor": "#ffb72d",
    "TextureComputedColor": "#CF8A25"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.59,
    "Translation": [
      -3.9,
      -20.7
    ],
    "Rotation": [
      7.315,
      101.815,
      1.69
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Storm_Thistle.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}