Maximum HP + 300
[ Refine Rate 9~10 ]
Inflict 10% more damage with Bash .
[ Solider & Assaulter & Permeter & Heater Card Combo ]
Класс : Card
Вставляется в : Footgear
Вес : 1
Доп. информация:
ID : 4319
Цена у NPC : 10
Script :
{ bonus bMaxHP,300; if(getrefine()>=9) bonus2 bSkillAtk,"SM_BASH",10; if(isequipped(4246,4311,4220,4331)) { bonus bStr,10; bonus bMaxHPrate,20; bonus bHPrecovRate,50; bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,3; bonus2 bAddMonsterDropItem,501,500; if(BaseClass == Job_Swordman) { bonus2 bAddItemHealRate,IG_Potion,50; } } }
{
...bonus bMaxHP,300;
...if(getrefine()>=9) bonus2 bSkillAtk,"SM_BASH",10;
...if(isequipped(4246,4311,4220,4331)) {
......bonus bStr,10;
......bonus bMaxHPrate,20;
......bonus bHPrecovRate,50;
......bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,3;
......bonus2 bAddMonsterDropItem,501,500;
......if(BaseClass == Job_Swordman) {
.........bonus2 bAddItemHealRate,IG_Potion,50;
......}
...}
}