ID #460095
Armor
Aegis of the Illusive-LT [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 80
Weight: 300
Slots: 1
Armor level: 2
Required level: 210
Defense: 80
Weight: 300
Slots: 1
Armor level: 2
Required level: 210
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
80
Job Requirements
Priest
Yes
Requirements
Armor Level
2
Min Level
210
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bCritical,15; bonus2 bSubClass,Class_Boss,15; bonus2 bSubClass,Class_Normal,15; if (.@r>=7) { bonus bAspd,2; bonus bMaxHPrate,5; if (.@r>=9) { bonus2 bSkillCooldown,"CD_PETITIO",-1000; if (.@r>=11) { bonus bDelayrate,-10; bonus bCritAtkRate,20; if (.@r>=12) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,10; if (.@g>=ENCHANTGRADE_C) { bonus bCritical,15; bonus bPAtk,4; if (.@g>=ENCHANTGRADE_B) { bonus bMaxHP,5000; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddSize,Size_All,20; bonus bNoWalkDelay; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bCritical,15;
bonus2 bSubClass,Class_Boss,15;
bonus2 bSubClass,Class_Normal,15;
if (.@r>=7) {
bonus bAspd,2;
bonus bMaxHPrate,5;
if (.@r>=9) {
bonus2 bSkillCooldown,"CD_PETITIO",-1000;
if (.@r>=11) {
bonus bDelayrate,-10;
bonus bCritAtkRate,20;
if (.@r>=12) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,10;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritical,15;
bonus bPAtk,4;
if (.@g>=ENCHANTGRADE_B) {
bonus bMaxHP,5000;
bonus bPAtk,6;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddSize,Size_All,20;
bonus bNoWalkDelay;
}
}
}
}