Weapon_Wand_Root
Server/Item/Items/Weapon/Wand/Weapon_Wand_Root.json, 929 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Particles | array[1] |
Utility | object |
Interactions | object |
IconProperties | object |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Wand_Root.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Wand_Wood.png",
"Quality": "Common",
"ItemLevel": 40,
"Model": "Items/Weapons/Wand/Wood.blockymodel",
"Texture": "Items/Weapons/Wand/Wood_Texture.png",
"PlayerAnimationsId": "Wand",
"Particles": [
{
"SystemId": "Wood_Wand",
"TargetNodeName": "Handle"
}
],
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Root_Cast"
},
"IconProperties": {
"Scale": 0.6,
"Translation": [
-13,
-16
],
"Rotation": [
45,
90,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Wand"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Wand"
}