Tool_Sickle_Iron
Server/Item/Items/Tool/Sickle/Tool_Sickle_Iron.json, 3.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Categories | array[1] |
Set | string |
PlayerAnimationsId | string |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
MaxDurability | number |
Recipe | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Source
{
"Parent": "Tool_Sickle_Crude",
"TranslationProperties": {
"Name": "server.items.Tool_Sickle_Iron.name",
"Description": "server.items.Tool_Sickle.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Copper",
"PlayerAnimationsId": "Sickle",
"Model": "Items/Tools/Sickle/Iron.blockymodel",
"Texture": "Items/Tools/Sickle/Iron_Texture.png",
"Icon": "Icons/ItemsGenerated/Tool_Sickle_Iron.png",
"Quality": "Uncommon",
"ItemLevel": 20,
"MaxDurability": 400,
"Recipe": {
"TimeSeconds": 1.5,
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench",
"RequiredTierLevel": 5
}
]
},
"Interactions": {
"Primary": {
"Parent": "Sickle_Attack"
}
},
"InteractionVars": {
"Swing_Left": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left",
"Effects": {
"ItemAnimationId": "SwingLeft"
},
"RunTime": 0.16
}
]
},
"Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left_Effect",
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
]
},
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left_Damage",
"DamageEffects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
}
}
]
},
"Swing_Left_Selector": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left_Selector",
"RunTime": 0.2,
"Selector": {
"EndDistance": 3.5,
"Length": 80,
"YawStartOffset": -40
}
}
]
},
"Swing_Right": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right",
"Effects": {
"ItemAnimationId": "SwingRight"
},
"RunTime": 0.16
}
]
},
"Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right_Effect",
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right_Damage",
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Right_Selector": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right_Selector",
"RunTime": 0.2,
"Selector": {
"EndDistance": 3.5,
"Length": 80,
"YawStartOffset": -40
}
}
]
}
},
"IconProperties": {
"Scale": 0.37,
"Rotation": [
45,
270,
0
],
"Translation": [
34,
-38
]
}
}