Debug_Combo
Server/Item/Items/_Debug/Debug_Combo.json, 882 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[0] |
Icon | string |
IconProperties | object |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Weapon | object |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Combo.name"
},
"Categories": [],
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Iron.png",
"IconProperties": {
"Scale": 0.35,
"Translation": [
-2.91,
1.29
],
"Rotation": [
315,
270,
0
]
},
"Quality": "Debug",
"ItemLevel": 40,
"Model": "NPC/Intelligent/Slothian/Models/Weapons/Claw/Tribal.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Weapons/Claw/Tribal_Texture.png",
"PlayerAnimationsId": "Combo_Test",
"Weapon": {},
"Interactions": {
"Primary": {
"ClickQueuingTimeout": 0.2,
"Interactions": [
"Debug_Combo_Primary"
]
},
"Secondary": {
"ClickQueuingTimeout": 0.2,
"Interactions": [
"Debug_Combo_Secondary"
]
}
},
"Tags": {
"Type": [
"Debug"
]
}
}