Greater Bellare Card, карта (Renewal)
Greater Bellare Card (HIGH_BELLARE_CARD) – карта. Выпадает из монстров: High Hunter Bellare.

If compounded to Gatling Gun type weapon;
Hit + 20
Increases long-ranged damage on targets by 5%.
Additional 1% long-ranged damage per upgrade level of the compounded item.
If upgrade level is +10 or higher, increases the damage of Round Trip by 10%.
Базовые свойства предмета
- ID: 16063
 - Код: HIGH_BELLARE_CARD
 - Тип: карта
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_GATLING) {
   .@r = getrefine();
   bonus bHit,20;
   bonus bLongAtkRate,(5+.@r);
   if (.@r >= 10) {
      bonus2 bSkillAtk,"RL_R_TRIP",15;
   }
}