
RENEWAL / ITEMS
Rune of Intellect Lv 2
#29001Card
Neev_INT_2
Item stats
- Weight
- 0
- Buy price
- 20 z
- Sell price
- 10 z
Equipment & requirements
- Type
- Card
Rune of Intellect Lv 2 description & effects
Type: Miscellaneous
Class: Enchant
If upgrade level is +7 or higher,
Int + 6
If upgrade level is +11 or higher,
Additional Int + 1
MATK + 7%
Item details
- Trade
Item effect script
.@r = getrefine();
if (.@r>=7) {
bonus bInt,6;
if (.@r>=11) {
bonus bMatkRate,7;
bonus bInt,1;
}
}
