Capricon Shoes, броня (Renewal)
Capricon Shoes (CAPRICON_SHOES_J) – броня.
Mdef + 5.
Atk + 50, Matk + 50.
Attack speed + 10%.
MaxHP + 10%, MaxSP + 10%.
When equipped by Shadow Chaser, Atk + 80, Matk + 80, Perfect Dodge + 5, MaxHP + 10%, MaxSP + 10%, increases Back Stab damage by 700%, increases Triangle Shot damage by 100%.
If refine rate is 8 or higher, enables to use Flying Kick level 7.
When equipped with Capricorn Mail and Capricorn Manteau, MaxHP + 2000, MaxSP + 200, reduces global cooldown by 40%, grants immunity to frozen.
―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 30392
- Код: CAPRICON_SHOES_J
- Тип: броня
- Уровень брони: 1
- Защита: 25
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 40
Скрипт
.@r = getrefine();
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bAspdRate,10;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
bonus bBaseAtk,80;
bonus bMatk,80;
bonus bFlee2,5;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSkillAtk,"RG_BACKSTAP",700;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",100;
if (.@r>=8)
skill "TK_JUMPKICK",7;
}