A craftsman born under a cursed star built this necklace to free himself from the curse.
It seems as though this has been refined repeatedly to keep the seal intact.
DEX + 2, LUK - 1, MDEF + 3
When equipped, HP -50 every 10 seconds.
When unequipped, you will lose 300 HP
Add a 2% chance inflict Curse on the enemy when received long range attack.
[ Cursed Star & Cursed Dryer Equip Set ]
Adds 2% chance inflict Curse on the enemy. ATK + 25.
Класс : Accessory
Защита : 0
Вес : 20
Необходимый Lv. : 84
Доступно для : High Archer, Sniper, Clown / Gypsy
Улучшается : Нет
Доп. информация:
ID : 2748
Цена у NPC : 10
Script :
{ bonus bMdef,3; bonus bDex,2; bonus bLuk,-1; bonus2 bHPLossRate,50,10000; bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET; if( isequipped(1741) ) { bonus bBaseAtk,25; bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET; } }
Unequip script : { heal -300,0; }
{
...bonus bMdef,3;
...bonus bDex,2;
...bonus bLuk,-1;
...bonus2 bHPLossRate,50,10000;
...bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET;
...if( isequipped(1741) ) {
......bonus bAtk,25;
......bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET;
...}
}