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).
_______________________
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
Type
Card
Scripts
Script .@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;
}
}