Sceptre of Exiled Kingdom
| Item ID | 590014 | Name | Sceptre of Exiled Kingdom |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Meer_Sceptre | ||
| Attack | 200 | Type | Weapon - Mace | ||
| MATK | 360 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Priest, Monk | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 290 | 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 bInt,3;
bonus bDex,5;
skill "CR_GRANDCROSS",1;
bonus2 bMagicAtkEle,Ele_Holy,10*.@r;
if (.@r>=5) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
if (.@r>=7)
skill "CR_GRANDCROSS",min(10,.@r);
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
if (.@r>=10)
skill "BS_ADRENALINE",5;
|
||||