diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 13:36:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 13:36:08 -0300 |
commit | 60ff5255e599da98a1486dfa1ba9e57ce6765a06 (patch) | |
tree | 72e9768c2cd4c3862a4781f26916b70217c91cca /npc/003-0/colin.txt | |
parent | 9e5e0a32593e4e72c3ffafabc6101663c1869dff (diff) | |
download | serverdata-60ff5255e599da98a1486dfa1ba9e57ce6765a06.tar.gz serverdata-60ff5255e599da98a1486dfa1ba9e57ce6765a06.tar.bz2 serverdata-60ff5255e599da98a1486dfa1ba9e57ce6765a06.tar.xz serverdata-60ff5255e599da98a1486dfa1ba9e57ce6765a06.zip |
Rebalance: Firewalk, Nature Wall, Ground Strike, Frost Nova
Diffstat (limited to 'npc/003-0/colin.txt')
-rw-r--r-- | npc/003-0/colin.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/003-0/colin.txt b/npc/003-0/colin.txt index 7d8bbf77b..720afcbc1 100644 --- a/npc/003-0/colin.txt +++ b/npc/003-0/colin.txt @@ -20,6 +20,7 @@ mesc l("Napalm Beat - Spammable AoE Skill"); mesc l("Frost Diver - Attempt to freeze an enemy, dealing damage"); + mesc l("Fire Walk - Creates a trail of fire, harming any pursuer"); mesc l("Frost Nova - Freeze everything in a range"); mesc l("Note: You can exchange 1 @@ for 3 @@", getitemlink(GemPowder), getitemlink(Quill)), 1; @@ -29,6 +30,7 @@ l("Magic Strike"), MG_SOULSTRIKE, l("Napalm Beat"), MG_NAPALMBEAT, l("Frost Diver"), MG_FROSTDIVER, + l("Fire Walk"), SO_FIREWALK, l("Frost Nova"), WZ_FROSTNOVA, rif(countitem(GemPowder), l("Exchange Gempowder for Quill")), -1, l("Cancel"), 0; @@ -60,8 +62,12 @@ if (!mlearn(MG_FROSTDIVER, 7, 2, Quill, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; + case SO_FIREWALK: + if (!mlearn(SO_FIREWALK, 2, 2, Lockpicks, 1)) + mesc l("You do not meet all requisites for this skill."), 1; + break; case WZ_FROSTNOVA: - if (!mlearn(WZ_FROSTNOVA, 7, 3, Quill, 1)) + if (!mlearn(WZ_FROSTNOVA, 4, 3, Quill, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; default: |