Illusion Katar of Frozen Icicle
| Item ID | 610012 | Name | Illusion Katar of Frozen Icicle |
|
A katar fashioned from a cold, sharp icicle.
_______________________ For each Refine Level: ATK +5 _______________________ Refine Level +7: Increases damage of Cross Impact by 20%. _______________________ Refine Level +9: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level +11: Critical +15 Increases Physical Damage against enemies of Fire elemental enemies and Insect race by 10%. _______________________ When equipped with Illusion Ring: ATK +5% Refine Level of Illusion Katar of Frozen Icicle is +9: Increases Critical Damage by 20%. Refine Level of Illusion Katar of Frozen Icicle is +11: Critical +15 for 10 seconds when using Venom Impress skill. _______________________ Type: Katar Attack: 220 Weight: 120 Weapon Level: 4 _______________________ Requirement: Base Level 120 Assassin classes |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | KatarOfCold_Icicle_IL | ||
| Attack | 220 | 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 | None | ||
| Weight | 120 | Min Equip Level | 120 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bBaseAtk,5*.@r;
if (.@r>=7) {
bonus2 bSkillAtk,"GC_CROSSIMPACT",20;
}
if (.@r>=9) {
bonus bAspdRate,10;
}
if (.@r>=11) {
bonus2 bAddRace,RC_Insect,10;
bonus2 bAddEle,Ele_Fire,10;
bonus bCritical,15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_ARMOR);
bonus bAtkRate,5;
if (.@sum >= 7) {
bonus bCritical,5;
}
if (.@sum >= 18) {
bonus bCritAtkRate,15;
}
if (.@sum >= 22) {
bonus2 bAddEle,Ele_Fire,10;
bonus2 bAddRace,RC_Insect,10;
}
|
||||
|
bonus bAtkRate,5;
if (getequiprefinerycnt(EQI_HAND_R) >= 9) {
bonus bCritAtkRate,20;
}
if (getequiprefinerycnt(EQI_HAND_R) >= 11) {
autobonus3 "{ bonus bCritical,15; }",1000,30000,"GC_VENOMIMPRESS";
}
|
Illusion Katar of Frozen Icicle Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 20803 | Deep Sea Deviace | 0.025% | YES | 150 | Fish | Level 0 Neutral | iz_d04_i |
| 20843 | Deep Sea Witch | 5% | YES | 205 | Demon | Level 0 Neutral | iz_d04_i |