ID #29542
Card
Modification Orb (Above All)
Buy Price: N/A
Sell Price: N/A
Decreases Physical and Magical Damage from against enemies of all elements by 5%.
_______________________
Refine Level +7:
Decreases Physical and Magical Damage from all size enemies by 5%.
_______________________
Refine Level +9:
Decreases Physical and Magical Damage from all race by 5% (Except Players).
_______________________
Refine Level +7:
Decreases Physical and Magical Damage from all size enemies by 5%.
_______________________
Refine Level +9:
Decreases Physical and Magical Damage from all race by 5% (Except Players).
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSubEle,Ele_All,5; if (.@r>=7) { bonus2 bSubSize,Size_All,5; if (.@r>=9) { bonus2 bSubRace,RC_All,5; bonus2 bSubRace,RC_Player_Human,-5; bonus2 bSubRace,RC_Player_Doram,-5; } }
.@r = getrefine();
bonus2 bSubEle,Ele_All,5;
if (.@r>=7) {
bonus2 bSubSize,Size_All,5;
if (.@r>=9) {
bonus2 bSubRace,RC_All,5;
bonus2 bSubRace,RC_Player_Human,-5;
bonus2 bSubRace,RC_Player_Doram,-5;
}
}