Indigo Rear Ribbon
| Item ID | 19243 | Name | Indigo Rear Ribbon |
|
Accessories decorated with indigo ribbons.
If you wear it, you might want to fly towards the indigo sea. _______________________ Increases Experience gained from defeating monsters by 5%. Increases Item Drop Rate from defeating monsters by 5%. _______________________ When equipped with Candy Pouch Bag(Physical): Increases Attack Speed (decreases After Attack Delay by 5%). _______________________ When equipped with Candy Pouch Bag(Magic): Decreases Variable Casting Time by 5%. _______________________ When equipped with Candy Pouch Bag(Ranged): ATK +4% _______________________ Refine Level of Candy Pouch Bag is +12: All Basic Stats +1. _______________________ Type: Headgear Defense: 8 Position: Lower Weight: 10 Armor Level: 1 Refineable: No _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Blue_Rear_Ribbon | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Lower Headgear | ||
| Defense | 8 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bExpAddRace,RC_All,5; bonus2 bDropAddRace,RC_All,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bAspdRate,5;
if (getequiprefinerycnt(EQI_GARMENT) >= 12) {
bonus bAllStats,1;
}
|
||||
|
bonus bVariableCastrate,-5;
if (getequiprefinerycnt(EQI_GARMENT) >= 12) {
bonus bAllStats,1;
}
|
||||
|
bonus bAtkRate,4;
if (getequiprefinerycnt(EQI_GARMENT) >= 12) {
bonus bAllStats,1;
}
|