ID #490189
Armor
Garnet Brooch [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 100
Slots: 1
Armor level: 1
Required level: 100
Defense: 10
Weight: 100
Slots: 1
Armor level: 1
Required level: 100
Basic Information
Type
Armor
Weight
100
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}