Track_Forgotten_Temple
Server/Audio/MusicContainers/Tracks/Unique/Track_Forgotten_Temple.json, 719 B
Fields
| Field | Type |
|---|---|
AudioCategory | string |
Type | string |
NameTranslationKey | string |
Volume | number |
LoopCount | number |
Children | array[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" } }
]
}
]
}