Type |
Armor |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
10.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
70 |
Slots |
0 |
Applicable Jobs:
job_alchemist,
job_assassin,
job_barddancer,
job_blacksmith,
job_crusader,
job_hunter,
job_knight,
job_monk,
job_priest,
job_rogue,
job_sage,
job_soullinker,
job_stargladiator,
job_wizard
Description:
A ring which bears holy powers that responds to certain abilities and strenthens their potency.
Int +2, Dex +1
If the power of the ring activates when using Heal, Potion Pitcher, Sanctuary Skills, the recovery in HP of those skills increase by 20% for 3 sec.
Mdef +2
Class: Accessory
Defense: 0
Weight: 10
Level Requirement: 70
Jobs: 2nd Transcendent Class
Item Script:
bonus bInt,2;
bonus bDex,1;
bonus bMdef,2;
autobonus3 '{ bonus bHealPower,20; }',100,3000,'AL_HEAL','{ specialeffect2 EF_HEAL3; }';
autobonus3 '{ bonus bHealPower,20; }',100,3000,'AM_POTIONPITCHER','{ specialeffect2 EF_HEAL3; }';
autobonus3 '{ bonus bHealPower,20; }',100,3000,'PR_SANCTUARY','{ specialeffect2 EF_HEAL3; }';