Melon Shotgun
| Item ID | 820003 | Name | Melon Shotgun |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Melon_Shotgun | ||
| Attack | 180 | Type | Weapon - Shotgun | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Rebellion | ||
| Range | 9 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 300 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON;
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC;
bonus bAtkRate,10*.@r;
bonus bMatkRate,5*.@r;
bonus2 bSkillAtk,"RL_SLUGSHOT",7*(readparam(bStr)/10);
if (readparam(bStr)>=110)
bonus2 bSkillAtk,"RL_SLUGSHOT",30;
if (.@r>=7) {
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
}
if (.@r>=9) {
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
}
|
||||