ID #15932
Armor
Vassalage Necklace
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Armor level: 1
Required level: 30
Weight: 100
Armor level: 1
Required level: 30
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
30
Scripts
Script .@a = BaseLevel/35; .@b = 2*.@a; if (BaseLevel>=175) { .@a = .@a*2; .@b = .@b*2; } bonus bShortAtkRate,.@a; bonus bHit,.@b;
.@a = BaseLevel/35;
.@b = 2*.@a;
if (BaseLevel>=175) {
.@a = .@a*2;
.@b = .@b*2;
}
bonus bShortAtkRate,.@a;
bonus bHit,.@b;