Entangled Intermediate Rgan Card

Item ID 300380 Name Entangled Intermediate Rgan Card
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
Weapon Level 0 Identifier E_Inter_Rgan_Card
Attack 0 Type Card
MATK 0 Equip Locations Footgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item 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;
}