M. Spirit Handler Shadow Pendant
| Item ID | 24855 | Name | M. Spirit Handler Shadow Pendant |
|
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.
Can only be worn by Spirit Handlers. _______________________ When equipped with Master Shadow Weapon: All Traits +2 _______________________ Type: Shadow Pendant _______________________ Requirement: Base Level 200 Spirit Handler |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_SH_Pendant | ||
| Attack | 0 | Type | Shadow Equipment | ||
| MATK | 0 | Equip Locations | Shadow Accessory Left (Pendant) | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 200 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMaxHP,getrefine()*10; |
||||
| Set | Script | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bAllTraitStats,2; |
||||||||||||
|
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R);
bonus bPAtk,1;
bonus bSMatk,1;
if (.@sum>=27) {
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-50;
}
|
||||||||||||
|
bonus2 bIgnoreResRaceRate,RC_All,20; bonus2 bIgnoreResRaceRate,RC_Player_Human,-20; bonus2 bIgnoreResRaceRate,RC_Player_Doram,-20; bonus2 bIgnoreMResRaceRate,RC_All,20; bonus2 bIgnoreMResRaceRate,RC_Player_Human,-20; bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-20; |