Viewing Item

#470254: Will of Sword and Zen

Item ID 470254 For Sale No
Identifier KenZen_Ichinyo Credit Price Not For Sale
Name Will of Sword and Zen Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 25
Slots 1 Refineable Yes
Attack 0 Min Equip Level 200
MATK 0 Max Equip Level None
Description The ultimate state of Kendo is the same as the state of no thoughts and no regrets in Zen.
_______________________
MDEF +15
_______________________
Decreases damage taken from monsters of Normal and Boss class by 5%.
Decreases damage taken from Players by 10%.
_______________________
For each Refine Level:
MaxHP +4%
_______________________
Refine Level +5:
Decreases After Skill Delay by 15%.
Increases Damage by 15%.
_______________________
Refine Level +7:
Decreases After Skill Delay by additional 25%.
Increases Damage by additional 25%.
_______________________
When enchanted with Calamity General:
Critical +25
Increases Critical Damage by 30%.
_______________________
Type: Shoes
Defense: 25
Weight: 70
Armor Level: 1
_______________________
Requirement:
Base Level 200
All 4th Jobs
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,15;

6 bonus2

7 bSubClass,Class_Boss,5;

8 bonus2

9 bSubClass,Class_Normal,5;

10 bonus2

11 bSubRace,RC_Player_Doram,10;

12 bonus2

13 bSubRace,RC_Player_Human,10;

14 bonus

15 bMaxHPrate,4*.@r;

16 if

17 (.@r

18 =5)

19 {

20 bonus

21 bDelayrate,-15;

22 bonus

23 bAtkRate,15;

24 bonus

25 bMatkRate,15;

26 if

27 (.@r

28 =7)

29 {

30 bonus

31 bDelayrate,-25;

32 bonus

33 bAtkRate,25;

34 bonus

35 bMatkRate,25;

36 }

37 }

Equip Script None
Unequip Script None