Viewing Item

#480134: Avareco

Item ID 480134 For Sale No
Identifier Avareco Credit Price Not For Sale
Name Avareco Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 12
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description He had an ordinary cloak, but due to the magical interference device installed by Illusion and his friends, he was transformed into a ferocious figure worthy of the name \"Greed\".
_______________________
MaxHP +5%
_______________________
Decreases damage received from Players by 5%.
_______________________
For each Level of Cross Impact:
Increases damage of Counter Slash by 6%.
Increases damage of Cross Impact by 30%.
_______________________
When Level 5 Cross Impact is learned:
Decreases Dark Illusion skill cooldown by 4 seconds.
Decreases Hallucination Walk skill cooldown by 20 seconds.
_______________________
When Level 5 Hallucination Walk is learned:
Decreases damage taken from Water attacks by 100%.
Decreases damage taken from Holy attacks by 30%.
_______________________
Refine Level +7:
MaxHP +5%
Increases Physical Damage against monsters of every size by 10%.
Restores 10 SP when defeating monsters with physical attacks.
_______________________
Refine Level +9:
MaxHP +10%
Increases Physical Damage against monsters of every size by additional 10%.
Restores additional 10 SP when defeating monsters with physical attacks.
_______________________
Type: Garment
Defense: 12
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Garment
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 bonus2

7 bSubRace,RC_Player_Human,5;

8 bonus2

9 bSubRace,RC_Player_Doram,5;

10 bonus2

11 bSkillAtk,"GC_COUNTERSLASH",getskilllv("GC_CROSSIMPACT")*6;

12 bonus2

13 bSkillAtk,"GC_CROSSIMPACT",getskilllv("GC_CROSSIMPACT")*30;

14 if

15 (getskilllv("GC_CROSSIMPACT")

16 ==

17 5)

18 {

19 bonus2

20 bSkillCooldown,"GC_DARKILLUSION",-4000;

21 bonus2

22 bSkillCooldown,"GC_HALLUCINATIONWALK",-20000;

23 }

24 if

25 (getskilllv("GC_HALLUCINATIONWALK")

26 ==

27 5)

28 {

29 bonus2

30 bSubEle,Ele_Water,100;

31 bonus2

32 bSubEle,Ele_Holy,30;

33 }

34 if

35 (.@r

36 =7)

37 {

38 bonus

39 bMaxHPrate,5;

40 bonus2

41 bAddSize,Size_All,10;

42 bonus

43 bSPGainValue,10;

44 }

45 if

46 (.@r

47 =9)

48 {

49 bonus

50 bMaxHPrate,10;

51 bonus2

52 bAddSize,Size_All,10;

53 bonus

54 bSPGainValue,10;

55 }

Equip Script None
Unequip Script None