
RENEWAL / ITEMS
Fallen Monk Rosary [1]
#28386Armor
Fallen_Monk_Rosary
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level20
Armor level1
Description
The beads of the rosary turned black during the endless fight with a monstrous monkey.
Class: Accessory
Weight: 10
Requires Level: 20
Usable By: All Jobs
Crit + 5
Aspd + 5%
Reduces the SP cost of Zen by 5.
Increases the damage of Dragon Combo by 2% for every 15 base levels.
Increases the damage of Knuckle Arrow by 2% for every 20 base levels.
Increases the damage of Sky Blow by 2% for every 30 base levels.
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 bAspdRate,5;
bonus bCritical,5;
bonus2 bSkillUseSP,"CH_SOULCOLLECT",-5;
if (BaseLevel > 14)
bonus2 bSkillAtk,"SR_DRAGONCOMBO",BaseLevel/15;
if (BaseLevel > 19)
bonus2 bSkillAtk,"SR_KNUCKLEARROW",BaseLevel/20;
if (BaseLevel > 29)
bonus2 bSkillAtk,"SR_SKYNETBLOW",BaseLevel/30;