-
Notifications
You must be signed in to change notification settings - Fork 1
/
vanillaData.lua
612 lines (612 loc) · 26.9 KB
/
vanillaData.lua
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
return {
["classes"] = {
["spellsword"] = {
["majorSkills"] = {"Block","Restoration","Longblade","Destruction","Alteration"},
["specialization"] = 1,
["minorSkills"] = {"Bluntweapon","Enchant","Alchemy","Mediumarmor","Axe"},
["majorAttributes"] = {"Willpower","Endurance"}
},
["drillmaster"] = {
["majorSkills"] = {"Block","Acrobatics","Unarmored","Athletics","Handtohand"},
["specialization"] = 0,
["minorSkills"] = {"Longblade","Axe","Spear","Bluntweapon","Shortblade"},
["majorAttributes"] = {"Agility","Intelligence"}
},
["sorcerer"] = {
["majorSkills"] = {"Enchant","Conjuration","Mysticism","Destruction","Alteration"},
["specialization"] = 1,
["minorSkills"] = {"Illusion","Mediumarmor","Heavyarmor","Marksman","Shortblade"},
["majorAttributes"] = {"Intelligence","Endurance"}
},
["shaman"] = {
["majorSkills"] = {"Conjuration","Mysticism","Mediumarmor","Speechcraft","Bluntweapon"},
["specialization"] = 1,
["minorSkills"] = {"Sneak","Destruction","Enchant","Athletics","Illusion"},
["majorAttributes"] = {"Willpower","Intelligence"}
},
["barbarian"] = {
["majorSkills"] = {"Axe","Mediumarmor","Bluntweapon","Athletics","Block"},
["specialization"] = 0,
["minorSkills"] = {"Acrobatics","Lightarmor","Armorer","Marksman","Unarmored"},
["majorAttributes"] = {"Strength","Speed"}
},
["rogue"] = {
["majorSkills"] = {"Shortblade","Mercantile","Axe","Lightarmor","Handtohand"},
["specialization"] = 0,
["minorSkills"] = {"Block","Mediumarmor","Speechcraft","Athletics","Longblade"},
["majorAttributes"] = {"Speed","Personality"}
},
["thief"] = {
["majorSkills"] = {"Security","Sneak","Acrobatics","Lightarmor","Shortblade"},
["specialization"] = 2,
["minorSkills"] = {"Marksman","Speechcraft","Handtohand","Mercantile","Athletics"},
["majorAttributes"] = {"Speed","Agility"}
},
["battlemage service"] = {
["majorSkills"] = {"Alteration","Destruction","Conjuration","Axe","Heavyarmor"},
["specialization"] = 1,
["minorSkills"] = {"Mysticism","Longblade","Marksman","Enchant","Alchemy"},
["majorAttributes"] = {"Intelligence","Strength"}
},
["witchhunter"] = {
["majorSkills"] = {"Conjuration","Enchant","Alchemy","Lightarmor","Marksman"},
["specialization"] = 1,
["minorSkills"] = {"Unarmored","Block","Bluntweapon","Sneak","Mysticism"},
["majorAttributes"] = {"Intelligence","Agility"}
},
["herder"] = {
["majorSkills"] = {"Lightarmor","Marksman","Spear","Restoration","Athletics"},
["specialization"] = 2,
["minorSkills"] = {"Acrobatics","Mediumarmor","Sneak","Axe","Block"},
["majorAttributes"] = {"Agility","Endurance"}
},
["crusader"] = {
["majorSkills"] = {"Bluntweapon","Longblade","Destruction","Heavyarmor","Block"},
["specialization"] = 0,
["minorSkills"] = {"Restoration","Armorer","Handtohand","Mediumarmor","Alchemy"},
["majorAttributes"] = {"Agility","Strength"}
},
["battlemage"] = {
["majorSkills"] = {"Alteration","Destruction","Conjuration","Axe","Heavyarmor"},
["specialization"] = 1,
["minorSkills"] = {"Mysticism","Longblade","Marksman","Enchant","Alchemy"},
["majorAttributes"] = {"Intelligence","Strength"}
},
["master-at-arms"] = {
["majorSkills"] = {"Spear","Shortblade","Longblade","Axe","Bluntweapon"},
["specialization"] = 0,
["minorSkills"] = {"Block","Mediumarmor","Handtohand","Lightarmor","Heavyarmor"},
["majorAttributes"] = {"Strength","Endurance"}
},
["gardener"] = {
["majorSkills"] = {"Handtohand","Unarmored","Speechcraft","Restoration","Mysticism"},
["specialization"] = 0,
["minorSkills"] = {"Mercantile","Alchemy","Alteration","Acrobatics","Athletics"},
["majorAttributes"] = {"Endurance","Strength"}
},
["monk"] = {
["majorSkills"] = {"Handtohand","Unarmored","Athletics","Acrobatics","Sneak"},
["specialization"] = 2,
["minorSkills"] = {"Block","Marksman","Lightarmor","Restoration","Bluntweapon"},
["majorAttributes"] = {"Agility","Willpower"}
},
["nightblade"] = {
["majorSkills"] = {"Mysticism","Illusion","Alteration","Sneak","Shortblade"},
["specialization"] = 1,
["minorSkills"] = {"Lightarmor","Unarmored","Destruction","Marksman","Security"},
["majorAttributes"] = {"Willpower","Speed"}
},
["necromancer"] = {
["majorSkills"] = {"Conjuration","Destruction","Illusion","Mysticism","Enchant"},
["specialization"] = 1,
["minorSkills"] = {"Bluntweapon","Unarmored","Alteration","Sneak","Acrobatics"},
["majorAttributes"] = {"Intelligence","Willpower"}
},
["warlock"] = {
["majorSkills"] = {"Destruction","Illusion","Shortblade","Lightarmor","Restoration"},
["specialization"] = 1,
["minorSkills"] = {"Athletics","Alteration","Sneak","Acrobatics","Speechcraft"},
["majorAttributes"] = {"Luck","Willpower"}
},
["guild guide"] = {
["majorSkills"] = {"Mysticism","Restoration","Mercantile","Speechcraft","Sneak"},
["specialization"] = 1,
["minorSkills"] = {"Conjuration","Shortblade","Unarmored","Security","Enchant"},
["majorAttributes"] = {"Intelligence","Willpower"}
},
["assassin"] = {
["majorSkills"] = {"Sneak","Marksman","Lightarmor","Shortblade","Acrobatics"},
["specialization"] = 2,
["minorSkills"] = {"Security","Longblade","Alchemy","Block","Athletics"},
["majorAttributes"] = {"Speed","Intelligence"}
},
["scout"] = {
["majorSkills"] = {"Sneak","Longblade","Mediumarmor","Athletics","Block"},
["specialization"] = 0,
["minorSkills"] = {"Marksman","Alchemy","Alteration","Lightarmor","Unarmored"},
["majorAttributes"] = {"Speed","Endurance"}
},
["clothier"] = {
["majorSkills"] = {"Mercantile","Sneak","Security","Acrobatics","Speechcraft"},
["specialization"] = 2,
["minorSkills"] = {"Unarmored","Handtohand","Lightarmor","Bluntweapon","Block"},
["majorAttributes"] = {"Intelligence","Agility"}
},
["caravaner"] = {
["majorSkills"] = {"Mercantile","Sneak","Security","Acrobatics","Speechcraft"},
["specialization"] = 0,
["minorSkills"] = {"Unarmored","Handtohand","Lightarmor","Bluntweapon","Block"},
["majorAttributes"] = {"Intelligence","Endurance"}
},
["champion"] = {
["majorSkills"] = {"Axe","Block","Mediumarmor","Lightarmor","Marksman"},
["specialization"] = 0,
["minorSkills"] = {"Athletics","Sneak","Alteration","Acrobatics","Restoration"},
["majorAttributes"] = {"Strength","Speed"}
},
["nightblade service"] = {
["majorSkills"] = {"Mysticism","Illusion","Alteration","Sneak","Shortblade"},
["specialization"] = 1,
["minorSkills"] = {"Lightarmor","Unarmored","Destruction","Marksman","Security"},
["majorAttributes"] = {"Willpower","Speed"}
},
["trader"] = {
["majorSkills"] = {"Mercantile","Sneak","Speechcraft","Mysticism","Security"},
["specialization"] = 0,
["minorSkills"] = {"Unarmored","Handtohand","Lightarmor","Bluntweapon","Block"},
["majorAttributes"] = {"Strength","Personality"}
},
["healer service"] = {
["majorSkills"] = {"Restoration","Mysticism","Alteration","Handtohand","Speechcraft"},
["specialization"] = 1,
["minorSkills"] = {"Illusion","Alchemy","Unarmored","Lightarmor","Bluntweapon"},
["majorAttributes"] = {"Willpower","Personality"}
},
["gondolier"] = {
["majorSkills"] = {"Mercantile","Speechcraft","Sneak","Handtohand","Unarmored"},
["specialization"] = 2,
["minorSkills"] = {"Security","Block","Lightarmor","Restoration","Shortblade"},
["majorAttributes"] = {"Strength","Personality"}
},
["knight"] = {
["majorSkills"] = {"Longblade","Axe","Speechcraft","Heavyarmor","Block"},
["specialization"] = 0,
["minorSkills"] = {"Restoration","Mercantile","Mediumarmor","Enchant","Armorer"},
["majorAttributes"] = {"Strength","Personality"}
},
["assassin service"] = {
["majorSkills"] = {"Sneak","Marksman","Lightarmor","Shortblade","Acrobatics"},
["specialization"] = 2,
["minorSkills"] = {"Security","Longblade","Alchemy","Block","Athletics"},
["majorAttributes"] = {"Speed","Intelligence"}
},
["sharpshooter"] = {
["majorSkills"] = {"Marksman","Mediumarmor","Destruction","Enchant","Sneak"},
["specialization"] = 0,
["minorSkills"] = {"Restoration","Acrobatics","Speechcraft","Security","Athletics"},
["majorAttributes"] = {"Agility","Intelligence"}
},
["archer"] = {
["majorSkills"] = {"Marksman","Longblade","Block","Athletics","Lightarmor"},
["specialization"] = 0,
["minorSkills"] = {"Unarmored","Spear","Restoration","Sneak","Mediumarmor"},
["majorAttributes"] = {"Agility","Strength"}
},
["bookseller"] = {
["majorSkills"] = {"Mercantile","Sneak","Security","Mysticism","Speechcraft"},
["specialization"] = 2,
["minorSkills"] = {"Unarmored","Handtohand","Lightarmor","Bluntweapon","Block"},
["majorAttributes"] = {"Intelligence","Personality"}
},
["alchemist service"] = {
["majorSkills"] = {"Alchemy","Alteration","Conjuration","Enchant","Mysticism"},
["specialization"] = 1,
["minorSkills"] = {"Unarmored","Bluntweapon","Handtohand","Block","Speechcraft"},
["majorAttributes"] = {"Intelligence","Luck"}
},
["apothecary service"] = {
["majorSkills"] = {"Alchemy","Security","Mercantile","Bluntweapon","Destruction"},
["specialization"] = 1,
["minorSkills"] = {"Lightarmor","Restoration","Speechcraft","Enchant","Block"},
["majorAttributes"] = {"Intelligence","Agility"}
},
["publican"] = {
["majorSkills"] = {"Speechcraft","Mercantile","Sneak","Lightarmor","Security"},
["specialization"] = 2,
["minorSkills"] = {"Block","Mediumarmor","Spear","Handtohand","Bluntweapon"},
["majorAttributes"] = {"Personality","Intelligence"}
},
["witch"] = {
["majorSkills"] = {"Mysticism","Illusion","Conjuration","Unarmored","Shortblade"},
["specialization"] = 1,
["minorSkills"] = {"Lightarmor","Alteration","Sneak","Acrobatics","Speechcraft"},
["majorAttributes"] = {"Luck","Willpower"}
},
["journalist"] = {
["majorSkills"] = {"Unarmored","Mercantile","Speechcraft","Handtohand","Mysticism"},
["specialization"] = 2,
["minorSkills"] = {"Restoration","Athletics","Alchemy","Enchant","Security"},
["majorAttributes"] = {"Personality","Intelligence"}
},
["queen mother"] = {
["majorSkills"] = {"Speechcraft","Shortblade","Destruction","Illusion","Unarmored"},
["specialization"] = 0,
["minorSkills"] = {"Security","Conjuration","Mysticism","Mercantile","Sneak"},
["majorAttributes"] = {"Strength","Intelligence"}
},
["savant"] = {
["majorSkills"] = {"Speechcraft","Mercantile","Alchemy","Unarmored","Athletics"},
["specialization"] = 2,
["minorSkills"] = {"Security","Sneak","Acrobatics","Shortblade","Block"},
["majorAttributes"] = {"Intelligence","Personality"}
},
["guard"] = {
["majorSkills"] = {"Longblade","Bluntweapon","Block","Heavyarmor","Mediumarmor"},
["specialization"] = 0,
["minorSkills"] = {"Athletics","Acrobatics","Security","Speechcraft","Handtohand"},
["majorAttributes"] = {"Strength","Endurance"}
},
["smith"] = {
["majorSkills"] = {"Block","Bluntweapon","Unarmored","Handtohand","Armorer"},
["specialization"] = 0,
["minorSkills"] = {"Axe","Longblade","Mediumarmor","Lightarmor","Heavyarmor"},
["majorAttributes"] = {"Strength","Endurance"}
},
["pawnbroker"] = {
["majorSkills"] = {"Mercantile","Sneak","Security","Athletics","Speechcraft"},
["specialization"] = 2,
["minorSkills"] = {"Unarmored","Handtohand","Acrobatics","Bluntweapon","Block"},
["majorAttributes"] = {"Intelligence","Luck"}
},
["mage"] = {
["majorSkills"] = {"Mysticism","Destruction","Alteration","Illusion","Restoration"},
["specialization"] = 1,
["minorSkills"] = {"Enchant","Alchemy","Unarmored","Shortblade","Conjuration"},
["majorAttributes"] = {"Intelligence","Willpower"}
},
["mabrigash"] = {
["majorSkills"] = {"Restoration","Destruction","Alteration","Block","Axe"},
["specialization"] = 1,
["minorSkills"] = {"Unarmored","Mysticism","Athletics","Sneak","Speechcraft"},
["majorAttributes"] = {"Willpower","Endurance"}
},
["farmer"] = {
["majorSkills"] = {"Speechcraft","Bluntweapon","Handtohand","Athletics","Unarmored"},
["specialization"] = 0,
["minorSkills"] = {"Mercantile","Spear","Acrobatics","Shortblade","Lightarmor"},
["majorAttributes"] = {"Personality","Endurance"}
},
["wise woman service"] = {
["majorSkills"] = {"Restoration","Mysticism","Alteration","Handtohand","Speechcraft"},
["specialization"] = 1,
["minorSkills"] = {"Illusion","Alchemy","Unarmored","Lightarmor","Bluntweapon"},
["majorAttributes"] = {"Willpower","Personality"}
},
["agent"] = {
["majorSkills"] = {"Speechcraft","Sneak","Acrobatics","Lightarmor","Shortblade"},
["specialization"] = 2,
["minorSkills"] = {"Mercantile","Conjuration","Block","Unarmored","Illusion"},
["majorAttributes"] = {"Personality","Agility"}
},
["acrobat"] = {
["majorSkills"] = {"Acrobatics","Athletics","Marksman","Sneak","Unarmored"},
["specialization"] = 2,
["minorSkills"] = {"Speechcraft","Alteration","Spear","Handtohand","Lightarmor"},
["majorAttributes"] = {"Agility","Endurance"}
},
["thief service"] = {
["majorSkills"] = {"Security","Sneak","Acrobatics","Lightarmor","Shortblade"},
["specialization"] = 2,
["minorSkills"] = {"Marksman","Speechcraft","Handtohand","Mercantile","Athletics"},
["majorAttributes"] = {"Speed","Agility"}
},
["sorcerer service"] = {
["majorSkills"] = {"Enchant","Conjuration","Mysticism","Destruction","Alteration"},
["specialization"] = 1,
["minorSkills"] = {"Illusion","Mediumarmor","Heavyarmor","Marksman","Shortblade"},
["majorAttributes"] = {"Intelligence","Endurance"}
},
["priest service"] = {
["majorSkills"] = {"Restoration","Mysticism","Alteration","Bluntweapon","Unarmored"},
["specialization"] = 1,
["minorSkills"] = {"Conjuration","Alchemy","Destruction","Lightarmor","Speechcraft"},
["majorAttributes"] = {"Willpower","Personality"}
},
["warrior"] = {
["majorSkills"] = {"Longblade","Mediumarmor","Heavyarmor","Athletics","Block"},
["specialization"] = 0,
["minorSkills"] = {"Armorer","Spear","Marksman","Axe","Bluntweapon"},
["majorAttributes"] = {"Strength","Endurance"}
},
["hunter"] = {
["majorSkills"] = {"Lightarmor","Marksman","Shortblade","Sneak","Athletics"},
["specialization"] = 2,
["minorSkills"] = {"Acrobatics","Mediumarmor","Restoration","Axe","Block"},
["majorAttributes"] = {"Agility","Speed"}
},
["pilgrim"] = {
["majorSkills"] = {"Speechcraft","Mercantile","Marksman","Restoration","Mediumarmor"},
["specialization"] = 2,
["minorSkills"] = {"Illusion","Handtohand","Shortblade","Block","Alchemy"},
["majorAttributes"] = {"Personality","Endurance"}
},
["dreamers"] = {
["majorSkills"] = {"Marksman","Lightarmor","Bluntweapon","Shortblade","Sneak"},
["specialization"] = 2,
["minorSkills"] = {"Block","Security","Handtohand","Athletics","Acrobatics"},
["majorAttributes"] = {"Agility","Speed"}
},
["ordinator guard"] = {
["majorSkills"] = {"Bluntweapon","Longblade","Destruction","Heavyarmor","Block"},
["specialization"] = 0,
["minorSkills"] = {"Restoration","Acrobatics","Handtohand","Mediumarmor","Security"},
["majorAttributes"] = {"Willpower","Strength"}
},
["enchanter service"] = {
["majorSkills"] = {"Enchant","Bluntweapon","Alchemy","Destruction","Unarmored"},
["specialization"] = 1,
["minorSkills"] = {"Alteration","Mysticism","Restoration","Conjuration","Illusion"},
["majorAttributes"] = {"Intelligence","Willpower"}
},
["drillmaster service"] = {
["majorSkills"] = {"Block","Acrobatics","Unarmored","Athletics","Handtohand"},
["specialization"] = 0,
["minorSkills"] = {"Longblade","Axe","Spear","Bluntweapon","Shortblade"},
["majorAttributes"] = {"Agility","Intelligence"}
},
["bard"] = {
["majorSkills"] = {"Speechcraft","Alchemy","Acrobatics","Longblade","Block"},
["specialization"] = 2,
["minorSkills"] = {"Mercantile","Illusion","Mediumarmor","Enchant","Security"},
["majorAttributes"] = {"Personality","Intelligence"}
},
["smuggler"] = {
["majorSkills"] = {"Bluntweapon","Sneak","Mercantile","Shortblade","Speechcraft"},
["specialization"] = 0,
["minorSkills"] = {"Athletics","Longblade","Spear","Handtohand","Axe"},
["majorAttributes"] = {"Speed","Personality"}
},
["slave"] = {
["majorSkills"] = {"Sneak","Acrobatics","Athletics","Heavyarmor","Handtohand"},
["specialization"] = 2,
["minorSkills"] = {"Restoration","Mercantile","Speechcraft","Armorer","Block"},
["majorAttributes"] = {"Endurance","Luck"}
},
["alchemist"] = {
["majorSkills"] = {"Alchemy","Alteration","Conjuration","Enchant","Mysticism"},
["specialization"] = 1,
["minorSkills"] = {"Unarmored","Bluntweapon","Handtohand","Block","Speechcraft"},
["majorAttributes"] = {"Intelligence","Luck"}
},
["noble"] = {
["majorSkills"] = {"Speechcraft","Mercantile","Shortblade","Security","Athletics"},
["specialization"] = 0,
["minorSkills"] = {"Lightarmor","Sneak","Acrobatics","Restoration","Block"},
["majorAttributes"] = {"Personality","Luck"}
},
["commoner"] = {
["majorSkills"] = {"Handtohand","Unarmored","Athletics","Speechcraft","Mercantile"},
["specialization"] = 2,
["minorSkills"] = {"Security","Sneak","Acrobatics","Shortblade","Block"},
["majorAttributes"] = {"Personality","Endurance"}
},
["miner"] = {
["majorSkills"] = {"Block","Bluntweapon","Axe","Unarmored","Lightarmor"},
["specialization"] = 0,
["minorSkills"] = {"Handtohand","Armorer","Spear","Restoration","Heavyarmor"},
["majorAttributes"] = {"Strength","Endurance"}
},
["enchanter"] = {
["majorSkills"] = {"Enchant","Bluntweapon","Alchemy","Destruction","Unarmored"},
["specialization"] = 1,
["minorSkills"] = {"Alteration","Mysticism","Restoration","Conjuration","Illusion"},
["majorAttributes"] = {"Intelligence","Willpower"}
},
["monk service"] = {
["majorSkills"] = {"Handtohand","Unarmored","Athletics","Acrobatics","Sneak"},
["specialization"] = 2,
["minorSkills"] = {"Block","Marksman","Lightarmor","Restoration","Bluntweapon"},
["majorAttributes"] = {"Agility","Willpower"}
},
["pauper"] = {
["majorSkills"] = {"Sneak","Athletics","Unarmored","Speechcraft","Mercantile"},
["specialization"] = 2,
["minorSkills"] = {"Shortblade","Handtohand","Acrobatics","Bluntweapon","Block"},
["majorAttributes"] = {"Luck","Willpower"}
},
["buoyant armiger"] = {
["majorSkills"] = {"Marksman","Lightarmor","Destruction","Shortblade","Sneak"},
["specialization"] = 2,
["minorSkills"] = {"Restoration","Acrobatics","Speechcraft","Block","Athletics"},
["majorAttributes"] = {"Agility","Willpower"}
},
["enforcer"] = {
["majorSkills"] = {"Shortblade","Lightarmor","Marksman","Sneak","Destruction"},
["specialization"] = 2,
["minorSkills"] = {"Security","Block","Alteration","Mercantile","Athletics"},
["majorAttributes"] = {"Agility","Speed"}
},
["mage service"] = {
["majorSkills"] = {"Mysticism","Destruction","Alteration","Illusion","Restoration"},
["specialization"] = 1,
["minorSkills"] = {"Enchant","Alchemy","Unarmored","Shortblade","Conjuration"},
["majorAttributes"] = {"Intelligence","Willpower"}
},
["apothecary"] = {
["majorSkills"] = {"Alchemy","Security","Mercantile","Bluntweapon","Destruction"},
["specialization"] = 1,
["minorSkills"] = {"Lightarmor","Restoration","Speechcraft","Enchant","Block"},
["majorAttributes"] = {"Intelligence","Agility"}
},
["caretaker"] = {
["majorSkills"] = {"Acrobatics","Athletics","Mysticism","Restoration","Security"},
["specialization"] = 0,
["minorSkills"] = {"Mercantile","Illusion","Sneak","Speechcraft","Enchant"},
["majorAttributes"] = {"Willpower","Endurance"}
},
["wise woman"] = {
["majorSkills"] = {"Restoration","Mysticism","Alteration","Handtohand","Speechcraft"},
["specialization"] = 1,
["minorSkills"] = {"Illusion","Alchemy","Unarmored","Lightarmor","Bluntweapon"},
["majorAttributes"] = {"Willpower","Personality"}
},
["savant service"] = {
["majorSkills"] = {"Speechcraft","Mercantile","Alchemy","Unarmored","Athletics"},
["specialization"] = 2,
["minorSkills"] = {"Security","Sneak","Acrobatics","Shortblade","Block"},
["majorAttributes"] = {"Intelligence","Personality"}
},
["priest"] = {
["majorSkills"] = {"Restoration","Mysticism","Alteration","Bluntweapon","Unarmored"},
["specialization"] = 1,
["minorSkills"] = {"Conjuration","Alchemy","Destruction","Lightarmor","Speechcraft"},
["majorAttributes"] = {"Willpower","Personality"}
},
["merchant"] = {
["majorSkills"] = {"Speechcraft","Mercantile","Restoration","Armorer","Security"},
["specialization"] = 0,
["minorSkills"] = {"Lightarmor","Longblade","Mediumarmor","Bluntweapon","Unarmored"},
["majorAttributes"] = {"Intelligence","Personality"}
},
["ordinator"] = {
["majorSkills"] = {"Bluntweapon","Longblade","Destruction","Heavyarmor","Block"},
["specialization"] = 0,
["minorSkills"] = {"Restoration","Acrobatics","Handtohand","Mediumarmor","Alchemy"},
["majorAttributes"] = {"Willpower","Strength"}
},
["healer"] = {
["majorSkills"] = {"Restoration","Mysticism","Alteration","Handtohand","Speechcraft"},
["specialization"] = 1,
["minorSkills"] = {"Illusion","Alchemy","Unarmored","Lightarmor","Bluntweapon"},
["majorAttributes"] = {"Willpower","Personality"}
},
["trader service"] = {
["majorSkills"] = {"Mercantile","Sneak","Speechcraft","Mysticism","Security"},
["specialization"] = 0,
["minorSkills"] = {"Unarmored","Handtohand","Acrobatics","Bluntweapon","Block"},
["majorAttributes"] = {"Strength","Personality"}
},
["shipmaster"] = {
["majorSkills"] = {"Mercantile","Speechcraft","Shortblade","Athletics","Sneak"},
["specialization"] = 2,
["minorSkills"] = {"Block","Unarmored","Lightarmor","Security","Mysticism"},
["majorAttributes"] = {"Intelligence","Personality"}
},
["king"] = {
["majorSkills"] = {"Speechcraft","Destruction","Longblade","Heavyarmor","Alchemy"},
["specialization"] = 0,
["minorSkills"] = {"Block","Security","Sneak","Mysticism","Mercantile"},
["majorAttributes"] = {"Intelligence","Willpower"}
}
},
["skills"] = {
["Block"] = {
["attribute"] = "Agility",
["specialization"] = 0
},
["Alchemy"] = {
["attribute"] = "Intelligence",
["specialization"] = 1
},
["Restoration"] = {
["attribute"] = "Willpower",
["specialization"] = 1
},
["Conjuration"] = {
["attribute"] = "Intelligence",
["specialization"] = 1
},
["Handtohand"] = {
["attribute"] = "Speed",
["specialization"] = 2
},
["Mediumarmor"] = {
["attribute"] = "Endurance",
["specialization"] = 0
},
["Alteration"] = {
["attribute"] = "Willpower",
["specialization"] = 1
},
["Heavyarmor"] = {
["attribute"] = "Endurance",
["specialization"] = 0
},
["Mercantile"] = {
["attribute"] = "Personality",
["specialization"] = 2
},
["Marksman"] = {
["attribute"] = "Agility",
["specialization"] = 2
},
["Shortblade"] = {
["attribute"] = "Speed",
["specialization"] = 2
},
["Sneak"] = {
["attribute"] = "Agility",
["specialization"] = 2
},
["Lightarmor"] = {
["attribute"] = "Agility",
["specialization"] = 2
},
["Acrobatics"] = {
["attribute"] = "Strength",
["specialization"] = 2
},
["Armorer"] = {
["attribute"] = "Strength",
["specialization"] = 0
},
["Speechcraft"] = {
["attribute"] = "Personality",
["specialization"] = 2
},
["Axe"] = {
["attribute"] = "Strength",
["specialization"] = 0
},
["Security"] = {
["attribute"] = "Intelligence",
["specialization"] = 2
},
["Enchant"] = {
["attribute"] = "Intelligence",
["specialization"] = 1
},
["Destruction"] = {
["attribute"] = "Willpower",
["specialization"] = 1
},
["Longblade"] = {
["attribute"] = "Strength",
["specialization"] = 0
},
["Illusion"] = {
["attribute"] = "Personality",
["specialization"] = 1
},
["Mysticism"] = {
["attribute"] = "Willpower",
["specialization"] = 1
},
["Spear"] = {
["attribute"] = "Endurance",
["specialization"] = 0
},
["Bluntweapon"] = {
["attribute"] = "Strength",
["specialization"] = 0
},
["Athletics"] = {
["attribute"] = "Speed",
["specialization"] = 0
},
["Unarmored"] = {
["attribute"] = "Speed",
["specialization"] = 1
}
}
}