Viewing Item

#2400: Pollux Shoes

Item ID 2400 For Sale No
Identifier Pollux_Shoes_J Credit Price Not For Sale
Name Pollux Shoes Type Armor
NPC Buy 20 Weight 40
NPC Sell 10 Weapon Level 0
Range 0 Defense 25
Slots 0 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description Shoes imbued with the power of Pollux, one of the great winter hexagons.
_______________________
MDEF +5
ATK +50
Increases Attack Speed (decreases After Attack Delay by 10%).
MaxHP +10%, MaxSP +10%
_______________________
When equipped by Star Emperor:
ATK +80
MaxHP + 10%AMaxSP + 10%
Physical attacks recovers 2 SP.
Decreases damage taken from enemies of Boss class by 5%.
_______________________
Refine Level +8:
Decreases Fixed Casting Time by 60%.

For each Base Level:
Increases damage of Flying Kick by 5%.
_______________________
When equipped with Pollux Manteau:
MaxHP +2000, MaxSP +200
Increases Physical Damage against enemies of every size by 30%.
_______________________
When equipped by Star Emperor and with Zodiac:
For each Refine Level:
Perfect HIT +2%
_______________________
[Pollux Shoes] can only be sold to NPCs or moved to the storage.
_______________________
Type: Shoes
Defense: 25
Weight: 40
Armor Level: 1
_______________________
Requirement: None
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 bMdef,5;

6 bonus

7 bBaseAtk,50;

8 bonus

9 bAspdRate,10;

10 bonus

11 bMaxHPrate,10;

12 bonus

13 bMaxSPrate,10;

14 if

15 (eaclass()&EAJL_THIRD

16 &&

17 BaseJob

18 ==

19 Job_Star_Gladiator)

20 {

21 bonus

22 bBaseAtk,80;

23 bonus

24 bMaxHPrate,10;

25 bonus

26 bMaxSPrate,10;

27 bonus

28 bSPDrainValue,2;

29 bonus2

30 bSubClass,Class_Boss,5;

31 if

32 (.@r

33 =8)

34 {

35 bonus

36 bFixedCastrate,-60;

37 bonus2

38 bSkillAtk,"TK_JUMPKICK",5*BaseLevel;

39 }

40 }

Equip Script None
Unequip Script None