Crowned Cinnamon Backpack, броня (Renewal)

Crowned Cinnamon Backpack (AEGIS_480245) – броня.

 

A bag modeled after a Cinnamoroll that fell from the sky.
A special version crowned by a craftsman who fell in love with the cute appearance of Cinnamoroll.
It's a little fancy.
------------------------
Resistance to Neutral property attack +20%.
Increases EXP gained from monsters by 10%.
Enables to use Prontera Recall.
------------------------
For every base level, ATK + 1, MATK + 1, MaxHP + 20, MaxSP + 2.

When refined to +5 or above, resistance to Holy property attack +80%.

When refined to +7 or above, adds a 2% chance of absorbing 2% of damage as SP when performing a physical attack.
------------------------
Cannot be traded.

(C) 2024 SANRIO CO., LTD.

Базовые свойства предмета

  • ID: 30731
  • Код: AEGIS_480245
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Вес: 30

Скрипт

.@r = getrefine();
bonus2 bSubEle,Ele_Neutral,20;
bonus2 bExpAddRace,RC_All,10;
skill "ALL_PRONTERA_RECALL",1;
bonus bBaseAtk,BaseLevel;
bonus bMatk,BaseLevel;
bonus bMaxHP,BaseLevel*20;
bonus bMaxSP,BaseLevel*2;
if (.@r>=5)
   bonus2 bSubEle,Ele_Holy,80;
if (.@r>=7)
   bonus2 bHPDrainRate,1000,2;