物品说明
MDEF + 10.
―――――――――――――
For every 2 refine level, MRES + 3.
―――――――――――――
When refined to +10 or higher, MRES + 15.
―――――――――――――
Set Bonus:
Witty Shadow Earring
Wisdom Shadow Shield
MRES + 15.
―――――――――――――
When the total refine level of set is 18 or higher,
WIS + 3, MSP + 5%.
―――――――――――――
Class : Shadow Equipment
Location : Earring
Weight : 0
Required Level : 200
Jobs : All Jobs
物品脚本 (Script)
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMdef,10;
bonus bMRes,3*(.@r/2);
if (.@r>=10) {
bonus bMRes,15;
}