diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 04:23:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 04:23:50 -0300 |
commit | 1c2640d7adc7e6ae23143044bfa9168eaa15f1b8 (patch) | |
tree | 96f4852220248730c5057ccfefc8cc5298da833f /db/re | |
parent | e2d882353dfbec309d892f9816c7a1806eb6730f (diff) | |
download | serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.tar.gz serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.tar.bz2 serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.tar.xz serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.zip |
Register the new guild skills, so they become operational
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 145 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 9 |
2 files changed, 154 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 1089b428a..d45045c78 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38575,6 +38575,7 @@ skill_db: ( SkillType: { Self: true } + CoolDown: 1000 Requirements: { SPCost: 35 } @@ -38588,6 +38589,150 @@ skill_db: ( Passive: true } }, +{ + Id: 20011 + Name: "TMW2_GD_INCALL" + Description: "Guild Increase All" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20012 + Name: "TMW2_GD_REGEN" + Description: "Guild Skill Regeneration" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20013 + Name: "TMW2_GD_DEFUP" + Description: "Guild Skill DEF UP" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20014 + Name: "TMW2_GD_BATTLEPLAN" + Description: "Guild Skill Battle Plan" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20015 + Name: "TMW2_GD_ATKUP" + Description: "Guild Skill ATK UP" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20016 + Name: "TMW2_GD_CRITUP" + Description: "Guild Skill CRIT UP" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20017 + Name: "TMW2_GD_AUTOREVIVE" + Description: "Guild Skill Autorevive" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20018 + Name: "TMW2_GDP_MAXPOWER" + Description: "Group Skill Maximum Damage" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, +{ + Id: 20019 + Name: "TMW2_GDP_SPREGEN" + Description: "Group Skill MP Regen" + MaxLevel: 9 + SkillType: { + Self: true + } + CoolDown: 30000 + Requirements: { + SPCost: 35 + Items: { + GuildCoin: 1 + } + } +}, // 20021 end of Evol Reserved Space { Id: 20022 diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 590f139ed..f545379cf 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -168,6 +168,15 @@ Human: { GD_EMERGENCYCALL: 0 // Guild Skills (beta) + TMW2_GD_INCALL: 0 + TMW2_GD_REGEN: 0 + TMW2_GD_DEFUP: 0 + TMW2_GD_BATTLEPLAN: 0 + TMW2_GD_ATKUP: 0 + TMW2_GD_CRITUP: 0 + TMW2_GD_AUTOREVIVE: 0 + TMW2_GDP_MAXPOWER: 0 + TMW2_GDP_SPREGEN: 0 /* WZ_STORMGUST: 3 |