Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Crop / Stamina2 / Plant_Crop_Stamina2.json

Plant_Crop_Stamina2

Server/Item/Items/Plant/Crop/Stamina2/Plant_Crop_Stamina2.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Stamina2.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Stamina_T2_Storm_Cap/Storm_Cap.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Stamina_T2_Storm_Cap/Storm_Cap_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Plant",
    "HitboxType": "Plant_Full",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {
        "DropList": "Plant_Crop_Stamina2_Harvest"
      },
      "Soft": {
        "DropList": "Plant_Crop_Stamina2",
        "IsWeaponBreakable": false
      }
    },
    "Support": {
      "Down": [
        {
          "TagId": "Type=Soil"
        },
        {
          "BlockTypeId": "Soil_Dirt_Crystal"
        }
      ]
    },
    "BlockParticleSetId": "Dust",
    "ParticleColor": "#f3b242",
    "BlockSoundSetId": "Plant",
    "Particles": [
      {
        "SystemId": "Plant_Stamina_Tier2",
        "PositionOffset": {},
        "Color": "#c98a21",
        "Scale": 1.2
      }
    ],
    "Light": {
      "Color": "#863"
    },
    "CustomModelScale": 1.2
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      2.4,
      -17.1
    ],
    "Rotation": [
      20.815,
      25.315,
      11.815
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Stamina2.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}