From 54cd28c6bc647fabdc8efc4e6ff74e4b7131a2e6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 08:37:46 -0300 Subject: [skip ci] draft for Mana Bomb --- npc/functions/hub.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/functions') 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); -- cgit v1.2.3-60-g2f50