Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Rock / Ice / Rock_Ice.json

Rock_Ice

Server/Item/Items/Rock/Ice/Rock_Ice.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Ice.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Ice.png",
  "Set": "Rock_Ice",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Ice",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Rock_Ice",
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Ice",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Ice.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Ice",
    "PhysicalMaterialId": "Ice",
    "MovementSettings": {
      "HorizontalSpeedMultiplier": 1,
      "Drag": 0.99,
      "Friction": 0.025,
      "JumpForceMultiplier": 1
    },
    "TransitionTexture": "BlockTextures/Transition_Rock_Ice2.png",
    "TransitionToGroups": [
      "Stone",
      "Grass",
      "Sand",
      "Dirt",
      "Ice",
      "Gravel"
    ],
    "ParticleColor": "#d8fffe",
    "TransitionToTag": "Fluid=Water",
    "CubeShadingMode": "Standard",
    "Opacity": "Solid",
    "TextureComputedColor": "#D0EBF9"
  },
  "ResourceTypes": [
    {
      "Id": "Ice"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}