0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #460072 Armor

Furious Shield [1]

Buy Price: N/A Sell Price: N/A
A shield that resonates with the Furious Lance.
_______________________
Refine Level +7:
Increases damage of Shield Shooting by 5%.
_______________________
Refine Level +9:
RES +10, MRES +10.
_______________________
When equipped with Furious Lance:
Increases Physical Damage against enemies of every element by 5%.
_______________________
[Bonus by Grade]
[Grade D]: RES +10, MRES +10.
[Grade C]: Damage of Shield Shooting +5%.
[Grade B]: DEF +50.
[Grade A]: Damage of Shield Shooting +10%.
_______________________
Furious Gear Enchantment doesn't apply to Furious Shield.
_______________________
Type: Shield
Defense: 60
Weight: 400
Armor Level: 2
_______________________
Requirement:
Base Level 205
Imperial Guard

Available from boxes

Equipment Reform

Available through the reform system Refine_Furious

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
4000
60
Equipment reform

Job Requirements

Yes

Requirements

2
205

Scripts

.@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5; if (.@r>=9) { bonus bMRes,10; bonus bRes,10; } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,5; bonus bRes,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5; if (.@g>=ENCHANTGRADE_B) { bonus bDef,50; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
   bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5;
   if (.@r>=9) {
      bonus bMRes,10;
      bonus bRes,10;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,5;
   bonus bRes,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bDef,50;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",10;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.