Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Audio / MusicContainers / Tracks / Unique / Track_Forgotten_Temple.json

Track_Forgotten_Temple

Server/Audio/MusicContainers/Tracks/Unique/Track_Forgotten_Temple.json, 719 B

Fields

FieldType
AudioCategorystring
Typestring
NameTranslationKeystring
Volumenumber
LoopCountnumber
Childrenarray[2]

Source

{
  "AudioCategory": "AudioCat_Music_In_Game",
  "Type": "Sequence",
  "NameTranslationKey": "server.music.Track_Forgotten_Temple.name",
  "Volume": 4,
  "LoopCount": 1,
  "Children": [
    {
      "Type": "Segment",
      "LoopCount": 1,
      "ExitMarker": { "Ms": 16000 },
      "Layers": [
        { "Name": "intro", "Container": { "Type": "SingleTrack", "Track": "Music/Unique/ZG_Forgotten_Temple_Intro.ogg" } }
      ]
    },
    {
      "Type": "Segment",
      "LoopCount": 0,
      "EntryMarker": { "Ms": 2000 },
      "ExitMarker": { "Ms": 290500 },
      "Layers": [
        { "Name": "body", "Container": { "Type": "SingleTrack", "Track": "Music/Unique/ZG_Forgotten_Temple_Body.ogg" } }
      ]
    }
  ]
}