Will of Sword and Zen
| Item ID | 470254 | Name | Will of Sword and Zen |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | KenZen_Ichinyo | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 25 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 70 | Min Equip Level | 200 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus bMaxHPrate,4*.@r;
if (.@r>=5) {
bonus bDelayrate,-15;
bonus bAtkRate,15;
bonus bMatkRate,15;
if (.@r>=7) {
bonus bDelayrate,-25;
bonus bAtkRate,25;
bonus bMatkRate,25;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bCritical,25; bonus bCritAtkRate,30; |