Varmundt Glade Rune Boots
| Item ID | 470108 | Name | Varmundt Glade Rune Boots |
|
Boots engraved with Varmundt's Glade Rune magic.
It is a stamp of physical strength. _______________________ Refine Level +7: MaxHP +5% _______________________ Refine Level +9: Decreases Variable Casting Time by 5%. Decreases Fixed Casting Time by 0.3 seconds. _______________________ Refine Level +11: MaxHP +5% Decreases Fixed Casting Time by additional 0.2 seconds. _______________________ [Bonus by Grade] [Grade D]: MaxHP +2% [Grade C]: Fixed Casting Time -0.3 seconds. [Grade B]: MaxHP +2%, Variable Casting Time -5%. [Grade A]: Fixed Casting Time -0.2 seconds. _______________________ Type: Shoes Defense: 45 Weight: 100 Armor Level: 2 _______________________ Requirement: Base Level 210 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Barmund_Plain_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 45 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 210 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
bonus bMaxHPrate,10;
if (.@r>=9) {
bonus bFixedCast,-300;
bonus bVariableCastrate,-5;
if (.@r>=11) {
bonus bFixedCast,-200;
bonus bMaxHPrate,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMaxHPrate,2;
if (.@g >= ENCHANTGRADE_C) {
bonus bFixedCast,-300;
if (.@g >= ENCHANTGRADE_B) {
bonus bVariableCastrate,-5;
bonus bMaxHPrate,2;
if (.@g >= ENCHANTGRADE_A) {
bonus bFixedCast,-200;
}
}
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bMaxHPrate,10; bonus2 bSubEle,Ele_Earth,10; |