Engraved Orlean's Glove
| Item ID | 490160 | Name | Engraved Orlean's Glove |
|
Gloves used by the best court chefs. It looks like it can imitate his hand movements when worn.
It was strengthened due to Varmundt's rune engraving. _______________________ SPL +2, CRT +2, S.MATK +3. _______________________ Type: Accessory Defense: 0 Weight: 10 Armor Level: 2 _______________________ Requirement: Base Level 210 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | ST_Orleans_Glove | ||
| 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 | 210 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bSMatk,3; bonus bSpl,2; bonus bCrt,2; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bVariableCastrate,-5;
bonus bSMatk,2;
if (getequiprefinerycnt(EQI_HAND_L) >= 9) {
bonus bVariableCastrate,-5;
bonus bSpl,1;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bMatkRate,(.@r/3);
if (@r >= 9) {
bonus bVariableCastrate,-10;
if (@r >= 11) {
bonus2 bMagicAtkEle,Ele_Earth,20;
bonus2 bMagicAtkEle,Ele_Water,20;
bonus2 bMagicAtkEle,Ele_Wind,20;
if (@r >= 13) {
bonus bUnbreakableArmor;
}
}
}
|