diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:37:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:37:46 -0300 |
commit | 54cd28c6bc647fabdc8efc4e6ff74e4b7131a2e6 (patch) | |
tree | 57941b605a244d343aa4407afbc40a96ad059c1b /npc/functions | |
parent | d7cc28bdb8acc77e350310b4715bf11a570257cd (diff) | |
download | serverdata-54cd28c6bc647fabdc8efc4e6ff74e4b7131a2e6.tar.gz serverdata-54cd28c6bc647fabdc8efc4e6ff74e4b7131a2e6.tar.bz2 serverdata-54cd28c6bc647fabdc8efc4e6ff74e4b7131a2e6.tar.xz serverdata-54cd28c6bc647fabdc8efc4e6ff74e4b7131a2e6.zip |
[skip ci] draft for Mana Bomb
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 9628c0a2a..b2c05c6a9 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -308,6 +308,16 @@ function script HUB_SkillInvoke { harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Holy); break; /* + case TMW2_MANABOMB: + // TODO: areaharm(1x1 or same square?) + // This skill takes 100% mana for a 1:1 ratio damage + // And is a trick. Each level improves ratio in 1 + // Has no cooldown, so it is powerful with pots + // And is a good starter offensive skill + harm(@skillTarget, Sp*@skillLv, HARM_MAGI, Ele_Ghost); + Sp=0; + break; + // Weapon Overload attack case TMW2_OVERLOAD: .@PW=67+(33*@skillLv); |