Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Plant / Coral / Plant_Coral_Bush_Green.json

Plant_Coral_Bush_Green

Server/Item/Items/Plant/Coral/Plant_Coral_Bush_Green.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Coral_Bush_Green.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Coral_Bush_Green.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Water/Coral_Bush.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/Coral_Bush_Textures/Green.png",
        "Weight": 1
      }
    ],
    "Group": "SeaLife",
    "Effect": [
      "WindAttached"
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Leaves_Branches",
    "BlockSoundSetId": "Bush",
    "PhysicalMaterialId": "Foliage",
    "MaxSupportDistance": 5,
    "Support": {
      "All": [
        {
          "Support": "Ignored",
          "BlockTypeId": "Plant_Coral_Bush_Green"
        }
      ],
      "Down": [
        {
          "FaceType": "Full",
          "Rotate": false,
          "AllowSupportPropagation": false
        }
      ],
      "Horizontal": [
        {
          "FaceType": "Full",
          "Rotate": false,
          "AllowSupportPropagation": false
        }
      ]
    },
    "ParticleColor": "#aaff54",
    "TextureComputedColor": "#68B762"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.385,
    "Translation": [
      3.1,
      -22.700001
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Coral"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}