|
1 | 1 | # TODO for MoP Release |
2 | 2 | - [ ] PvP Module needs to be populated |
3 | | - - [x] Mounts |
4 | | - - [x] Sets |
5 | 3 | - [ ] S13 gear |
6 | 4 | - [ ] S14 gear |
7 | 5 | - [ ] S15 gear |
| 6 | + - [x] Mounts |
| 7 | + - [x] Sets |
8 | 8 | - [ ] Collections module needs to be populated |
9 | 9 | - [ ] Legendaries clean up, add gems and other stuff |
10 | 10 | - [ ] JP and VP vendors |
|
14 | 14 | - [ ] Brawler's Guild |
15 | 15 | - [x] New tier sets |
16 | 16 | - [x] World Drops |
17 | | - - [ ] Cooking vendors? |
18 | | - - [ ] World event changes |
| 17 | + - [x] World event changes |
19 | 18 | - [x] New mounts |
20 | 19 | - [x] New pets |
21 | 20 | - [x] New heirlooms |
22 | 21 | - [x] New tabards |
23 | 22 | - ??? |
24 | 23 | - [ ] Finish Crafting module |
25 | | - - [ ] Leatherworking |
26 | | - - [x] Blacksmithing |
27 | 24 | - [ ] Inscription |
28 | 25 | - [ ] Redo all old glyphs under wrath/cata |
29 | 26 | - [ ] Sets |
| 27 | + - [ ] Leatherworking |
| 28 | + - [x] Blacksmithing |
30 | 29 | - [ ] Finish Dungeons and Raids module |
31 | 30 | - [ ] Add Celestial Dungeon stuff to Dungeons and Raids |
32 | 31 | - [ ] Make world bosses data more compact/usable |
33 | 32 | - [ ] Add valor/justice/fragments currency drops |
34 | 33 | - [ ] Add source data to Data module (last step, with script) |
35 | 34 | - [x] Tier sets (from Collections module) |
36 | 35 | - [ ] Clean up rest of Factions module |
| 36 | +- [ ] Add tokens data (Data/Token.lua) |
| 37 | +- [ ] Add vendor price data (Data/VendorPrice.lua) |
| 38 | +- [ ] Add Content phase data (Data/ContentPhase.lua) |
| 39 | +- [x] Add recipe data (Data/Recipe.lua) |
37 | 40 | - [x] Add item sets data (Data/ItemSet.lua) |
38 | 41 | - [x] T14 |
39 | 42 | - [x] T15 |
40 | 43 | - [x] T16 |
41 | 44 | - [x] PvP |
42 | 45 | - [x] Item to set data (script) |
43 | | -- [ ] Add tokens data (Data/Token.lua) |
44 | | -- [ ] Add vendor price data (Data/VendorPrice.lua) |
45 | | -- [x] Add recipe data (Data/Recipe.lua) |
46 | | -- [ ] Add Content phase data (Data/ContentPhase.lua) |
47 | 46 |
|
48 | 47 | # Bugs and Other Problems |
49 | | -- [x] Linking items to chat seems broken, NVM BLIZZARD PROBLEM |
50 | 48 | - [ ] Finish update notifier |
51 | | -- [x] Add any missing locale strings |
52 | 49 | - [ ] Remove Model button and replace with link to Dungeon Journal |
53 | | -- [ ] Need to fix profession data having wrong skill levels for orange/yellow/green/gray |
54 | | -- [ ] Check recipes that don't exist to players, but in game files? |
55 | 50 | - [ ] Update requirements (Data/Requirements.lua) needs rework |
| 51 | +- [ ] Investigate recipes that don't exist to players, but in game files? |
| 52 | +- [ ] Need to fix profession data having wrong skill levels for orange/yellow/green/gray |
| 53 | +- [x] Linking items to chat seems broken, NVM BLIZZARD PROBLEM |
| 54 | +- [x] Add any missing locale strings |
56 | 55 |
|
57 | 56 | # External Stuff |
58 | | -- [x] Rename addon for MoP |
59 | 57 | - [ ] Update CurseForge icon |
| 58 | +- [x] Rename addon for MoP |
0 commit comments