Brave Heart (Night Watch)

Item ID 490647 Name Brave Heart (Night Watch)
None
Weapon Level 0 Identifier NightW_Heart_US
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMdef,10;
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;

Set Script
Blut Hase Card
Brave Heart (Night Watch)
bonus bMaxHP,15000;
bonus bMaxSP,1500;
bonus2 bAddSize,Size_All,15;
bonus bLongAtkRate,15;
if (getequiprefinerycnt(EQI_SHOES)>=12)
   autobonus "{ bonus bPow,20; bonus bCon,20; }",50,20000,BF_WEAPON;
Temporal Circlet (Rebellion)
Brave Heart (Night Watch)
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bAddSize,Size_All,15;
bonus bLongAtkRate,15;
if (.@r>=11) {
   bonus bBaseAtk,175;
   if (.@r>=12) {
        bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",50;
        bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",50;
   }
}