Versions / 0.6.0-pre.7 / Item / Interactions / NPCs / Intelligent / Outlander_Cultist / Outlander_Cultist_Daggers_Throw_Double.json
Outlander_Cultist_Daggers_Throw_Double
Server/Item/Interactions/NPCs/Intelligent/Outlander_Cultist/Outlander_Cultist_Daggers_Throw_Double.json, 411 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Outlander_Daggers",
"ItemAnimationId": "Throw"
},
"$Comment": "Prepare Delay",
"RunTime": 0.2,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.217,
"Effects": {
"WorldSoundEventId": "SFX_Unarmed_Swing"
},
"ProjectileId": "Outlander_Cultist_Dagger",
"Tags": {
"AimingReference": []
}
}
}