Boost Lance-OS
| Item ID | 32019 | Name | Boost Lance-OS |
|
A lance with a small propulsion device.
_______________________ Increases Attack Speed (decreases After Attack Delay by 3%). _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 7%). _______________________ Refine Level +9: Increases damage of Banishing Point by 20%. _______________________ Refine Level +11: Increases damage of Banishing Point by 15%. _______________________ Type: One-Handed Spear Attack: 190 Weight: 100 Weapon Level: 4 _______________________ Requirement: Base Level 130 Royal Guard |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Boost_Lance_OS | ||
| Attack | 190 | Type | Weapon - One-Handed Spear | ||
| MATK | 0 | 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 | 100 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
.@aspd = 3;
if (.@r >= 7) {
.@aspd += 7;
if (.@r >= 9) {
.@dmg = 20;
if (.@r >= 11) {
.@dmg += 15;
}
bonus2 bSkillAtk,"LG_BANISHINGPOINT",.@dmg;
}
}
bonus bAspdRate,.@aspd;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"LG_CANNONSPEAR",4*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"LG_CANNONSPEAR",4*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |