物品说明
For every 2 refine level,
ATK +20.
For every 4 refine level,
Increases physical damage against all size enemies by 5%.
If refine rate is 7 or higher, ASPD +10%, ATK +7%.
If refine rate is 9 or higher, Increases long ranged physical damage by 15%.
If refine rate is 11 or higher, for every 2 Base Level,
increases Cannon Spear damage by 1% and Vanishing Point damage by 2%, up to Level 240.
―――――――――――――
Set Bonus:
Fallen Protect Manteau
Old Casket Protection
When physically attacking,
there is a 2% chance that 4% of the damage is absorbed as HP,
and there is a 1% chance that 2% of the damage is absorbed as SP.
If refine level of Old Casket Protection is 11 or higher,
reduces cooldown of Cannon Spear by 0.5 seconds.
―――――――――――――
Type : Garment
Def : 55
Weight : 150
Required Level : 100
Class : Royal Guard
物品脚本 (Script)
.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/4);
if (.@r>=7) {
bonus bAspdRate,10;
bonus bAtkRate,7;
if (.@r>=9) {
bonus bLongAtkRate,15;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2);
}
}
}