Conqueror's Magic Ring
| Item ID | 28548 | Name | Conqueror's Magic Ring |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | 90Lv_Mring | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 90 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bInt,3; bonus bDex,2; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,30;
if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) {
bonus bMatkRate,4;
bonus bVariableCastrate,-10;
bonus bFixedCastrate,-15;
}
|