ID #19252
Armor
Kardui Ears
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 300
Armor level: 1
Required level: 70
Weight: 300
Armor level: 1
Required level: 70
Basic Information
Type
Armor
Weight
300
Requirements
Armor Level
1
Min Level
70
Scripts
Script .@a = readparam(bDex); bonus bMatk,2*(.@a/10); if (.@a >= 108) { bonus bVariableCastrate,-10; bonus bMatk,30; } if (.@a >= 120) { bonus bVariableCastrate,-5; bonus bMatk,80; }
.@a = readparam(bDex);
bonus bMatk,2*(.@a/10);
if (.@a >= 108) {
bonus bVariableCastrate,-10;
bonus bMatk,30;
}
if (.@a >= 120) {
bonus bVariableCastrate,-5;
bonus bMatk,80;
}