Tool_Sickle_Crude
Server/Item/Items/Tool/Sickle/Tool_Sickle_Crude.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Set | string |
PlayerAnimationsId | string |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
Recipe | object |
Utility | object |
Weapon | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
DroppedItemAnimation | string |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Sickle_Crude.name",
"Description": "server.items.Tool_Sickle.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Stone",
"PlayerAnimationsId": "Sickle",
"Model": "Items/Tools/Sickle/Crude.blockymodel",
"Texture": "Items/Tools/Sickle/Crude_Texture.png",
"Icon": "Icons/ItemsGenerated/Tool_Sickle_Crude.png",
"Quality": "Common",
"ItemLevel": 5,
"Recipe": {
"TimeSeconds": 1.5,
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ResourceTypeId": "Rock",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench",
"RequiredTierLevel": 2
}
]
},
"Utility": {
"Compatible": true
},
"Weapon": {},
"Interactions": {
"Primary": "Sickle_Attack"
},
"InteractionVars": {
"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_Sword_T2_Impact"
}
}
]
},
"Swing_Left_Selector": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left_Selector"
}
]
},
"Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right_Effect",
"WorldSoundEventId": "SFX_Light_Melee_T1_Swing"
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right_Damage",
"DamageEffects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
}
}
]
},
"Swing_Right_Selector": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right_Selector"
}
]
}
},
"IconProperties": {
"Scale": 0.37,
"Translation": [
31.2,
-30
],
"Rotation": [
45,
270,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 100,
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood",
"MaxStack": 1
}