Tool_Sickle_Steel_Rusty
Server/Item/Items/Tool/Sickle/Tool_Sickle_Steel_Rusty.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Model | string |
Texture | string |
Icon | string |
InteractionVars | object |
MaxDurability | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Sickle_Steel_Rusty.name"
},
"Parent": "Tool_Sickle_Crude",
"Model": "Items/Tools/Sickle/Steel.blockymodel",
"Texture": "Items/Tools/Sickle/Steel_Rusty_Texture.png",
"Icon": "Icons/ItemsGenerated/Tool_Sickle_Steel_Rusty.png",
"InteractionVars": {
"Swing_Left": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left",
"Effects": {
"ItemAnimationId": "SwingLeftMedium"
},
"RunTime": 0.23
}
]
},
"Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Sickle_Swing_Left_Effect",
"WorldSoundEventId": "SFX_Light_Melee_T1_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.0,
"Length": 75,
"YawStartOffset": -30
}
}
]
},
"Swing_Right": {
"Interactions": [
{
"Parent": "Sickle_Swing_Right",
"Effects": {
"ItemAnimationId": "SwingRightMedium"
},
"RunTime": 0.23
}
]
},
"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.0,
"Length": 75,
"YawStartOffset": -30
}
}
]
}
},
"MaxDurability": 60
}