forked from Blizzard/api-wow-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharacter-professions.json
More file actions
81 lines (81 loc) · 1.38 KB
/
Copy pathcharacter-professions.json
File metadata and controls
81 lines (81 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"professions":{
"primary":[
{
"id":755,
"name":"Jewelcrafting",
"icon":"inv_misc_gem_01",
"rank":525,
"max":525,
"recipes":[
25255,
25278,
25280,
25283,
25284,
25287
]
},
{
"id":164,
"name":"Blacksmithing",
"icon":"trade_blacksmithing",
"rank":525,
"max":525,
"recipes":[
2660,
2661,
2662,
2663,
2664
]
}
],
"secondary":[
{
"id":129,
"name":"First Aid",
"icon":"spell_holy_sealofsacrifice",
"rank":525,
"max":525,
"recipes":[
3275,
3276,
3277,
3278,
7928
]
},
{
"id":794,
"name":"Archaeology",
"icon":"trade_archaeology",
"rank":406,
"max":450,
"recipes":[ ]
},
{
"id":356,
"name":"Fishing",
"icon":"trade_fishing",
"rank":492,
"max":525,
"recipes":[ ]
},
{
"id":185,
"name":"Cooking",
"icon":"inv_misc_food_15",
"rank":525,
"max":525,
"recipes":[
2538,
2539,
2540,
2541,
2542
]
}
]
}
}