Editor_Anchor
Server/Item/Items/Editor/Editor_Anchor.json, 823 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
Categories | array[1] |
SubCategory | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Editor_Anchor.name",
"Description": "server.items.Editor_Anchor.description"
},
"Icon": "Icons/ItemsGenerated/Editor_Anchor.png",
"Quality": "Technical",
"Categories": [
"Tool.PrefabEditing"
],
"SubCategory": "PrefabBlocks",
"BlockType": {
"DrawType": "Cube",
"RequiresAlphaBlending": true,
"Opacity": "Transparent",
"Group": "@Tech",
"Flags": {},
"BlockParticleSetId": "Stone",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/EditorBlockPrefabAnchor.png",
"UpDown": "BlockTextures/EditorBlock.png"
}
],
"TextureComputedColor": "#FFFFFF"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Editor"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}