物品说明
These headphones are the latest style in the more hip regions of Rune Midgard.
Class: Headgear
Position: Upper, Middle
Defense: 24
Weight: 1
Requires Level: 1
Usable By: All Jobs
Int + 3
Matk + 1% per upgrade level of the 神圣珠炼.
If upgrade level is +7 or higher,
Increases the damage of Reverberation by 30%.
Reduces the SP cost of Reverberation by 18.
If upgrade level is +10 or higher,
Reduces the cooldown of Metallic Sound by 2 seconds.
物品脚本 (Script)
.@r = getrefine();
bonus bInt,3;
bonus bMatkRate,.@r;
if (.@r>=7) {
bonus2 bSkillAtk,"WM_REVERBERATION",30;
bonus2 bSkillUseSP,"WM_REVERBERATION",18;
}
if (.@r>=10)
bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;