物品说明
Increase Imperial Cross damage by 8%.
―――――――――――――
For every 2 refine level, ATK + 10.
―――――――――――――
For every 3 refine level, increase Imperial Cross damage by additional 2%.
―――――――――――――
Related skill is currently unavailable.
―――――――――――――
Type : Shadow Equipment
Location : Pendant
Weight : 0
Required Level : 200
Class : Imperial Guard
物品脚本 (Script)
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"IG_IMPERIAL_CROSS",8+2*(.@r/3);
bonus bBaseAtk,10*(.@r/2);