Skip to content

Commit

Permalink
add pvp gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed May 23, 2021
1 parent 3a62a0a commit 188c8f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions AtlasLootClassic_PvP/data-tbc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@ local PVP_INSIGNIA = { -- Insignias
},
}

local PVP_GEMS = { -- Insignias
name = ALIL["Gems"],
NORMAL_ITTYPE = ICON_ITTYPE,
ExtraList = true,
[NORMAL_DIFF] = {
{ 1, 28118, [PRICE_EXTRA_ITTYPE] = "honor:8500" }, -- Runed Ornate Ruby
{ 2, 28362, [PRICE_EXTRA_ITTYPE] = "honor:8500" }, -- Bold Ornate Ruby

{ 4, 28119, [PRICE_EXTRA_ITTYPE] = "honor:8500" }, -- Smooth Ornate Dawnstone
{ 5, 28120, [PRICE_EXTRA_ITTYPE] = "honor:8500" }, -- Gleaming Ornate Dawnstone

{ 16, 28123, [PRICE_EXTRA_ITTYPE] = "honor:8500" }, -- Potent Ornate Topaz
{ 17, 28363, [PRICE_EXTRA_ITTYPE] = "honor:8500" }, -- Inscribed Ornate Topaz
},
}

data["BCCHonorSet"] = {
name = AL["Honor"],
ContentType = GENERAL_CONTENT,
Expand Down Expand Up @@ -219,6 +235,7 @@ data["BCCHonorSet"] = {
},
},
PVP_INSIGNIA,
PVP_GEMS,
},
}

Expand Down Expand Up @@ -249,6 +266,7 @@ data["BCCReputationSet"] = {
},
},
PVP_INSIGNIA,
PVP_GEMS,
},
}

Expand Down Expand Up @@ -542,6 +560,7 @@ data["ArenaS1PvP"] = {
},
},
PVP_INSIGNIA,
PVP_GEMS,
{
name = AL["Gladiator Mount"],
ExtraList = true,
Expand Down Expand Up @@ -745,6 +764,7 @@ data["ArenaS2PvP"] = {
},
},
PVP_INSIGNIA,
PVP_GEMS,
{
name = AL["Gladiator Mount"],
ExtraList = true,
Expand Down Expand Up @@ -965,6 +985,7 @@ data["ArenaS3PvP"] = {
},
},
PVP_INSIGNIA,
PVP_GEMS,
{
name = AL["Gladiator Mount"],
ExtraList = true,
Expand Down Expand Up @@ -1170,6 +1191,7 @@ data["ArenaS4PvP"] = {
},
},
PVP_INSIGNIA,
PVP_GEMS,
{
name = AL["Gladiator Mount"]..BLIZZARD_NYI,
ExtraList = true,
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ

[Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md)

## v2.2.0-bcc (May XX, 2021)
## v2.2.0-bcc (May 23, 2021)

- (new) item sets now also show set bonuses in tooltip
- (bc) add Badge of Justice vendor for P1
- (bc) add pvp insignias
- (bc) add pvp non set items
- (bc) add pvp mounts
- (bc) add missing honor 70 sets

0 comments on commit 188c8f8

Please sign in to comment.