Type |
Weapon |
Subtype |
Mace |
Attack |
110 |
Defense |
0 |
Weight |
70.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
3 |
Applicable Jobs:
job_acolyte,
job_monk,
job_priest
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
Item Script:
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;
}