
RENEWAL / ITEMS
Glacier Flower Meow Power (Physical Force)
#312077Card
Ice_C_Orb_P_F
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Physical damage to all size enemies + 5%.
------------------------
When refine level is +7 or higher, additional Physical damage to all size enemies + 3%.
------------------------
When refine level is +9 or higher, additional Physical damage to all size enemies + 2%.
------------------------
When refine level is +11 or higher, additional Physical damage to all size enemies + 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();
bonus2 bAddSize,Size_All,5;
if (.@r>=7) {
bonus2 bAddSize,Size_All,3;
if (.@r>=9) {
bonus2 bAddSize,Size_All,2;
if (.@r>=11) {
bonus2 bAddSize,Size_All,2;
}
}
}