Illusion Infiltrator
| Item ID | 28022 | Name | Illusion Infiltrator |
|
A lethal Katar that has been perfectly designed to carry out quick assasinations.
_______________________ Increases Physical Damage on Demi-Human race by 60%. _______________________ DEF +3 FLEE +5 Perfect Dodge +2. _______________________ Refine Level +9: FLEE +5 Pefect Dodge +2 _______________________ Refine Level +10: ATK +5% _______________________ When equipped with Illusion Ring: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level of Illusion Infiltrator is +9 or higher: Increases Critical Damage by 10%. _______________________ Refine Level of Illusion Infiltrator is +11 or higher: Increases Physical Damage against enemies of Brute race by 25%. _______________________ Type: Katar Attack: 200 Weight: 150 Weapon Level: 4 _______________________ Requirement: Base Level 100 Guillotine Cross |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Infiltrator_IL | ||
| Attack | 200 | Type | Weapon - Katar | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Assassin | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Upper, Third, Third Upper, Third Baby | ||
| Weight | 150 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bAddRace,RC_DemiHuman,60;
bonus2 bAddRace,RC_Player_Human,60;
bonus bDef,3;
.@flee = 5;
.@flee2 = 2;
if (getrefine() >= 9) {
.@flee += 5;
.@flee2 += 2;
bonus2 bAddClass,Class_All,5;
}
bonus bFlee,.@flee;
bonus bFlee2,.@flee2;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bAspdRate,10;
if (.@r >= 9) {
bonus bCritAtkRate,10;
if (.@r >= 11) {
bonus2 bAddRace,RC_Brute,25;
bonus2 bAddRace,RC_Player_Doram,25;
}
}
|
||||
|
bonus bAspd,1; bonus2 bAddSize,Size_All,10; bonus3 bAutoSpell,"NPC_VAMPIRE_GIFT",3,70; bonus2 bSkillAtk,"NPC_VAMPIRE_GIFT",8*(getequiprefinerycnt(EQI_HAND_R)/2); |
||||
|
bonus bAspd,1; bonus2 bAddSize,Size_All,10; bonus3 bAutoSpell,"NPC_VAMPIRE_GIFT",3,70; |
Illusion Infiltrator Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 3753 | Living Dead | 0.025% | YES | 142 | Undead | Level 0 Neutral | gef_d01_i |
| 3757 | Dracula of Rage | 5% | YES | 139 | Demon | Level 0 Neutral | gef_d01_i |