Geffen Magic Robe
| Item ID | 15074 | Name | Geffen Magic Robe |
|
This uniform worn by the Geffen Mages enhances its wearer's concentration while he casts spells.
_______________________ Decreases SP Consumption by 10%. _______________________ Increases Variable Casting Time by 15%. _______________________ Skill casting cannot be interrupted. _______________________ Refine Level +7: Decreases SP Consumption by 5%. _______________________ Refine Level +9: Decreases Variable Casting Time by 5%. _______________________ Type: Armor Defense: 40 Weight: 100 Armor Level: 1 _______________________ Requirement: Base Level 99 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Geffen_Mage_Robe | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 40 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 99 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bUseSPrate,-10-((.@r>=7) ? 5: 0); bonus bVariableCastrate,15-((.@r>=9) ? 5: 0); bonus bNoCastCancel2; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bDelayrate,-5; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; |
||||
|
bonus bVariableCastrate,-5; |
||||
|
.@val = 30;
.@eq = getequiprefinerycnt(EQI_ARMOR);
if (.@eq >= 11) {
.@val += 40;
bonus bVariableCastrate,-20;
}
bonus bMatk,.@val;
|
||||
|
.@val = 30;
.@eq = getequiprefinerycnt(EQI_ARMOR);
if (.@eq >= 11) {
.@val += 40;
bonus bVariableCastrate,-20;
}
bonus bMatk,.@val;
|