Lacma
| Item ID | 13049 | Name | Lacma |
|
A short blade with beautiful decoration of gemstone.
_______________________ Refine Level +3: ATK +40 MATK +40 _______________________ Refine Level +6: Increases Physical Damage against enemies of Medium size by 8%. Random chance to nullifie weapon damage penalty resulting from monster's size for 5 second when dealing physical damage. _______________________ Refine Level +9: Increases Physical Damage against enemies of Medium size by 20%. _______________________ Refine Level +12: Nullifies weapon damage penalty resulting from monster's size. _______________________ When VIP status active: Restore 1 SP for every hit. Increases Physical Damage against enemies of Medium size by 5% _______________________ Refine Level +8: Nullifies weapon damage penalty resulting from monster's size. _______________________ Refine Level +9: has low chance to restore 2 SP for every hit for 5 second. _______________________ Type: Dagger Attack: 45 Weight: 65 Weapon Level: 3 _______________________ Requirement: Novice, Swordsman, Magician, Archer, Merchant, Thief, Soul Linker and Ninja |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Lacma | ||
| Attack | 45 | Type | Weapon - Dagger | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice, Swordman, Mage, Archer, Merchant, Thief, Knight, Wizard, Blacksmith, Hunter, Assassin, Crusader, Sage, Rogue, Alchemist, Bard / Dancer, Soul Linker, Ninja, Kagerou / Oboro | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 65 | Min Equip Level | 1 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped | ||
| Item Script |
.@r = getrefine();
bonus bBaseAtk,(.@r/3)*40;
bonus bMatk,(.@r/3)*40;
if (.@r>=6) {
bonus2 bAddSize,Size_Medium,8;
bonus2 bMagicAddSize,Size_Medium,8;
autobonus "{ bonus bNoSizeFix; }",10,5000;
}
if (.@r>=9) {
bonus2 bAddSize,Size_Medium,20;
bonus2 bMagicAddSize,Size_Medium,20;
}
if (.@r>12) {
bonus bNoSizeFix;
}
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bAddSize,Size_Medium,5;
bonus2 bMagicAddSize,Size_Medium,5;
if (.@r>=8) {
bonus bNoSizeFix;
}
}
|
||||