-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added specialisations for Tailoring & Alchemy
removed the specialisation spells from "spells.lua" added the quests & npcs needed to train the specialisations
- Loading branch information
Showing
16 changed files
with
3,683 additions
and
2,452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
------------------------------------------------------- | ||
-- All specialisations (Alchemy) | ||
------------------------------------------------------- | ||
MTSL_DATA["specialisations"]["Alchemy"] = { | ||
{ | ||
["expansion"] = 2, | ||
["id"] = 28672, | ||
["min_skill"] = 1, | ||
["name"] = { | ||
["Chinese"] = "转化大师", | ||
["English"] = "Transmutation Master", | ||
["French"] = "Maître des transmutations", | ||
["German"] = "Meister der Transmutation", | ||
["Korean"] = "변환의 대가", | ||
["Mexican"] = "Maestro de transmutación", | ||
["Portuguese"] = "Mestre da Transmutação", | ||
["Russian"] = "Мастер трансмутации", | ||
["Spanish"] = "Maestro de transmutación", | ||
["Taiwanese"] = "轉化專精", | ||
}, | ||
["phase"] = 1, | ||
["quests"] = { | ||
10899, | ||
} | ||
}, | ||
{ | ||
["expansion"] = 2, | ||
["id"] = 28675, | ||
["min_skill"] = 1, | ||
["name"] = { | ||
["Chinese"] = "药水大师", | ||
["English"] = "Potion Master", | ||
["French"] = "Maître des potions", | ||
["German"] = "Meister der Tränke", | ||
["Korean"] = "물약의 대가", | ||
["Mexican"] = "Maestro en pociones", | ||
["Portuguese"] = "Mestre das Poções", | ||
["Russian"] = "Мастер зелий", | ||
["Spanish"] = "Maestro en pociones", | ||
["Taiwanese"] = "藥水專精", | ||
}, | ||
["phase"] = 1, | ||
["quests"] = { | ||
10897 | ||
} | ||
}, | ||
{ | ||
["expansion"] = 2, | ||
["id"] = 28677, | ||
["min_skill"] = 1, | ||
["name"] = { | ||
["Chinese"] = "药剂大师", | ||
["English"] = "Elixir Master", | ||
["French"] = "Maître des élixirs", | ||
["German"] = "Meister der Elixiere", | ||
["Korean"] = "비약의 대가", | ||
["Mexican"] = "Maestro en elixires", | ||
["Portuguese"] = "Mestre dos Elixires", | ||
["Russian"] = "Мастер эликсиров", | ||
["Spanish"] = "Maestro en elixires", | ||
["Taiwanese"] = "藥劑專精", | ||
}, | ||
["phase"] = 1, | ||
["quests"] = { | ||
10902, | ||
} | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.