Modification Orb (Fixed Casting)
| Item ID | 29541 | Name | Modification Orb (Fixed Casting) |
|
Decreases Fixed Casting Time by 0.3 seconds.
_______________________ Refine Level +7: Decreases Fixed Casting Time by 0.2 additional seconds. _______________________ Refine Level +9: Decreases Fixed Casting Time by 0.2 additional seconds. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Improve_Orb_Fix | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bFixedCast,-300;
if (.@r>=7) {
bonus bFixedCast,-200;
if (.@r>=9) {
bonus bFixedCast,-200;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bSpeedRate,25; |