diff --git a/Assets/BbIXODaHETIntro.ogg b/Assets/BbIXODaHETIntro.ogg new file mode 100644 index 0000000..e8d8001 --- /dev/null +++ b/Assets/BbIXODaHETIntro.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3b03cccef0df8445ddfcc7443ab079782336f18dda1fb77b9465dbabb232aa +size 757428 diff --git a/Assets/BbIXODaHETLoop.ogg b/Assets/BbIXODaHETLoop.ogg new file mode 100644 index 0000000..12565b1 --- /dev/null +++ b/Assets/BbIXODaHETLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeb3c3dcc147181e26b03c1ac9ed7fa9cc54b45c61468d661410cc204e87168 +size 321378 diff --git a/CHANGELOG.md b/CHANGELOG.md index 071b967..c5288c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Remastered track Song2 to fix cut points. - Shortened intro of track Peretasovka to match vanilla timings. - Added multiple intro variants for BeefLiver. +- Added a new track BbIXODaHET. ## MuzikaGromche 1337.420.9004 - Life Support Edition diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 9ca3259..aa41496 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -688,6 +688,29 @@ namespace MuzikaGromche }, ], }, + new SelectableAudioTrack + { + Name = "BbIXODaHET", + AudioType = AudioType.OGGVORBIS, + Language = Language.RUSSIAN, + WindUpTimer = 40.85f, + Bars = 8, + BeatsOffset = 0.3f, + ColorTransitionIn = 0.7f, + ColorTransitionOut = 0.3f, + ColorTransitionEasing = Easing.InOutCubic, + Palette = Palette.Parse([ + "#E6D58F", "#612F7E", "#D9783F", "#C3411C", "#D3B742", "#549BDE", + ]), + LoopOffset = 0, + FadeOutBeat = -6, + FadeOutDuration = 6, + FlickerLightsTimeSeries = [-32.5f, -16.5f, 30.5f], + Lyrics = [], + DrunknessLoopOffsetTimeSeries = new( + [-1, 2, 7, 31], + [0, 0.4f, 0, 0]), + }, ]; public static ISelectableTrack ChooseTrack()