
RENEWAL / ITEMS
Doram Magical Shadow Weapon
#24286Shadowgear
S_DoramMagical_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Doram.
-------------
5% reduction in variable casting time
Each refine rate additionally reduce 1% in casting time
[Spirit of Land] Learned the skill, reduced fixed casting by 0.1 seconds
[Spirit of Sea] Learned the skill, reduced SP consumption 3% reduction
Refine +7 over, add MATK +5%
Refine +9 over, add MATK +5%
Type : Shadow Equipment
Location : Weapon Weight : 0
Required Level : 1
Jobs : Doram
Attack: 0
Weight: 0
Weapon Level: 0
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bVariableCastrate,-(5+.@r);
if (getskilllv("SU_POWEROFLAND") == 1)
bonus bFixedCast,-100;
if (getskilllv("SU_POWEROFSEA") == 1) {
bonus bUseSPrate,-3;
}
if (.@r>=7)
bonus bMatkRate,5;
if (.@r>=9)
bonus bMatkRate,5;