Delta-v/Content.Shared/Actions
keronshb 89e2d1b145
Action, Action Container, and Action Upgrade changes (#24005)
* Added TransferActionWithNewAttached and TransferAllActionsWithNewAttached and OnActionAdded event method to ActionContainerSystem. These are needed where the action needs to have a different attached entity for usage.  Fixed a bug with not being able to upgrade actions between levels.  Added a way to grant and remove a singular action.

* adds an action container component to mind on action added to fix tests

* Swaps trycomp for hascomp

* Maybe this will fix the thests

* Grants action container to performer as well

* Wait that makes no sense, removing that

* fixes mind action grant logic

* Changes ent check back to netent check

* Reverts unintended container changes

(cherry picked from commit c8466055ef34f9a5cbd987546c7865889a54f5ed)
2024-01-26 22:51:47 +01:00
..
Events Adds Hellspawn (Nar'Sie demon mob) (#20291) 2024-01-26 21:37:35 +01:00
ActionContainerComponent.cs Action container rejig (#20260) 2023-09-27 21:59:12 +02:00
ActionContainerSystem.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-26 22:51:47 +01:00
ActionEvents.cs Action container rejig (#20260) 2023-09-27 21:59:12 +02:00
ActionUpgradeComponent.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-26 22:51:47 +01:00
ActionUpgradeSystem.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-26 22:51:47 +01:00
ActionsComponent.cs Action container rejig (#20260) 2023-09-27 21:59:12 +02:00
BaseActionComponent.cs Action Upgrade System (#22277) 2023-12-16 20:24:54 +01:00
BaseTargetActionComponent.cs Refactor actions to be entities with components (#19900) 2023-09-08 18:16:05 -07:00
EntityTargetActionComponent.cs Content update for NetEntities (#18935) 2023-09-27 21:59:12 +02:00
InstantActionComponent.cs Content update for NetEntities (#18935) 2023-09-27 21:59:12 +02:00
SharedActionsSystem.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-26 22:51:47 +01:00
WorldTargetActionComponent.cs Content update for NetEntities (#18935) 2023-09-27 21:59:12 +02:00