Tool_Hammer_Crude
Server/Item/Items/Tool/Hammer/Tool_Hammer_Crude.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Quality | string |
ItemLevel | number |
MaxStack | number |
Set | string |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Recipe | object |
Interactions | object |
MaxDurability | number |
IconProperties | object |
DroppedItemAnimation | string |
Tags | object |
BlockSelectorTool | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Hammer_Crude.name",
"Description": "server.items.Tool_Hammer_Crude.description"
},
"Categories": [
"Items.Tools"
],
"Icon": "Icons/ItemsGenerated/Tool_Hammer_Crude.png",
"Quality": "Common",
"ItemLevel": 2,
"MaxStack": 1,
"Set": "Tool_Stone",
"Model": "Items/Tools/Hammer/Crude.blockymodel",
"Texture": "Items/Tools/Hammer/Crude_Texture.png",
"PlayerAnimationsId": "Pickaxe",
"Recipe": {
"TimeSeconds": 1,
"KnowledgeRequired": false,
"Input": [
{
"ResourceTypeId": "Rubble",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 3
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
]
}
]
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "CycleBlockGroup",
"RunTime": 0.1,
"Effects": {
"ItemAnimationId": "Mine"
}
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "CycleBlockGroup",
"RunTime": 0.1,
"Effects": {
"ItemAnimationId": "Mine"
}
}
]
}
},
"MaxDurability": 100,
"IconProperties": {
"Scale": 0.45,
"Translation": [
20.4,
-27
],
"Rotation": [
45,
300,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Tool"
]
},
"BlockSelectorTool": {
"DurabilityLossOnUse": 1.0
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}