From 7c72c942d52915cb7c5c9692bd927772ad34bcca Mon Sep 17 00:00:00 2001 From: Dastgir Pojee Date: Sun, 2 Oct 2016 20:24:09 +0530 Subject: Added Summoner Skills(in DB) Added Summoner SC ID's in status.h --- db/pre-re/skill_tree.conf | 90 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'db/pre-re/skill_tree.conf') diff --git a/db/pre-re/skill_tree.conf b/db/pre-re/skill_tree.conf index 805e7929c..00fc6c915 100644 --- a/db/pre-re/skill_tree.conf +++ b/db/pre-re/skill_tree.conf @@ -3955,3 +3955,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 + } + } +} -- cgit v1.2.3-60-g2f50