ID #28983
Armor
[Not For Sale] Shield of Angel [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 100
Weight: 2500
Slots: 1
Armor level: 1
Required level: 100
Defense: 100
Weight: 2500
Slots: 1
Armor level: 1
Required level: 100
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
2500
Defense
100
Job Requirements
Alchemist
Yes
Blacksmith
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bUnbreakableShield; bonus bBaseAtk,10*(.@r/2); if (.@r>=7) bonus bAspdRate,10; if (.@r>=9) { bonus bLongAtkRate,10; bonus bDelayrate,-5; } if (.@r>=11) { bonus2 bSkillAtk,"GN_CARTCANNON",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; }
.@r = getrefine();
bonus bUnbreakableShield;
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7)
bonus bAspdRate,10;
if (.@r>=9) {
bonus bLongAtkRate,10;
bonus bDelayrate,-5;
}
if (.@r>=11) {
bonus2 bSkillAtk,"GN_CARTCANNON",15;
bonus2 bSkillAtk,"NC_ARMSCANNON",15;
}