
RENEWAL / ITEMS
Crown of Good and Evil (Inquisitor) [1]
#400379Armor
GoodnEvil_Circlet_IQ
TypeArmor
Equipment positionHeadgear (Top)
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level215
Armor level2
Crown of Good and Evil (Inquisitor) description & effects
Crown imbued with the power of good and evil.
------------------------
For every 3 refine level, increase physical damage against all races enemies by 5%.
------------------------
For every 4 refine level, increase melee and long-range physical damage by 7%.
------------------------
When refined to +7 or higher, RES + 50.
------------------------
When refined to +9 or higher, CRI + 10.
------------------------
When refined to +11 or higher, ATK + 5%, reduce Fixed Casting Time by 0.3 seconds.
------------------------
Set Bonus:
Crown of Good and Evil (Inquisitor) [1]
Demonic Claw [2]
For every 3 refine level of Weapon, increase Explosion Blaster damage by 4%, and Oleum Sanctum damage by 5%.
When weapon grade is B or higher, increase Explosion Blaster damage by additional 10%.
When equipped with Evil Spell, increase Explosion Blaster damage by additional 15% and Oleum Sanctum damage by additional 20%.
------------------------
Set Bonus:
Crown of Good and Evil (Inquisitor) [1]
Punish Scepter [2]
For every 3 refine level of Weapon, increase Third Punishment damage by 4%, and First Brand damage by 5%.
When weapon grade is B or higher, increase Third Punishment damage by additional 10%.
When equipped with Good Spell, increase Third Punishment damage by additional 15% and First Brand damage by additional 20%.
------------------------
[Grade Bonus]
[Grade D] MHP + 5%.
[Grade C] P.ATK + 3, S.MATK + 3.
[Grade B] P.ATK + 2, S.MATK + 2, POW + 2, SPL + 2.
[Grade A] RES + 50, MRES + 50, When refined to +12 or higher, reduce Fixed Casting Time by additional 0.2 seconds.
------------------------
Type : Headgear
Def : 10
Location : Upper
Weight : 10
Armor Level : 2
Required Level : 215
Class : Inquisitor
Item details
- Gender
- Both
- Equipment position
- Headgear (Top)
- Jobs
- Monk
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bAddRace,RC_All,5*(.@r/3);
bonus bLongAtkRate,7*(.@r/4);
bonus bShortAtkRate,7*(.@r/4);
if (.@r>=7) {
bonus bRes,50;
if (.@r>=9) {
bonus bCritical,10;
if (.@r>=11) {
bonus bFixedCast,-300;
bonus bAtkRate,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,3;
bonus bSMatk,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bSMatk,2;
bonus bPow,2;
bonus bSpl,2;
if (.@g>=ENCHANTGRADE_A) {
bonus bMRes,50;
bonus bRes,50;
if (.@r>=12) {
bonus bFixedCast,-200;
}
}
}
}
}
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
bonus2 bSkillAtk,"IQ_FIRST_BRAND",20;
bonus2 bSkillAtk,"IQ_THIRD_PUNISH",15;
Set 2
Set effect
bonus2 bSkillAtk,"IQ_OLEUM_SANCTUM",20;
bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",15;
Set 3
Set effect
.@r = getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"IQ_OLEUM_SANCTUM",5*.@r;
bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",4*.@r;
if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_B) {
bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",10;
}
Set 4
Set effect
.@r = getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"IQ_THIRD_PUNISH",4*.@r;
bonus2 bSkillAtk,"IQ_FIRST_BRAND",5*.@r;
if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_B) {
bonus2 bSkillAtk,"IQ_THIRD_PUNISH",10;
}




