Versions / 0.5.5 / Item / Interactions / NPCs / Undead / Skeleton_Pirate_Captain / Skeleton_Pirate_Captain_Gun_Shoot.json
Skeleton_Pirate_Captain_Gun_Shoot
Server/Item/Interactions/NPCs/Undead/Skeleton_Pirate_Captain/Skeleton_Pirate_Captain_Gun_Shoot.json, 424 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Skeleton_Rifle",
"ItemAnimationId": "ShootFlintlock"
},
"$Comment": "Prepare Delay",
"RunTime": 2,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.333,
"Effects": {
"WorldSoundEventId": "SFX_Blunderbuss_Fire"
},
"ProjectileId": "Skeleton_Pirate_Captain_Bullet",
"Tags": {
"AimingReference": []
}
}
}