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