
RENEWAL / ITEMS
Purple Dragon Plate [1]
#15394Armor
DragonA_Purple
TypeArmor
Equipment positionArmor
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF110
Slots1
Required level170
Armor level1
Description
An armor imbued with immense draconic energy accumulated over a long time.
Just wearing it makes you feel draconic dexterity.
------------------------
DEX +12, MHP +15%, MSP +10%.
For every 2 refine level, Reduces variable casting time by 4%.
For every 2 refine level, Increases ASPD by 4%.
For every 3 refine level, Increases physical and magical damage against dragon monster by 8%.
If refine rate is 11 or higher, increases physical and magical damage against medium and
large size monsters by 8%, reduces fixed casting time by 0.2 seconds.
------------------------
Set Bonus
Purple Dragon Plate
Dragon Scale Hood
Dragon Scale Boots
DEF +50, MDEF +8, ATK +5%, MATK +5%.
For every 15 base DEX, Increases ASPD by 3% and
Reduces variable casting time by 3%
[Dragon's Speed]
When attacked, has a chance to increase FLEE +50, Perfect Dodge +10 for 10 seconds.
If the base DEX is 120 or higher,increases the activation rate of [Dragon's Speed],
FLEE +30, Perfect Dodge +5.
If the sum of refine rate of Purple Dragon Plate, Dragon Scale Boots and Dragon Scale Hood is 33 or higher,
increases ASPD by 15%, reduces variable casting time by 15%
reduces global cooldown by 25%.
------------------------
Class: Armor DEF: 110
Weight: 120
Required Level: 170
Job: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}