物品说明
CRI + 3.
―――――――――――――
For every 2 refine level, increase Critical Damage by 1%.
―――――――――――――
When refined to +10 or higher, C.RATE + 2.
―――――――――――――
Set Bonus:
Full Rate Shadow Armor
Full Rate Shadow Shoes
ATK + 2%, C.RATE + 2.
―――――――――――――
When the total refine level of set is 18 or higher,
Critical Damage + 5%, Physical Damage against all size enemies + 10%.
―――――――――――――
Set Bonus:
Full Rate Shadow Armor
Creative Shadow Weapon
ATK + 3%.
―――――――――――――
When the total refine level of set is 18 or higher,
CRT + 3, C.RATE + 3.
―――――――――――――
Class : Shadow Equipment
Location : Armor
Weight : 0
Required Level : 200
Jobs : All Jobs
物品脚本 (Script)
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,3;
bonus bCritAtkRate,(.@r/2);
if (.@r>=10) {
bonus bCRate,2;
}