ID #18960
Armor
Love Daddy 2013 [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 10
Slots: 1
Armor level: 1
Defense: 10
Weight: 10
Slots: 1
Armor 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
10
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; 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 bMaxHP,500; if (.@r >= 9) bonus bMaxHP,500; } if (readparam(bAgi) >= 90) { bonus bAspdRate,2; if (.@r >= 9) bonus bAspdRate,3; } if (readparam(bDex) >= 90) { bonus bLongAtkRate,3; if (.@r >= 9) bonus bLongAtkRate,3; } if (readparam(bLuk) >= 90) { bonus bCritical,5; if (.@r >= 9) bonus bCritical,5; }
.@r = getrefine();
bonus2 bAddClass,Class_All,2;
bonus bMatkRate,2;
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 bMaxHP,500;
if (.@r >= 9)
bonus bMaxHP,500;
}
if (readparam(bAgi) >= 90) {
bonus bAspdRate,2;
if (.@r >= 9)
bonus bAspdRate,3;
}
if (readparam(bDex) >= 90) {
bonus bLongAtkRate,3;
if (.@r >= 9)
bonus bLongAtkRate,3;
}
if (readparam(bLuk) >= 90) {
bonus bCritical,5;
if (.@r >= 9)
bonus bCritical,5;
}