Booster Rod
| Item ID | 550001 | Name | Booster Rod |
|
A special wand prepared for your rapid growth.
_______________________ MATK +170 _______________________ Indestructible in battle _______________________ MATK +2% _______________________ Increases Magical Damage with Shadow 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 Sprint: Increases Magical Damage with Shadow element by additional 1%. _______________________ Refine Level +9: Increases Magical Damage against enemies of every size 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 additional 10%. For each 15 Base Level: Increases damage of Eswhoo by 1%. (Up to Base Level 180) When using Espa: Increases damage of Eswhoo 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 Variable Casting Time by 10%. For each 15 Base Level: Increases damage of Curse Explosion by 1%. (Up to Base Level 180) When using Curse of Wicked Soul: Increases damage of Curse Explosion by additional 20% for 60 seconds. _______________________ Type: One-Handed Staff Attack: 120 Weight: 0 Weapon Level: 4 _______________________ Requirement: Base Level 100 Soul Reaper |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Boost_Soul_Rod | ||
| Attack | 120 | Type | Weapon - Staff | ||
| MATK | 170 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Soul Linker | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 70 | 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_Dark,3;
.@r = getrefine();
bonus bMatk,.@r*3;
bonus bMatk,min(BaseLevel,180)/15*3;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Dark,getskilllv("TK_RUN");
}
if (.@r>=9) {
bonus2 bMagicAddSize,Size_All,10;
}
|
||||
| Set | Script | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,20;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"SP_SWHOO",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"SP_SWHOO\",60; }",1000,60000,"SP_SPA";
|
||||||||||
|
bonus bMatk,20;
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"SP_CURSEEXPLOSION",min(BaseLevel,180)/15*2;
autobonus3 "{ bonus2 bSkillAtk,\"SP_CURSEEXPLOSION\",20; }",1000,60000,"SP_SOULCURSE";
|