ID #450260
Armor
Booster Adventurer's Premium Cloth [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 90
Slots: 1
Armor level: 1
Required level: 90
Defense: 90
Slots: 1
Armor level: 1
Required level: 90
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
90
Requirements
Armor Level
1
Min Level
90
Scripts
Script .@r = getrefine(); bonus bAgi,5; bonus bDex,5; bonus bMaxHP,1100; bonus bMaxSP,100; bonus bDef,80; bonus bMdef,5; if (.@r>=5) { bonus bDef,20; bonus bMaxSP,50; if (.@r>=7) { bonus bDex,5; if (.@r>=9) { bonus bAtkRate,2; bonus bMatkRate,2; } } }
.@r = getrefine();
bonus bAgi,5;
bonus bDex,5;
bonus bMaxHP,1100;
bonus bMaxSP,100;
bonus bDef,80;
bonus bMdef,5;
if (.@r>=5) {
bonus bDef,20;
bonus bMaxSP,50;
if (.@r>=7) {
bonus bDex,5;
if (.@r>=9) {
bonus bAtkRate,2;
bonus bMatkRate,2;
}
}
}