
RENEWAL / ITEMS
Sapphire Wrist [1]
#28410Armor
Sapphire_Wrist
TypeArmor
Equipment positionAccessory
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF3
Slots1
Required level50
Armor level1
Description
A sapphire bracelet which was designed with the collective knowledge of the geneticist community.
Class: Accessory
Weight: 50
Requires Level: 50
Usable By: All Jobs
Int + 5
Dex + 5
Luk + 5
Reduces the variable casting time of Acid Bomb by 1% for every 4 base levels.
Increases the damage of Spore Explosion by 5% for every 20 base levels.
Additional Int + 1 per 2 levels of Aid Condensed Potion known.
Additional Dex + 1 per 2 levels of Aid Condensed Potion known.
Additional Luk + 1 per 2 levels of Aid Condensed Potion known.
MATK + 20 per 2 levels of Aid Condensed Potion known.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bDex,5;
bonus bLuk,5;
bonus bInt,5;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",BaseLevel/5;
bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-(BaseLevel/4);
.@n = getskilllv("CR_SLIMPITCHER");
bonus bDex,.@n/2;
bonus bLuk,.@n/2;
bonus bInt,.@n/2;
bonus bMatk,(.@n/2)*20;