物品说明
A headgear modeled after the crown worn by Arunafeltz Pope, who is said to be the incarnation of Freyja.
―――――――――――――
For every 2 refine level, MATK + 20.
―――――――――――――
For every 3 refine level, increase all property magic damage by 7%.
―――――――――――――
When refined to +7 or higher, MATK + 10%.
―――――――――――――
When refined to +9 or higher, reduce After Cast Delay by 10%.
―――――――――――――
When refined to +11 or higher, increase magic damage against all race monsters by 15%.
―――――――――――――
When refined to +12 or higher, increase magic damage against all property monsters by 15%.
―――――――――――――
When refined to +13 or higher, reduce Fixed Casting Time by 0.5 seconds.
―――――――――――――
When refined to +14 or higher, SPL + 15, MATK + 30%.
―――――――――――――
Set Bonus:
Full Faith Crown [1]
Fenrir Card
Reduce Fixed Casting Time by additional 0.2 seconds, S.MATK + 20.
―――――――――――――
For every 2 refine level of headgear, increase Comet damage by 7%.
―――――――――――――
When equipped by Sorcerer classes,
Enables to use Comet Level 3.
Increase SP consumption by 30% when using skills.
―――――――――――――
When equipped by Warlock classes,
Reduce Comet cooldown by 20 seconds.
―――――――――――――
Type : Headgear
Def : 70
Location : Upper
Weight : 70
Required Level : 130
Class : All Jobs
物品脚本 (Script)
.@r = getrefine();
bonus bMatk,20*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,7*(.@r/3);
if (.@r>=7)
bonus bMatkRate,10;
if (.@r>=9)
bonus bDelayrate,-10;
if (.@r>=11)
bonus2 bMagicAddRace,RC_All,15;
if (.@r>=12)
bonus2 bMagicAddEle,Ele_All,15;
if (.@r>=13)
bonus bFixedCast,-500;
if (.@r>=14) {
bonus bSpl,15;
bonus bMatkRate,30;
}