Cajado coberto de espinhos criado por feiticeiros poderosos. -------------------------- Indestrutível em batalha. -------------------------- INT e DES +3. A cada refino: Ignora 3% da DEFM de todas as raças de monstros. A cada 2 refinos: Pós-conjuração -3%. -------------------------- Refino +7 ou mais: Dano mágico +7%. Conjuração variável -7%. Refino +9 ou mais: Dano mágico contra a raça Anjo +20%. Dano mágico contra a propriedade Sagrado +20%. Refino +11 ou mais: Dano mágico de propriedade Veneno, Maldito, Sombrio e Fantasma +15%. -------------------------- Conjunto Faixa Morpheus Ilusional ATQM +20. Arma e Faixa refinadas no +7 ou mais: Dano mágico contra oponentes de todas as propriedades +10%. Soma dos refinos do conjunto 18 ou mais: Dano mágico contra a raça Demônio +20%. Dano mágico contra a propriedade Sombrio +20%. Soma dos refinos do conjunto 22 ou mais: Conjuração fixa -0,5 segundos. Dano mágico contra todos os Tamanhos +15%. -------------------------- Tipo: Cajado ATQ: 60 ATQM: 180 Peso: 120 Propriedade: Sombrio Nível da arma: 4 Nível necessário: 120 Classes: Magos, Noviços, Espiritualistas e evoluções
MATK +180 INT +3 DEX +3 ------------------------ Ignore MDEF all race monsters (kecuali Player) sebesar 3% per 1 tingkat tempa ------------------------ After Cast-delay -3% per 2 tingkat tempa ------------------------ Jika tingkat tempa +7 atau lebih, MATK +7% Variable Cast-time -10% ------------------------ Jika tingkat tempa +9 atau lebih, Damage magic ke monster elemen holy & angel monster +20% ------------------------ Jika tingkat tempa +11 atau lebih, Damage magic elemen poison, shadow, undead & ghost +15% ------------------------ Set Bonus Illusion Thorn Staff of Darkness Illusion HotMorpheus's Hood MATK +20 Jika tingkat tempa kedua item +7 atau lebih, Damage magic ke semua elemen monster +10% Jika total tingkat tempa kedua item +18 atau lebih, Damage magic ke monster elemen shadow & demon monster +20% Jika total tingkat tempa kedua item +22 atau lebih, Damage magic ke semua size monster +15% Fix Cast-time -0.5 detik ------------------------ Jenis : Staff ATK : 60 Weapon Lv. : 4 Element : Shadow Berat : 120 Syarat Lv : 120 Job : Mage classes, Acolyte classes, Soul Linker classes
A staff which is covered with thorns, containing strong meanings of sorcery. ------------------------ Indestructible in battle. ------------------------ MATK + 180, INT + 3, DEX + 3. ------------------------ For every refine level, ignore magical defense of all race monsters (except players) by 3%. ------------------------ For every 2 refine level, reduce After Cast Delay by 3%. ------------------------ When refined to +7 or higher, MATK + 7%, reduce Variable Casting Time by 7%. ------------------------ When refined to +9 or higher, increase magical damage against Holy property and Angel race monsters by 20%. ------------------------ When refined to +11 or higher, increase Poison, Shadow, Undead and Ghost property magical damage by 15%. ------------------------ Set Bonus: Illusion Thorn Staff of Darkness [2] Illusion Morpheus's Hood [1] MATK + 20. ------------------------ When the refine level of each item in the set is 7 or higher, increase magical damage against all property monsters by 10%. ------------------------ When the total refine level of set is 18 or higher, increase magical damage against Shadow property enemies and Demon race monsters by 20%. ------------------------ When the total refine level of set is 22 or higher, increase magical damage against all size monsters by 15%, reduces Fixed Casting Time by 0.5 seconds. ------------------------ Type : One-Handed Staff Attack : 60 Weight : 120 Weapon Level : 4 Required Level : 120 Jobs : Mage, Acolyte, Soul Linker
Allowed in player purchase shop:
|
Summons monster:
|
Bind On Equip:
|
Stacking restriction in inventory:
|
Stacking restriction in cart:
|
Stacking restriction in storage:
|
Stacking restriction in guild storage:
|
Can be dropped:
|
Can be traded:
|
Can be traded with partner:
|
Can be sold to NPC:
|
Can be placed in the cart:
|
Can be placed in the storage:
|
Can be placed in guild storage:
|
Can be put in a mail:
|
Can be put in an auction:
|
Delay:
|
|
|
|
.@r = getrefine();
bonus bAtkEle,Ele_Dark;
bonus bUnbreakableWeapon;
bonus bInt,3;
bonus bDex,3;
bonus2 bIgnoreMdefRaceRate,RC_All,3*.@r;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-3*.@r;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-3*.@r;
bonus bDelayrate,-3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-7;
bonus bMatkRate,7;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_Angel,20;
bonus2 bMagicAddEle,Ele_Holy,20;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Ghost,15;
bonus2 bMagicAtkEle,Ele_Undead,15;
bonus2 bMagicAtkEle,Ele_Poison,15;
bonus2 bMagicAtkEle,Ele_Dark,15;
}
}
}
|