Skip to content

Commit

Permalink
Adding Mauga and Venture
Browse files Browse the repository at this point in the history
Adding English and German Countdown Sounds for Mauga and Venture
  • Loading branch information
Domekologe committed Aug 12, 2024
1 parent 71e776b commit bafb0c8
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DBM-CountPack-Overwatch/CountLoadList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function DBMCPOverwatch()
tinsert(DBM.Counts, { text = "Overwatch: Lifeweaver (German)", value = "Lifeweaverde", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lifeweaver\\de\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Lucio", value = "Lucio", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lucio\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Lucio (German)", value = "Luciode", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lucio\\de\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Mauga", value = "Mauga", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Mauga\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Mauga (German)", value = "Maugade", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Mauga\\de\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: McCree", value = "Mccree", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Mccree\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: McCree (German)", value = "Mccreede", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Mccree\\de\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Mei", value = "Mei", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Mei\\", max = 5})
Expand Down Expand Up @@ -75,6 +77,8 @@ function DBMCPOverwatch()
tinsert(DBM.Counts, { text = "Overwatch: Torbjorn (German)", value = "Torbjornde", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Torbjorn\\de\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Tracer", value = "Tracer", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Tracer\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Tracer (German)", value = "Tracerde", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Tracer\\de\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Venture", value = "Venture", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Venture\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Venture (German)", value = "Venturede", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Venture\\de\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Widowmaker", value = "Widowmaker", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Widowmaker\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Widowmaker (German)", value = "Widowmakerde", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Widowmaker\\de\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Winston", value = "Winston", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Winston\\", max = 5})
Expand Down
Binary file added DBM-CountPack-Overwatch/Mauga/1.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Mauga/2.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Mauga/3.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Mauga/de/1.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Mauga/de/2.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Mauga/de/3.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Venture/1.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Venture/2.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Venture/3.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Venture/de/1.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Venture/de/2.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Venture/de/3.ogg
Binary file not shown.

0 comments on commit bafb0c8

Please sign in to comment.