sample_bounce_pad
Server/TriggerVolumes/Effects/sample_bounce_pad.json, 478 B
Fields
| Field | Type |
|---|---|
Effects | array[3] |
TargetTypes | array[1] |
Source
{
"Effects": [
{
"Type": "SetVelocity",
"Event": "ENTER",
"Velocity": { "X": 0.0, "Y": 15.0, "Z": 0.0 },
"Additive": false
},
{
"Type": "PlaySound",
"Event": "ENTER",
"SoundEvent": "SFX_Player_Pickup_Item",
"Volume": 1.0,
"Pitch": 1.5
},
{
"Type": "SendMessage",
"Event": "ENTER",
"Message": "server.builderTools.triggerVolumes.sample.bounce"
}
],
"TargetTypes": ["Player"]
}