Poenitentia Nervus

Item ID 700023 Name Poenitentia Nervus
A bow containing the pain of bereavement.
_______________________
ATK +10%
_______________________
Increases damage of Crescive Bolt by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Aimed Bolt by 3%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Aimed Bolt by additional 30%.
_______________________
Refine Level +11:
Decreases Aimed Bolt skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Crescive Bolt +5%.
[Grade C]: Damage of Crescive Bolt +8%, P.ATK +1.
[Grade B]: Damage of Crescive Bolt +12%, CON +1.
_______________________
Type: Bow
Attack: 250
Weight: 140
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Windhawk
Weapon Level 5 Identifier Poenitentia_Nervus
Attack 250 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Hunter
Range 5 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 140 Min Equip Level 230
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
bonus2 bSkillAtk,"RA_AIMEDBOLT",3*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"RA_AIMEDBOLT",30;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bCon,1;
         bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",12;
      }
   }
}

Set Script
Penance Crown
Poenitentia Nervus
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"RA_AIMEDBOLT",8*(.@r/2);
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",8*(.@r/2);