Debug_Stick_Delay
Server/Item/Items/Weapon/_Debug/Debug_Stick_Delay.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Stick_Delay.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Developer",
"ItemLevel": 40,
"Model": "Items/Weapons/Stick/Stick.blockymodel",
"Texture": "Items/Halloween_Props/Broomstick_Texture.png",
"PlayerAnimationsId": "Stick",
"Interactions": {
"Primary": "Stick_Attack_Delayed",
"Secondary": "Stick_Block"
},
"InteractionVars": {
"Stick_Block_Damage": {
"Interactions": [
{
"Parent": "Stick_Block_Damage"
}
]
},
"Stick_Swing_Left_Fast_Effect": {
"Interactions": [
{
"Parent": "Stick_Swing_Left_Fast_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_LR_Local"
}
}
]
},
"Stick_Swing_Left_Fast_Damage": {
"Interactions": [
{
"Parent": "Stick_Swing_Left_Fast_Damage"
}
]
},
"Stick_Swing_Right_Fast_Effect": {
"Interactions": [
{
"Parent": "Stick_Swing_Right_Fast_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_LR_Local"
}
}
]
},
"Stick_Swing_Right_Fast_Damage": {
"Interactions": [
{
"Parent": "Stick_Swing_Right_Fast_Damage"
}
]
},
"Stick_Swing_Down_Strong_Damage": {
"Interactions": [
{
"Parent": "Stick_Swing_Down_Strong_Damage"
}
]
},
"Stick_Swing_Down_Strong_Effect": {
"Interactions": [
{
"Parent": "Stick_Swing_Down_Strong_Effect"
}
]
}
},
"IconProperties": {
"Scale": 0.25,
"Rotation": [
45.0,
90.0,
0.0
],
"Translation": [
-37.0,
-41.0
]
},
"Icon": "Icons/ItemsGenerated/Debug_Stick.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Staff"
]
},
"Weapon": {}
}