Kunai_Throw
Server/Item/Interactions/Weapons/Kunai/Kunai_Throw.json, 252 B
Fields
| Field | Type |
|---|---|
Type | string |
Interactions | array[2] |
Source
{
"Type": "Serial",
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.25,
"Effects": {
"ItemAnimationId": "Throw"
}
},
{
"Type": "Projectile",
"Config": "Projectile_Config_Kunai"
}
]
}