Viewing Item

#15394: Purple Dragon Plate

Item ID 15394 For Sale No
Identifier DragonA_Purple Credit Price Not For Sale
Name Purple Dragon Plate Type Armor
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 0
Range 0 Defense 110
Slots 1 Refineable Yes
Attack 0 Min Equip Level 170
MATK 0 Max Equip Level None
Description 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
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMaxHPrate,15;

6 bonus

7 bMaxSPrate,10;

8 bonus

9 bDex,12;

10 bonus

11 bAspdRate,4*(.@r/2);

12 bonus

13 bVariableCastrate,-4*(.@r/2);

14 bonus2

15 bAddRace,RC_Dragon,8*(.@r/3);

16 bonus2

17 bMagicAddRace,RC_Dragon,8*(.@r/3);

18 if

19 (.@r

20 =11)

21 {

22 bonus

23 bFixedCast,-200;

24 bonus2

25 bAddSize,Size_Medium,8;

26 bonus2

27 bMagicAddSize,Size_Medium,8;

28 bonus2

29 bAddSize,Size_Large,8;

30 bonus2

31 bMagicAddSize,Size_Large,8;

32 }

Equip Script None
Unequip Script None