
RENEWAL / ITEMS
Doram Physical Shadow Shield
#24316Shadowgear
S_DoramPhysical_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price10 z
Sell price5 z
Required level1
Description
A small shield that can be mounted on the arm can provide additional defensive effects. It can be used as a single, but has little defensive effect.
Only Doram can wear this.
-------------
ATK + 3%.
If uses [Arclouse Dash] skill to player-self, ASPD + 1 for 50 secs.
Skill Cooldown of [Lunatic Carrot Beat] - 0.2 sec per every refine level.
If the refine level is 7 or higher, Damage of [Lunatic Carrot Beat] +5%.
If the refine level is 9 or higher, Damage of [Lunatic Carrot Beat] +5%.
-------------
If equipped with Doram Physical Shadow Weapon, it gives additional effect below.
All State + 3, MaxHP + 2%, MaxSP + 2%.
SP consumption -10%.
Type : Shadow Equipment
Location : Shield
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 shield
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
autobonus3 "{ bonus bAspd,1; }",1000,50000,"SU_ARCLOUSEDASH";
bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-(.@r*200);
if (.@r>=7)
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",5;
if (.@r>=9)
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",5;