0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #312415 Card

Satanic Badge

Buy Price: N/A Sell Price: N/A
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%.

Basic Information

Card

Scripts

.@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; } } }
.@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;
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.