pwatts6060 / SuppliesTrackerExternal

Tracks supplies, ammo, and weapon charges
BSD 2-Clause "Simplified" License
9 stars 13 forks source link

Blood Fury #91

Open zytexa opened 7 months ago

zytexa commented 7 months ago

I see its not being track, would it be a possible addition?

pwatts6060 commented 7 months ago

Yes, likely will add this when/if they give a 1 minimum hit as currently you can't differentiate between hitting a 0 which would use a charge and missing which also shows a 0 but doesn't use a charge and I'm not wanting to calculate maxhit and use probability as it's too much work. It will be much easier to add correctly in the future.

pwatts6060 commented 4 months ago

This can be added now with the successful accuracy rolls always showing a distinguishable 1+ damage hit now. That said it can be done either via xp drops (check for abscence of same tick range/mage xp on defensive, 200m xp use fake xp drops, cannon xp drop + defensive xp drop same tick consideration) or melee attack anims (huge list of possible animations), both of which aren't very simple to do.

If someone wants to tackle this feel free