Candy Pouch Bag (Range)
| Item ID | 20843 | Name | Candy Pouch Bag (Range) |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Bag_Of_Antonio_Range | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 30 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | All classes | ||
| Weight | 20 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@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;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bAtkRate,4;
if (getequiprefinerycnt(EQI_GARMENT) >= 12) {
bonus bAllStats,1;
}
|
||||
|
bonus bAtkRate,4;
if (getequiprefinerycnt(EQI_GARMENT) >= 12) {
bonus bAllStats,1;
}
|