
RENEWAL / ITEMS
Kung Fu Panda Card
#300618Card
CLB_CP_PD_Card
TypeCard
Card placementGarment
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
[RO x Kung Fu Panda Collaboration]
------------------------
ATK +100, MATK +100.
For every 10 Base Level, MHP + 200, MSP + 50, DEF + 5, MDEF + 2, up to Base Level 200.
------------------------
Type : Card
Compound on : Garment
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Garment
- Trade
Item effect script
.@val = min(20, BaseLevel/10);
bonus bMdef,2*.@val;
bonus bDef,5*.@val;
bonus bMaxHP,200*.@val;
bonus bMaxSP,50*.@val;