
RENEWAL / ITEMS
Cannon Cart Shadow Weapon
#24563Shadow Gear
S_Cannon_Cart_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A weapon that awakens the wearer's potential.
ATK + 1 per 1 refine level.
MATK + 1 per 1 refine level.
Increase physical ranged damage by 3%.
When refined to +7 or higher, increase physical ranged damage by additional 3%,
When refined to +9 or higher, increase physical ranged damage by additional 4%,
SET BONUS
Cart Cannon Shadow Weapon
Cart Cannon Shadow Pendant
Cart Cannon Shadow Earrings
Increase damage of Cart Cannon as a percentage that is equivalent to sum of its refine rate divided by 2.
SET BONUS
Cart Cannon Shadow Weapon
Geneticist Shadow Shield
Decrease Variable Cast Time by the sum refine levels of the set divided by 2.
Type : Shadow Equipment
Location: Weapon Weight: 0
Required Level: 99
Class: Geneticist Type
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
- Alchemist
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
bonus bLongAtkRate,10;
}
else if (.@r>=7) {
bonus bLongAtkRate,6;
}
else {
bonus bLongAtkRate,3;
}