Refactor Encounters, use new translations format for save space
This commit is contained in:
parent
7d9f58650a
commit
908f45eb9b
59 changed files with 103852 additions and 58396 deletions
138
Addon/Data/retail/11.lua
Normal file
138
Addon/Data/retail/11.lua
Normal file
|
@ -0,0 +1,138 @@
|
|||
local _, addon = ...
|
||||
addon.data.encounter["The Gobfather_normal_raid"] = {
|
||||
{
|
||||
key = "The Gobfather_normal_raid_a03b221c_00",
|
||||
children = {
|
||||
{
|
||||
key = "The Gobfather_normal_raid_0dd77eb8_0000",
|
||||
children = {
|
||||
{
|
||||
key = "The Gobfather_normal_raid_3df09614_000000",
|
||||
children = {
|
||||
{
|
||||
key = "The Gobfather_normal_raid_2dff6e6c_00000000",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "The Gobfather_normal_raid_eeafee09_00000001",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key = "The Gobfather_normal_raid_a4190c2f_0001",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "The Gobfather_normal_raid_b3ae61ca_0002",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "The Gobfather_normal_raid_c5b3601a_0003",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "The Gobfather_normal_raid_09c97f46_0004",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
addon.data.encounter["Big M.O.M.M.A._normal_dungeon"] = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_a03b221c_00",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_72fe5c6d_0000",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_af61785a_000000",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_4728d502_0001",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_f30e1eb7_000100",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_bd9b8d8e_00010000",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_81fd88f1_00010001",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_606e5345_0002",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_56351870_0003",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._normal_dungeon_98198fd2_0004",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
addon.data.encounter["Big M.O.M.M.A._mythic_dungeon"] = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_a03b221c_00",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_72fe5c6d_0000",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_af61785a_000000",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_4728d502_0001",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_f30e1eb7_000100",
|
||||
children = {
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_17f89169_00010000",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_bd9b8d8e_00010001",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_81fd88f1_00010002",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_606e5345_0002",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_56351870_0003",
|
||||
children = {},
|
||||
},
|
||||
{
|
||||
key = "Big M.O.M.M.A._mythic_dungeon_98198fd2_0004",
|
||||
children = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue