Weapon_Shield_Orbis_Incandescent
Server/Item/Items/Weapon/Shield/Weapon_Shield_Orbis_Incandescent.json, 435 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
Light | object |
Source
{
"Parent": "Template_Weapon_Shield",
"TranslationProperties": {
"Name": "server.items.Weapon_Shield_Orbis_Incandescent.name"
},
"Model": "Items/Weapons/Shield/Orbis_Knight.blockymodel",
"Texture": "Items/Weapons/Shield/Orbis_Incandescent_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Orbis_Incandescent.png",
"Quality": "Common",
"ItemLevel": 40,
"Light": {
"Radius": 1,
"Color": "#521"
}
}