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