物品说明
海盗之王的外套。
_
CRI+3,C.Rate+5。
精炼每+2时,ATK+15,必杀攻击力伤害+3%。
精炼每+3时,对全体型对象的物理伤害+5%。
精炼+7时,ATK+5%,P.ATK+7。
精炼+9时,技能后延迟-10%。
精炼+11时,DEF+150,技能后延迟再-5%。
_
搭配海盗之王卡片时,CRI+15,C.Rate+10,近/远距离物理伤害+15%。
_
[各阶级追加能力]
[D阶级]CRI+3,CRT+3。
[C阶级]必杀攻击力伤害+15%。
[B阶级]POW+3,CON+3。
[A阶级]P.ATK+7。
系列 : 披肩 防御 : 15
重量 : 60
防具等级 : 2
要求等级 : 200
装备 : 全职业
物品脚本 (Script)
.@g = getenchantgrade();
.@r = getrefine();
bonus bCRate,5;
bonus bCritical,3;
bonus bCritAtkRate,3*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/3);
if (.@r>=7) {
bonus bPAtk,7;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bDelayrate,-10;
if (.@r>=11) {
bonus bDelayrate,-5;
bonus bDef,150;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritical,3;
bonus bCrt,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,15;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,7;
}
}
}
}