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