veloren/voxygen/src/scene
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
..
figure 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
terrain text and alignment WIP 2021-10-27 17:02:35 -04:00
camera.rs Capped camera distance without privilege 2021-09-08 13:17:22 +01:00
debug.rs Adress feedback 2021-09-17 13:28:34 +03:00
lod.rs fix clippy warnings 2021-07-12 12:09:09 +02:00
math.rs Various fixes for shadows. 2021-06-02 23:59:48 -04:00
mod.rs Arbitrary volume airships 2021-11-13 17:13:08 +00:00
particle.rs Fix beam offsets 2021-09-17 13:28:34 +03:00
simple.rs Arbitrary volume airships 2021-11-13 17:13:08 +00:00
terrain.rs Make bloom optional with a config option that is not exposed in the UI (to give artists time to refine bloom before exposing the option) 2021-08-01 18:50:38 -04:00