Weapon_Grenade_Frag
Server/Item/Items/Hypixel/Minigames/GunPvP/Weapon_Grenade_Frag.json, 851 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Interactions | object |
InteractionVars | object |
Model | string |
Texture | string |
Icon | string |
Tags | object |
Weapon | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Grenade_Frag.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Developer",
"ItemLevel": 20,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.88,
"Translation": [
6,
-8.4
],
"Rotation": [
0,
191.25,
315
]
},
"Interactions": {
"Secondary": "Item_Throw"
},
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Bomb_Throw"
}
]
}
},
"Model": "Items/Hypixel/Minigames/GunPvP/Weapons/Grenades/Frag.blockymodel",
"Texture": "Items/Hypixel/Minigames/GunPvP/Weapons/Grenades/Frag_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Grenade_Frag.png",
"Tags": {
"Type": [
"Weapon"
]
},
"Weapon": {}
}