Boosting Ice & Snow Sword
| Item ID | 600046 | Name | Boosting Ice & Snow Sword |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Z_Boost_P_Sword | ||
| Attack | 543 | Type | Weapon - Two-Handed Sword | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Swordman, Knight, Crusader | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkRate,25;
bonus bBaseAtk,15*(.@r/2);
if (.@r>=6) {
bonus bShortAtkRate,15;
if (.@r>=7) {
bonus2 bIgnoreDefRaceRate,RC_All,25;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;
if (.@r>=9) {
bonus bAspdRate,15;
}
}
}
|
||||