ID #15239
Armor
Angeling Robes [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 77
Weight: 400
Slots: 1
Armor level: 1
Required level: 90
Defense: 77
Weight: 400
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
Weight
400
Defense
77
Job Requirements
Novice
Yes
Super Novice
Yes
Requirements
Armor Level
1
Min Level
90
Scripts
Script .@r = getrefine(); bonus bMaxHP,1000+((BaseLevel-100)*30); bonus bMaxSP,100+((BaseLevel-100)*3); if (.@r>=7) { bonus bMatkRate,10; if (.@r>=10) { skill "BS_ADRENALINE",5; if (.@r>=12) { bonus bDefEle,Ele_Holy; } } }
.@r = getrefine();
bonus bMaxHP,1000+((BaseLevel-100)*30);
bonus bMaxSP,100+((BaseLevel-100)*3);
if (.@r>=7) {
bonus bMatkRate,10;
if (.@r>=10) {
skill "BS_ADRENALINE",5;
if (.@r>=12) {
bonus bDefEle,Ele_Holy;
}
}
}