veloren/voxygen/src/audio
Ben Wallis 022c1417b6 EXP on kill is now shared between damage contributors. A "damage contributor" is either an individual entity, or a group - depending if the attacker is in a group. This means that not only does the "killing blow" no longer get 100% of EXP, but multiple groups and individuals all receive their fair share of EXP on death (assuming they are still within range of the entity when it dies).
Damage from a given individual or group only counts towards a kill for 10 minutes since that individual or group's last damage to the entity - after this period their damage contribution is removed. This avoids the list of damage contributors growing excessively large for an entity that does a lot of combat but never dies.

EXP sharing within groups is unchanged - the difference is simply that the input to this calculation may be less than 100% of the base EXP reward for the kill if other individuals or groups contributed damage.
2021-11-13 20:46:45 +00:00
..
sfx Update mod.rs missed a comma 2021-10-29 13:09:21 +00:00
ambient.rs Update assets_manager to 0.5 2021-06-26 12:05:40 +02:00
channel.rs Voxygen: Update ambient channels volume 2021-04-19 10:24:28 +01:00
fader.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
mod.rs fix clippy warnings 2021-07-12 12:09:09 +02:00
music.rs EXP on kill is now shared between damage contributors. A "damage contributor" is either an individual entity, or a group - depending if the attacker is in a group. This means that not only does the "killing blow" no longer get 100% of EXP, but multiple groups and individuals all receive their fair share of EXP on death (assuming they are still within range of the entity when it dies). 2021-11-13 20:46:45 +00:00
soundcache.rs Add support for override asset folder 2021-09-02 20:24:23 +03:00