Chubby Worm Talisman
| Item ID | 28424 | Name | Chubby Worm Talisman |
|
A charm that resembles a fat Earthworm.
_______________________ DEF +1 _______________________ Decreases Variable Casting Time of Picky Peck by 50%. _______________________ Increases damage of Picky Peck according DEX and skill Level. _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 Summoner (Doram) |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | PlumpyWormCharm | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 1 | Equippable Jobs | Summoner | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus2 bVariableCastrate,"SU_PICKYPECK",-50;
bonus2 bSkillAtk,"SU_PICKYPECK",(readparam(bDex)/6)*getskilllv("SU_PICKYPECK");
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bAspdRate,10;
bonus2 bSkillCooldown,"SU_SCAROFTAROU",-10000;
bonus2 bSkillAtk,"SU_PICKYPECK",5*(readparam(bDex)/6);
if (getskilllv("SU_HISS")==5)
bonus2 bVariableCastrate,"SU_PICKYPECK",-50;
if (getskilllv("SU_POWEROFFLOCK")==5)
bonus2 bFixedCastrate,"SU_LUNATICCARROTBEAT",-100;
if (getskilllv("SU_SVG_SPIRIT")==5)
bonus2 bAddRace,RC_All,15;
|