Debug_Stick_Parry
Server/Item/Interactions/_Debug/Debug_Stick_Parry.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
RunTime | number |
FailOnDamage | boolean |
DamageModifiers | object |
BlockedInteractions | object |
Source
{
"Type": "Wielding",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"RunTime": 5,
"FailOnDamage": true,
"DamageModifiers": {
"Physical": 0
},
"BlockedInteractions": {
"Interactions": [
{
"Type": "Parallel",
"Interactions": [
{
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.1
},
{
"Type": "ApplyForce",
"WaitForGround": false,
"Forces": [
{
"Direction": {
"X": 0,
"Y": 0,
"Z": -1
},
"Force": 10
}
],
"VelocityConfig": {
"AirResistance": 0.93,
"GroundResistance": 0.93
}
}
]
},
{
"Interactions": [
"Stick_Attack"
]
}
]
},
{
"Type": "ResetCooldown",
"Cooldown": {
"Id": "Debug_Stick_Parry",
"Cooldown": 0.5
}
}
]
}
}