Weapon_Bomb_Stun
Server/Item/Items/Weapon/Bomb/Weapon_Bomb_Stun.json, 960 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Interactions | object |
IconProperties | object |
Model | string |
Texture | string |
Icon | string |
Particles | array[1] |
Tags | object |
Weapon | object |
SoundEventId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Bomb_Stun.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Uncommon",
"ItemLevel": 20,
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": {
"Interactions": [
"Bomb_Throw_Stun"
]
}
},
"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"
}