ID #24286
Shadowgear
Doram Magical Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Decreases Variable Casting Time by 5%.
_______________________
For each Refine Level:
Decreases Variable Casting Time by additional 1%.
_______________________
If skill Power of Earth is learned:
Decreases Fixed Casting Time by 0.1 second.
_______________________
If skill Power of Sea is learned:
Decreases Fixed Casting Time by additional 0.1 second.
Decreases SP Consumption by 3%.
_______________________
Refine Level +7:
MATK +5%
_______________________
Refine Level +9:
MATK +5%
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Summoner (Doram)
_______________________
Decreases Variable Casting Time by 5%.
_______________________
For each Refine Level:
Decreases Variable Casting Time by additional 1%.
_______________________
If skill Power of Earth is learned:
Decreases Fixed Casting Time by 0.1 second.
_______________________
If skill Power of Sea is learned:
Decreases Fixed Casting Time by additional 0.1 second.
Decreases SP Consumption by 3%.
_______________________
Refine Level +7:
MATK +5%
_______________________
Refine Level +9:
MATK +5%
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Summoner (Doram)
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
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;
.@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;