ID #490246
Armor
Vassalage Ring [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Slots: 1
Armor level: 1
Required level: 30
Weight: 100
Slots: 1
Armor level: 1
Required level: 30
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
30
Scripts
Script .@a = 5; .@b = BaseLevel/35; if (BaseLevel>=175) { .@a = .@a*2; .@b = .@b*2; } bonus bAtkRate,.@a; bonus bCritAtkRate,.@b;
.@a = 5;
.@b = BaseLevel/35;
if (BaseLevel>=175) {
.@a = .@a*2;
.@b = .@b*2;
}
bonus bAtkRate,.@a;
bonus bCritAtkRate,.@b;