0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #20843 Armor

Candy Pouch Bag (Range) [1]

Buy Price: N/A Sell Price: N/A
A bag full of candies.
You can get various effects if this bag enchanted.
_______________________
For each 2 Refine Levels:
Ranged Physical Damage +1%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +12:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Base Level is below 100:
Increases experience gained from defeating monsters by 10%.
_______________________
Base Level at least 100:
Increases experience gained from defeating monsters by 4%.
_______________________
Type: Garment
Defense: 30
Weight: 20
Armor Level: 1
_______________________
Requirement: None

Available from boxes

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
200
30

Class Requirements

Yes

Requirements

1
1

Scripts

.@r = getrefine(); if (.@r >= 2) bonus bLongAtkRate,.@r/2; if (.@r >= 9) bonus bAspdRate,10; if (.@r >= 12) bonus bDelayrate,-7; if (BaseLevel < 100) { bonus2 bExpAddRace,RC_All,10; } else { bonus2 bExpAddRace,RC_All,4; }
.@r = getrefine();
if (.@r >= 2)
   bonus bLongAtkRate,.@r/2;
if (.@r >= 9)
   bonus bAspdRate,10;
if (.@r >= 12)
   bonus bDelayrate,-7;
if (BaseLevel < 100) {
   bonus2 bExpAddRace,RC_All,10;
}
else {
   bonus2 bExpAddRace,RC_All,4;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.