
RENEWAL / ITEMS
Creative Shadow Weapon
#24761Shadow Gear
S_Creative_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
For every 2 refine level, CRT + 1.
------------------------
When refined to +7 or higher, C.RATE + 2, H.PLUS + 2,
------------------------
When refined to +9 or higher, additional C.RATE + 2, H.PLUS + 2.
------------------------
Set Bonus:
Creative Shadow Weapon
Creative Shadow Shield
C.RATE + 2, H.PLUS + 2.
------------------------
Class : Shadow Equipment
Location : Weapon
Weight : 0
Required Level : 1
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow weapon
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bCrt,(.@r/2);
if (.@r>=7) {
bonus bCRate,2;
bonus bHPlus,2;
if (.@r>=9) {
bonus bCRate,2;
bonus bHPlus,2;
}
}