veloren/client/src
Ben Wallis 34f580dfaa Introduced loot ownership rules to combat loot stealing by players
* Added `LootOwner` component used to indicate that an `ItemDrop` entity is owned by another entity
* A loot winner is now calculated after EXP allocation using the EXP per entity for weighted chance distribution
* Used existing Inventory Full overitem text to show "Owned by {player} for {seconds}secs" when a pickup fails due to a loot ownership check
* Updated agent code to take into account loot ownership when searching for `ItemDrop` targets to pick up
* Added `loot` ECS system to clear expired loot ownerships
2022-05-28 12:06:49 +00:00
..
bin update a bunch of dependencies, including clap3 2022-04-04 11:43:29 +02:00
addr.rs fix clippy warnings 2021-07-12 12:09:09 +02:00
cmd.rs site command completion 2022-05-15 23:57:21 +02:00
error.rs Revert "Merge branch 'sharp/revert-quinn' into 'master'" 2021-05-21 10:41:16 +02:00
lib.rs Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00