Bodyguard Suit
| Item ID | 15243 | Name | Bodyguard Suit |
|
A suit used by a ninja hired by the mine owner as a watchman.
_______________________ STR +2 _______________________ Decreases SP Consumption by 10%. _______________________ Refine Level +7: Decreases After Skill Delay by 5%. Decreases SP Consumption by additional 5%. _______________________ Refine Level +9: Decreases After Skill Delay by additional 5%. Decreases SP Consumption by additional 5%. _______________________ Type: Armor Defense: 50 Weight: 50 Armor Level: 1 _______________________ Requirement: Base Level 130 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Golden_Ninja_Suit_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 50 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bStr,2;
bonus bUseSPrate,-10;
if (.@r>=7) {
bonus bDelayrate,-5;
bonus bUseSPrate,-5;
if (.@r>=9) {
bonus bDelayrate,-5;
bonus bUseSPrate,-5;
}
}
|
||||