Draenei Exiles engineering scheme at Moonwhisper Coast

This commit is contained in:
2026-07-24 06:50:15 +03:00
parent b1436c2cbd
commit b4f9cb209f
5 changed files with 33 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ RecipeRadar_Factions = {
RRS("Thorium Brotherhood"),
RRS("Timbermaw Hold"),
RRS("Zandalar Tribe"),
RRS("Draenei Exiles"),
}
Binary file not shown.
+1
View File
@@ -106,6 +106,7 @@ if (GetLocale() == "sample") then
-- faction names for recipe reputation requirements
RecipeRadar_Strings["Argent Dawn"] = ""
RecipeRadar_Strings["Cenarion Circle"] = ""
RecipeRadar_Strings["Draenei Exiles"] = ""
RecipeRadar_Strings["Thorium Brotherhood"] = ""
RecipeRadar_Strings["Timbermaw Hold"] = ""
RecipeRadar_Strings["Zandalar Tribe"] = ""
+11
View File
@@ -1799,6 +1799,17 @@ RecipeRadar_RecipeData = {
{ Region = RRS("Stormwind City"), Vendor = RRS("Billibub Cogspinner"), Team = "Alliance" },
},
},
{
ID = 33145,
Type = RRS("Engineering"),
Skill = 300,
Cost = 130000,
Faction = RRS("Draenei Exiles"),
Level = 7,
Locations = {
{ Region = RRS("Moonwhisper Coast"), Vendor = RRS("Mogh'ador"), Team = "Neutral" },
},
},
},
},
+20
View File
@@ -4254,6 +4254,26 @@ RecipeRadar_RegionData = {
},
},
[RRS("Moonwhisper Coast")] = {
IsCity = false,
Continent = 1,
MapFile = "Moonwhisper",
MapScale = 0.21355411830870,
MapOffset = { x = 0.50056234898033, y = 0.10581173144794 },
Vendors = {
{
Name = RRS("Mogh'ador"),
Team = "Neutral",
Coordinates = {
{ x = 0.61, y = 0.652 },
},
Recipes = {
{ ID = 33145, Type = RRS("Engineering"), Skill = 300, Cost = 130000, Faction = RRS("Draenei Exiles"), Level = 7 },
},
},
},
},
}
RecipeRadar_MaxVendorsByLocation = 20