Weapon_Bomb_Large_Fire
Server/Item/Items/Weapon/Bomb/Weapon_Bomb_Large_Fire.json, 1018 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Model | string |
Texture | string |
Icon | string |
Particles | array[1] |
Tags | object |
Weapon | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Bomb_Large_Fire.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Uncommon",
"ItemLevel": 20,
"PlayerAnimationsId": "Goblin_Bomb_Large",
"Interactions": {
"Secondary": "Item_Throw"
},
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
"Bomb_Throw"
]
}
},
"IconProperties": {
"Scale": 0.6,
"Rotation": [
4.685,
6.935,
315
],
"Translation": [
-11,
-13
]
},
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Bomb_Large/Fire.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Bomb_Large/Fire_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Bomb_Large_Fire.png",
"Particles": [
{
"SystemId": "Fuse_Bomb",
"TargetNodeName": "Fuse_Lit",
"TargetEntityPart": "PrimaryItem"
}
],
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Bomb"
]
},
"Weapon": {}
}