Weapon_Kunai
Server/Item/Items/Weapon/Kunai/Weapon_Kunai.json, 962 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
IconProperties | object |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Utility | object |
Weapon | object |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Kunai.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Kunai.png",
"IconProperties": {
"Scale": 0.5,
"Rotation": [
315.0,
270.0,
0.0
],
"Translation": [
-21.0,
-22.0
]
},
"Quality": "Common",
"ItemLevel": 40,
"Model": "Items/Weapons/Throwing_Knife/Kunai.blockymodel",
"Texture": "Items/Weapons/Throwing_Knife/Kunai_Texture.png",
"PlayerAnimationsId": "Throwing_Knife",
"Utility": {
"Usable": true
},
"Weapon": {},
"Interactions": {
"Secondary": {
"Interactions": [
"Kunai_Throw"
],
"Cooldown": {
"Cooldown": 0.25,
"Charges": [
1.0,
1.0,
1.0,
1.0
],
"InterruptRecharge": true,
"ClickBypass": false
}
}
},
"Tags": {
"Type": [
"Weapon"
]
}
}