From e5f06227b45c0e929a0c99667adf00190f19aa21 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 May 2019 21:34:57 -0300 Subject: New magic skill: Halhiss (summons snakes) --- db/re/item_db.conf | 1 + db/re/skill_db.conf | 14 ++++++++++++++ db/re/skill_tree.conf | 1 + 3 files changed, 16 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 212e13172..61dd7c64c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11177,6 +11177,7 @@ item_db: ( skill TMW2_KALMURK, 10; skill TMW2_DRAGOKIN, 5; skill TMW2_LIMERIZER, 14; + skill TMW2_HALHISS, 12; "> OnUnequipScript: <" @min = 20; diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 712f5362e..ca2de7df2 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38514,6 +38514,7 @@ skill_db: ( Quest: true } }, +// Debug: 20031~20035 { Id: 20031 Name: "TMW2_FAKESKILL" @@ -38532,4 +38533,17 @@ skill_db: ( Self: true } }, +// More skills: 20036~20042 +{ + Id: 20036 + Name: "TMW2_HALHISS" + Description: "Halhiss" + MaxLevel: 12 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } +}, ) diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 27405c77b..d118a7f0a 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -49,6 +49,7 @@ Human: { TMW2_DEMURE: 15 TMW2_DRAGOKIN: 5 TMW2_LIMERIZER: 5 + TMW2_HALHISS: 8 // Unrelated ALL_INCCARRY: 0 -- cgit v1.2.3-70-g09d2