Blue Dragon Plate
| Item ID | 15395 | Name | Blue Dragon Plate |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | DragonA_Blue | ||
| 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,5;
bonus bMaxSPrate,20;
bonus bInt,12;
bonus bMatkRate,2*(.@r/2);
bonus bHealPower,4*(.@r/2);
bonus2 bMagicAddRace,RC_Dragon,7*(.@r/3);
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bMagicAddSize,Size_Medium,10;
bonus2 bMagicAddSize,Size_Large,10;
}
|
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
.@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT);
bonus bMatkRate,7;
bonus bMdef,8;
bonus bDef,50;
bonus bHealPower,15;
bonus bVariableCastrate,-4*(readparam(bInt)/15);
autobonus2 "{ bonus2 bMagicAtkEle,Ele_All,20; bonus bHealPower,40; if (readparam(bInt) >= 120) { bonus2 bMagicAtkEle,Ele_All,10; } }",1+(readparam(bInt) >= 120),10000,BF_MAGIC|BF_WEAPON;
if (.@sum >= 33) {
bonus bVariableCastrate,-20;
bonus bDelayrate,-25;
}
|
||||||||
|
bonus bFixedCast,-200; bonus2 bSubRace,RC_Angel,10; bonus2 bSubRace,RC_Dragon,10; bonus2 bMagicAddRace,RC_Angel,20; bonus2 bMagicAddRace,RC_Dragon,20; bonus bDelayrate,-5; |