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 #700024 Weapon

Poenitentia Attendo [2]

Buy Price: N/A Sell Price: N/A
A bow containing the pain of bereavement.
_______________________
ATK +10%
_______________________
Increases damage of Gale Storm by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Arrow Storm by 3%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Arrow Storm by additional 30%.
_______________________
Refine Level +11:
Decreases Arrow Storm skill cooldown by 0.7 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Gale Storm +5%.
[Grade C]: Damage of Gale Storm +8%, P.ATK +1.
[Grade B]: Damage of Gale Storm +12%, CON +1.
_______________________
Type: Bow
Attack: 250
Weight: 140
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Windhawk

Equipment Reform

Available through the reform system Poenitentia_Hammer

Available through the reform system Plus7_Refine_NPC

Basic Information

Weapon
1400
5
Equipment reform

Job Requirements

Yes

Requirements

5
230

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"WH_GALESTORM",10; bonus2 bSkillAtk,"RA_ARROWSTORM",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RA_ARROWSTORM",30; if (.@r>=11) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-700; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"WH_GALESTORM",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"WH_GALESTORM",8; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"WH_GALESTORM",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"WH_GALESTORM",10;
bonus2 bSkillAtk,"RA_ARROWSTORM",3*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"RA_ARROWSTORM",30;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"RA_ARROWSTORM",-700;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"WH_GALESTORM",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus2 bSkillAtk,"WH_GALESTORM",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bCon,1;
         bonus2 bSkillAtk,"WH_GALESTORM",12;
      }
   }
}
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.