Garnet Brooch
| Item ID | 490189 | Name | Garnet Brooch |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Wine_Jewel_Brooch_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left | ||
| Defense | 10 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@a = (readparam(bStr)+readparam(bLuk))/24;
.@b = (readparam(bInt)+readparam(bDex))/24;
bonus bMdef,15;
bonus bAtkRate,5+(readparam(bStr)/16);
bonus bMatkRate,5+(readparam(bInt)/16);
bonus bDelayrate,-5;
bonus2 bSubEle,Ele_All,5;
bonus bLongAtkDef,5;
if (BaseJob == Job_SuperNovice) {
skill "MG_ENERGYCOAT",1;
bonus bShortAtkRate,.@a;
bonus bLongAtkRate,.@a;
bonus2 bMagicAtkEle,Ele_All,2*.@b;
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus2 bSubEle,Ele_All,5; |
||||||
|
bonus2 bSubEle,Ele_Neutral,3*getequiprefinerycnt(EQI_SHOES); |
||||||
|
.@r = getequiprefinerycnt(EQI_SHOES); bonus2 bSubEle,Ele_Neutral,3*(.@r/3); bonus2 bSubEle,Ele_Earth,3*(.@r/4); bonus2 bSubEle,Ele_Fire,3*(.@r/4); bonus2 bSubEle,Ele_Water,3*(.@r/4); bonus2 bSubEle,Ele_Wind,3*(.@r/4); |