summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/hub.txt10
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);