Boosting Glacier Sotaedo
| Item ID | 510123 | Name | Boosting Glacier Sotaedo |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Z_Boost_N_Sotaedo | ||
| Attack | 70 | Type | Weapon - Dagger | ||
| MATK | 157 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Ninja, Kagerou / Oboro | ||
| 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 bMatkRate,5;
bonus bMatk,4*(.@r/2);
bonus bAgi,.@r/2;
if (.@r>=7) {
bonus2 bIgnoreMdefRaceRate,RC_All,10;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-10;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-10;
if (.@r>=9) {
bonus bVariableCastrate,-5;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMatkRate,5; bonus2 bIgnoreMdefRaceRate,RC_All,5; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5; |