物品说明
A shield that protects its bearer from deception.
CRI + 5
Reduces physical and magical damage taken from normal enemies by 10%.
―――――――――――――
When refined to +7 or higher, ASPD + 2.
When refined to +9 or higher, Petitio skill cooldown decreases by 0.2 seconds.
When refined to +11 or higher, global cooldown is reduced by 5%,
critical damage + 10%.
―――――――――――――
Type : Shield
Defense : 40
Weight : 30
Armor Level : 1
Required Level : 190
Class : Archbishop
物品脚本 (Script)
.@r = getrefine();
bonus bCritical,5;
bonus2 bSubClass,Class_Normal,10;
if (.@r>=7) {
bonus bAspd,2;
if (.@r>=9) {
bonus2 bSkillCooldown,"CD_PETITIO",-200;
if (.@r>=11) {
bonus bDelayrate,-5;
bonus bCritAtkRate,10;
}
}
}