addon/Addon/Data/retail/11.lua
Roman Jaroš f37808207e
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
Refactor and improve encounter data handling and formatting
2025-04-19 00:42:06 +02:00

79 lines
1.4 KiB
Lua

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["Shurrai_normal_raid"] = {
{
key = "Shurrai_normal_raid_a03b221c_00",
children = {
{
key = "Shurrai_normal_raid_a3276252_0000",
children = {},
},
{
key = "Shurrai_normal_raid_16361c5b_0001",
children = {},
},
{
key = "Shurrai_normal_raid_2a89e69f_0002",
children = {},
},
{
key = "Shurrai_normal_raid_44f7529e_0003",
children = {
{
key = "Shurrai_normal_raid_69996e5a_000300",
children = {},
},
{
key = "Shurrai_normal_raid_ad190ebe_000301",
children = {
{
key = "Shurrai_normal_raid_12617f60_00030100",
children = {},
},
},
},
},
},
},
},
}