Portal_Prefab
Server/Item/Items/_Debug/Portal_Prefab.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
IconProperties | object |
ItemSoundSetId | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Portal_Prefab.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Platform_Launcher.png",
"Categories": [
"Blocks.Portals"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"VariantRotation": "NESW",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Statue_Owl.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Statue_Owl_Texture.png",
"Weight": 1
}
],
"HitboxType": "Statue_Small",
"Opacity": "Transparent",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22
],
"Scale": 0.305,
"Translation": [
0,
-11.3
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"Quality": "Developer"
}