
RENEWAL / ITEMS
Luminous Blue Stone [1]
#28433Armor
Luminous_Blue_Stone
TypeArmor
Equipment positionAccessory
GenderBoth
Weight40
Buy price20 z
Sell price10 z
Slots1
Required level90
Armor level1
Description
A luminous blue stone which was owned by Engel Howard. This stone contains the soul of a craftsman with a destructive impulse.
Class: Accessory
Weight: 40
Required Level: 90
Required Jobs: All Jobs
Agi + 2
Crit + 5
Aspd + 5%
Increases critical damage on targets by 2%.
Enables Level 1 Sight.
If the users base Luk is 100 or higher,
Additional Crit + 10
Increases critical damage on targets by an additional 10%.
Set Bonus
Luminous Blue Stone
Sharp1
Increases critical damage on targets by 10%.
Set Bonus
Luminous Blue Stone
Sharp2
Increases critical damage on targets by 10%.
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 bAgi,2;
bonus bCritical,5;
bonus bAspdRate,5;
bonus bCritAtkRate,2;
skill "MG_SIGHT",1;
if (readparam(bLuk)>=100) {
bonus bCritical,10;
bonus bCritAtkRate,10;
}