Entangled Intermediate Rgan Card, карта (Renewal)
Entangled Intermediate Rgan Card (E_INTER_RGAN_CARD) – карта.

Cri + 5.
If refine rate is lower than 12, Cri - 15, reduces critical damage by 10%.
If refine rate is 12 or higher, Cri + 15, increases critical damage by 10%.
If level of compounded equipment is 2, C.Rate + 5.
Compound on: Shoes
Базовые свойства предмета
- ID: 16985
 - Код: E_INTER_RGAN_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
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;
}