Geyzer_Spawner1
Server/Item/Items/MISC/Geyzer_Spawner1.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[0] |
PlayerAnimationsId | string |
BlockType | object |
IconProperties | object |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Geyzer_Spawner1.name"
},
"ItemLevel": 10,
"Categories": [
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Stone/Stalactite_Big.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Basalt.png",
"Weight": 1
}
],
"HitboxType": "Stalactite_Large",
"Flags": {},
"Gathering": {
"Breaking": {
"Quality": 2,
"GatherType": "Rocks",
"ItemId": "Rock_Basalt_Cobble"
}
},
"VariantRotation": "UpDown",
"RandomRotation": "YawStep90",
"BlockParticleSetId": "Stone",
"ParticleColor": "#636045",
"BlockSoundSetId": "Stone",
"AmbientSoundEventId": "SFX_Env_Emit_Geyzer",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Particles": [
{
"SystemId": "Geyzer",
"RotationOffset": {},
"PositionOffset": {
"Y": 0.5
}
}
]
},
"IconProperties": {
"Scale": 0.395,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
3.0,
-24.6
]
},
"Tags": {
"Type": [
"Rock"
]
},
"$Comment": "Test asset",
"Icon": "Icons/ItemsGenerated/Geyzer_Spawner1.png",
"ItemSoundSetId": "ISS_Blocks_Stone",
"Quality": "Developer"
}