Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Urtgard committed Sep 4, 2024
1 parent d28aa1f commit e012599
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
56 changes: 28 additions & 28 deletions DB/Data/WarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ local WQA = WQAchievements

-- War Within
local data = {
name = "War Within"
name = "War Within"
}
WQA.data[11] = data

-- Achievements
local trainer = {
82293,
82292,
82294,
82295
82293,
82292,
82294,
82295

}

data.achievements = {
{
{
name = "Worm Theory",
id = 40869,
criteriaType = "QUESTS",
criteria = {
{ 82324 },
{ 79959 },
{ 79958 }
{ 79959 },
{ 79958 }
}
},
{
Expand All @@ -34,72 +34,72 @@ data.achievements = {
{ 82580 }
}
},
{
{
name = "For the Collective",
id = 40630,
criteriaType = "QUESTS",
criteria = {
{ 82580 }
}
},
{
{
name = "Hanging Tight",
id = 40507,
criteriaType = "QUESTS",
criteria = {
{ 83101 }
}
},
{
{
name = "Children's Entertainer",
id = 40150,
criteriaType = "QUESTS",
criteria = {
{ 82288 }
{ 82288 }
}
},
{
{
name = "Mine Poppin'",
id = 40843,
criteriaType = "QUESTS",
criteria = {
{ 82468 }
{ 82468 }
}
},
{
{
name = "Never Enough",
id = 40082,
criteriaType = "QUESTS",
criteria = {
{ 82120 }
{ 82120 }
}
},
{
{
name = "A Champion's Tour: The War Within",
id = 40088,
criteriaType = "QUESTS",
criteria = {
{ 80395 },
{ 80394 },
{ 80208 },
{ 80323 },
{ 80412 },
{ 81622 },
{ 80208 },
{ 80323 },
{ 80412 },
{ 81622 },
{ 80409 },
{ 80457 }
}
},
{
{
name = "Unbound Battle",
id = 40087,
criteriaType = "QUESTS",
criteria = {
{ 80395 },
{ 80394 },
{ 80208 },
{ 80323 },
{ 80412 },
{ 81622 },
{ 80208 },
{ 80323 },
{ 80412 },
{ 81622 },
{ 80409 },
{ 80457 }
}
Expand All @@ -118,5 +118,5 @@ data.achievements = {
{ 82295 },
{ 82297 }
}
}
}
}
4 changes: 2 additions & 2 deletions DB/Zones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WQA.ZoneIDList = {
1565, -- Ardenweald
1543, -- The Maw
1961, -- Korthia
1970 -- Zereth Mortis
1970 -- Zereth Mortis
},
[10] = {
2022, -- The Waking Shores
Expand All @@ -63,6 +63,6 @@ WQA.ZoneIDList = {
2248, -- Isle of Dorn
2255, -- Azj-Kahet
2256, -- Azj-Kahet - Lower
2339 -- Dornogal
2339 -- Dornogal
}
}
4 changes: 1 addition & 3 deletions Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ local FactionIDList = {
2465, -- The Wild Hunt
2432 -- Ve'nari
}

},
[10] = {
Neutral = {
Expand All @@ -182,7 +181,6 @@ local FactionIDList = {
2503, -- Maruuk Centaur
2510 -- Valdrakken Accord
}

},
[11] = {
Neutral = {
Expand All @@ -191,7 +189,7 @@ local FactionIDList = {
2600, -- The Severed Threads
2590 -- Council of Dornogal
}

}
}

Expand Down

0 comments on commit e012599

Please sign in to comment.