物品说明
A forbidden book filled with unfathomable records.
Those who do not know the truth should not study it.
―――――――――――――
ASPD + 10%.
―――――――――――――
For every refine level, MHP +100.
―――――――――――――
For every 3 refine level, increase Water and Earth property magic damage by 4%.
―――――――――――――
When refined to +9 or higher, DEX + 10, INT + 10.
―――――――――――――
When refined to +11 or higher,
There's a 5% chance to activate the following for 10 seconds when dealing magical damage:
INT + 150.
Decrease 100 HP and SP each second.
Reduce Diamond Dust and Earth Grave cooldown by 4.5 seconds.
―――――――――――――
Class : Shield
Def : 100
Weight : 50
Required Level : 100
Jobs : Sorcerer Class
物品脚本 (Script)
.@r = getrefine();
bonus bAspdRate,10;
bonus bMaxHP,100*.@r;
bonus2 bMagicAtkEle,Ele_Earth,4*(.@r/3);
bonus2 bMagicAtkEle,Ele_Water,4*(.@r/3);
if (.@r>=9) {
bonus bDex,10;
bonus bInt,10;
}
if (.@r>=11) {
autobonus "{ bonus bInt,150; bonus2 bHPRegenRate,-100,1000; bonus2 bSPRegenRate,-100,1000; bonus2 bSkillCooldown,\"SO_DIAMONDDUST\",-4500; bonus2 bSkillCooldown,\"SO_EARTHGRAVE\",-4500; }",40,10000,BF_MAGIC;
}