ID #460094
Armor
Aegis of the Illusive [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 40
Weight: 300
Slots: 1
Armor level: 1
Required level: 190
Defense: 40
Weight: 300
Slots: 1
Armor level: 1
Required level: 190
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
300
Defense
40
Job Requirements
Priest
Yes
Requirements
Armor Level
1
Min Level
190
Scripts
Script .@r = getrefine(); bonus bCritical,5; bonus2 bSubClass,Class_Normal,10; if (.@r>=7) { bonus bAspd,2; if (.@r>=9) { bonus2 bSkillCooldown,"CD_PETITIO",-200; if (.@r>=11) { bonus bDelayrate,-5; bonus bCritAtkRate,10; } } }
.@r = getrefine();
bonus bCritical,5;
bonus2 bSubClass,Class_Normal,10;
if (.@r>=7) {
bonus bAspd,2;
if (.@r>=9) {
bonus2 bSkillCooldown,"CD_PETITIO",-200;
if (.@r>=11) {
bonus bDelayrate,-5;
bonus bCritAtkRate,10;
}
}
}