Tirnanog

Item ID 450411 Name Tirnanog
None
Weapon Level 0 Identifier Tirnanog
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs Sage
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSkillAtk,"EM_CONFLAGRATION",BaseLevel/10;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",BaseLevel/10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",BaseLevel/10;
bonus2 bSkillAtk,"EM_TERRA_DRIVE",BaseLevel/10;
bonus2 bSkillAtk,"EM_VENOM_SWAMP",BaseLevel/10;
bonus2 bSkillAtk,"EM_ELEMENTAL_BUSTER",BaseLevel/10;
bonus2 bMagicAddSize,Size_All,7*.@r;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bSubClass,Class_Boss,5;
   bonus2 bSubClass,Class_Normal,5;
   if (.@r>=9) {
       bonus bUnbreakableArmor;
       bonus2 bFixedCastrate,"SO_PSYCHIC_WAVE",-100;
       if (.@r>=10) {
            bonus2 bMagicAddEle,Ele_All,15;
       }
   }
}