ID #20866
Armor
Golden Angel Wing [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 10
Slots: 1
Armor level: 1
Required level: 1
Defense: 20
Weight: 10
Slots: 1
Armor level: 1
Required level: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
10
Defense
20
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@r = getrefine(); if (readparam(bStr) >= 90) { bonus bBaseAtk,15; if (.@r >= 9) bonus bBaseAtk,15; } if (readparam(bInt) >= 90) { bonus bMatk,15; if (.@r >= 9) bonus bMatk,15; } if (readparam(bVit) >= 90) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@r >= 9) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } } if (readparam(bAgi) >= 90) { bonus bAspd,1; if (.@r >= 9) bonus bAspd,1; } if (readparam(bDex) >= 90) { bonus bLongAtkRate,5; if (.@r >= 9) bonus bLongAtkRate,5; } if (readparam(bLuk) >= 90) { bonus bCritAtkRate,5; if (.@r >= 9) bonus bCritAtkRate,5; }
.@r = getrefine();
if (readparam(bStr) >= 90) {
bonus bBaseAtk,15;
if (.@r >= 9)
bonus bBaseAtk,15;
}
if (readparam(bInt) >= 90) {
bonus bMatk,15;
if (.@r >= 9)
bonus bMatk,15;
}
if (readparam(bVit) >= 90) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r >= 9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}
}
if (readparam(bAgi) >= 90) {
bonus bAspd,1;
if (.@r >= 9)
bonus bAspd,1;
}
if (readparam(bDex) >= 90) {
bonus bLongAtkRate,5;
if (.@r >= 9)
bonus bLongAtkRate,5;
}
if (readparam(bLuk) >= 90) {
bonus bCritAtkRate,5;
if (.@r >= 9)
bonus bCritAtkRate,5;
}