mirror of
https://github.com/MarkuruThunderhoof/RecipeRadar.git
synced 2026-09-21 23:16:55 +00:00
Draenei Exiles engineering scheme at Moonwhisper Coast
This commit is contained in:
@@ -154,6 +154,7 @@ RecipeRadar_Factions = {
|
||||
RRS("Thorium Brotherhood"),
|
||||
RRS("Timbermaw Hold"),
|
||||
RRS("Zandalar Tribe"),
|
||||
RRS("Draenei Exiles"),
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
@@ -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"] = ""
|
||||
|
||||
@@ -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" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user