Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Wood / Cedar / Wood_Cedar_Roots.json

Wood_Cedar_Roots

Server/Item/Items/Wood/Cedar/Wood_Cedar_Roots.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Cedar_Roots.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Wood_Cedar_Roots.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Cedar",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "BlockParticleSetId": "Leaves_Branches",
    "BlockSoundSetId": "Branch",
    "CustomModel": "Blocks/Foliage/Tree/Roots.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Tree/Roots_Textures/Cedar.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Wood_Cedar_Branch_Physics"
      }
    },
    "ParticleColor": "#784725",
    "Support": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Group": "Wood"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.405,
    "Translation": [
      2.4,
      -2.4
    ]
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Cedar"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}