Illusion Guard
| Item ID | 460017 | Name | Illusion Guard |
|
A shield made to simply block enemy attacks.
_______________________ ASPD +2 _______________________ For each 2 Refine Levels: Perfect HIT +3% (Up to Refine Level 12) _______________________ Type: Shield Defense: 60 Weight: 60 _______________________ Requirement: Base Level 120 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Guard_IL | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 60 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 60 | Min Equip Level | 120 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAspd,2; bonus bPerfectHitAddRate,3*(min(getrefine(),12)/2); |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_L);
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
.@sum = .@r + .@r_weapon;
bonus bMatk,50;
if (.@r >= 6 && .@r_weapon >= 7) {
bonus bPerfectHitAddRate,10;
}
if (.@sum >= 18) {
bonus2 bMagicAtkEle,Ele_All,15;
bonus3 bAutoSpell,"SO_CLOUD_KILL",3,70;
}
if (.@sum >= 22) {
autobonus3 "{ bonus5 bAutoSpell,\"SO_POISON_BUSTER\",1,10,BF_MAGIC,1; }",100,30000,"SO_CLOUD_KILL";
}
|
Illusion Guard Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 21388 | Diligent Andre Larva | 0.005% | YES | 164 | Insect | Level 0 Neutral | ant_d02_i |
| 21395 | Silent Maya | 1.25% | YES | 175 | Insect | Level 0 Neutral | ant_d02_i |