Capricorn Thief Bow [1], лук (Renewal)
Capricorn Thief Bow [1] (CAPRICON_BOW_OF_ROGUE_J) – оружие.
Can't be destroyed.
Base Matk + 10.
Atk + 40, Matk + 40.
Attack speed + 10%.
Atk 1 and Matk + 1 per 1 base level.
When equipped by Shadow Chaser, Perfect Dodge + 10, increases physical damage by 50%, increases magical damage by 25%, reduces damage taken from boss monsters by 50%.
if refine rate is 7 or higher, ignores defense and magical defense of all race monsters by 50%,
if refine rate is 9 or higher, ignores defense and magical defense of all race monsters by 50%.
―――――――――――――
Attribute: None Slots: 1
Atk : 10 Matk : 10
Refined: Yes Destroyed: No
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,40+BaseLevel;
bonus bMatk,40+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
bonus bFlee2,10;
bonus bAtkRate,50;
bonus bMatkRate,25;
bonus2 bSubClass,Class_Boss,50;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
}
}