Varmundt Fire Rune Manteau
| Item ID | 480146 | Name | Varmundt Fire Rune Manteau |
|
A hood engraved with Varmundt's Fire Rune magic.
It is stamped with power. _______________________ Refine Level +7: Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: Increases Critical Damage by 10%. _______________________ Refine Level +11: ATK +5% _______________________ When equipped with Varmundt Fire Rune Armor and Varmundt Fire Rune Boots: Increases Melee Physical Damage by 5%. Decreases Variable Casting Time by additional 5%. _______________________ [Bonus by Grade] [Grade D]: ATK +3% [Grade C]: ATK +3%, P.ATK +2. [Grade B]: Melee Physical Damage +5%. [Grade A]: After Skill Delay -10%. _______________________ Type: Garment Defense: 45 Weight: 100 Armor Level: 2 _______________________ Requirement: Base Level 210 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Barmund_Flame_Hood | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| 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 bVariableCastrate,-10;
if (.@r>=9) {
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bAtkRate,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_B) {
bonus bShortAtkRate,5;
if (.@g >= ENCHANTGRADE_A) {
bonus bDelayrate,-10;
}
}
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bShortAtkRate,5; bonus bVariableCastrate,-5; |