
RENEWAL / ITEMS
Melted Poring Card
#300174Card
MD_Airboat_Card5
TypeCard
Card placementHeadgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
MHP + 10%.
------------------------
When base VIT is 100 or higher, reduce damage taken from earth and poison property by 1%.
------------------------
When base VIT is 130 or higher, reduce damage taken from earth and poison property by additional 3%.
------------------------
Class : Card
Compound on : Headgear
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Headgear
- Trade
Item effect script
bonus bMaxHPrate,10;
if (readparam(bVit)>=100) {
bonus2 bSubEle,Ele_Poison,1;
bonus2 bSubEle,Ele_Earth,1;
if (readparam(bVit)>=130) {
bonus2 bSubEle,Ele_Poison,3;
bonus2 bSubEle,Ele_Earth,3;
}
}