
RENEWAL / ITEMS
Doram Magical Shadow Shield
#24317Shadowgear
S_DoramMagical_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.
Class: Shadow Shield
Weight: 0
Requires Level: 1
Usable By: Doram
MATK + 3%.
When using the skill Bunch of Shrimp, increases SP regeneration by 5 per 5 secs for 30 secs.
For every refine level, reduces the Skill Cooldown of Catnip Meteor.
If the refine level is 7 or higher, increases the damage of Catnip Meteor by 5%.
If the refine level is 9 or higher, increases the damage of Catnip Meteor by an additional 5%.
Doram Magical Shadow Weapon
All Stats + 3
Max HP + 2%
Max SP + 2%
Reduces SP consumption by 10%.
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 bMatkRate,3;
autobonus3 "{ bonus2 bSPRegenRate,5,5000; }",1000,30000,"SU_BUNCHOFSHRIMP";
bonus2 bSkillCooldown,"SU_CN_METEOR",-(.@r*100);
if (.@r>=7)
bonus2 bSkillAtk,"SU_CN_METEOR",5;
if (.@r>=9)
bonus2 bSkillAtk,"SU_CN_METEOR",5;