Viewing Item

#312415: Satanic Badge

Item ID 312415 Name Satanic Badge
Weapon Level 0 Identifier Satanic_Badge
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price Not For Sale Trade restriction None
Base Level less than 175:
Increases experience gained from Angel race monsters by 15%.
_______________________
Base Level at least 175:
Increases experience gained from Angel race monsters by 7%.
_______________________
[Bonus by Headgear's Grade]
[Grade D]: Experience gained from Angel race monsters +1%.
[Grade C]: Experience gained from Angel race monsters +3%.
[Grade B]: Experience gained from Angel race monsters +5%.

  Script
Item
.@g = getenchantgrade();
if (BaseLevel<175) {
   bonus2 bExpAddRace,RC_Angel,15;
}
if (BaseLevel>=175) {
   bonus2 bExpAddRace,RC_Angel,7;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bExpAddRace,RC_Angel,1;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bExpAddRace,RC_Angel,3;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bExpAddRace,RC_Angel,5;
      }
   }
}
Equip
None
Unequip
None