Delta-v/Content.Shared/Storage/Components
keronshb ef52ced9c5 Adds Store on Collide and Wand of the Locker (#33710)
* Adds wand of locker and locker projectile

* Adds IsOpen method to check if storage is open

* Adds store on collide

* Adds Store On Collide to Wizard Locker

* Adds Lock API

* Adds locking support

* Adds resist override and custom visual layers

* Fixes decursed states, adds comment for a future visualizer

* adds locker wand visuals and descriptions

* shrinks locker radius, moves TODO for throw support

* Adds whitelist and moves storage and lock logic into their own methods

* Adds support to disable store on collide after the first open. Fixes prediction issues with disabling.

* Adds wand of locker to the grimoire

* Adds wizard access prototype

* Adds Wizard to universal access

* Moves Lock on collide to on collide method

* Comments

* Changes layer order

* Fixes prediction issues when locking.

* Adds Wiz access to universal ID
2024-12-07 22:02:12 +00:00
..
BinComponent.cs Sync master up to 1/10 (#74) 2023-10-03 14:15:46 -05:00
DumpableComponent.cs Weight based AreaInsert and Dumpable delay, a janitor qol tweak (#24899) 2024-03-07 01:17:27 +01:00
InsideEntityStorageComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
ItemCounterComponent.cs Add ability to show stack visuals on closed containers (#29309) 2024-08-09 17:52:22 +01:00
ItemMapperComponent.cs Bows & arrows (#19771) 2023-09-27 21:59:12 +02:00
MagnetPickupComponent.cs Use new ComponentPauseGenerator (#25183) 2024-03-07 00:57:05 +01:00
SecretStashComponent.cs Plushies can now have pAIs stuffed into them (v2)! (#30805) 2024-10-24 00:17:33 +01:00
SharedBagOpenVisuals.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
SharedEntityStorageComponent.cs Predicted movement opening lockers (#24937) 2024-02-08 12:36:12 +01:00
SharedMapLayerData.cs Fix ItemMapper whitelist mispredict when inserting or removing items (#29461) 2024-07-25 01:55:37 +02:00
StorageFillComponent.cs Predict StorageComponent (#19682) 2023-09-27 21:59:12 +02:00
StorageFillVisualizerComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StoreAfterFailedInteractComponent.cs Add a component that inserts the held item when no interaction happens on the stored item (#29823) 2024-08-11 14:50:15 +01:00
StoreOnCollideComponent.cs Adds Store on Collide and Wand of the Locker (#33710) 2024-12-07 22:02:12 +00:00