veloren/common/src/comp/inventory
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
..
item Skiing and ice skating 2022-05-27 17:19:52 +00:00
loadout_builder.rs Rebase commit 2022-05-16 15:11:36 -04:00
loadout.rs Simplified item key (no assets) 2022-05-18 16:28:06 -04:00
mod.rs Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
slot.rs Simplified item key (no assets) 2022-05-18 16:28:06 -04:00
test_helpers.rs Simplified item key (no assets) 2022-05-18 16:28:06 -04:00
test.rs Fixed errors in csv import, csv export, and recipe graphviz bins 2022-05-16 15:11:37 -04:00
trade_pricing.rs Addressed second round of balance feedback (no assets). 2022-05-16 15:11:40 -04:00