-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclasslist.lua
31 lines (27 loc) · 1.4 KB
/
classlist.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
-- Svof (c) 2011-2015 by Vadim Peretokin
-- Svof is licensed under a
-- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
-- You should have received a copy of the license along with this
-- work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
skills = {
alchemist = {"transmutation", "physiology", "alchemy"},
apostate = {"evileye", "necromancy", "apostasy"},
bard = {"voicecraft", "swashbuckling", "harmonics"},
blademaster = {"twoarts", "striking", "shindo"},
depthswalker = {"shadowmancy","aeonics","terminus"},
druid = {"groves", "metamorphosis", "reclamation"},
infernal = {"necromancy", "chivalry", "weaponmastery"},
jester = {"tarot", "pranks", "puppetry"},
magi = {"elementalism", "crystalism", "artificing"},
monk = {"tekura", "kaido", "telepathy", "shikudo"},
none = {},
occultist = {"occultism", "tarot", "domination"},
paladin = {"chivalry", "devotion", "weaponmastery"},
priest = {"spirituality", "devotion", "healing"},
runewarden = {"runelore", "chivalry", "weaponmastery"},
sentinel = {"metamorphosis", "woodlore", "skirmishing"},
serpent = {"subterfuge", "venom", "hypnosis"},
shaman = {"runelore", "curses", "vodun"},
sylvan = {"weatherweaving", "groves", "propagation"},
psion = {"weaving", "psionics", "emulation"},
}