ID #29531
Card
Modification Orb (Health)
Buy Price: N/A
Sell Price: N/A
MaxHP +5%
_______________________
Refine Level +7:
MaxHP +500
_______________________
Refine Level +9:
MaxHP +750
_______________________
Refine Level +7:
MaxHP +500
_______________________
Refine Level +9:
MaxHP +750
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,5; if (.@r>=7) { bonus bMaxHP,500; if (.@r>=9) { bonus bMaxHP,750; } }
.@r = getrefine();
bonus bMaxHPrate,5;
if (.@r>=7) {
bonus bMaxHP,500;
if (.@r>=9) {
bonus bMaxHP,750;
}
}