Issue Information
-
#005265
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (1)No (1)
It gives the atk bonus but the skill doesn't ignore DEF as it's supposed to.
no aura
aura
incantation samurai card
Confirmations?
Bumpity.
This is strange, because this skill don't have these bonus on source code and any modifications to increment flags with defense immunity.
set_sc( LK_AURABLADE , SC_AURABLADE , SI_AURABLADE , SCB_NONE );
Don't have bonus.
355,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, LK_AURABLADE,Aura Blade
0x01 - No damage skill
What can happen is the code are in the wrong place, pulling vit calculations and consequently reducing the defense.
In battle.c check these code:
//Post skill/vit reduction damage increases if( sc && skill_num != LK_SPIRALPIERCE && skill_num != ML_SPIRALPIERCE ) { //SC skill damages if(sc->data[SC_AURABLADE]) ATK_ADD(20*sc->data[SC_AURABLADE]->val1); }
What do you want me to check about them?
Mine are the same :3
//Post skill/vit reduction damage increases if( sc && skill_num != LK_SPIRALPIERCE && skill_num != ML_SPIRALPIERCE ) { //SC skill damages if(sc->data[SC_AURABLADE]) ATK_ADD(20*sc->data[SC_AURABLADE]->val1); }
Any updates on this?
Bumpity boo
prom said anyone else can fix this
I think it is working as intended.
iRO Wiki:
This is almost a Weapon Mastery Skill, and thus almost carries those properties; for example, the damage gained from this skill bypasses defense, and is added at the end of all attacks.
Only the damage gained from the skill bypasses defense, not the whole attack damage....?
I'm testing on bRO.
Edited by MarkZD, 23 April 2012 - 07:53 PM.
Tested against a Bradium Golem and Ambernite with bash with and without aura blade.
No cards that add damage used.
Skill Bash from Swordman used.
Using a hunting spear+5.
Difference in damage is very low.
Ambernite(26 def):
From 1957 to 2187 without aura blade.
From 2189 to 2336 with aura blade.
Bradium Golem(358 def):
From 1641 to 1735 without aura blade.
From 1719 to 1898 with aura blade.
So, apparently only damage gained from skill bypasses defense.
Edited by MarkZD, 25 April 2012 - 01:17 PM.
So, I apparently only damage gained from skill bypasses defense.
Isn't that's how it should work?
This is almost a Weapon Mastery Skill, and thus almost carries those properties; for example, the damage gained from this skill bypasses defense, and is added at the end of all attacks.
That means to me that it is added after the skill's bonus.
Like:
200 overall atk when used with a 600% atk skill, and max aura blade on should be something like:
(200*6) + 100
(affected by def) + not affected by def
I think it is working as intended
Edited by Angezerus, 25 April 2012 - 08:51 AM.
Hey, you should check again this skill, somehow it's not working anymore.. I have tested it and I deal the same damage, it's not adding the 100