Tool_Hoe_Crude
Server/Item/Items/Tool/Hoe/Tool_Hoe_Crude.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Set | string |
Icon | string |
Quality | string |
MaxStack | number |
ItemLevel | number |
InteractionConfig | object |
Recipe | object |
Interactions | object |
InteractionVars | object |
Model | string |
Texture | string |
MaxDurability | number |
PlayerAnimationsId | string |
IconProperties | object |
DroppedItemAnimation | string |
Tags | object |
ItemSoundSetId | string |
Utility | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Hoe_Crude.name",
"Description": "server.items.Tool_Hoe.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Stone",
"Icon": "Icons/ItemsGenerated/Tool_Hoe_Crude.png",
"Quality": "Common",
"MaxStack": 1,
"ItemLevel": 1,
"InteractionConfig": {
"Priorities": {
"Secondary": {
"MainHand": 1
}
}
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 4
},
{
"ResourceTypeId": "Rock",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench"
}
]
},
"Interactions": {
"Primary": "Hoe_Attack",
"Secondary": "Hoe_Till"
},
"InteractionVars": {
"Hoe_Swing_Left_Effect": "Hoe_Swing_Left_Effect",
"Hoe_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Hoe_Swing_Left_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 1
}
}
}
]
},
"Hoe_Swing_Right_Effect": "Hoe_Swing_Right_Effect",
"Hoe_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Hoe_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 1
}
}
}
]
}
},
"Model": "Items/Tools/Hoe/Crude.blockymodel",
"Texture": "Items/Tools/Hoe/Crude_Texture.png",
"MaxDurability": 100,
"PlayerAnimationsId": "Hoe",
"IconProperties": {
"Scale": 0.45,
"Translation": [
28.2,
-25.2
],
"Rotation": [
45,
300,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood",
"Utility": {
"Compatible": true
}
}