Purple Dragon Plate

Item ID 15394 Name Purple Dragon Plate
You can feel the talent of the dragon just by
wearing this armor that has been accumulated for a long time.
_______________________
DEX +12
MaxHP +15%
MaxSP +10%.
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 4%).
Decreases Variable Casting Time by 4%.
_______________________
For each 3 Refine Levels:
Increases Damage against monsters of Dragon race by 8%.
_______________________
Refine Level +11:
Increases Damage against monsters of Medium and Large size by 8%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Dragon Scale Boots and Dragon Scale Hood:
DEF +50, MDEF +8
ATK +5%, MATK +5%
_______________________
For each 15 base DEX:
Increases Attack Speed (decreases After Attack Delay by 3%).
Decreases Variable Casting Time by 3%.
_______________________
Recieving physical or magical damage has a chance to activate Dragon's Speed:
FLEE +50, Perfect Dodge +10 for 10 seconds.
_______________________
If base DEX at least 120:
Increases the chance to activate Dragon's Speed and additional FLEE +30 and Perfect Dodge +5 to the Dragon's Speed effect.
_______________________
Total Refine Level of entire set at least +33:
Increases Attack Speed (decreases After Attack Delay by 15%).
Decreases Variable Casting Time by 15%.
Decreases After Skill Delay by 25%.
_______________________
Type: Armor
Defense: 110
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 170
Weapon Level 0 Identifier DragonA_Purple
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 110 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,15;
bonus bMaxSPrate,10;
bonus bDex,12;
bonus bAspdRate,4*(.@r/2);
bonus bVariableCastrate,-4*(.@r/2);
bonus2 bAddRace,RC_Dragon,8*(.@r/3);
bonus2 bMagicAddRace,RC_Dragon,8*(.@r/3);
if (.@r>=11) {
   bonus bFixedCast,-200;
   bonus2 bAddSize,Size_Medium,8;
   bonus2 bMagicAddSize,Size_Medium,8;
   bonus2 bAddSize,Size_Large,8;
   bonus2 bMagicAddSize,Size_Large,8;
}

Set Script
Purple Dragon Plate
Dragon Scale Hood
Dragon Scale Boots
.@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT);
bonus bMatkRate,5;
bonus bAtkRate,5;
bonus bMdef,8;
bonus bDef,50;
bonus bAspdRate,3*(readparam(bDex)/15);
bonus bVariableCastrate,-3*(readparam(bDex)/15);
autobonus2 "{ bonus bFlee2,10; bonus bFlee,50; if (readparam(bDex) >= 120) { bonus bFlee2,5; bonus bFlee,30; } }",1+(readparam(bDex) >= 120),10000,BF_MAGIC|BF_WEAPON;
if (.@sum >= 33) {
   bonus bAspdRate,15;
   bonus bVariableCastrate,-15;
   bonus bDelayrate,-25;
}
Sinful Amethyst Ring
Purple Dragon Plate
Dragon Scale Hood
Dragon Scale Boots
bonus bFixedCast,-200;
bonus2 bSubRace,RC_Angel,10;
bonus2 bSubRace,RC_Dragon,10;
bonus2 bAddRace,RC_Angel,20;
bonus2 bMagicAddRace,RC_Angel,20;
bonus2 bAddRace,RC_Dragon,20;
bonus2 bMagicAddRace,RC_Dragon,20;
bonus bDelayrate,-5;