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