Booster Staff
| Item ID | 640000 | Name | Booster Staff |
|
A special staff prepared for your rapid growth.
_______________________ Indestructible in battle _______________________ MATK +200 _______________________ MATK +2% _______________________ Increases Magical Damage with Fire element by 3%. _______________________ For each Refine Level: MATK +3 _______________________ For each 15 Base Level: MATK +3 (Up to Base Level 180) _______________________ Refine Level +7: For each Level of Mystical Amplification: Increases Magical Damage with Fire element by additional 1%. _______________________ Refine Level +9: Increases Magical Damage with Ghost, Wind, Water element by 10%. _______________________ When equipped with Elemental Booster Robe, Elemental Booster Muffler, Elemental Booster Shoes and Elemental Booster Earring: MATK +20 Increases Magical Damage against enemies of every size by 10%. For each 15 Base Level: Increases damage of Crimson Rock by 1%. (Up to Base Level 180) When using Mystical Amplification: Increases damage of Crimson Rock by additional 20% for 60 seconds. _______________________ When equipped with Default Booster Robe, Default Booster Muffler, Default Booster Shoes and Default Booster Earring: MATK +20 Decreases After Skill Delay by 10%. For each 15 Base Level: Increases damage of Soul Expansion by 1%. (Up to Base Level 180) When using Mystical Amplification: Increases damage of Soul Expansion by additional 20% for 60 seconds. _______________________ Type: Two-Handed Staff Attack: 100 Weight: 0 Weapon Level: 4 _______________________ Requirement: Base Level 100 Warlock |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Boost_Staff | ||
| Attack | 100 | Type | Weapon - Two-Handed Staff | ||
| MATK | 200 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Wizard | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bUnbreakableWeapon;
bonus bMatkRate,2;
bonus2 bMagicAtkEle,Ele_Fire,3;
.@r = getrefine();
bonus bMatk,.@r*3;
bonus bMatk,min(BaseLevel,180)/15*3;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Fire,getskilllv("HW_MAGICPOWER");
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Ghost,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
bonus2 bMagicAtkEle,Ele_Water,10;
}
|
||||
| Set | Script | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,20;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"WL_CRIMSONROCK",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"WL_CRIMSONROCK\",20; }",1000,60000,"HW_MAGICPOWER";
|
||||||||||
|
bonus bMatk,20;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"WL_SOULEXPANSION",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"WL_SOULEXPANSION\",20; }",1000,60000,"HW_MAGICPOWER";
|