Viewing Item (Blue Dragon Plate) Ragnarok: Project Zero Control Panel
Basic Info
Name | Blue Dragon Plate[1] |
---|---|
Item ID |
15395
-
DragonA_Blue
|
Type | Armor |
This armor made out of accumulated dragon energy
makes the wearer feel the power of the dragon.
INT + 2.
MaxHP + 400, MaxSP + 60,
DEF + 40, MDEF + 4.
If refine rate is 7 or higher, INT + 2.
If refine rate is 9 or higher, MATK + 30, Healing Power + 10%.
When equipped with Dragon Scale Boots, Dragon Scale Hood, Dragon Ring,
MaxHP + 300, MaxSP + 30.
Variable Cast Time - 7%.
For every 15 Base INT, MATK + 8, Healing Power + 1%.
If the combined refine rate of Blue Dragon Plate, Dragon Scale Boots, Dragon Scale Hood is 27 or higher,
Variable Cast Time - 10%.
Fixed Cast Time - 15%.
Has a chance to activate Dragon Wisdom when being physically/magically hit.
[Dragon Wisdom]
When being attacked, has a chance to activate MATK + 3% for 7 seconds. When Base INT is 90 or higher, the chance is increased and MATK is increased by another 4%.
Class : Armor Defense : 80
Weight : 75
Required Level : 80
Jobs : All jobs
makes the wearer feel the power of the dragon.
INT + 2.
MaxHP + 400, MaxSP + 60,
DEF + 40, MDEF + 4.
If refine rate is 7 or higher, INT + 2.
If refine rate is 9 or higher, MATK + 30, Healing Power + 10%.
When equipped with Dragon Scale Boots, Dragon Scale Hood, Dragon Ring,
MaxHP + 300, MaxSP + 30.
Variable Cast Time - 7%.
For every 15 Base INT, MATK + 8, Healing Power + 1%.
If the combined refine rate of Blue Dragon Plate, Dragon Scale Boots, Dragon Scale Hood is 27 or higher,
Variable Cast Time - 10%.
Fixed Cast Time - 15%.
Has a chance to activate Dragon Wisdom when being physically/magically hit.
[Dragon Wisdom]
When being attacked, has a chance to activate MATK + 3% for 7 seconds. When Base INT is 90 or higher, the chance is increased and MATK is increased by another 4%.
Class : Armor Defense : 80
Weight : 75
Required Level : 80
Jobs : All jobs
Details
Weight | 75 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Armor |
Stats
Range | 0 |
---|---|
Defense | 80 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 1 |
Restrictions
Level Range | 80 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
bonus(bInt, 2); bonus(bMaxHP, 400); bonus(bMaxSP, 60); bonus(bDef, 40); bonus(bMdef, 4); if (getrefine() >= 7) bonus(bInt, 2); if (getrefine() >= 9) { bonus(bMatk, 30); bonus(bHealPower, 10); } // autobonus does not work in combo db if (isequipped(Dragon_Boots, Drag_Manteau, Dragon_Ring) && getequiprefinerycnt(EQI_ARMOR, EQI_SHOES, EQI_GARMENT) >= 27) { autobonus2("{ bonus(bMatkRate, readparam(bInt) >= 90 ? 7 : 3); }", readparam(bInt) >= 90 ? 6 : 3, 7000, BF_WEAPON|BF_MAGIC, "{ montransform(S_NYDHOG, 7000); }"); } |
Equip Script |
None |
Unequip Script |
None |