
RENEWAL / ITEMS
Rune of Intellect Lv 3
#29002Card
Neev_INT_3
TypeCard
Weight0
Buy price20 z
Sell price10 z
Description
Type: Miscellaneous
Class: Enchant
If upgrade level is +7 or higher,
Int + 7
If upgrade level is +12 or higher,
Additional Int + 1
MATK + 8%
If upgrade level is +13 or higher,
Additional Int + 1
Additional MATK + 2%
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect 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;
}
}
}