Tool_Shears_Basic
Server/Item/Items/Tool/Shears/Tool_Shears_Basic.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
ItemLevel | number |
Recipe | object |
Set | string |
Model | string |
Texture | string |
Quality | string |
Tool | object |
Interactions | object |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Shears_Basic.name",
"Description": "server.items.Tool_Shears_Basic.description"
},
"Categories": [
"Items.Tools"
],
"ItemLevel": 16,
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench"
}
]
},
"Set": "Tool_Iron",
"Model": "Items/Tools/Shears/Basic.blockymodel",
"Texture": "Items/Tools/Shears/Basic_Texture.png",
"Quality": "Common",
"Tool": {
"Specs": [
{
"Power": 1.0,
"GatherType": "SoftBlocks"
}
],
"Speed": 1.0
},
"Interactions": {
"Primary": {
"Cooldown": {
"Id": "Shearing",
"Cooldown": 0.2
},
"Interactions": [
{
"Type": "ContextualUseNPC",
"Context": "Shear",
"Effects": {
"ItemAnimationId": "Shear",
"WaitForAnimationToFinish": true,
"WorldSoundEventId": "SFX_Shears_Activate"
},
"Failed": "Shears_Attack"
}
]
},
"Secondary": {
"Cooldown": {
"Id": "Shearing",
"Cooldown": 0.2
},
"Interactions": [
{
"Type": "ContextualUseNPC",
"Context": "Shear",
"Effects": {
"ItemAnimationId": "Shear",
"WaitForAnimationToFinish": true,
"WorldSoundEventId": "SFX_Shears_Activate"
},
"Failed": "Shears_Attack"
}
]
}
},
"IconProperties": {
"Scale": 0.6,
"Translation": [
20.4,
-11.4
],
"Rotation": [
60,
270,
0
]
},
"Icon": "Icons/ItemsGenerated/Tool_Shears_Basic.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"PlayerAnimationsId": "Shears",
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}