sfall-team / sfall

sfall - Engine modifications for Fallout 2
https://sfall-team.github.io/sfall/
GNU General Public License v3.0
342 stars 40 forks source link

New script function/hook to change the *displayed* minimum and maximum damage of weapons/unarmed attacks in the inventory. #521

Open dekrus opened 5 months ago

dekrus commented 5 months ago

Add a function or hook to change the displayed min and max damage of a weapon/unarmed in the inventory.

HOOK_ITEMDAMAGE changes the damage in calculations, but does not change the damage displayed in game menus.

phobos2077 commented 5 months ago

Can we have it so one hook affects both displayed and actual damage? Since usefulness of ITEMDAMAGE is pretty limited as it is, that might be a good idea to expand it.