物品说明
A shield made in the shape of a pure angel.
It is known to look into the mind.
Indestructible.
For every 2 refine level, ATK + 10
―――――――――――――
If refine rate is 7 or higher,
ASPD +10%.
If refine rate is 9 or higher,
Long-ranged physical damage to all enemies +10%,
Reduces the global delay of skills by 5%.
If refine rate is 11 or higher,
Cart Cannon and Arm Cannon damage + 15%.
Holy Cannon Ball
Physical damage to dark attribute enemies + 10%.
Dark Cannon Ball
Physical damage to holy attribute enemies + 10%.
―――――――――――――
Class : Shield
Defense : 100
Weight : 250
Required Level : 100
Jobs : 3rd Class Merchant
物品脚本 (Script)
.@r = getrefine();
bonus bUnbreakableShield;
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7)
bonus bAspdRate,10;
if (.@r>=9) {
bonus bLongAtkRate,10;
bonus bDelayrate,-5;
}
if (.@r>=11) {
bonus2 bSkillAtk,"GN_CARTCANNON",15;
bonus2 bSkillAtk,"NC_ARMSCANNON",15;
}