Viewing Item

#470130: End of the World

Item ID 470130 For Sale No
Identifier End_of_the_World Credit Price Not For Sale
Name End of the World Type Armor
NPC Buy 0 Weight 40
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 Special shoes made for assassins.
By wearing it, you will develop strong leg strength and rotational power.
_______________________
MaxHP +3%, MaxSP +3%.
_______________________
Decreases damage taken from Players by 10%.
_______________________
For each Level of Cross Impact:
Decreases Hallucination Walk skill cooldown by 5 seconds.
_______________________
For each Level of Cross Ripper Slasher:
Increases Physical Damage by 10%.
_______________________
When Level 5 Hallucination Walk is learned:
Decreases damage taken from monsters of Boss class by 5%.
_______________________
For each Level of Rolling Cutter:
Increases damage of Counter Slash by 6%.
Increases damage of Rolling Cutter by 100%.
_______________________
Refine Level +5:
MaxHP +7%, MaxSP +7%.
Decreases After Skill Delay by 10%.
_______________________
Refine Level +7:
MaxHP +10%, MaxSP +10%.
Decreases After Skill Delay by additional 10%.
_______________________
Type: Shoes
Defense: 12
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Footgear
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,3;

6 bonus

7 bMaxSPrate,3;

8 bonus2

9 bSubRace,RC_Player_Human,10;

10 bonus2

11 bSkillCooldown,"GC_HALLUCINATIONWALK",-5000*getskilllv("GC_CROSSIMPACT");

12 bonus

13 bAtkRate,10*getskilllv("GC_CROSSRIPPERSLASHER");

14 bonus2

15 bSkillAtk,"GC_COUNTERSLASH",6*getskilllv("GC_ROLLINGCUTTER");

16 bonus2

17 bSkillAtk,"GC_ROLLINGCUTTER",100*getskilllv("GC_ROLLINGCUTTER");

18 if

19 (getskilllv("GC_HALLUCINATIONWALK")

20 ==

21 5)

22 bonus2

23 bSubClass,Class_All,5;

24 if

25 (.@r

26 =5)

27 {

28 bonus

29 bMaxHPrate,7;

30 bonus

31 bMaxSPrate,7;

32 bonus

33 bDelayrate,-10;

34 }

35 if

36 (.@r

37 =7)

38 {

39 bonus

40 bMaxHPrate,10;

41 bonus

42 bMaxSPrate,10;

43 bonus

44 bDelayrate,-10;

45 }

Equip Script None
Unequip Script None