Booster Spear
| Item ID | 530000 | Name | Booster Spear |
|
A special One-Handed Spear prepared for your rapid growth.
_______________________ MATK +160 ATK +3% _______________________ Increases Magical Damage with Holy element by 3%. _______________________ For each Refine Level: ATK +2 MATK +2 _______________________ For each 15 Base Level: ATK +3 MATK +3 (Up to Base Level 180) _______________________ Refine Level +7: For each Level of Faith: Increases Magical Damage with Holy element by additional 1%. _______________________ Refine Level +9: Increases Ranged Physical Damage by 10%. _______________________ When equipped with Default Booster Robe, Default Booster Muffler, Default Booster Shoes and Default Booster Earring: MATK +20 Decreases After Skill Delay by 15%. For each 15 Base Level: Increases damage of Genesis Ray by 1%. (Up to Base Level 180) When using Cure: Increases damage of Genesis Ray by additional 20% for 60 seconds. _______________________ When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch: ASPD +2 Increases Ranged Physical Damage by 10%. For each 15 Base Level: Increases damage of Banishing Point by 2%. (Up to Base Level 180) When using Spear Quicken: Increases damage of Banishing Point by additional 35% for 60 seconds. _______________________ Type: One-Handed Spear Attack: 160 Weight: 0 Weapon Level: 4 _______________________ Requirement: Base Level 100 Royal Guard |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Boost_Spear | ||
| Attack | 160 | Type | Weapon - One-Handed Spear | ||
| MATK | 160 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Crusader | ||
| Range | 3 | 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 bMatkRate,3;
bonus bAtkRate,3;
bonus2 bMagicAtkEle,Ele_Holy,3;
.@r = getrefine();
if (.@r) {
bonus bBaseAtk,.@r*2;
bonus bMatk,.@r*2;
}
.@i = min(BaseLevel,180)/15*3;
bonus bBaseAtk,.@i;
bonus bMatk,.@i;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Holy,getskilllv("CR_TRUST");
}
if (.@r>=9) {
bonus bLongAtkRate,10;
}
|
||||
| Set | Script | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,20;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"LG_RAYOFGENESIS\",20; }",1000,60000,"AL_CURE";
|
||||||||||
|
bonus bAspd,2;
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",min(BaseLevel,180)/15*2;
autobonus3 "{ bonus2 bSkillAtk,\"LG_BANISHINGPOINT\",35; }",1000,60000,"CR_SPEARQUICKEN";
|