
RENEWAL / ITEMS
Entangled Intermediate Rgan Card
#300380Card
E_Inter_Rgan_Card
TypeCard
Card placementFootgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Crit +5
------------------------
If refine level is lower than +12,
Crit -15
Reduce Critical Damage by 10%.
------------------------
If refine level is +12 or higher,
Crit +15
Incrreases Critical Damage by 10%.
------------------------
If level equipment of Shoes is 2,
C.RATE +5
------------------------
Class : Card
Compound on : Shoes
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Footgear
- Trade
Item effect script
bonus bCritical,5;
if (getrefine() < 12) {
bonus bCritical,-15;
bonus bCritAtkRate,-10;
}
else {
bonus bCritical,15;
bonus bCritAtkRate,10;
}
if (getequiparmorlv() == 2) {
bonus bCRate,5;
}