Brave Heart (Sky Emperor)

Item ID 490663 Name Brave Heart (Sky Emperor)
None
Weapon Level 0 Identifier Sky_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 bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;

Set Script
Geffen Bully Card
Brave Heart (Sky Emperor)
bonus bMaxHP,15000;
bonus bMaxSP,1500;
bonus2 bAddSize,Size_All,15;
bonus bShortAtkRate,15;
bonus bLongAtkRate,15;
if (getequiprefinerycnt(EQI_SHOES)>=12)
   autobonus "{ bonus bPow,20; bonus bCon,20; }",50,20000,BF_WEAPON;
Temporal Circlet (Star Emperor)
Brave Heart (Sky Emperor)
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bAddSize,Size_All,15;
bonus bShortAtkRate,15;
bonus bLongAtkRate,15;
if (.@r>=11) {
   bonus bBaseAtk,175;
   if (.@r>=12) {
        bonus2 bSkillAtk,"SKE_STAR_CANNON",50;
        bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",50;
   }
}