diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-02 20:24:09 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:21:47 +0200 |
commit | 7c72c942d52915cb7c5c9692bd927772ad34bcca (patch) | |
tree | ba0b608cfa50b3e46c54f8c1a3167a533534a764 /db/re/skill_tree.conf | |
parent | abb834567db53424ea84ea4903d18ac9d3b3f61a (diff) | |
download | hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.tar.gz hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.tar.bz2 hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.tar.xz hercules-7c72c942d52915cb7c5c9692bd927772ad34bcca.zip |
Added Summoner Skills(in DB)
Added Summoner SC ID's in status.h
Diffstat (limited to 'db/re/skill_tree.conf')
-rw-r--r-- | db/re/skill_tree.conf | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 6e040420b..e9feb2111 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -3952,3 +3952,93 @@ Rebellion: { } } } + +Summoner: { + skills: { + SU_BASIC_SKILL: 1 + SU_BITE: { + MaxLevel: 1 + SU_BASIC_SKILL: 1 + } + SU_HIDE: { + MaxLevel: 1 + SU_BITE: 1 + } + SU_SCRATCH: { + MaxLevel: 3 + SU_HIDE: 1 + } + SU_STOOP: { + MaxLevel: 1 + SU_SCRATCH: 3 + } + SU_LOPE: { + MaxLevel: 3 + SU_STOOP: 1 + } + SU_SPRITEMABLE: { + MaxLevel: 1 + SU_LOPE: 3 + } + SU_POWEROFLAND: { + MaxLevel: 1 + SU_CN_POWDERING: 3 + } + SU_SV_STEMSPEAR: { + MaxLevel: 5 + SU_SPRITEMABLE: 1 + } + SU_CN_POWDERING: { + MaxLevel: 5 + SU_CN_METEOR: 3 + } + SU_CN_METEOR: { + MaxLevel: 5 + SU_SV_ROOTTWIST: 3 + } + SU_SV_ROOTTWIST: { + MaxLevel: 5 + SU_SV_STEMSPEAR: 3 + } + SU_POWEROFLIFE: { + MaxLevel: 1 + SU_LUNATICCARROTBEAT: 3 + } + SU_SCAROFTAROU: { + MaxLevel: 5 + SU_SV_ROOTTWIST: 3 + } + SU_PICKYPECK: { + MaxLevel: 5 + SU_SPRITEMABLE: 1 + } + SU_ARCLOUSEDASH: { + MaxLevel: 5 + SU_PICKYPECK: 3 + } + SU_LUNATICCARROTBEAT: { + MaxLevel: 5 + SU_SCAROFTAROU: 3 + } + SU_POWEROFSEA: { + MaxLevel: 1 + SU_TUNAPARTY: 3 + } + SU_TUNABELLY: { + MaxLevel: 5 + SU_BUNCHOFSHRIMP: 3 + } + SU_TUNAPARTY: { + MaxLevel: 5 + SU_TUNABELLY: 3 + } + SU_BUNCHOFSHRIMP: { + MaxLevel: 5 + SU_FRESHSHRIMP: 3 + } + SU_FRESHSHRIMP: { + MaxLevel: 5 + SU_SPRITEMABLE: 1 + } + } +} |