
RENEWAL / ITEMS
Catnip Shadow Weapon
#24640Shadow Gear
S_Catnip_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increase CN Meteor damage by 5%.
------------------------
When refined to +7 or higher, increase CN Meteor damage by additional 5%.
------------------------
When refined to +9 or higher, reduce Variable Casting Time by 5%.
------------------------
Set Bonus:
Catnip Shadow Weapon
Catnip Shadow Shield
Catnip Shadow Armor
Increase CN Meteor damage by equal to the total refine level of the set.
------------------------
Set Bonus:
Catnip Shadow Weapon
Doram Magical Shadow Shoes
Ignore magic defense of all race enemies (except player) by 40%.
Ignore additional magic defense of all race enemies (except player) by equal to the total refine level of the set.
------------------------
Type : Shadow Equipment
Location : Weapon
Weight : 0
Required Level : 99
Class : Summoner (Doram)
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
- Summoner
- Yes
- Spirit Handler
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus2 bSkillAtk,"SU_CN_METEOR",5;
if (.@r>=7) {
bonus2 bSkillAtk,"SU_CN_METEOR",5;
}
if (.@r>=9) {
bonus bVariableCastrate,-5;
}