Weapon_Sword_Steel_Incandescent
Server/Item/Items/Weapon/Sword/Weapon_Sword_Steel_Incandescent.json, 554 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
Particles | array[1] |
Light | object |
Source
{
"Parent": "Template_Weapon_Sword",
"TranslationProperties": {
"Name": "server.items.Weapon_Sword_Steel_Incandescent.name"
},
"Model": "Items/Weapons/Sword/Steel_Incandescent.blockymodel",
"Texture": "Items/Weapons/Sword/Steel_Incandescent_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Sword_Steel_Incandescent.png",
"Quality": "Uncommon",
"ItemLevel": 30,
"Particles": [
{
"SystemId": "FireSword",
"PositionOffset": {
"Y": 0.4
}
}
],
"Light": {
"Color": "#521",
"Radius": 1
}
}