APDevTeam / Movecraft-Combat

Movecraft Combat Addon
GNU General Public License v3.0
7 stars 17 forks source link

Add a way to set the speed for AA #102

Open goodroach opened 2 years ago

goodroach commented 2 years ago

This is simple, add a config option that allows us to set a multiplier for the AA. This should be simple as changing a few lines of code in the AA director class. Default value would be 1.0

TylerS1066 commented 2 years ago

I feel like this is probably outside the scope of this plugin, is there a specific reason you want to adjust the speed?

goodroach commented 1 year ago

The reason why I want the speed to be increased for all fireballs is because some crafts can catch up to them easily and it creates this strange issue where the fireballs light fires inside the craft especially while it's moving.

TylerS1066 commented 1 year ago

Eh sure, as long as it's completely contained within it's own class and doesn't require NMS this doesn't hurt the plugin.

TylerS1066 commented 3 months ago

After thinking on it, this would be beneficial. Adding it to FireballLivespan.java is probably the easiest thing,