
RENEWAL / ITEMS
Glacier Flower Meow Power (Magical Resistance)
#312093Card
Ice_C_Orb_Mres
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Card
- Trading & storage
- No restrictions
Glacier Flower Meow Power (Magical Resistance) description & effects
MRES + 15.
------------------------
When refine level is +7 or higher, additional MRES + 10.
------------------------
When refine level is +9 or higher, additional MRES + 5.
Item effect script
.@r = getrefine();
bonus bMRes,15;
if (.@r>=7) {
bonus bMRes,10;
if (.@r>=9) {
bonus bMRes,5;
}
}
