物品说明
Another forbidden book filled with unfathomable records.
'Curiosity killed the cat.'
―――――――――――――
ASPD + 10%.
―――――――――――――
For every refine level, MHP + 100.
―――――――――――――
For every 3 refine level, increase Neutral and Wind property magical damage by 4%.
―――――――――――――
When refined to +9 or higher,
ASPD + 2.
Reduce Fixed Casting Time by 0.5 seconds.
―――――――――――――
When refined to +11 or higher,
Enables to use Lv.10 Double Attack.
When performing a magic attack, there's a 4% chance to increase INT by 150 for 10 seconds, but the user will lose 100 HP and SP per second within the duration.
When performing a physical attack, there's a 15% chance to auto cast Lv.1 Lex Aeterna.
―――――――――――――
Type: Shield
Def: 100
Weight: 50
Required Level: 100
Class: Sorcerer Class
物品脚本 (Script)
.@r = getrefine();
bonus bAspdRate,10;
bonus bMaxHP,100*.@r;
bonus2 bMagicAtkEle,Ele_Neutral,4*(.@r/3);
bonus2 bMagicAtkEle,Ele_Wind,4*(.@r/3);
if (.@r>=9) {
bonus bAspd,2;
bonus bFixedCast,-500;
if (.@r>=11) {
skill "TF_DOUBLE",10;
bonus3 bAutoSpell,"PR_LEXAETERNA",1,150;
autobonus "{ bonus bInt,150; bonus2 bHPLossRate,100,1000; bonus2 bSPLossRate,100,1000; }",40,10000,BF_MAGIC;
}
}