Build_Lightsource_Yellow
Server/Item/Items/Build/Lightsource/Build_Lightsource_Yellow.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
Quality | string |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Build_Lightsource_Yellow.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_Lightsource_Yellow.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "LightSources",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Opacity": "Transparent",
"Group": "Dev",
"HitboxType": "Full",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Crystal",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Dev_Lightsource_Yellow.png"
}
],
"ParticleColor": "#ffc744",
"BlockSoundSetId": "Crystal",
"CubeShadingMode": "Fullbright",
"VariantRotation": "Pipe",
"Light": {
"Color": "#a98"
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}