Lunakaligo [3], булава (Renewal)
Lunakaligo [3] (LUNAKALIGO) – оружие. Выпадает из монстров: Solid Tatacho, Tatacho.
![Lunakaligo [3], булава (Renewal) Lunakaligo [3], булава (Renewal)](/images/db/items/picture/1544.png)
An old, large black frying pan.
Property: Neutral
If the user's base Str is 77 or higher,
Aspd + 4%
Adds a 15% chance of inflicting Stun on the target when performing a physical attack.
Adds a 5% chance of gaining Bomber Steak, Green Salad or Steamed Ancient Lips when a Brute race monster is killed.
Скрипт
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; }