project-navigation
Personal tools

Author Topic: Heavy Needler damage for 'precision shot' -- typo?  (Read 1662 times)

Offline Lew Yard

  • Squad Leader
  • ****
  • Posts: 111
    • View Profile
Heavy Needler damage for 'precision shot' -- typo?
« on: December 13, 2010, 05:59:23 am »
2.3.1, Gentoo.

Code: [Select]
weapon_mod needlerheavy     
{
    {                                                                                                                               
      name        "_Precision Shot"                                                                                                 
      skill       sniper                                                                                                           
      projtl        bolter                                                                                                         
      impact        bolterImpact                                                                                                   
      hitbody       null                                                                                                           
      firesnd       weapons/bolter2                                                                                                 
      speed       0                                                                                                                 
      spread        "1.8 1.8"                                                                                                       
      crouch        0.5                                                                                                             
      range       250                                                                                                               
      shots       1                                                                                                                 
      ammo        1                                                                                                                 
      delaybetweenshots 2                                                                                                           
      time        16                                                                                                               
      damage        "50 5"                                                                                                         
      dmgweight     normal_heavy                                                                                                   
    }     
}

The per-shot damage for the other heavy-needler fire modes is 110/10, normal_heavy.  The per-shot damage for the regular needler fire modes is either 80/5 or 100/5 -- the last being precision-shot.  Is the "50 5" supposed to be "150 5"?