
RENEWAL / ITEMS
Rune of Vitality Lv 2
#29010Card
Neev_VIT_2
TypeCard
Weight0
Buy price20 z
Sell price10 z
Description
Type: Miscellaneous
Class: Enchant
Vit + 6
If upgrade level is +11 or higher,
Additional Vit + 1
Max HP + 7%
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
if (.@r>=7) {
bonus bVit,6;
if (.@r>=11) {
bonus bMaxHPrate,7;
bonus bVit,1;
}
}