ID #29009
Card
Rune of Vitality Lv 1
Buy Price: N/A
Sell Price: N/A
Refine Level +7:
VIT +5
_______________________
Refine Level +10:
MaxHP +5%
VIT +5
_______________________
Refine Level +10:
MaxHP +5%
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); if (.@r>=7) { bonus bVit,5; if (.@r>=10) { bonus bMaxHPrate,5; } }
.@r = getrefine();
if (.@r>=7) {
bonus bVit,5;
if (.@r>=10) {
bonus bMaxHPrate,5;
}
}