Issue information

Issue ID
#2699
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jan 23, 2009 12:51
Last Post
Hercules Elf Bot
Mar 5, 2012 16:50
Confirmation
N/A

Hercules Elf Bot - Jan 23, 2009 12:51

Originally posted by [b]Tpyn[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2699

http://irowiki.org/wiki/Assassin_Spirit
QUOTE
* Sonic Blow's attack power is increased by 100%, and its cast delay is reduced by half. However, this skill only gives 50% bonus damage and offers no cast delay reduction during WoE.


http://svn.eathena.ws/svn/ea/branches/stab...rc/map/battle.c
CODE
case AS_SONICBLOW:
    if (sc && sc->data[SC_SPIRIT] &&
    sc->data[SC_SPIRIT]->val2 == SL_ASSASIN)
        ATK_ADDRATE(map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe

    if(sd && pc_checkskill(sd,AS_SONICACCEL)>0)
        ATK_ADDRATE(10);
    break;