ID #300380
Card
Entangled Intermediate Rgan Card
Buy Price: N/A
Sell Price: N/A
Critical +5
_______________________
Up to max +11 Refine Level:
Critical -15
Decreases Critical Damage by 10%.
_______________________
Refine Level +12:
Critical +15
Incrreases Critical Damage by 10%.
_______________________
When Armor Level of compounded equipment is 2:
C.RATE +5
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Up to max +11 Refine Level:
Critical -15
Decreases Critical Damage by 10%.
_______________________
Refine Level +12:
Critical +15
Incrreases Critical Damage by 10%.
_______________________
When Armor Level of compounded equipment is 2:
C.RATE +5
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
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; }
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;
}