Versions / 0.6.0-pre.7 / Item / Interactions / NPCs / Undead / Skeleton_Sand_Scout / Skeleton_Sand_Scout_Bow_Shoot.json
Skeleton_Sand_Scout_Bow_Shoot
Server/Item/Interactions/NPCs/Undead/Skeleton_Sand_Scout/Skeleton_Sand_Scout_Bow_Shoot.json, 403 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Skeleton_Bow",
"ItemAnimationId": "Shoot"
},
"$Comment": "Prepare Delay",
"RunTime": 1,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.2,
"Effects": {
"WorldSoundEventId": "SFX_Unarmed_Swing"
},
"ProjectileId": "Skeleton_Sand_Scout_Arrow",
"Tags": {
"AimingReference": []
}
}
}