Furious Crown (Hyper Novice)
| Item ID | 400675 | Name | Furious Crown (Hyper Novice) |
|
A helmet that resonates with a furious weapon to draw out its latent power.
_______________________ For each 2 Refine Levels: ATK +10, MATK +10 _______________________ For each 3 Refine Levels: Increases damage of Hell's Drive, Jupitel Thunderstorm and Double Bowling Bash by 4%. _______________________ Refine Level +7: Decreases Variable Casting Time by 15%. _______________________ Refine Level +9: Increases Magical Damage with every element by 10%. Increases Melee Physical Damage by 10%. _______________________ Refine Level +11: ATK +5%, MATK +5%. Decreases Fixed Casting Time by 0.3 seconds. _______________________ When equipped with Furious Stick: Decreases skill cooldown of Jupitel Thunderstorm by 0.25 seconds. _______________________ When equipped with Furious White Sword: Decreases skill cooldown of Double Bowling Bash by 0.15 seconds. _______________________ [Bonus by Grade] [Grade D]: POW +5, SPL +5, CON +5, P.ATK +3, S.MATK +3. [Grade C]: Melee Physical Damage +10%, Magical Damage with every element +10%. [Grade B]: ATK +5%, MATK +5%, Fixed Casting Time -0.2 seconds. [Grade A]: P.ATK +5, S.MATK +5, Melee Physical Damage +15%, Magical Damage with every elemecnt +15%. _______________________ Type: Headgear Defense: 30 Weight: 30 Armor Level: 2 _______________________ Requirement: Base Level 235 Hyper Novice |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | FuriousCirclet_HN | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 30 | Equippable Jobs | Super novice | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 235 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"HN_JUPITEL_THUNDER_STORM",4*(.@r/3);
bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",4*(.@r/3);
bonus2 bSkillAtk,"HN_HELLS_DRIVE",4*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus bShortAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bFixedCast,-300;
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) {
bonus bShortAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bFixedCast,-200;
bonus bMatkRate,5;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,15;
bonus2 bMagicAtkEle,Ele_All,15;
bonus bPAtk,5;
bonus bSMatk,5;
}
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSkillCooldown,"HN_DOUBLEBOWLINGBASH",-150; |
||||
|
bonus2 bSkillCooldown,"HN_JUPITEL_THUNDER_STORM",-250; |