Lunakaligo [3]
ID: 1544 · Lunakaligo
NPC Sell:
10z
NPC Buy:
20z
Item Info
| Type | Weapon (Mace) |
| Weight | 70 |
| Slots | 3 |
| ATK | 110 |
| Equip Level | 50 |
| Weapon Level | 3 |
| Equip | Weapon |
| NPC Buy | 20z |
| NPC Sell | 10z |
Description
An old, black and large frying pan.
If base STR at least 77:
Reduces after attack delay by 4%
Adds 15% chance of inflicting Stun status on target when dealing physical attack.
Adds 5% chance of dropping cooked dishes when killing Brute, Plant or Fish monsters.
Class: Mace
Attack: 110
Weight: 70
Weapon Level: 3
Level Requirement: 50
Jobs: Transcendent Acolyte classes
Script
On Equip:
if(readparam(bStr)>=77) {
bonus bAspdRate,4;
bonus2 bAddEff,Eff_Stun,1500;
bonus3 bAddMonsterDropItem,12065,RC_Plant,500;
bonus3 bAddMonsterDropItem,12043,RC_Brute,500;
bonus3 bAddMonsterDropItem,12069,RC_Fish,500;
}
No known monster drops for this item.