Item ID | 32018 | For Sale | No | |
---|---|---|---|---|
Identifier | Undine_Spear_K | Credit Price | Not For Sale | |
Name | Aquatic Spear | Type | Weapon - One-Handed Spear | |
NPC Buy | 0 | Weight | 120 | |
NPC Sell | 0 | Weapon Level | 4 | |
Range | 3 | Defense | 0 | |
Slots | 2 | Refineable | Yes | |
Attack | 180 | Min Equip Level | 100 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Main Hand | |||
Equip Upper | Third / Third Upper / Third Baby | |||
Equippable Jobs | Crusader | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 if (.@r>=2) { 3 bonus bBaseAtk,.@r/2*10; 4 } 5 if (.@r>=3) { 6 bonus bLongAtkRate,.@r/3*4; 7 } 8 if (.@r>=7) { 9 bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; 10 bonus2 bSkillAtk,"LG_CANNONSPEAR",15; 11 } 12 if (.@r>=9) { 13 bonus bAspdRate,10; 14 } 15 if (.@r>=11) { 16 bonus2 bSkillAtk,"LG_CANNONSPEAR",20; 17 bonus2 bSkillAtk,"LG_BANISHINGPOINT",20; 18 } |
|||
Equip Script | None | |||
Unequip Script | None |