Racing Cap (Warlock)
| Item ID | 19193 | Name | Racing Cap (Warlock) |
|
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.
_______________________ For each 2 Refine Levels: MATK +10 _______________________ For each 3 Refine Levels: Increases Attack Speed (decreases After Attack Delay by 2%). _______________________ Refine Level +8: For each Level of Meteor Storm and Lord of Vermilion: Decreases Tetra Vortex skill cooldown by 0.5 seconds. _______________________ Refine Level +11: Decreases Variable Casting Time of Mystical Amplification by 50%. (However, it does not overlap with the Casting Time Reduction of Staff of Destruction.) _______________________ Type: Headgear Defense: 10 Position: Upper Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 100 Warlock |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Racing_C_Warlock | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 10 | Equippable Jobs | Wizard | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be sold to NPC, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
bonus2 bSkillCooldown,"WL_TETRAVORTEX",-500*(getskilllv("WZ_METEOR")+getskilllv("WZ_VERMILION"));
if (.@r>=11)
bonus2 bFixedCastrate,"HW_MAGICPOWER",-50;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bVariableCastrate,"HW_MAGICPOWER",50; |
||||
|
bonus2 bSkillCooldown,"WL_FROSTMISTY",-1000; |
||||
|
bonus2 bSkillCooldown,"WL_FROSTMISTY",-3000; bonus2 bSkillAtk,"WL_JACKFROST",30; |
||||
|
bonus2 bSkillCooldown,"WL_FROSTMISTY",-5000; bonus2 bSkillAtk,"WL_JACKFROST",60; |
||||
|
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
bonus2 bVariableCastrate,"HW_MAGICPOWER",-50;
autobonus3 "{ bonus2 bSkillAtk,\"WL_TETRAVORTEX\",15; }",1000,5000,"HW_MAGICPOWER";
}
|
||||
|
bonus2 bVariableCastrate,"HW_MAGICPOWER",50; |