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