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