Weapon_Bomb
Server/Item/Items/Weapon/Bomb/Weapon_Bomb.json, 967 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Interactions | object |
MaxStack | number |
IconProperties | object |
Model | string |
Texture | string |
Icon | string |
Particles | array[1] |
Tags | object |
Weapon | object |
SoundEventId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Bomb.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 20,
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": {
"Interactions": [
"Bomb_Throw"
]
}
},
"MaxStack": 10,
"IconProperties": {
"Scale": 0.87,
"Translation": [
-7.11,
-7.7
],
"Rotation": [
4.685,
6.935,
315
]
},
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Bomb_Fire_Goblin.png",
"Particles": [
{
"SystemId": "Fuse_Bomb",
"TargetNodeName": "Fuse_Lit",
"TargetEntityPart": "PrimaryItem"
}
],
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Bomb"
]
},
"Weapon": {},
"SoundEventId": "SFX_Bomb_Fuse"
}