Test_Projectile
Server/Item/Interactions/NPCs/Test_Projectile.json, 389 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Default",
"ItemAnimationId": "Throw"
},
"$Comment": "Prepare Delay",
"RunTime": 0.2,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.217,
"Effects": {
"WorldSoundEventId": "SFX_Unarmed_Swing"
},
"ProjectileId": "Rubble_Stone",
"Tags": {
"AimingReference": []
}
}
}