Twinhead Dragon Mail

Item ID 450216 Name Twinhead Dragon Mail
�Armor containing the power of a two-headed dragon worshiped in an unknown land.
In order to fulfill the wishes and revenge of his believers, he seeks blood and flesh sacrifices and unleashes his violence.
_______________________
MaxHP +10%, MaxSP +10%.
_______________________
For each Level of Dragon Breath - Water:
MaxHP +4%, MaxSP +4%.
Increases damage of Dragon Breath - Water by 10%.
_______________________
For each Level of Dragon Training:
Decreases After Skill Delay by 6%.
_______________________
For each Level of Dragon Breath:
Increases Ranged Physical Damage by 7%.
Increases damage of Dragon Breath by 10%.
_______________________
Refine Level +5:
Decreases damage taken from monsters of Boss class by 5%.
_______________________
Refine Level +7:
Prevents knock-back effect.
Indestructible in battle
_______________________
Refine Level +10:
DEF +300
Increases damage of Dragon Breath - Water an Dragon Breath by additional 50%.
_______________________
Type: Armor
Defense: 100
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Twinhead_dragon_Mail_J
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@a = getskilllv("RK_DRAGONBREATH_WATER");
.@b = getskilllv("RK_DRAGONBREATH");
bonus bMaxHPrate,10+(.@a*4);
bonus bMaxSPrate,10+(.@a*4);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10*.@a;
bonus bDelayrate,-6*getskilllv("RK_DRAGONTRAINING");
bonus bLongAtkRate,7*.@b;
bonus2 bSkillAtk,"RK_DRAGONBREATH",10*.@b;
if (.@r>=5)
   bonus2 bSubClass,Class_Boss,5;
if (.@r>=7) {
   bonus bNoKnockback;
   bonus bUnbreakableArmor;
}
if (.@r>=10) {
   bonus bDef,300;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
   bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
}

Set Script
Twinhead Dragon Scale
Twinhead Dragon Mail
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",15*getskilllv("DK_TWOHANDDEF");
if (.@r>=10) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=11) {
       bonus bLongAtkRate,20;
       if (.@r>=12) {
            bonus2 bHPDrainRate,1000,1;
            if (.@r>=13) {
                bonus2 bSkillAtk,"RK_DRAGONBREATH",60;
                bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",60;
                if (.@r>=14) {
                    bonus bAllStats,10;
                    bonus bAllTraitStats,10;
                    bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",100;
                }
            }
       }
   }
}