
RENEWAL / ITEMS
Crowned Cinnamon Backpack
#480245Armor
JP_EV17
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Required level1
Armor level1
Description
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.
------------------------
Class : Garment
Defense : 0
Weight : 30
Armor Level : 1
Required Level : 1
Jobs : All Jobs
Cannot be traded.
(C) 2024 SANRIO CO., LTD.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Sell
- Yes
- No Mail
- Yes
- No Auction
- Yes
- No Guild Storage
- Yes
Item effect script
.@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 bSPDrainRate,20,2;
}