ID #4995
Card
Rune of Strength Lv 2
Buy Price: N/A
Sell Price: N/A
Refine Level +7:
STR +6
_______________________
Refine Level +11:
STR +1
ATK +7%
STR +6
_______________________
Refine Level +11:
STR +1
ATK +7%
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); if (.@r>=7) { bonus bStr,6; if (.@r>=11) { bonus2 bAddRace,RC_All,7; bonus bStr,1; } }
.@r = getrefine();
if (.@r>=7) {
bonus bStr,6;
if (.@r>=11) {
bonus2 bAddRace,RC_All,7;
bonus bStr,1;
}
}