Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: [0.95.1a] Ammo reload stat doesn't working on beam weapons  (Read 412 times)

PureTilt

  • Lieutenant
  • **
  • Posts: 54
    • View Profile
[0.95.1a] Ammo reload stat doesn't working on beam weapons
« on: September 06, 2022, 03:50:33 AM »

Ammo reload doesn't affect beam weapons, was tested on burst PD and heavy burst PD with phase anchor and modded Hmod which increases reload speed of all weapons.
Logged




Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24103
    • View Profile
Re: [0.95.1a] Ammo reload stat doesn't working on beam weapons
« Reply #1 on: September 06, 2022, 07:13:56 AM »

Hmm - do you mean stats.getEnergyAmmoRegenMult()? That seems to be working for me, I just threw it into the HeavyArmor script, like so:

stats.getEnergyAmmoRegenMult().modifyMult(id, 10f);

And the Heavy Burst Laser is regenerating charges super fast.
Logged

PureTilt

  • Lieutenant
  • **
  • Posts: 54
    • View Profile
Re: [0.95.1a] Ammo reload stat doesn't working on beam weapons
« Reply #2 on: September 06, 2022, 07:58:00 AM »

hm i guess if i'm not crazy you fixed it at some point anyway if its working cool
Logged




Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24103
    • View Profile
Re: [0.95.1a] Ammo reload stat doesn't working on beam weapons
« Reply #3 on: September 06, 2022, 08:25:38 AM »

Hmm, I guess that's possible, though looking at the revision history, it really seems like this should also be working in the currently-out release.
Logged