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 #310581 Card

Wolf Orb (Above All) Level 3

Buy Price: N/A Sell Price: N/A
Decreases damage taken from monsters of Normal and Boss class by 7%.
_______________________
Refine Level +7:
Decreases damage taken from against enemies of all elements by 7%.
_______________________
Refine Level +9:
Decreases damage taken from all sized enemies by 7%.
_______________________
Refine Level +11:
Decreases damage taken from all race, except Players, by 7%.

Basic Information

Card

Scripts

.@r = getrefine(); bonus2 bSubClass,Class_Normal,7; bonus2 bSubClass,Class_Boss,7; if (.@r>=7) { bonus2 bSubEle,Ele_All,7; if (.@r>=9) { bonus2 bSubSize,Size_All,7; if (.@r>=11) { bonus2 bSubRace,RC_All,7; bonus2 bSubRace,RC_Player_Human,-7; bonus2 bSubRace,RC_Player_Doram,-7; } } }
.@r = getrefine();
bonus2 bSubClass,Class_Normal,7;
bonus2 bSubClass,Class_Boss,7;
if (.@r>=7) {
   bonus2 bSubEle,Ele_All,7;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,7;
      if (.@r>=11) {
         bonus2 bSubRace,RC_All,7;
         bonus2 bSubRace,RC_Player_Human,-7;
         bonus2 bSubRace,RC_Player_Doram,-7;
      }
   }
}
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.