
RENEWAL / ITEMS
Glacier Flower Meow Power (Above All)
#312072Card
Ice_C_Orb_Above
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Physical and Magic damage taken from all property and size enemies - 3%.
------------------------
When refine level is +7 or higher, additional Physical and Magic damage taken from all property enemies - 7%.
------------------------
When refine level is +9 or higher, additional Physical and Magic damage taken from all size enemies - 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();
bonus2 bSubSize,Size_All,3;
bonus2 bSubEle,Ele_All,3;
if (.@r>=7) {
bonus2 bSubEle,Ele_All,7;
if (.@r>=9) {
bonus2 bSubSize,Size_All,7;
}
}