
RENEWAL / ITEMS
Radiant Purify [1]
#450420Armor
Radiant_purify
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level200
Armor level1
Description
A blue and white coat is said to be worn by members of a top-secret group within the church that conducts judgment on the heretics.
------------------------
Reduce damage taken from Human and Doram Player by 7%.
------------------------
For every 10 Base Level, increase Massive Flame Blaster, Oleum Sanctum, and Explosion Blaster damage by 1%.
------------------------
For every refine level, increase physical damage against all size enemies by 7%.
------------------------
When refined to +7 or higher, ASPD + 10%, reduce damage taken from Normal and Boss class enemies by 5%.
------------------------
When refined to +9 or higher, Armor will be indestructible in battle, reduce Lion's Howl fixed casting time by 100%.
------------------------
When refined to +10 or higher, increase physical damage against all property enemies by 15%.
------------------------
When refined to +12 or higher, ATK + 150, POW + 15.
------------------------
Type : Armor
Def : 100
Weight : 100
Required Level : 200
Class : Inquisitor
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Monk
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSkillAtk,"IQ_OLEUM_SANCTUM",BaseLevel/10;
bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",BaseLevel/10;
bonus2 bSkillAtk,"IQ_MASSIVE_F_BLASTER",BaseLevel/10;
bonus2 bAddSize,Size_All,7*.@r;
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
if (.@r>=9) {
bonus bUnbreakableArmor;
bonus2 bFixedCastrate,"SR_HOWLINGOFLION",-100;
if (.@r>=10) {
bonus2 bAddEle,Ele_All,15;
}
}
}