stujones11 / shooter

First Person Shooter Mod for Minetest
Other
30 stars 18 forks source link

Configurable damage #12

Closed the1glorfindel closed 5 years ago

the1glorfindel commented 8 years ago

I would like to be able to change the damage coefficient of each weapon individually with the .conf file, is this feasible/possible?

Thanks for an awesome mod :+1:

stujones11 commented 8 years ago

Glad you like the mod. I will consider making the damage of each weapon configurable.

stujones11 commented 5 years ago

After some consideration, I do not think it should be necessary to have a config setting for every single weapon. If you want to change the definitions then you could add a simple mod that overrides or replaces them. I may, however, include a global damage coefficient that effects all weapons.

stujones11 commented 5 years ago

I decided that it would be too difficult to make every aspect of each weapon configurable, however, I have added a global damage coefficient for entity damage. This should cover the main use-case of adjusting the damage levels for mobs.

886e5803e019373f8cebb48562106cec2f7e18b5