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

Automatic Modification Orb(Above All)

Buy Price: N/A Sell Price: N/A
Decreases Physical and Magical Damage taken from monsters of Normal and Boss class enemies by 7%.
_______________________
Refine Level +9:
Decreases Physical and Magical Damage taken from all size enemies by 7%.
_______________________
Refine Level +11:
Decreases Physical and Magical Damage taken from all race by 7% (Except Players).

Basic Information

Card

Scripts

.@r = getrefine(); bonus2 bSubClass,Class_Normal,7; bonus2 bSubClass,Class_Boss,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>=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.