Weapon_Bomb_Popberry
Server/Item/Items/Weapon/Bomb/Weapon_Bomb_Popberry.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
PlayerAnimationsId | string |
Interactions | object |
Recipe | object |
IconProperties | object |
Model | string |
Texture | string |
Icon | string |
Particles | array[1] |
MaxStack | number |
Utility | object |
Tags | object |
Weapon | object |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Bomb_Popberry.name"
},
"Categories": [
"Items.Weapons"
],
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": {
"Interactions": [
"Bomb_Throw_Popberry"
]
}
},
"Recipe": {
"TimeSeconds": 0.5,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Plant_Fruit_Berries_Red",
"Quantity": 6
},
{
"ItemId": "Ingredient_Powder_Boom",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Alchemybench",
"Type": "Crafting",
"Categories": [
"Alchemy_Bombs"
]
}
],
"OutputQuantity": 2
},
"IconProperties": {
"Scale": 0.87,
"Rotation": [
0,
328,
331
],
"Translation": [
-4,
-4
]
},
"Model": "Items/Projectiles/Popberry_Bomb.blockymodel",
"Texture": "Items/Projectiles/Popberry_Bomb_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Bomb_Popberry.png",
"Particles": [
{
"SystemId": "Fuse_Bomb",
"TargetNodeName": "Fuse_Lit",
"TargetEntityPart": "PrimaryItem"
}
],
"MaxStack": 10,
"Utility": {
"Compatible": false
},
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Bomb"
]
},
"Weapon": {},
"Quality": "Uncommon"
}