Versions / 0.5.6 / Item / Interactions / Weapons / Knife / Attacks / Throw / Knife_Throw_Charged.json
Knife_Throw_Charged
Server/Item/Interactions/Weapons/Knife/Attacks/Throw/Knife_Throw_Charged.json, 793 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "ThrowCharged",
"WorldSoundEventId": "SFX_Unarmed_Swing"
},
"$Comment": "Prepare Delay",
"RunTime": 0,
"Next": {
"Type": "Parallel",
"$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
"Interactions": [
{
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Knife_Throw_Charged_Projectile"
]
},
"Var": "Knife_Throw_Charged_Projectile"
}
]
},
{
"Interactions": [
{
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
]
}
]
}
}