Paradise Assassin Chakram, катар (Renewal)
Paradise Assassin Chakram (2PARA_KATAR1_AS) – оружие.

Can't be refined.
Cri + 5.
If the user's base level is 60 or higher, increases attack speed (reduces delay after attack by 10%).
If the user's base level is 75 or higher, increases critical damage by 5%.
If the user's base level is 90 or higher, increases critical damage by additional 10%.
Скрипт
bonus bCritical,5; if (BaseLevel>=60) bonus bAspdRate,10; if (BaseLevel>=75) bonus bCritAtkRate,5; if (BaseLevel>=90) bonus bCritAtkRate,10;