Greenscreen
Server/Item/Items/MISC/Greenscreen.json, 970 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
Categories | array[1] |
SubCategory | string |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Greenscreen.name",
"Description": "server.items.Greenscreen.description"
},
"Icon": "Icons/ItemsGenerated/Greenscreen.png",
"Quality": "Technical",
"Categories": [
"Tool.Machinima"
],
"SubCategory": "MachinimaTools",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Opacity": "Transparent",
"VariantRotation": "None",
"Flags": {},
"Gathering": {},
"BlockParticleSetId": "Grass",
"Textures": [
{
"All": "BlockTextures/Deco_Greenscreen.png"
}
],
"CubeShadingMode": "Flat",
"RequiresAlphaBlending": false,
"ParticleColor": "#00ff00",
"TextureComputedColor": "#00FF00"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Tags": {
"Type": [
"Editor"
]
}
}