
RENEWAL / ITEMS
Furious Crown (Shinkiro & Shiranui) [1]
#400652Armor
FuriousCirclet_SS
Item stats
- DEF
- 30
- Slots
- 1
- Weight
- 30
- Armor level
- 2
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Headgear (Top)
- Gender
- Both
- Required level
- 235+
- Jobs
- Kagerou Oboro
- Class tiers
- Third
- Refineable
- Yes
- Trading & storage
- No restrictions
No description is available. Available properties and effects are shown below.
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"SS_KUNAIKAITEN",4*(.@r/3);
bonus2 bSkillAtk,"SS_REIKETSUHOU",4*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
bonus bLongAtkRate,10;
if (.@r>=11) {
bonus2 bMagicAddRace,RC_All,5;
bonus2 bMagicAddRace,RC_Player_Human,-5;
bonus2 bMagicAddRace,RC_Player_Doram,-5;
bonus2 bAddRace,RC_All,5;
bonus2 bAddRace,RC_Player_Human,-5;
bonus2 bAddRace,RC_Player_Doram,-5;
bonus bMatkRate,5;
bonus bAtkRate,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,3;
bonus bSMatk,3;
bonus bPow,5;
bonus bSpl,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_All,10;
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAddRace,RC_All,5;
bonus2 bMagicAddRace,RC_Player_Human,-5;
bonus2 bMagicAddRace,RC_Player_Doram,-5;
bonus2 bAddRace,RC_All,5;
bonus2 bAddRace,RC_Player_Human,-5;
bonus2 bAddRace,RC_Player_Doram,-5;
bonus bMatkRate,5;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAtkEle,Ele_All,15;
bonus bLongAtkRate,15;
bonus bPAtk,5;
bonus bSMatk,5;
}
}
}
}
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 bSkillCooldown,"SS_KUNAIKAITEN",-300;
Set 2
Set effect
bonus2 bSkillAtk,"SS_KINRYUUHOU",15;


