Mental Stick ItemID: 1654 (Mental_Stick) |
---|
Type | Weapon | Location | Weapon | Weight | 50 |
---|
Buy | 20 | Sell | 10 | Pre-/Sufix | |
---|
|
| A staff that converts physical power into psychic energy. Reduces Psychic Wave variable cast time by 50%, but increases the cost of Psychic Wave by 60 sp. Each refine above +6 increases Psychic Wave attack power by 2%, but decreases MaxHP by 2%. When unequipping the weapon, you lose 100 SP. MATK + 15%. Class : Staff Attack : 40 Weight : 50 Weapon Level : 3 Required Level : 102 Applicable Job : Sorcerer
|
---|
Script: | { bonus bMAtkRate,15; if (getrefine() > 5) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",(getrefine()-5)*2; bonus bMaxHPRate,-(getrefine()-5)*2; } bonus2 bCastRate,"SO_PSYCHIC_WAVE",-50; /* bonus2 bUseSPAmount,"SO_PSYCHIC_WAVE",-60; */ } , { } , { itemheal 0,-100; } |
---|
Crafting: | - |
---|
|