物品说明
Increase Wild Shot damage by 8%.
―――――――――――――
For every 2 refine level, CRI + 1, ATK + 4.
―――――――――――――
For every 3 refine level, increase Wild Shot damage by additional 2%.
―――――――――――――
Related skill is currently unavailable.
―――――――――――――
Type : Shadow Equipment
Location : Shoes
Weight : 0
Required Level : 200
Class : Night Watch
物品脚本 (Script)
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"NW_WILD_SHOT",8+2*(.@r/3);
bonus bCritical,(.@r/2);
bonus bBaseAtk,4*(.@r/2);