
RENEWAL / ITEMS
Gunslinger Shadow Shield
#24319Shadowgear
S_Gunslinger_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.
Gunslinger Classes Only.
Class: Shadow Shield
Weight: 0
Requires Level: 1
Usable By: Gunslinger Jobs
Critical Damage + 5%
For every level of Single Action, increases CRI by 2.
For every refine level, increases CRI by 1.
If the refine level is 7 or higher, increases Critical Damage by an additional 2%.
If the refine level is 9 or higher, increases Critical Damage by an additional 3%.
Gunslinger 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 bCritAtkRate,5;
bonus bCritical,(getskilllv("GS_SINGLEACTION")*2)+.@r;
if (.@r>=7)
bonus bCritAtkRate,2;
if (.@r>=9)
bonus bCritAtkRate,3;