Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / TriggerVolumes / Effects / sample_bounce_pad.json

sample_bounce_pad

Server/TriggerVolumes/Effects/sample_bounce_pad.json, 478 B

Fields

FieldType
Effectsarray[3]
TargetTypesarray[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"]
}