ID #24287
Shadowgear
Doram Physical Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
For each Refine Level:
Increases Ranged Physical Damage by 1%.
_______________________
When Power of Life is learned:
ASPD +1
_______________________
Refine Level +7:
Perfect Dodge +2
_______________________
Refine Level +9:
Perfect Dodge +3
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Summoner (Doram)
_______________________
For each Refine Level:
Increases Ranged Physical Damage by 1%.
_______________________
When Power of Life is learned:
ASPD +1
_______________________
Refine Level +7:
Perfect Dodge +2
_______________________
Refine Level +9:
Perfect Dodge +3
_______________________
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 bLongAtkRate,.@r; if (getskilllv("SU_POWEROFLIFE") == 1) bonus bAspd,1; if (.@r>=7) bonus bFlee2,2; if (.@r>=9) bonus bFlee2,3;
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,.@r;
if (getskilllv("SU_POWEROFLIFE") == 1)
bonus bAspd,1;
if (.@r>=7)
bonus bFlee2,2;
if (.@r>=9)
bonus bFlee2,3;