Artwork unavailable
RENEWAL / ITEMS
Garnet Brooch [1]
#490189Armor
Wine_Jewel_Brooch_TW
TypeArmor
Equipment positionAccessory (Left)
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory (Left)
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect 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;
}