Rock_Ice
Server/Item/Items/Rock/Ice/Rock_Ice.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
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",
"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"
},
"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"
}