Viewing Item

#15395: Blue Dragon Plate

Item ID 15395 For Sale No
Identifier DragonA_Blue Credit Price Not For Sale
Name Blue 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 wisdom of the dragon just by
wearing this armor that has been accumulated for a long time.
_______________________
INT +12
MaxHP +5%
MaxSP +20%.
_______________________
For each 2 Refine Levels:
MATK +2%
Increases Healing effectiveness by 4%.
_______________________
For each 3 Refine Levels:
Increases Magical Damage against monsters of Dragon race by 7%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Medium and Large size by 10%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Dragon Scale Boots and Dragon Scale Hood:
DEF +50, MDEF +8
MATK +7%
Increases Healing effectiveness by additional 15%.
_______________________
For each 15 base INT:
Decreases Variable Casting Time by 4%.
_______________________
Recieving physical or magical damage has a chance to activate Dragon's Wisdom:
Increases all elemental magical damage by 20% and Healing effectiveness by 40% for 10 seconds.
_______________________
If base INT at least 120:
Increases the chance to activate Dragon's Wisdom and Increases all elemental magical damage by additional 10% to the Dragon's Wisdom effect.
_______________________
Total Refine Level of entire set at least +33:
Decreases Variable Casting Time by 20%.
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,5;

6 bonus

7 bMaxSPrate,20;

8 bonus

9 bInt,12;

10 bonus

11 bMatkRate,2*(.@r/2);

12 bonus

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

14 bonus2

15 bMagicAddRace,RC_Dragon,7*(.@r/3);

16 if

17 (.@r

18 =11)

19 {

20 bonus

21 bFixedCast,-200;

22 bonus2

23 bMagicAddSize,Size_Medium,10;

24 bonus2

25 bMagicAddSize,Size_Large,10;

26 }

Equip Script None
Unequip Script None