Improve Concentration Amistr Bag
| Item ID | 20809 | Name | Improve Concentration Amistr Bag |
|
A bag made based on Amistr Homunculus.
_______________________ All Basic Stats +1 _______________________ Enables the use of Level 1 Improve Concentration. _______________________ For each 2 Refine Levels: Exp gained +1%, Drop rate +1%. _______________________ Refine Level +9: Restore SP by 3 when killing enemy with physical and magical attack. _______________________ Refine Level +12: Skill casting cannot be interrupted. _______________________ Type: Garment Defense: 30 Weight: 20 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | AmistrBag_Concentrate | ||
| 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 | None | ||
| Weight | 20 | Min Equip Level | None | ||
| NPC Buy | 300,000 | Max Equip Level | None | ||
| NPC Sell | 150,000 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAllStats,1;
.@r = getrefine();
skill "AC_CONCENTRATION",1;
bonus2 bExpAddRace,RC_All,.@r/2;
bonus2 bDropAddRace,RC_All,.@r/2;
if (.@r>8) {
bonus bSPGainValue,3;
bonus bLongSPGainValue,3;
bonus bMagicSPGainValue,3;
}
if (.@r>11) {
bonus bNoCastCancel;
}
|
||||