Boosting Glacier One-Handed Sword
| Item ID | 500082 | Name | Boosting Glacier One-Handed Sword |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Z_Boost_N_OH_Sword | ||
| Attack | 197 | Type | Weapon - One-Handed Sword | ||
| MATK | 130 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice, Swordman, Merchant, Thief, Knight, Blacksmith, Assassin, Crusader, Rogue, Alchemist | ||
| 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 bUnbreakableWeapon;
bonus bAtkRate,10;
bonus bMatkRate,10;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus bVit,.@r/2;
if (.@r>=7) {
bonus2 bIgnoreDefRaceRate,RC_All,25;
bonus2 bIgnoreMdefRaceRate,RC_All,25;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-25;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-25;
if (.@r>=9) {
bonus bAtkRate,5;
bonus bMatkRate,5;
}
}
|
||||