Fafnir Scale
| Item ID | 15405 | Name | Fafnir Scale |
|
Armor made of Fafnir scales defeated by the hero Sigurds.
As the name implies, I feel the strength of being embraced. _______________________ MaxHP +10% MaxSP +10% MDEF +15 _______________________ This item is indestructible in battle. _______________________ Increases Dragon's Breath and Dragon's Water Breath by 50%. _______________________ For each Level of Dragon's Breath: Increases long-ranged damage on the targets by 2%. _______________________ For each Level of Dragon's Breath - Water : Decreases After Skill Delay by 2%. _______________________ Refine Level +5: Additional MaxHP +20% Additional MaxSP +20% Decreases After Skill Delay by additional 5%. _______________________ Refine Level +7: Additional MaxHP +20%. Additional MaxSP +20%. Decreases After Skill Delay by additional 5%. _______________________ Type: Armor Defense: 120 Weight: 150 Armor Level: 1 _______________________ Requirement: Base Level 110 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Fafnir_Scale_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 120 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 150 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,15;
bonus bUnbreakableArmor;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
bonus bDelayrate,-2*getskilllv("RK_DRAGONBREATH_WATER");
bonus bLongAtkRate,2*getskilllv("RK_DRAGONBREATH");
if (.@r>=5) {
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
bonus bDelayrate,-5;
}
if (.@r>=7) {
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
bonus bDelayrate,-5;
}
|
||||