
RENEWAL / ITEMS
Special Int
#4856Card
S_Int
TypeCard
Weight0
Buy price20 z
Sell price10 z
Description
Int + 1
If upgrade level is +8 or higher, additional Int + 3.
If upgrade level is +9 or higher, MATK + 1%.
If upgrade level is +12 or higher, Aspd + 1, reduces the fixed casting time of skills by 7%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bInt,1;
if (.@r>=8) {
bonus bInt,3;
if (.@r>=9) {
bonus bMatkRate,1;
if (.@r>=12) {
bonus bFixedCastrate,-7;
bonus bAspd,1;
}
}
}