Weapon_Bomb_Potion_Poison
Server/Item/Items/Weapon/Bomb/Weapon_Bomb_Potion_Poison.json, 988 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
MaxStack | number |
Model | string |
Icon | string |
Texture | string |
Tags | object |
Weapon | object |
Light | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Bomb_Potion_Poison.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Uncommon",
"ItemLevel": 20,
"PlayerAnimationsId": "Item",
"Interactions": {
"Secondary": "Item_Throw"
},
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Bomb_Potion_Poison"
}
]
}
},
"IconProperties": {
"Scale": 0.75,
"Translation": [
-13,
-12
],
"Rotation": [
12.5,
12.5,
315
]
},
"MaxStack": 16,
"Model": "Items/Weapons/Bomb/Potion_Onion.blockymodel",
"Icon": "Icons/ItemsGenerated/Weapon_Bomb_Potion_Poison.png",
"Texture": "Items/Weapons/Bomb/Potion_Onion_Poison.png",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Bomb"
]
},
"Weapon": {},
"Light": {
"Radius": 1,
"Color": "#141"
}
}