Cute Grass Necklace
| Item ID | 28578 | Name | Cute Grass Necklace |
|
A cute necklace made by connecting clover flowers.
_______________________ Perfect Dodge +5 _______________________ Decreases SP Consumption by 5%. _______________________ Increases SP Recovery Rate by 10%. _______________________ For each 5 Levels of Seafood-type skills: MaxHP +2%, MaxSP +2% Increases SP Recovery Rate by additional 10%. Increases Healing skills effectiveness by 4%. _______________________ This item can only be sold to NPCs and moved to storage. _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 Summoner (Doram) |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Pretty_G_Necklace_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | Summoner | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@a = ((getskilllv("SU_FRESHSHRIMP")+getskilllv("SU_BUNCHOFSHRIMP")+getskilllv("SU_TUNABELLY")+getskilllv("SU_TUNAPARTY")+getskilllv("SU_GROOMING")+getskilllv("SU_PURRING")+getskilllv("SU_SHRIMPARTY"))/5);
bonus bFlee2,5;
bonus bUseSPrate,-5;
bonus bSPrecovRate,10+(.@a*10);
bonus bHealPower,5+(.@a*4);
bonus bMaxHPrate,.@a*2;
bonus bMaxSPrate,.@a*2;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (BaseJob == Job_Summoner) {
bonus bDef,150;
bonus bMdef,15;
bonus2 bVariableCastrate,"SU_FRESHSHRIMP",-50;
bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",-50;
bonus2 bVariableCastrate,"SU_TUNABELLY",-50;
bonus2 bVariableCastrate,"SU_TUNAPARTY",-50;
bonus2 bVariableCastrate,"SU_GROOMING",-50;
bonus2 bVariableCastrate,"SU_PURRING",-50;
bonus2 bVariableCastrate,"SU_SHRIMPARTY",-50;
}
|