ID #490218
Armor
Pure Heart [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)/16); .@b = (readparam(bInt)/16); bonus bMdef,15; bonus bVariableCastrate,-5-.@b; bonus bAtkRate,5+.@a; bonus bMatkRate,5+.@b; bonus bStr,5; bonus bInt,5; bonus2 bAddClass,Class_Normal,5; bonus2 bMagicAddClass,Class_Normal,5; bonus bDelayrate,-.@a; if (BaseJob == Job_Merchant) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; }
.@a = (readparam(bStr)/16);
.@b = (readparam(bInt)/16);
bonus bMdef,15;
bonus bVariableCastrate,-5-.@b;
bonus bAtkRate,5+.@a;
bonus bMatkRate,5+.@b;
bonus bStr,5;
bonus bInt,5;
bonus2 bAddClass,Class_Normal,5;
bonus2 bMagicAddClass,Class_Normal,5;
bonus bDelayrate,-.@a;
if (BaseJob == Job_Merchant) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
}