ID #29002
Card
Rune of Intellect Lv 3
Buy Price: N/A
Sell Price: N/A
Refine Level +7:
INT +7
_______________________
Refine Level +12:
INT +1
MATK +8%
_______________________
Refine Level +13:
INT +1
MATK +2%
INT +7
_______________________
Refine Level +12:
INT +1
MATK +8%
_______________________
Refine Level +13:
INT +1
MATK +2%
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); if (.@r>=7) { bonus bInt,7; if (.@r>=12) { bonus bMatkRate,8; bonus bInt,1; if (.@r>=13) { bonus bMatkRate,2; bonus bInt,1; } } }
.@r = getrefine();
if (.@r>=7) {
bonus bInt,7;
if (.@r>=12) {
bonus bMatkRate,8;
bonus bInt,1;
if (.@r>=13) {
bonus bMatkRate,2;
bonus bInt,1;
}
}
}