
RENEWAL / ITEMS
Sealed Gioia Card
#27221Card
SLD_Gioia_Card
TypeCard
Card placementGarment
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Garment
Weight: 1
Increases the damage of Wind and Ghost property magical attacks on targets by 50%.
Increases damage taken from all property attacks by 60%.
If compounded equipment is refined to +15 or above,
Increases the damage of Wind and Ghost property magical attacks on targets by 75%.
Increases damage taken from all property attacks by 40%.
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
if (getrefine()<15) {
bonus2 bMagicAtkEle,Ele_Ghost,50;
bonus2 bMagicAtkEle,Ele_Wind,50;
bonus2 bSubEle,Ele_All,-60;
}
else {
bonus2 bMagicAtkEle,Ele_Ghost,75;
bonus2 bMagicAtkEle,Ele_Wind,75;
bonus2 bSubEle,Ele_All,-40;
}