Viewing Item

#15405: Fafnir Scale

Item ID 15405 For Sale No
Identifier Fafnir_Scale_J Credit Price Not For Sale
Name Fafnir Scale Type Armor
NPC Buy 20 Weight 150
NPC Sell 10 Weapon Level 0
Range 0 Defense 120
Slots 0 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description 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
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 bMdef,15;

6 bonus

7 bUnbreakableArmor;

8 bonus

9 bMaxHPrate,10;

10 bonus

11 bMaxSPrate,10;

12 bonus2

13 bSkillAtk,"RK_DRAGONBREATH",50;

14 bonus2

15 bSkillAtk,"RK_DRAGONBREATH_WATER",50;

16 bonus

17 bDelayrate,-2*getskilllv("RK_DRAGONBREATH_WATER");

18 bonus

19 bLongAtkRate,2*getskilllv("RK_DRAGONBREATH");

20 if

21 (.@r

22 =5)

23 {

24 bonus

25 bMaxHPrate,20;

26 bonus

27 bMaxSPrate,20;

28 bonus

29 bDelayrate,-5;

30 }

31 if

32 (.@r

33 =7)

34 {

35 bonus

36 bMaxHPrate,20;

37 bonus

38 bMaxSPrate,20;

39 bonus

40 bDelayrate,-5;

41 }

Equip Script None
Unequip Script None